0byt3m1n1
Path:
/
data
/
25
/
3
/
162
/
2
/
3162002
/
meta
/
3529494
/
mysql.backup
/
[
Home
]
File: westwp.mysqlv103.bak.sql
-- MySQL dump 10.11 -- -- Host: mysqlv103 Database: westwp -- ------------------------------------------------------ -- Server version 5.0.91 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `wp_cmsms_forms` -- DROP TABLE IF EXISTS `wp_cmsms_forms`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_cmsms_forms` ( `id` int(4) unsigned NOT NULL auto_increment, `number` int(4) NOT NULL, `slug` varchar(255) NOT NULL, `parent_slug` varchar(255) NOT NULL, `type` varchar(20) NOT NULL, `label` varchar(255) NOT NULL, `value` text, `description` text, `parameters` varchar(255) default NULL, UNIQUE KEY `id` (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_cmsms_forms` -- LOCK TABLES `wp_cmsms_forms` WRITE; /*!40000 ALTER TABLE `wp_cmsms_forms` DISABLE KEYS */; INSERT INTO `wp_cmsms_forms` VALUES (1,0,'sidebar_542916464619338500','sidebar_542916464619338500','form','Sidebar','s:20:\"Your message text...\";','a:3:{i:0;s:12:\"Form Subject\";i:1;s:52:\"Thank You! \nYour message has been sent successfully.\";i:2;s:12:\"Send Message\";}','a:2:{i:0;s:7:\"captcha\";i:1;s:5:\"reset\";}'),(2,1,'field_373123215278610560','sidebar_542916464619338500','text','Name','a:0:{}','s:0:\"\";','a:3:{i:0;s:8:\"required\";i:1;N;i:2;s:12:\"maxSize[200]\";}'),(3,2,'field_5150570068508387','sidebar_542916464619338500','email','Email','a:0:{}','s:0:\"\";','a:4:{i:0;s:8:\"required\";i:1;N;i:2;N;i:3;s:13:\"custom[email]\";}'),(4,3,'field_67720665130764250','sidebar_542916464619338500','textarea','Message','a:0:{}','s:0:\"\";','a:1:{i:0;s:8:\"required\";}'); /*!40000 ALTER TABLE `wp_cmsms_forms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_cn_social_icon` -- DROP TABLE IF EXISTS `wp_cn_social_icon`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_cn_social_icon` ( `id` bigint(20) NOT NULL auto_increment, `title` varchar(255) collate latin1_general_ci default NULL, `url` varchar(255) collate latin1_general_ci NOT NULL, `image_url` varchar(255) collate latin1_general_ci NOT NULL, `sortorder` int(11) NOT NULL default '0', `date_upload` varchar(100) collate latin1_general_ci default NULL, `target` tinyint(1) NOT NULL default '1', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=6 DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_cn_social_icon` -- LOCK TABLES `wp_cn_social_icon` WRITE; /*!40000 ALTER TABLE `wp_cn_social_icon` DISABLE KEYS */; INSERT INTO `wp_cn_social_icon` VALUES (1,'facebook','http://facebook.com/your-fan-page','1368459524_facebook.png',1,'1368459524',1),(2,'twitter','http://twitter/username','1368459556_twitter.png',2,'1368459556',1),(3,'flickr','http://flickr.com/?username','1368459641_flicker.png',3,'1368459641',1),(4,'linkedin','http://linkedin.com','1368459699_in.png',4,'1368459699',1),(5,'youtube','http://youtube.com/user','1368459724_youtube.png',5,'1368459724',1); /*!40000 ALTER TABLE `wp_cn_social_icon` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_commentmeta` -- DROP TABLE IF EXISTS `wp_commentmeta`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_commentmeta` ( `meta_id` bigint(20) unsigned NOT NULL auto_increment, `comment_id` bigint(20) unsigned NOT NULL default '0', `meta_key` varchar(255) default NULL, `meta_value` longtext, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`) ) ENGINE=MyISAM AUTO_INCREMENT=18 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_commentmeta` -- LOCK TABLES `wp_commentmeta` WRITE; /*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_comments` -- DROP TABLE IF EXISTS `wp_comments`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_comments` ( `comment_ID` bigint(20) unsigned NOT NULL auto_increment, `comment_post_ID` bigint(20) unsigned NOT NULL default '0', `comment_author` tinytext NOT NULL, `comment_author_email` varchar(100) NOT NULL default '', `comment_author_url` varchar(200) NOT NULL default '', `comment_author_IP` varchar(100) NOT NULL default '', `comment_date` datetime NOT NULL default '0000-00-00 00:00:00', `comment_date_gmt` datetime NOT NULL default '0000-00-00 00:00:00', `comment_content` text NOT NULL, `comment_karma` int(11) NOT NULL default '0', `comment_approved` varchar(20) NOT NULL default '1', `comment_agent` varchar(255) NOT NULL default '', `comment_type` varchar(20) NOT NULL default '', `comment_parent` bigint(20) unsigned NOT NULL default '0', `user_id` bigint(20) unsigned NOT NULL default '0', PRIMARY KEY (`comment_ID`), KEY `comment_post_ID` (`comment_post_ID`), KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`), KEY `comment_date_gmt` (`comment_date_gmt`), KEY `comment_parent` (`comment_parent`) ) ENGINE=MyISAM AUTO_INCREMENT=89 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_comments` -- LOCK TABLES `wp_comments` WRITE; /*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */; INSERT INTO `wp_comments` VALUES (51,671,'Dumitru','dumitru@brinzan.net','http://www.wpzoom.com','92.115.102.207','2009-09-08 16:54:42','2009-09-08 21:54:42','Sample nested comment\n\nQuisque semper. Nunc facilisis vehicula enim. Sed quis nunc in augue ornare blandit.',0,'post-trashed','','',50,0),(45,66,'Dumitru Brînzan','dumitru@brinzan.net','http://www.themescloset.com/','92.114.212.14','2009-05-07 03:34:25','2009-05-07 08:34:25','This is some dummy copy. You’re not really supposed to read this dummy copy, it is just a place holder for people who need some type to visualize what the actual copy might look like if it were real content.',0,'post-trashed','','',0,0),(46,666,'Jeans Addict','jeansaddict@jeanshook.com','http://jeanshook.com/','92.114.212.14','2009-05-07 03:39:15','2009-05-07 08:39:15','All your supporting arguments must be communicated with simplicity and charm. And in such a way that the reader will read on. (After all, that’s a reader’s job: to read, isn’t it?) And by the time your readers have reached this point in the finished copy, you will have convinced them that you not only respect their intelligence, but you also <strong>understand their needs as consumers</strong>.',0,'post-trashed','','',0,0),(47,667,'João Ruivo','palma.ruivo@gmail.com','http://jeanshook.com/','92.114.212.14','2009-05-07 03:40:30','2009-05-07 08:40:30','If you want to read, I might suggest a good book, perhaps <a title=\"Hemingway\" href=\"http://en.wikipedia.org/wiki/Ernest_Hemingway\" rel=\"nofollow\">Hemingway</a> or <a title=\"Melville\" href=\"http://en.wikipedia.org/wiki/Herman_Melville\" rel=\"nofollow\">Melville</a>. That’s why they call it, the dummy copy. This, of course, is not the real copy for this entry. Rest assured, the words will expand the concept. With clarity. Conviction. And a little wit.',0,'post-trashed','','',0,0),(48,669,'Munir Ahmad','palma.ruivo@gmail.com','http://jeanshook.com/','92.114.212.14','2009-05-07 05:24:05','2009-05-07 10:24:05','Sadly, this is not the real copy for this entry. But it could well be. All you have to do is look at the account executive sitting across your desk (the fellow with the lugubrious face and the calf-like eyes), and say ”Yes! Yes! Yes!“ And anything you want, body copy, dinners, women, will be yours. Couldn’t be fairer than that, could we?',0,'post-trashed','','',0,0),(49,671,'admin','cioricip@gmail.com','http://','92.114.212.14','2009-05-06 16:55:58','2009-05-06 21:55:58','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam vehicula augue et mi placerat imperdiet. Etiam eget eros. Vivamus sed eros. Donec non leo in eros ullamcorper aliquet. Vestibulum tempus varius ligula.',0,'post-trashed','','',0,0),(50,671,'Pavel Ciorici','cioricip@gmail.com','http://www.wpzoom.com','92.114.212.14','2009-05-06 16:57:35','2009-05-06 21:57:35','Maecenas iaculis mi quis justo. Proin lorem. Praesent lorem ante, convallis ac, eleifend eget, congue faucibus, enim. Vestibulum sapien. Praesent et dolor. Nunc nec sapien non mauris consectetur laoreet. Quisque semper. Nunc facilisis vehicula enim. Sed quis nunc in augue ornare blandit.',0,'post-trashed','','',0,0),(43,51,'Pavel Ciorici','cioricip@gmail.com','http://www.wpzoom.com','92.114.212.14','2009-05-07 05:19:34','2009-05-07 10:19:34','For you, the skies will be blue, the birds will sing, and your copy will be crafted by a dedicated little man whose wife will be sitting at home, knitting, wondering why your entry demands more of her husband‘s time than it should.',0,'post-trashed','','',0,0),(44,59,'Munir Ahmad','munirpt@gmail.com','http://www.munirahmad.net/','92.114.212.14','2009-05-07 03:37:10','2009-05-07 08:37:10','Nulla mattis urna a felis pharetra porttitor. Mauris turpis tellus, malesuada et, molestie vulputate, adipiscing ac, lacus. Integer sollicitudin sem a nunc. In tempor odio vitae tortor. Sed tellus sapien, auctor eget, tristique non, aliquam eu, velit.',0,'post-trashed','','',0,0),(52,671,'Valeriu Tihai','valeriu@tihai.md','http://valeriu.tihai.md/','89.37.198.48','2009-09-08 17:17:18','2009-09-08 22:17:18','Quisque mattis metus dapibus magna vehicula nec fermentum nulla dapibus. Mauris lobortis ornare porta. Sed pellentesque fermentum dolor, id egestas odio accumsan a? Sed luctus porttitor velit, non cursus nisl tempus eget. Nulla tempus nisl ac erat pulvinar non auctor est malesuada. Sed ac accumsan tellus. Sed sed enim neque, quis aliquet ante. Donec et nisl eu erat elementum venenatis a eget lectus! Curabitur vel gravida quam.',0,'post-trashed','','',0,0),(53,73,'Thomas Clausen','thomas@trendminers.dk','http://www.trendminers.dk/','92.114.212.14','2009-05-07 02:51:47','2009-05-07 07:51:47','This is some dummy copy. You’re not really supposed to read this dummy copy, it is just a place holder for people who need some type to visualize what the actual copy might look like if it were real content.',0,'post-trashed','','',0,0),(54,73,'Steve Robillard','srobillard@diggerdesignlabs.com','http://diggerdesignlabs.com/','92.114.212.14','2009-05-07 02:52:30','2009-05-07 07:52:30','In today’s competitive <a title=\"market environment\" href=\"http://en.wikipedia.org/wiki/Market_environment\" rel=\"nofollow\">market environment</a>, the body copy of your entry must lead the reader through a series of <strong>disarmingly simple thoughts</strong>.',0,'post-trashed','','',53,0),(55,73,'João Ruivo','palma.ruivo@gmail.com','','92.114.212.14','2009-05-07 02:54:19','2009-05-07 07:54:19','If you want to read, I might suggest a good book, perhaps <a title=\"Hemingway\" href=\"http://en.wikipedia.org/wiki/Ernest_Hemingway\" rel=\"nofollow\">Hemingway</a> or <a title=\"Melville\" href=\"http://en.wikipedia.org/wiki/Herman_Melville\" rel=\"nofollow\">Melville</a>. That’s why they call it, the dummy copy.',0,'post-trashed','','',53,0),(56,73,'Dumitru Brînzan','dumitru@brinzan.net','http://www.themescloset.com/','92.114.212.14','2009-05-07 02:55:44','2009-05-07 07:55:44','All your supporting arguments must be communicated with simplicity and charm. And in such a way that the reader will read on. (After all, that’s a reader’s job: to read, isn’t it?) And by the time your readers have reached this point in the finished copy, you will have convinced them that you not only respect their intelligence, but you also <strong>understand their needs as consumers</strong>.',0,'post-trashed','','',0,0),(57,672,'Pavel Ciorici','cioricip@gmail.com','http://www.wpzoom.com','92.114.212.14','2009-05-07 05:19:50','2009-05-07 10:19:50','But you will know why, won‘t you? You will have given her husband a chance to immortalize himself in print, writing some of the most persuasive prose on behalf of a truly enlightened purveyor of widgets. And so, while your dedicated reader, enslaved to each mellifluous paragraph, clutches his newspaper with increasing interest and intention to purchase',0,'post-trashed','','',0,0),(58,674,'Pavel Ciorici','cioricip@gmail.com','http://twitter.com/ciorici','92.114.212.158','2009-09-09 08:43:01','2009-09-09 13:43:01','Vivamus et massa sapien, et vestibulum justo. Vivamus urna enim, porttitor ut ultricies vel, interdum quis tortor. Integer interdum rutrum augue, sit amet feugiat augue varius a.',0,'post-trashed','','',0,0),(59,674,'Pavel Ciorici','cioricip@gmail.com','http://twitter.com/ciorici','92.114.212.158','2009-09-09 08:43:11','2009-09-09 13:43:11','Nested comments are fully supported.\n\nPellentesque sit amet tortor vel purus posuere vestibulum non sit amet erat. Donec tristique quam a lectus mattis congue. Etiam tempor sodales lectus, eget tincidunt metus iaculis a.',0,'post-trashed','','',58,0),(61,60,'admin','saintdo@hotmail.com','','127.0.0.1','2012-01-03 17:41:41','2012-01-03 17:41:41','test',0,'post-trashed','','',0,1),(62,97,'saintdo','saintdo@hotmail.com','','58.8.95.202','2012-01-07 22:06:36','2012-01-07 22:06:36','Coolest thing',0,'post-trashed','','',0,1),(63,97,'ewefwef','wfwefwef@wefwef.com','','213.47.248.63','2012-04-06 20:25:39','2012-04-06 20:25:39','errrr',0,'post-trashed','','',0,0),(64,107,'admin','saintdo@hotmail.com','','127.0.0.1','2012-01-04 09:09:12','2012-01-04 09:09:12','test',0,'post-trashed','','',0,1),(65,107,'admin','saintdo@hotmail.com','','127.0.0.1','2012-01-04 09:09:17','2012-01-04 09:09:17','fffffgdgsg',0,'post-trashed','','',0,1),(66,107,'admin','saintdo@hotmail.com','','127.0.0.1','2012-01-04 09:09:21','2012-01-04 09:09:21','rgrsagwg',0,'post-trashed','','',0,1),(67,107,'admin','saintdo@hotmail.com','','127.0.0.1','2012-01-04 09:09:26','2012-01-04 09:09:26','GEWGWEG',0,'post-trashed','','',0,1),(68,107,'admin','saintdo@hotmail.com','','127.0.0.1','2012-01-04 09:09:32','2012-01-04 09:09:32','WEGEWGEG',0,'post-trashed','','',65,1),(69,107,'Aaa','aaronjames50@hotmail.com','http://aa','120.151.0.121','2012-01-10 07:34:51','2012-01-10 07:34:51','ass',0,'post-trashed','','',0,0),(70,107,'Pavel','pavel.s@hotmail.com','','93.125.83.46','2012-01-17 12:46:56','2012-01-17 12:46:56','Really Simple CAPTCHA ajax test',0,'post-trashed','','',68,0),(71,107,'Pavel','pavel.s@hotmail.com','','93.125.83.46','2012-01-17 12:48:55','2012-01-17 12:48:55','Really Simple CAPTCHA test how it\'s work - I see work well',0,'post-trashed','','',0,0),(72,107,'dsf','sdf@sd.is','','81.15.15.1','2012-01-23 12:53:46','2012-01-23 12:53:46','Nice!',0,'post-trashed','','',0,0),(73,107,'sadf','kudako@seznam.cz','','90.176.127.159','2012-01-27 17:15:54','2012-01-27 17:15:54','sdfasf',0,'post-trashed','','',68,0),(74,993,'saintdo','saintdo@hotmail.com','','58.8.95.202','2012-01-07 22:07:11','2012-01-07 22:07:11','Good job!',0,'post-trashed','','',0,1),(75,993,'dg','dg@s.com','','188.196.122.86','2012-01-31 22:43:28','2012-01-31 22:43:28','testing',0,'post-trashed','','',0,0),(76,993,'test','testmail@MAIL.COM','','79.119.217.218','2012-03-31 18:21:12','2012-03-31 18:21:12','GTAERG AER GARE GARE GARE GA ERGERA',0,'post-trashed','','',0,0),(77,996,'test','dads@mail.com','','92.113.205.70','2012-01-25 22:39:38','2012-01-25 22:39:38','Vestibulum id ligula porta felis euismod semper. Vestibulum id ligula porta felis euismod semper.',0,'post-trashed','','',0,0),(78,996,'Toto','toto@gmail.com','','86.168.19.80','2012-02-05 15:37:30','2012-02-05 15:37:30','This is a comment \nThis is a comment \nThis is a comment \nThis is a comment',0,'post-trashed','','',0,0),(79,996,'Daniel','dogwasher@live.com','','190.50.115.120','2012-02-08 02:56:46','2012-02-08 02:56:46','prueba',0,'post-trashed','','',0,0),(80,996,'한글테스트','REFAS@WEAR.COM','','125.131.220.136','2012-03-29 02:22:17','2012-03-29 02:22:17','한글테스트',0,'post-trashed','','',0,0),(81,996,'GoodLayers','saintdo@hotmail.com','','67.185.102.23','2012-04-28 23:32:50','2012-04-28 23:32:50','Good One',0,'post-trashed','','',0,1),(82,996,'GoodLayers','saintdo@hotmail.com','','67.185.102.23','2012-04-28 23:32:58','2012-04-28 23:32:58','Isn\'t it?',0,'post-trashed','','',0,1),(83,996,'GoodLayers','saintdo@hotmail.com','','67.185.102.23','2012-04-28 23:33:11','2012-04-28 23:33:11','Better Ever',0,'post-trashed','','',82,1),(84,1091,'ff dd','testkevin@testkevin.com','http://dd','205.134.132.1','2012-02-15 21:45:06','2012-02-15 21:45:06','cdfdf',0,'post-trashed','','',0,0),(85,1098,'saintdo','saintdo@hotmail.com','','58.8.95.202','2012-01-07 22:06:55','2012-01-07 22:06:55','Buy one?',0,'post-trashed','','',0,1),(86,1098,'Nao','nao@nao.com','','58.9.45.9','2012-01-21 09:40:00','2012-01-21 09:40:00','Buy two?',0,'post-trashed','','',0,0),(87,1098,'Shailesh Tripathi','globalworld9@rediffmail.com','http://shaileshtripathi.com','117.199.20.235','2012-02-08 02:53:13','2012-02-08 02:53:13','Nice theme I\'m gonna use it on my next site. I loved the layout and design of the site. Share it to each other is my current website and I am constantly conscious of it\'s design factor.',0,'post-trashed','','',0,0),(88,1098,'me','aaaei.org@gmail.com','','213.57.232.123','2012-03-27 12:14:26','2012-03-27 12:14:26','test nested comment',0,'post-trashed','','',85,0); /*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_duplicator` -- DROP TABLE IF EXISTS `wp_duplicator`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_duplicator` ( `id` bigint(20) unsigned NOT NULL auto_increment, `token` varchar(25) collate latin1_general_ci NOT NULL, `packname` varchar(250) collate latin1_general_ci NOT NULL, `zipname` varchar(250) collate latin1_general_ci NOT NULL, `zipsize` int(11) default NULL, `created` datetime NOT NULL default '0000-00-00 00:00:00', `owner` varchar(60) collate latin1_general_ci NOT NULL, `settings` longtext collate latin1_general_ci NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_duplicator` -- LOCK TABLES `wp_duplicator` WRITE; /*!40000 ALTER TABLE `wp_duplicator` DISABLE KEYS */; INSERT INTO `wp_duplicator` VALUES (1,'5242fe97e22534016','20130925_westromgroup','5242fe97e22534016_20130925_westromgroup_package.zip',0,'2013-09-25 15:17:43','admin','a:4:{s:14:\"plugin_version\";s:5:\"0.4.6\";s:4:\"type\";s:6:\"Manual\";s:6:\"status\";s:5:\"Error\";s:5:\"notes\";s:0:\"\";}'); /*!40000 ALTER TABLE `wp_duplicator` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_increase_likes` -- DROP TABLE IF EXISTS `wp_increase_likes`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_increase_likes` ( `id` int(9) unsigned NOT NULL auto_increment, `time` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, `post_id` int(9) NOT NULL, `ip` varchar(15) NOT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_increase_likes` -- LOCK TABLES `wp_increase_likes` WRITE; /*!40000 ALTER TABLE `wp_increase_likes` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_increase_likes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_layerslider` -- DROP TABLE IF EXISTS `wp_layerslider`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_layerslider` ( `id` int(10) NOT NULL auto_increment, `name` varchar(100) collate latin1_general_ci NOT NULL, `data` mediumtext collate latin1_general_ci NOT NULL, `date_c` int(10) NOT NULL, `date_m` int(11) NOT NULL, `flag_hidden` tinyint(1) NOT NULL default '0', `flag_deleted` tinyint(1) NOT NULL default '0', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=9 DEFAULT CHARSET=latin1 COLLATE=latin1_general_ci; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_layerslider` -- LOCK TABLES `wp_layerslider` WRITE; /*!40000 ALTER TABLE `wp_layerslider` DISABLE KEYS */; INSERT INTO `wp_layerslider` VALUES (1,'Slider','{\"properties\":{\"title\":\"Slider\",\"width\":\"600\",\"height\":\"300\",\"responsive\":\"on\",\"responsiveunder\":\"0\",\"sublayercontainer\":\"0\",\"autostart\":\"on\",\"pauseonhover\":\"on\",\"firstlayer\":\"1\",\"animatefirstlayer\":\"on\",\"twowayslideshow\":\"on\",\"loops\":\"0\",\"forceloopnum\":\"on\",\"autoplayvideos\":\"on\",\"autopauseslideshow\":\"auto\",\"youtubepreview\":\"maxresdefault.jpg\",\"keybnav\":\"on\",\"touchnav\":\"on\",\"skin\":\"defaultskin\",\"backgroundcolor\":\"transparent\",\"backgroundimage\":\"\",\"sliderstyle\":\"\",\"navprevnext\":\"on\",\"navstartstop\":\"on\",\"navbuttons\":\"on\",\"hoverprevnext\":\"on\",\"circletimer\":\"on\",\"thumb_nav\":\"hover\",\"thumb_width\":\"100\",\"thumb_height\":\"60\",\"thumb_container_width\":\"60%\",\"thumb_active_opacity\":\"35\",\"thumb_inactive_opacity\":\"100\",\"imgpreload\":\"on\",\"yourlogo\":\"\",\"yourlogostyle\":\"left: 10px; top: 10px;\",\"yourlogolink\":\"\",\"yourlogotarget\":\"_self\",\"cbinit\":\"function(element) { }\",\"cbstart\":\"function(data) { }\",\"cbstop\":\"function(data) { }\",\"cbpause\":\"function(data) { }\",\"cbanimstart\":\"function(data) { }\",\"cbanimstop\":\"function(data) { }\",\"cbprev\":\"function(data) { }\",\"cbnext\":\"function(data) { }\"},\"layers\":[{\"properties\":{\"3d_transitions\":\"\",\"2d_transitions\":\"\",\"custom_3d_transitions\":\"\",\"custom_2d_transitions\":\"\",\"background\":\"\",\"thumbnail\":\"\",\"slidedelay\":\"4000\",\"new_transitions\":\"on\",\"slidedirection\":\"right\",\"timeshift\":\"0\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"layer_link\":\"\",\"layer_link_target\":\"_self\",\"id\":\"\",\"deeplink\":\"\"},\"sublayers\":[{\"subtitle\":\"Layer #1\",\"type\":\"img\",\"image\":\"\",\"html\":\"\",\"slidedirection\":\"auto\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"rotatein\":\"0\",\"scalein\":\"1.0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"rotateout\":\"0\",\"scaleout\":\"1.0\",\"level\":\"-1\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"20px\",\"left\":\"20px\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"}]}]}',1377698142,1377698142,0,1),(2,'','{\"properties\":{\"title\":\"\",\"width\":\"1420\",\"height\":\"780\",\"responsive\":\"on\",\"responsiveunder\":\"0\",\"sublayercontainer\":\"0\",\"autostart\":\"on\",\"pauseonhover\":\"on\",\"firstlayer\":\"1\",\"animatefirstlayer\":\"on\",\"twowayslideshow\":\"on\",\"loops\":\"0\",\"forceloopnum\":\"on\",\"autopauseslideshow\":\"auto\",\"youtubepreview\":\"maxresdefault.jpg\",\"keybnav\":\"on\",\"touchnav\":\"on\",\"skin\":\"kingpower\",\"backgroundcolor\":\"#ffffff\",\"backgroundimage\":\"http:\\/\\/themes.goodlayers2.com\\/kingpower\\/wp-content\\/uploads\\/2013\\/03\\/bg.jpg\",\"sliderstyle\":\"\",\"navprevnext\":\"on\",\"navbuttons\":\"on\",\"thumb_nav\":\"disabled\",\"thumb_width\":\"100\",\"thumb_height\":\"60\",\"thumb_container_width\":\"60%\",\"thumb_active_opacity\":\"35\",\"thumb_inactive_opacity\":\"100\",\"imgpreload\":\"on\",\"yourlogo\":\"\",\"yourlogostyle\":\"left: 10px; top: 10px;\",\"yourlogolink\":\"\",\"yourlogotarget\":\"_self\",\"cbinit\":\"function(element) { }\",\"cbstart\":\"function(data) { }\",\"cbstop\":\"function(data) { }\",\"cbpause\":\"function(data) { }\",\"cbanimstart\":\"function(data) { }\",\"cbanimstop\":\"function(data) { }\",\"cbprev\":\"function(data) { }\",\"cbnext\":\"function(data) { }\"},\"layers\":[{\"properties\":{\"3d_transitions\":\"1\",\"2d_transitions\":\"\",\"custom_3d_transitions\":\"\",\"custom_2d_transitions\":\"\",\"background\":\"\",\"thumbnail\":\"\",\"slidedelay\":\"11000\",\"slidedirection\":\"right\",\"timeshift\":\"0\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"layer_link\":\"\",\"layer_link_target\":\"_self\",\"id\":\"\",\"deeplink\":\"\"},\"sublayers\":[{\"subtitle\":\"Layer #1\",\"type\":\"img\",\"image\":\"http:\\/\\/themes.goodlayers2.com\\/kingpower\\/wp-content\\/uploads\\/2013\\/03\\/item-1.png\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"500\",\"slideoutdirection\":\"bottom\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"-1\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"140px\",\"left\":\"234px\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"Layer #2\",\"type\":\"div\",\"image\":\"\",\"html\":\"<strong>KING<\\/strong>POWER\",\"slidedirection\":\"right\",\"durationin\":\"500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"1500\",\"slideoutdirection\":\"right\",\"durationout\":\"1000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"-1\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"191px\",\"left\":\"656px\",\"style\":\"color: #fff; font-size: 85px; font-family: \\\\\'Open Sans\\\\\'; \",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"Layer #3\",\"type\":\"div\",\"image\":\"\",\"html\":\"IS THE MOST\",\"slidedirection\":\"right\",\"durationin\":\"500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"2000\",\"slideoutdirection\":\"right\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"-1\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"318px\",\"left\":\"805px\",\"style\":\"color: #fff; font-size: 35px; font-family: \\\\\'Open Sans\\\\\';\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"Layer #4\",\"type\":\"div\",\"image\":\"\",\"html\":\"INCREDIBLE\",\"slidedirection\":\"right\",\"durationin\":\"500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"2500\",\"slideoutdirection\":\"right\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"-1\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"386px\",\"left\":\"719px\",\"style\":\"color: #fff; font-size: 63px; font-family: \\\\\'Open Sans\\\\\'; font-weight: bold; font-style: italic; background: #222; padding: 1px 20px; \\r\\nborder-bottom: 3px solid #fff;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"Layer #5\",\"type\":\"div\",\"image\":\"\",\"html\":\"WORDPRESS THEME\",\"slidedirection\":\"right\",\"durationin\":\"500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"3000\",\"slideoutdirection\":\"right\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"-1\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"500px\",\"left\":\"723px\",\"style\":\"color: #fff; font-size: 40px; font-family: \\\\\'Open Sans\\\\\'; \",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"}]},{\"properties\":{\"3d_transitions\":\"9\",\"2d_transitions\":\"\",\"custom_3d_transitions\":\"\",\"custom_2d_transitions\":\"\",\"background\":\"\",\"thumbnail\":\"\",\"slidedelay\":\"9000\",\"slidedirection\":\"right\",\"timeshift\":\"0\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"layer_link\":\"\",\"layer_link_target\":\"_self\",\"id\":\"\",\"deeplink\":\"\"},\"sublayers\":[{\"subtitle\":\"Layer #1\",\"type\":\"img\",\"image\":\"http:\\/\\/themes.goodlayers2.com\\/kingpower\\/wp-content\\/uploads\\/2013\\/03\\/slider-2-1.png\",\"html\":\"\",\"slidedirection\":\"top\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"500\",\"slideoutdirection\":\"top\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"-1\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"254px\",\"left\":\"807px\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"Layer #2\",\"type\":\"div\",\"image\":\"\",\"html\":\"<strong>LAYER<\\/strong> SLIDER\",\"slidedirection\":\"top\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"1500\",\"slideoutdirection\":\"top\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"-1\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"250px\",\"left\":\"172px\",\"style\":\"color: #fff; font-family: \\\\\'Open Sans\\\\\'; font-size: 80px; \",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"Layer #3\",\"type\":\"div\",\"image\":\"\",\"html\":\"$15 VALUE\",\"slidedirection\":\"left\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"2000\",\"slideoutdirection\":\"left\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"-1\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"359px\",\"left\":\"179px\",\"style\":\"color: #fff; font-family: \\\\\'Open Sans\\\\\'; font-size: 49px; font-style: italic;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"Layer #4\",\"type\":\"div\",\"image\":\"\",\"html\":\"INCLUDED\",\"slidedirection\":\"right\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"2500\",\"slideoutdirection\":\"right\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"-1\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"360px\",\"left\":\"427px\",\"style\":\"color: #fff; font-family: \\\\\'Open Sans\\\\\'; font-weight: bold; font-style: italic; font-size: 49px;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"Layer #5\",\"type\":\"div\",\"image\":\"\",\"html\":\"Now you can manage each slider elelment easily.\",\"slidedirection\":\"bottom\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"3000\",\"slideoutdirection\":\"bottom\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"-1\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"447px\",\"left\":\"176px\",\"style\":\"color: #fff; font-size: 22px; font-family: \\\\\'Open Sans\\\\\';\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"}]},{\"properties\":{\"3d_transitions\":\"\",\"2d_transitions\":\"\",\"custom_3d_transitions\":\"\",\"custom_2d_transitions\":\"\",\"background\":\"\",\"thumbnail\":\"\",\"slidedelay\":\"9000\",\"slidedirection\":\"right\",\"timeshift\":\"0\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"layer_link\":\"\",\"layer_link_target\":\"_self\",\"id\":\"\",\"deeplink\":\"\"},\"sublayers\":[{\"subtitle\":\"Layer #2\",\"type\":\"div\",\"image\":\"\",\"html\":\"<iframe src=\\\\\\\"http:\\/\\/player.vimeo.com\\/video\\/20156764\\\\\\\" width=\\\\\\\"450\\\\\\\" height=\\\\\\\"250\\\\\\\"><\\/iframe>\",\"slidedirection\":\"left\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"500\",\"slideoutdirection\":\"left\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"-1\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"271px\",\"left\":\"180px\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"Layer #1\",\"type\":\"div\",\"image\":\"\",\"html\":\"VIDEO SUPPORTED\",\"slidedirection\":\"top\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"1500\",\"slideoutdirection\":\"top\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"-1\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"252px\",\"left\":\"687px\",\"style\":\"color: #fff; font-family: \\\\\'Open Sans\\\\\'; font-size: 60px; font-weight: bold;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"Layer #3\",\"type\":\"div\",\"image\":\"\",\"html\":\"You can put video embedded easily\",\"slidedirection\":\"right\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"2000\",\"slideoutdirection\":\"right\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"-1\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"346px\",\"left\":\"687px\",\"style\":\"color: #fff; font-family: \\\\\'Open Sans\\\\\'; font-size: 27px; font-style: italic;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"Layer #4\",\"type\":\"div\",\"image\":\"\",\"html\":\"Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Nullam \\r\\nquis risus eget urna mollis ornare vel eu leo. Lorem ipsum dolor sit amet, con\\r\\nsectetur adipiscing elit. Nullam id dolor id nibh ultricies vehicula ut id elit. Aen\\r\\nean lacinia.\",\"slidedirection\":\"bottom\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"2500\",\"slideoutdirection\":\"bottom\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"-1\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"406px\",\"left\":\"689px\",\"wordwrap\":\"on\",\"style\":\"color: #fff; font-family: \\\\\'Open Sans\\\\\'; font-size: 16px; width: 530px; line-height: 1.7;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"}]},{\"properties\":{\"3d_transitions\":\"\",\"2d_transitions\":\"\",\"custom_3d_transitions\":\"\",\"custom_2d_transitions\":\"\",\"background\":\"\",\"thumbnail\":\"\",\"slidedelay\":\"9000\",\"slidedirection\":\"right\",\"timeshift\":\"0\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"layer_link\":\"\",\"layer_link_target\":\"_self\",\"id\":\"\",\"deeplink\":\"\"},\"sublayers\":[{\"subtitle\":\"Layer #1\",\"type\":\"img\",\"image\":\"http:\\/\\/themes.goodlayers2.com\\/kingpower\\/wp-content\\/uploads\\/2013\\/03\\/slider-4-1.png\",\"html\":\"\",\"slidedirection\":\"top\",\"durationin\":\"1500\",\"easingin\":\"easeOutBounce\",\"delayin\":\"0\",\"slideoutdirection\":\"bottom\",\"durationout\":\"1500\",\"easingout\":\"easeInOutSine\",\"delayout\":\"0\",\"level\":\"-1\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"220px\",\"left\":\"190px\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"Layer #2\",\"type\":\"img\",\"image\":\"http:\\/\\/themes.goodlayers2.com\\/kingpower\\/wp-content\\/uploads\\/2013\\/03\\/slider-4-2.png\",\"html\":\"\",\"slidedirection\":\"top\",\"durationin\":\"1500\",\"easingin\":\"easeOutBounce\",\"delayin\":\"700\",\"slideoutdirection\":\"bottom\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"-1\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"220px\",\"left\":\"568px\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"Layer #3\",\"type\":\"img\",\"image\":\"http:\\/\\/themes.goodlayers2.com\\/kingpower\\/wp-content\\/uploads\\/2013\\/03\\/slider-4-3.png\",\"html\":\"\",\"slidedirection\":\"top\",\"durationin\":\"1500\",\"easingin\":\"easeOutBounce\",\"delayin\":\"1400\",\"slideoutdirection\":\"bottom\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"-1\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"220px\",\"left\":\"935px\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"}]}]}',1379517330,1379517330,0,1),(3,'','{\"properties\":{\"title\":\"\",\"width\":\"1420\",\"height\":\"780\",\"responsive\":\"on\",\"responsiveunder\":\"0\",\"sublayercontainer\":\"0\",\"autostart\":\"on\",\"pauseonhover\":\"on\",\"firstlayer\":\"1\",\"animatefirstlayer\":\"on\",\"twowayslideshow\":\"on\",\"loops\":\"0\",\"forceloopnum\":\"on\",\"autopauseslideshow\":\"auto\",\"youtubepreview\":\"maxresdefault.jpg\",\"keybnav\":\"on\",\"touchnav\":\"on\",\"skin\":\"kingpower\",\"backgroundcolor\":\"#ffffff\",\"backgroundimage\":\"http:\\/\\/testingweb123.webuda.com\\/wp-content\\/uploads\\/2013\\/09\\/bg.jpg\",\"sliderstyle\":\"\",\"navprevnext\":\"on\",\"navbuttons\":\"on\",\"thumb_nav\":\"disabled\",\"thumb_width\":\"100\",\"thumb_height\":\"60\",\"thumb_container_width\":\"60%\",\"thumb_active_opacity\":\"35\",\"thumb_inactive_opacity\":\"100\",\"imgpreload\":\"on\",\"yourlogo\":\"http:\\/\\/testingweb123.webuda.com\\/wp-content\\/uploads\\/2013\\/03\\/logo.png\",\"yourlogostyle\":\"left: 10px; top: 10px;\",\"yourlogolink\":\"false\",\"yourlogotarget\":\"_self\",\"cbinit\":\"function(element) { }\",\"cbstart\":\"function(data) { }\",\"cbstop\":\"function(data) { }\",\"cbpause\":\"function(data) { }\",\"cbanimstart\":\"function(data) { }\",\"cbanimstop\":\"function(data) { }\",\"cbprev\":\"function(data) { }\",\"cbnext\":\"function(data) { }\"},\"layers\":[{\"properties\":{\"3d_transitions\":\"1\",\"2d_transitions\":\"\",\"custom_3d_transitions\":\"\",\"custom_2d_transitions\":\"\",\"background\":\"\",\"thumbnail\":\"\",\"slidedelay\":\"11000\",\"slidedirection\":\"right\",\"timeshift\":\"0\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"layer_link\":\"\",\"layer_link_target\":\"_self\",\"id\":\"\",\"deeplink\":\"\"},\"sublayers\":[{\"subtitle\":\"Layer #1\",\"type\":\"img\",\"image\":\"http:\\/\\/themes.goodlayers2.com\\/kingpower\\/wp-content\\/uploads\\/2013\\/03\\/item-1.png\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"500\",\"slideoutdirection\":\"bottom\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"-1\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"140px\",\"left\":\"234px\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"Layer #2\",\"type\":\"div\",\"image\":\"\",\"html\":\"<strong>KING<\\/strong>POWER\",\"slidedirection\":\"right\",\"durationin\":\"500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"1500\",\"slideoutdirection\":\"right\",\"durationout\":\"1000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"-1\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"191px\",\"left\":\"656px\",\"style\":\"color: #fff; font-size: 85px; font-family: \\\\\'Open Sans\\\\\'; \",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"Layer #3\",\"type\":\"div\",\"image\":\"\",\"html\":\"IS THE MOST\",\"slidedirection\":\"right\",\"durationin\":\"500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"2000\",\"slideoutdirection\":\"right\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"-1\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"318px\",\"left\":\"805px\",\"style\":\"color: #fff; font-size: 35px; font-family: \\\\\'Open Sans\\\\\';\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"Layer #4\",\"type\":\"div\",\"image\":\"\",\"html\":\"INCREDIBLE\",\"slidedirection\":\"right\",\"durationin\":\"500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"2500\",\"slideoutdirection\":\"right\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"-1\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"386px\",\"left\":\"719px\",\"style\":\"color: #fff; font-size: 63px; font-family: \\\\\'Open Sans\\\\\'; font-weight: bold; font-style: italic; background: #222; padding: 1px 20px; \\r\\nborder-bottom: 3px solid #fff;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"Layer #5\",\"type\":\"div\",\"image\":\"\",\"html\":\"WORDPRESS THEME\",\"slidedirection\":\"right\",\"durationin\":\"500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"3000\",\"slideoutdirection\":\"right\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"-1\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"500px\",\"left\":\"723px\",\"style\":\"color: #fff; font-size: 40px; font-family: \\\\\'Open Sans\\\\\'; \",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"}]},{\"properties\":{\"3d_transitions\":\"9\",\"2d_transitions\":\"\",\"custom_3d_transitions\":\"\",\"custom_2d_transitions\":\"\",\"background\":\"\",\"thumbnail\":\"\",\"slidedelay\":\"9000\",\"slidedirection\":\"right\",\"timeshift\":\"0\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"layer_link\":\"\",\"layer_link_target\":\"_self\",\"id\":\"\",\"deeplink\":\"\"},\"sublayers\":[{\"subtitle\":\"Layer #1\",\"type\":\"img\",\"image\":\"http:\\/\\/themes.goodlayers2.com\\/kingpower\\/wp-content\\/uploads\\/2013\\/03\\/slider-2-1.png\",\"html\":\"\",\"slidedirection\":\"top\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"500\",\"slideoutdirection\":\"top\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"-1\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"254px\",\"left\":\"807px\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"Layer #2\",\"type\":\"div\",\"image\":\"\",\"html\":\"<strong>LAYER<\\/strong> SLIDER\",\"slidedirection\":\"top\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"1500\",\"slideoutdirection\":\"top\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"-1\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"250px\",\"left\":\"172px\",\"style\":\"color: #fff; font-family: \\\\\'Open Sans\\\\\'; font-size: 80px; \",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"Layer #3\",\"type\":\"div\",\"image\":\"\",\"html\":\"$15 VALUE\",\"slidedirection\":\"left\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"2000\",\"slideoutdirection\":\"left\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"-1\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"359px\",\"left\":\"179px\",\"style\":\"color: #fff; font-family: \\\\\'Open Sans\\\\\'; font-size: 49px; font-style: italic;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"Layer #4\",\"type\":\"div\",\"image\":\"\",\"html\":\"INCLUDED\",\"slidedirection\":\"right\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"2500\",\"slideoutdirection\":\"right\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"-1\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"360px\",\"left\":\"427px\",\"style\":\"color: #fff; font-family: \\\\\'Open Sans\\\\\'; font-weight: bold; font-style: italic; font-size: 49px;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"Layer #5\",\"type\":\"div\",\"image\":\"\",\"html\":\"Now you can manage each slider elelment easily.\",\"slidedirection\":\"bottom\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"3000\",\"slideoutdirection\":\"bottom\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"-1\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"447px\",\"left\":\"176px\",\"style\":\"color: #fff; font-size: 22px; font-family: \\\\\'Open Sans\\\\\';\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"}]},{\"properties\":{\"3d_transitions\":\"\",\"2d_transitions\":\"\",\"custom_3d_transitions\":\"\",\"custom_2d_transitions\":\"\",\"background\":\"\",\"thumbnail\":\"\",\"slidedelay\":\"9000\",\"slidedirection\":\"right\",\"timeshift\":\"0\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"layer_link\":\"\",\"layer_link_target\":\"_self\",\"id\":\"\",\"deeplink\":\"\"},\"sublayers\":[{\"subtitle\":\"Layer #2\",\"type\":\"div\",\"image\":\"\",\"html\":\"<iframe src=\\\\\\\"http:\\/\\/player.vimeo.com\\/video\\/20156764\\\\\\\" width=\\\\\\\"450\\\\\\\" height=\\\\\\\"250\\\\\\\"><\\/iframe>\",\"slidedirection\":\"left\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"500\",\"slideoutdirection\":\"left\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"-1\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"271px\",\"left\":\"180px\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"Layer #1\",\"type\":\"div\",\"image\":\"\",\"html\":\"VIDEO SUPPORTED\",\"slidedirection\":\"top\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"1500\",\"slideoutdirection\":\"top\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"-1\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"252px\",\"left\":\"687px\",\"style\":\"color: #fff; font-family: \\\\\'Open Sans\\\\\'; font-size: 60px; font-weight: bold;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"Layer #3\",\"type\":\"div\",\"image\":\"\",\"html\":\"You can put video embedded easily\",\"slidedirection\":\"right\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"2000\",\"slideoutdirection\":\"right\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"-1\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"346px\",\"left\":\"687px\",\"style\":\"color: #fff; font-family: \\\\\'Open Sans\\\\\'; font-size: 27px; font-style: italic;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"Layer #4\",\"type\":\"div\",\"image\":\"\",\"html\":\"Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Nullam \\r\\nquis risus eget urna mollis ornare vel eu leo. Lorem ipsum dolor sit amet, con\\r\\nsectetur adipiscing elit. Nullam id dolor id nibh ultricies vehicula ut id elit. Aen\\r\\nean lacinia.\",\"slidedirection\":\"bottom\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"2500\",\"slideoutdirection\":\"bottom\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"-1\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"406px\",\"left\":\"689px\",\"wordwrap\":\"on\",\"style\":\"color: #fff; font-family: \\\\\'Open Sans\\\\\'; font-size: 16px; width: 530px; line-height: 1.7;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"}]},{\"properties\":{\"3d_transitions\":\"\",\"2d_transitions\":\"\",\"custom_3d_transitions\":\"\",\"custom_2d_transitions\":\"\",\"background\":\"\",\"thumbnail\":\"\",\"slidedelay\":\"9000\",\"slidedirection\":\"right\",\"timeshift\":\"0\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"layer_link\":\"\",\"layer_link_target\":\"_self\",\"id\":\"\",\"deeplink\":\"\"},\"sublayers\":[{\"subtitle\":\"Layer #1\",\"type\":\"img\",\"image\":\"http:\\/\\/themes.goodlayers2.com\\/kingpower\\/wp-content\\/uploads\\/2013\\/03\\/slider-4-1.png\",\"html\":\"\",\"slidedirection\":\"top\",\"durationin\":\"1500\",\"easingin\":\"easeOutBounce\",\"delayin\":\"0\",\"slideoutdirection\":\"bottom\",\"durationout\":\"1500\",\"easingout\":\"easeInOutSine\",\"delayout\":\"0\",\"level\":\"-1\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"220px\",\"left\":\"190px\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"Layer #2\",\"type\":\"img\",\"image\":\"http:\\/\\/themes.goodlayers2.com\\/kingpower\\/wp-content\\/uploads\\/2013\\/03\\/slider-4-2.png\",\"html\":\"\",\"slidedirection\":\"top\",\"durationin\":\"1500\",\"easingin\":\"easeOutBounce\",\"delayin\":\"700\",\"slideoutdirection\":\"bottom\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"-1\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"220px\",\"left\":\"568px\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"Layer #3\",\"type\":\"img\",\"image\":\"http:\\/\\/themes.goodlayers2.com\\/kingpower\\/wp-content\\/uploads\\/2013\\/03\\/slider-4-3.png\",\"html\":\"\",\"slidedirection\":\"top\",\"durationin\":\"1500\",\"easingin\":\"easeOutBounce\",\"delayin\":\"1400\",\"slideoutdirection\":\"bottom\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"-1\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"220px\",\"left\":\"935px\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"}]}]}',1379517362,1379518089,0,0),(4,'Sample slider 4.0 with 3D and 2D transitions','{\"properties\":{\"title\":\"Sample slider 4.0 with 3D and 2D transitions\",\"width\":\"1000\",\"height\":\"500\",\"responsive\":\"on\",\"responsiveunder\":\"0\",\"sublayercontainer\":\"0\",\"autostart\":\"on\",\"firstlayer\":\"1\",\"animatefirstlayer\":\"on\",\"twowayslideshow\":\"on\",\"loops\":\"0\",\"forceloopnum\":\"on\",\"autoplayvideos\":\"on\",\"autopauseslideshow\":\"auto\",\"youtubepreview\":\"maxresdefault.jpg\",\"keybnav\":\"on\",\"touchnav\":\"on\",\"skin\":\"borderlesslight\",\"backgroundcolor\":\"transparent\",\"backgroundimage\":\"\",\"sliderstyle\":\"margin-bottom: 50px;\",\"navprevnext\":\"on\",\"navstartstop\":\"on\",\"navbuttons\":\"on\",\"hoverprevnext\":\"on\",\"thumb_nav\":\"hover\",\"thumb_width\":\"100\",\"thumb_height\":\"60\",\"thumb_container_width\":\"60%\",\"thumb_active_opacity\":\"35\",\"thumb_inactive_opacity\":\"100\",\"imgpreload\":\"on\",\"yourlogo\":\"\",\"yourlogostyle\":\"left: 10px; top: 10px;\",\"yourlogolink\":\"\",\"yourlogotarget\":\"_self\",\"cbinit\":\"function(element) { }\",\"cbstart\":\"function(data) { }\",\"cbstop\":\"function(data) { }\",\"cbpause\":\"function(data) { }\",\"cbanimstart\":\"function(data) { }\",\"cbanimstop\":\"function(data) { }\",\"cbprev\":\"function(data) { }\",\"cbnext\":\"function(data) { }\"},\"layers\":[{\"properties\":{\"3d_transitions\":\"\",\"2d_transitions\":\"49,50,51,52\",\"custom_3d_transitions\":\"\",\"custom_2d_transitions\":\"\",\"background\":\"http:\\/\\/testingweb123.webuda.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/abyss-bg.jpg\",\"thumbnail\":\"\",\"slidedelay\":\"7200\",\"new_transitions\":\"on\",\"slidedirection\":\"right\",\"timeshift\":\"0\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"layer_link\":\"\",\"layer_link_target\":\"_self\",\"id\":\"\",\"deeplink\":\"\"},\"sublayers\":[{\"subtitle\":\"BG fishes far\",\"type\":\"img\",\"image\":\"http:\\/\\/testingweb123.webuda.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/bg-fishes-far.png\",\"html\":\"\",\"slidedirection\":\"right\",\"durationin\":\"50\",\"easingin\":\"linear\",\"delayin\":\"0\",\"slideoutdirection\":\"left\",\"durationout\":\"11000\",\"easingout\":\"linear\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"1\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"186px\",\"left\":\"701px\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"BG fishes far 2\",\"type\":\"img\",\"image\":\"http:\\/\\/testingweb123.webuda.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/bg-fishes-far.png\",\"html\":\"\",\"slidedirection\":\"right\",\"durationin\":\"50\",\"easingin\":\"linear\",\"delayin\":\"0\",\"slideoutdirection\":\"left\",\"durationout\":\"9000\",\"easingout\":\"linear\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"1\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"251px\",\"left\":\"857px\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"BG fishes middle\",\"type\":\"img\",\"image\":\"http:\\/\\/testingweb123.webuda.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/bg-fishes-mid.png\",\"html\":\"\",\"slidedirection\":\"right\",\"durationin\":\"3000\",\"easingin\":\"linear\",\"delayin\":\"1000\",\"slideoutdirection\":\"left\",\"durationout\":\"3000\",\"easingout\":\"linear\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"1\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"131px\",\"left\":\"358px\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"BG fishes middle 2\",\"type\":\"img\",\"image\":\"http:\\/\\/testingweb123.webuda.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/bg-fishes-mid.png\",\"html\":\"\",\"slidedirection\":\"right\",\"durationin\":\"4000\",\"easingin\":\"linear\",\"delayin\":\"1000\",\"slideoutdirection\":\"left\",\"durationout\":\"3000\",\"easingout\":\"linear\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"1\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"196px\",\"left\":\"255px\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"Abyss BG mask\",\"type\":\"img\",\"image\":\"http:\\/\\/testingweb123.webuda.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/abyss-bg-mask.png\",\"html\":\"\",\"slidedirection\":\"fade\",\"durationin\":\"0\",\"easingin\":\"linear\",\"delayin\":\"0\",\"slideoutdirection\":\"fade\",\"durationout\":\"0\",\"easingout\":\"linear\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"Welcome\",\"type\":\"h1\",\"image\":\"\",\"html\":\"Welcome\",\"slidedirection\":\"fade\",\"durationin\":\"2500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"fade\",\"durationout\":\"2500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"1\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{\\\\\\\"font-family\\\\\\\":\\\\\\\"\\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', \\\\\'Helvetica Neue\\\\\', Helvetica, Arial, sans-serif\\\\\\\",\\\\\\\"font-size\\\\\\\":\\\\\\\"40px\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"white\\\\\\\"}\",\"top\":\"120px\",\"left\":\"184px\",\"style\":\"text-shadow: 0px 0px 20px white; font-weight: normal;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"to\",\"type\":\"h1\",\"image\":\"\",\"html\":\"to\",\"slidedirection\":\"fade\",\"durationin\":\"2500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"500\",\"slideoutdirection\":\"fade\",\"durationout\":\"2500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"1\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{\\\\\\\"font-family\\\\\\\":\\\\\\\"\\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', \\\\\'Helvetica Neue\\\\\', Helvetica, Arial, sans-serif\\\\\\\",\\\\\\\"font-size\\\\\\\":\\\\\\\"40px\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"white\\\\\\\"}\",\"top\":\"209px\",\"left\":\"312px\",\"style\":\"text-shadow: 0px 0px 20px white; font-weight: normal;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"LayerSlider 4\",\"type\":\"h1\",\"image\":\"\",\"html\":\"LayerSlider 4\",\"slidedirection\":\"fade\",\"durationin\":\"2500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"1200\",\"slideoutdirection\":\"fade\",\"durationout\":\"2500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"1\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{\\\\\\\"font-family\\\\\\\":\\\\\\\"\\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', \\\\\'Helvetica Neue\\\\\', Helvetica, Arial, sans-serif\\\\\\\",\\\\\\\"font-size\\\\\\\":\\\\\\\"80px\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"white\\\\\\\"}\",\"top\":\"293px\",\"left\":\"309px\",\"style\":\"text-shadow: 0px 0px 20px white; font-weight: normal;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"Shark\",\"type\":\"img\",\"image\":\"http:\\/\\/testingweb123.webuda.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/shark.png\",\"html\":\"\",\"slidedirection\":\"left\",\"durationin\":\"6500\",\"easingin\":\"linear\",\"delayin\":\"0\",\"slideoutdirection\":\"right\",\"durationout\":\"0\",\"easingout\":\"linear\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"1\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"20px\",\"left\":\"1000px\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"Small fish far\",\"type\":\"img\",\"image\":\"http:\\/\\/testingweb123.webuda.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/small-fish-far.png\",\"html\":\"\",\"slidedirection\":\"right\",\"durationin\":\"4000\",\"easingin\":\"easeOutQuad\",\"delayin\":\"2000\",\"slideoutdirection\":\"left\",\"durationout\":\"4000\",\"easingout\":\"easeInExpo\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"218px\",\"left\":\"481px\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"Small fish far 2\",\"type\":\"img\",\"image\":\"http:\\/\\/testingweb123.webuda.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/small-fish-far.png\",\"html\":\"\",\"slidedirection\":\"right\",\"durationin\":\"4000\",\"easingin\":\"easeOutQuad\",\"delayin\":\"3000\",\"slideoutdirection\":\"left\",\"durationout\":\"3000\",\"easingout\":\"easeInExpo\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"286px\",\"left\":\"646px\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"Small fish middle\",\"type\":\"img\",\"image\":\"http:\\/\\/testingweb123.webuda.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/small-fish-mid.png\",\"html\":\"\",\"slidedirection\":\"right\",\"durationin\":\"4000\",\"easingin\":\"easeOutQuad\",\"delayin\":\"2500\",\"slideoutdirection\":\"left\",\"durationout\":\"4000\",\"easingout\":\"easeInExpo\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"315px\",\"left\":\"325px\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"Small fish close\",\"type\":\"img\",\"image\":\"http:\\/\\/testingweb123.webuda.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/small-fish-close.png\",\"html\":\"\",\"slidedirection\":\"right\",\"durationin\":\"4000\",\"easingin\":\"easeOutQuad\",\"delayin\":\"3500\",\"slideoutdirection\":\"left\",\"durationout\":\"2500\",\"easingout\":\"easeInExpo\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"143px\",\"left\":\"695px\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"Small fish middle 2\",\"type\":\"img\",\"image\":\"http:\\/\\/testingweb123.webuda.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/small-fish-mid.png\",\"html\":\"\",\"slidedirection\":\"right\",\"durationin\":\"3000\",\"easingin\":\"linear\",\"delayin\":\"2800\",\"slideoutdirection\":\"left\",\"durationout\":\"3000\",\"easingout\":\"linear\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"1\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"84px\",\"left\":\"458px\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"Medium fish middle\",\"type\":\"img\",\"image\":\"http:\\/\\/testingweb123.webuda.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/med-fish-mid.png\",\"html\":\"\",\"slidedirection\":\"right\",\"durationin\":\"2000\",\"easingin\":\"easeOutExpo\",\"delayin\":\"3000\",\"slideoutdirection\":\"left\",\"durationout\":\"3000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"5\",\"showuntil\":\"1\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"272px\",\"left\":\"685px\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"Medium fish middle 2\",\"type\":\"img\",\"image\":\"http:\\/\\/testingweb123.webuda.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/med-fish-mid.png\",\"html\":\"\",\"slidedirection\":\"right\",\"durationin\":\"2000\",\"easingin\":\"easeOutExpo\",\"delayin\":\"5300\",\"slideoutdirection\":\"left\",\"durationout\":\"2000\",\"easingout\":\"easeInExpo\",\"delayout\":\"0\",\"level\":\"5\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"70px\",\"left\":\"244px\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"Medium fish middle 3\",\"type\":\"img\",\"image\":\"http:\\/\\/testingweb123.webuda.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/med-fish-mid.png\",\"html\":\"\",\"slidedirection\":\"right\",\"durationin\":\"2000\",\"easingin\":\"easeOutExpo\",\"delayin\":\"4000\",\"slideoutdirection\":\"left\",\"durationout\":\"3000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"6\",\"showuntil\":\"1\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"200px\",\"left\":\"196px\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"Medium fish close\",\"type\":\"img\",\"image\":\"http:\\/\\/testingweb123.webuda.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/med-fish-close.png\",\"html\":\"\",\"slidedirection\":\"right\",\"durationin\":\"2400\",\"easingin\":\"easeOutExpo\",\"delayin\":\"5500\",\"slideoutdirection\":\"left\",\"durationout\":\"2000\",\"easingout\":\"easeInExpo\",\"delayout\":\"0\",\"level\":\"6\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"246px\",\"left\":\"339px\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"Big fish close\",\"type\":\"img\",\"image\":\"http:\\/\\/testingweb123.webuda.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/big-fish-close.png\",\"html\":\"\",\"slidedirection\":\"right\",\"durationin\":\"2000\",\"easingin\":\"easeOutCirc\",\"delayin\":\"3300\",\"slideoutdirection\":\"left\",\"durationout\":\"3000\",\"easingout\":\"easeInOutExpo\",\"delayout\":\"0\",\"level\":\"7\",\"showuntil\":\"1\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"12px\",\"left\":\"344px\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"Big fish close 2\",\"type\":\"img\",\"image\":\"http:\\/\\/testingweb123.webuda.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/big-fish-close.png\",\"html\":\"\",\"slidedirection\":\"right\",\"durationin\":\"2000\",\"easingin\":\"easeOutExpo\",\"delayin\":\"6000\",\"slideoutdirection\":\"left\",\"durationout\":\"1700\",\"easingout\":\"easeInExpo\",\"delayout\":\"0\",\"level\":\"7\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"194px\",\"left\":\"454px\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"}]},{\"properties\":{\"3d_transitions\":\"15,16,19,23,30,36,95,96,100\",\"2d_transitions\":\"10,11,12,13,14,23,24,27,34,37,48,49,50,51,52,53,56,63,66\",\"custom_3d_transitions\":\"\",\"custom_2d_transitions\":\"\",\"background\":\"http:\\/\\/testingweb123.webuda.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/3d-bg.jpg\",\"thumbnail\":\"\",\"slidedelay\":\"4500\",\"new_transitions\":\"on\",\"slidedirection\":\"right\",\"timeshift\":\"-1000\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"layer_link\":\"\",\"layer_link_target\":\"_self\",\"id\":\"\",\"deeplink\":\"\"},\"sublayers\":[{\"subtitle\":\"Small Cube 1\",\"type\":\"img\",\"image\":\"http:\\/\\/testingweb123.webuda.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/small-cube-blur.png\",\"html\":\"\",\"slidedirection\":\"top\",\"durationin\":\"3000\",\"easingin\":\"easeOutElastic\",\"delayin\":\"0\",\"slideoutdirection\":\"right\",\"durationout\":\"1500\",\"easingout\":\"easeInBack\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"1\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"20px\",\"left\":\"106px\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"Small Cube 2\",\"type\":\"img\",\"image\":\"http:\\/\\/testingweb123.webuda.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/small-cube-blur.png\",\"html\":\"\",\"slidedirection\":\"top\",\"durationin\":\"3000\",\"easingin\":\"easeOutElastic\",\"delayin\":\"50\",\"slideoutdirection\":\"right\",\"durationout\":\"1500\",\"easingout\":\"easeInBack\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"700\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"153px\",\"left\":\"342px\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"Small Cube 3\",\"type\":\"img\",\"image\":\"http:\\/\\/testingweb123.webuda.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/small-cube-blur.png\",\"html\":\"\",\"slidedirection\":\"top\",\"durationin\":\"3000\",\"easingin\":\"easeOutElastic\",\"delayin\":\"100\",\"slideoutdirection\":\"left\",\"durationout\":\"1500\",\"easingout\":\"easeInBack\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"400\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"276px\",\"left\":\"252px\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"Small Cube 4\",\"type\":\"img\",\"image\":\"http:\\/\\/testingweb123.webuda.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/small-cube-blur.png\",\"html\":\"\",\"slidedirection\":\"top\",\"durationin\":\"3000\",\"easingin\":\"easeOutElastic\",\"delayin\":\"50\",\"slideoutdirection\":\"left\",\"durationout\":\"1500\",\"easingout\":\"easeInBack\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"950\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"199px\",\"left\":\"585px\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"Small Cube 5\",\"type\":\"img\",\"image\":\"http:\\/\\/testingweb123.webuda.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/small-cube-blur.png\",\"html\":\"\",\"slidedirection\":\"top\",\"durationin\":\"3000\",\"easingin\":\"easeOutElastic\",\"delayin\":\"0\",\"slideoutdirection\":\"left\",\"durationout\":\"1500\",\"easingout\":\"easeInBack\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"250\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"37px\",\"left\":\"525px\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"Say hello\",\"type\":\"img\",\"image\":\"http:\\/\\/testingweb123.webuda.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/sayhello.png\",\"html\":\"\",\"slidedirection\":\"fade\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"1500\",\"slideoutdirection\":\"fade\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"116px\",\"left\":\"86px\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"Mid cube 1\",\"type\":\"img\",\"image\":\"http:\\/\\/testingweb123.webuda.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/mid-cube-blur.png\",\"html\":\"\",\"slidedirection\":\"top\",\"durationin\":\"3000\",\"easingin\":\"easeOutElastic\",\"delayin\":\"50\",\"slideoutdirection\":\"right\",\"durationout\":\"1500\",\"easingout\":\"easeInBack\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"100\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"190px\",\"left\":\"135px\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"Mid cube 2\",\"type\":\"img\",\"image\":\"http:\\/\\/testingweb123.webuda.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/mid-cube-blur.png\",\"html\":\"\",\"slidedirection\":\"top\",\"durationin\":\"3000\",\"easingin\":\"easeOutElastic\",\"delayin\":\"150\",\"slideoutdirection\":\"right\",\"durationout\":\"1500\",\"easingout\":\"easeInBack\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"500\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"340px\",\"left\":\"322px\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"Mid cube 3\",\"type\":\"img\",\"image\":\"http:\\/\\/testingweb123.webuda.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/mid-cube-blur.png\",\"html\":\"\",\"slidedirection\":\"top\",\"durationin\":\"3000\",\"easingin\":\"easeOutElastic\",\"delayin\":\"100\",\"slideoutdirection\":\"left\",\"durationout\":\"1500\",\"easingout\":\"easeInBack\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"300\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"398px\",\"left\":\"587px\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"Big Cube 1\",\"type\":\"img\",\"image\":\"http:\\/\\/testingweb123.webuda.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/big-cube.png\",\"html\":\"\",\"slidedirection\":\"top\",\"durationin\":\"3000\",\"easingin\":\"easeOutElastic\",\"delayin\":\"100\",\"slideoutdirection\":\"right\",\"durationout\":\"1500\",\"easingout\":\"easeInBack\",\"delayout\":\"0\",\"level\":\"5\",\"showuntil\":\"300\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"211px\",\"left\":\"16px\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"Big Cube 2\",\"type\":\"img\",\"image\":\"http:\\/\\/testingweb123.webuda.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/big-cube.png\",\"html\":\"\",\"slidedirection\":\"top\",\"durationin\":\"3000\",\"easingin\":\"easeOutElastic\",\"delayin\":\"200\",\"slideoutdirection\":\"left\",\"durationout\":\"1500\",\"easingout\":\"easeInBack\",\"delayout\":\"0\",\"level\":\"5\",\"showuntil\":\"50\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"251px\",\"left\":\"746px\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"}]},{\"properties\":{\"3d_transitions\":\"43,44,73,74,85,86,87\",\"2d_transitions\":\"10,11,12,13,14,23,24,27,34,48,49,50,51,52,53,63,66\",\"custom_3d_transitions\":\"\",\"custom_2d_transitions\":\"\",\"background\":\"http:\\/\\/testingweb123.webuda.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/autumn-bg.jpg\",\"thumbnail\":\"\",\"slidedelay\":\"5600\",\"new_transitions\":\"on\",\"slidedirection\":\"right\",\"timeshift\":\"0\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"layer_link\":\"\",\"layer_link_target\":\"_self\",\"id\":\"\",\"deeplink\":\"\"},\"sublayers\":[{\"subtitle\":\"Summer BG\",\"type\":\"img\",\"image\":\"http:\\/\\/testingweb123.webuda.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/summer-bg.jpg\",\"html\":\"\",\"slidedirection\":\"fade\",\"durationin\":\"2500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"2500\",\"slideoutdirection\":\"fade\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"Autumn L 1\",\"type\":\"img\",\"image\":\"http:\\/\\/testingweb123.webuda.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/a-l-1.png\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"2000\",\"easingin\":\"easeOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"fade\",\"durationout\":\"1000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"1000\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"9px\",\"left\":\"101px\",\"style\":\"\",\"id\":\"\",\"class\":\"ls-st1\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"Autumn L 2\",\"type\":\"img\",\"image\":\"http:\\/\\/testingweb123.webuda.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/a-l-2.png\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"2000\",\"easingin\":\"easeOutQuint\",\"delayin\":\"200\",\"slideoutdirection\":\"fade\",\"durationout\":\"1000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"1000\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"210px\",\"left\":\"240px\",\"style\":\"\",\"id\":\"\",\"class\":\"ls-st2\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"Autumn L 3\",\"type\":\"img\",\"image\":\"http:\\/\\/testingweb123.webuda.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/a-l-3.png\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"2000\",\"easingin\":\"easeOutQuint\",\"delayin\":\"400\",\"slideoutdirection\":\"fade\",\"durationout\":\"1000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"1000\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"193px\",\"left\":\"480px\",\"style\":\"\",\"id\":\"\",\"class\":\"ls-st3\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"Autumn L 4\",\"type\":\"img\",\"image\":\"http:\\/\\/testingweb123.webuda.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/a-l-4.png\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"2000\",\"easingin\":\"easeOutQuint\",\"delayin\":\"600\",\"slideoutdirection\":\"fade\",\"durationout\":\"1000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"1000\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"311px\",\"left\":\"623px\",\"style\":\"\",\"id\":\"\",\"class\":\"ls-st4\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"Autumn L 5\",\"type\":\"img\",\"image\":\"http:\\/\\/testingweb123.webuda.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/a-l-5.png\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"2000\",\"easingin\":\"easeOutQuint\",\"delayin\":\"800\",\"slideoutdirection\":\"fade\",\"durationout\":\"1000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"1000\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"407px\",\"left\":\"371px\",\"style\":\"\",\"id\":\"\",\"class\":\"ls-st5\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"Autumn L 6\",\"type\":\"img\",\"image\":\"http:\\/\\/testingweb123.webuda.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/a-l-6.png\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"2000\",\"easingin\":\"easeOutQuint\",\"delayin\":\"1000\",\"slideoutdirection\":\"fade\",\"durationout\":\"1000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"1000\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"232px\",\"left\":\"392px\",\"style\":\"\",\"id\":\"\",\"class\":\"ls-st6\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"Autumn L 7\",\"type\":\"img\",\"image\":\"http:\\/\\/testingweb123.webuda.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/a-l-7.png\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"2000\",\"easingin\":\"easeOutQuint\",\"delayin\":\"1200\",\"slideoutdirection\":\"fade\",\"durationout\":\"1000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"1000\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"190px\",\"left\":\"67px\",\"style\":\"\",\"id\":\"\",\"class\":\"ls-st7\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"Summer L 1\",\"type\":\"img\",\"image\":\"http:\\/\\/testingweb123.webuda.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/s-l-1.png\",\"html\":\"\",\"slidedirection\":\"fade\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"2500\",\"slideoutdirection\":\"fade\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"9px\",\"left\":\"101px\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"Summer L 2\",\"type\":\"img\",\"image\":\"http:\\/\\/testingweb123.webuda.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/s-l-2.png\",\"html\":\"\",\"slidedirection\":\"fade\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"2700\",\"slideoutdirection\":\"fade\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"210px\",\"left\":\"240px\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"Summer L 3\",\"type\":\"img\",\"image\":\"http:\\/\\/testingweb123.webuda.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/s-l-3.png\",\"html\":\"\",\"slidedirection\":\"fade\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"2900\",\"slideoutdirection\":\"fade\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"193px\",\"left\":\"480px\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"Summer L 4\",\"type\":\"img\",\"image\":\"http:\\/\\/testingweb123.webuda.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/s-l-4.png\",\"html\":\"\",\"slidedirection\":\"fade\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"3100\",\"slideoutdirection\":\"fade\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"311px\",\"left\":\"623px\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"Summer L 5\",\"type\":\"img\",\"image\":\"http:\\/\\/testingweb123.webuda.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/s-l-5.png\",\"html\":\"\",\"slidedirection\":\"fade\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"3300\",\"slideoutdirection\":\"fade\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"407px\",\"left\":\"371px\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"Summer L 6\",\"type\":\"img\",\"image\":\"http:\\/\\/testingweb123.webuda.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/s-l-6.png\",\"html\":\"\",\"slidedirection\":\"fade\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"3500\",\"slideoutdirection\":\"fade\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"232px\",\"left\":\"392px\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"Summer L 7\",\"type\":\"img\",\"image\":\"http:\\/\\/testingweb123.webuda.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/s-l-7.png\",\"html\":\"\",\"slidedirection\":\"fade\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"3700\",\"slideoutdirection\":\"fade\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"190px\",\"left\":\"67px\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"The improve\",\"type\":\"p\",\"image\":\"\",\"html\":\"The improve\",\"slidedirection\":\"left\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"1000\",\"slideoutdirection\":\"left\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"-1\",\"showuntil\":\"2000\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{\\\\\\\"font-family\\\\\\\":\\\\\\\"\\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', \\\\\'Helvetica Neue\\\\\', Helvetica, Arial, sans-serif\\\\\\\",\\\\\\\"font-size\\\\\\\":\\\\\\\"30px\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"white\\\\\\\"}\",\"top\":\"83px\",\"left\":\"277px\",\"style\":\"text-shadow: 0px 0px 10px white;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"is\",\"type\":\"p\",\"image\":\"\",\"html\":\"is\",\"slidedirection\":\"top\",\"durationin\":\"2000\",\"easingin\":\"easeOutElastic\",\"delayin\":\"1500\",\"slideoutdirection\":\"top\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"-1\",\"showuntil\":\"500\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{\\\\\\\"font-family\\\\\\\":\\\\\\\"\\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', \\\\\'Helvetica Neue\\\\\', Helvetica, Arial, sans-serif\\\\\\\",\\\\\\\"font-size\\\\\\\":\\\\\\\"60px\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"white\\\\\\\"}\",\"top\":\"62px\",\"left\":\"451px\",\"style\":\"text-shadow: 0px 0px 10px white;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"to change.\",\"type\":\"p\",\"image\":\"\",\"html\":\"to change.\",\"slidedirection\":\"right\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"1000\",\"slideoutdirection\":\"right\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"-1\",\"showuntil\":\"2000\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{\\\\\\\"font-family\\\\\\\":\\\\\\\"\\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', \\\\\'Helvetica Neue\\\\\', Helvetica, Arial, sans-serif\\\\\\\",\\\\\\\"font-size\\\\\\\":\\\\\\\"30px\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"white\\\\\\\"}\",\"top\":\"83px\",\"left\":\"503px\",\"style\":\"text-shadow: 0px 0px 10px white;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"To be perfect\",\"type\":\"p\",\"image\":\"\",\"html\":\"To be perfect\",\"slidedirection\":\"left\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"1750\",\"slideoutdirection\":\"left\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"-1\",\"showuntil\":\"1500\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{\\\\\\\"font-family\\\\\\\":\\\\\\\"\\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', \\\\\'Helvetica Neue\\\\\', Helvetica, Arial, sans-serif\\\\\\\",\\\\\\\"font-size\\\\\\\":\\\\\\\"30px\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"white\\\\\\\"}\",\"top\":\"137px\",\"left\":\"367px\",\"style\":\"text-shadow: 0px 0px 10px white;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"is\",\"type\":\"p\",\"image\":\"\",\"html\":\"is\",\"slidedirection\":\"top\",\"durationin\":\"1500\",\"easingin\":\"easeOutElastic\",\"delayin\":\"2250\",\"slideoutdirection\":\"bottom\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"-1\",\"showuntil\":\"500\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{\\\\\\\"font-family\\\\\\\":\\\\\\\"\\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', \\\\\'Helvetica Neue\\\\\', Helvetica, Arial, sans-serif\\\\\\\",\\\\\\\"font-size\\\\\\\":\\\\\\\"60px\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"white\\\\\\\"}\",\"top\":\"116px\",\"left\":\"555px\",\"style\":\"text-shadow: 0px 0px 10px white;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"to change often.\",\"type\":\"p\",\"image\":\"\",\"html\":\"to change often.\",\"slidedirection\":\"right\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"1750\",\"slideoutdirection\":\"right\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"-1\",\"showuntil\":\"1500\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{\\\\\\\"font-family\\\\\\\":\\\\\\\"\\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', \\\\\'Helvetica Neue\\\\\', Helvetica, Arial, sans-serif\\\\\\\",\\\\\\\"font-size\\\\\\\":\\\\\\\"30px\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"white\\\\\\\"}\",\"top\":\"137px\",\"left\":\"608px\",\"style\":\"text-shadow: 0px 0px 10px white;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"- Winston Churchill\",\"type\":\"p\",\"image\":\"\",\"html\":\"- Winston Churchill\",\"slidedirection\":\"fade\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"2500\",\"slideoutdirection\":\"fade\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"-1\",\"showuntil\":\"1000\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{\\\\\\\"font-family\\\\\\\":\\\\\\\"\\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', \\\\\'Helvetica Neue\\\\\', Helvetica, Arial, sans-serif\\\\\\\",\\\\\\\"font-size\\\\\\\":\\\\\\\"20px\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"white\\\\\\\"}\",\"top\":\"198px\",\"left\":\"722px\",\"style\":\"text-shadow: 0px 0px 10px white; font-style: italic;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"}]},{\"properties\":{\"3d_transitions\":\"60,61,77,78\",\"2d_transitions\":\"10,11,12,13,14,23,24,27,34,37,48,49,50,51,52,53,56,63,66\",\"custom_3d_transitions\":\"\",\"custom_2d_transitions\":\"\",\"background\":\"http:\\/\\/testingweb123.webuda.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/cubes-bg.jpg\",\"thumbnail\":\"\",\"slidedelay\":\"10050\",\"new_transitions\":\"on\",\"slidedirection\":\"right\",\"timeshift\":\"0\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"layer_link\":\"\",\"layer_link_target\":\"_self\",\"id\":\"\",\"deeplink\":\"\"},\"sublayers\":[{\"subtitle\":\"Blur\",\"type\":\"img\",\"image\":\"http:\\/\\/testingweb123.webuda.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/cubes-blur.jpg\",\"html\":\"\",\"slidedirection\":\"fade\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuad\",\"delayin\":\"0\",\"slideoutdirection\":\"fade\",\"durationout\":\"1000\",\"easingout\":\"easeInOutQuad\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"Tile 1\",\"type\":\"img\",\"image\":\"http:\\/\\/testingweb123.webuda.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/tile-1.png\",\"html\":\"\",\"slidedirection\":\"top\",\"durationin\":\"2500\",\"easingin\":\"easeOutBack\",\"delayin\":\"500\",\"slideoutdirection\":\"left\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"5700\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"Tile 2\",\"type\":\"img\",\"image\":\"http:\\/\\/testingweb123.webuda.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/tile-2.png\",\"html\":\"\",\"slidedirection\":\"right\",\"durationin\":\"2500\",\"easingin\":\"easeOutBack\",\"delayin\":\"600\",\"slideoutdirection\":\"left\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"5100\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"Tile 3\",\"type\":\"img\",\"image\":\"http:\\/\\/testingweb123.webuda.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/tile-3.png\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"2500\",\"easingin\":\"easeOutBack\",\"delayin\":\"700\",\"slideoutdirection\":\"left\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"5200\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"Tile 4\",\"type\":\"img\",\"image\":\"http:\\/\\/testingweb123.webuda.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/tile-4.png\",\"html\":\"\",\"slidedirection\":\"left\",\"durationin\":\"2500\",\"easingin\":\"easeOutBack\",\"delayin\":\"800\",\"slideoutdirection\":\"left\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"5500\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"Tile 5\",\"type\":\"img\",\"image\":\"http:\\/\\/testingweb123.webuda.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/tile-5.png\",\"html\":\"\",\"slidedirection\":\"top\",\"durationin\":\"2500\",\"easingin\":\"easeOutBack\",\"delayin\":\"900\",\"slideoutdirection\":\"left\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"5500\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"Tile 6\",\"type\":\"img\",\"image\":\"http:\\/\\/testingweb123.webuda.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/tile-6.png\",\"html\":\"\",\"slidedirection\":\"right\",\"durationin\":\"2500\",\"easingin\":\"easeOutBack\",\"delayin\":\"1000\",\"slideoutdirection\":\"left\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"4600\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"Tile 7\",\"type\":\"img\",\"image\":\"http:\\/\\/testingweb123.webuda.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/tile-7.png\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"2500\",\"easingin\":\"easeOutBack\",\"delayin\":\"1100\",\"slideoutdirection\":\"left\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"5100\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"Tile 8\",\"type\":\"img\",\"image\":\"http:\\/\\/testingweb123.webuda.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/tile-8.png\",\"html\":\"\",\"slidedirection\":\"left\",\"durationin\":\"2500\",\"easingin\":\"easeOutBack\",\"delayin\":\"1200\",\"slideoutdirection\":\"left\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"4800\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"Tile 9\",\"type\":\"img\",\"image\":\"http:\\/\\/testingweb123.webuda.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/tile-9.png\",\"html\":\"\",\"slidedirection\":\"top\",\"durationin\":\"2500\",\"easingin\":\"easeOutBack\",\"delayin\":\"1300\",\"slideoutdirection\":\"left\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"4500\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"Feature 1\",\"type\":\"p\",\"image\":\"\",\"html\":\"New 3D & 2D transitions with Transition Builder!\",\"slidedirection\":\"top\",\"durationin\":\"1000\",\"easingin\":\"easeOutExpo\",\"delayin\":\"1500\",\"slideoutdirection\":\"fade\",\"durationout\":\"1000\",\"easingout\":\"easeInQuart\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"2000\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{\\\\\\\"padding-top\\\\\\\":\\\\\\\"10px\\\\\\\",\\\\\\\"padding-right\\\\\\\":\\\\\\\"15px\\\\\\\",\\\\\\\"padding-bottom\\\\\\\":\\\\\\\"10px\\\\\\\",\\\\\\\"padding-left\\\\\\\":\\\\\\\"15px\\\\\\\",\\\\\\\"border-top\\\\\\\":\\\\\\\"4px solid white\\\\\\\",\\\\\\\"font-family\\\\\\\":\\\\\\\"Helvetica, Arial, sans-serif\\\\\\\",\\\\\\\"font-size\\\\\\\":\\\\\\\"20px\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"white\\\\\\\",\\\\\\\"border-radius\\\\\\\":\\\\\\\"7px\\\\\\\"}\",\"top\":\"45px\",\"left\":\"30px\",\"style\":\"box-shadow: 0px 3px 10px -3px #002c4b; background: #02cef7; background: -moz-linear-gradient(top, #02cef7 0%, #009bba 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#02cef7), color-stop(100%,#009bba)); background: -webkit-linear-gradient(top, #02cef7 0%,#009bba 100%); background: -o-linear-gradient(top, #02cef7 0%,#009bba 100%); background: -ms-linear-gradient(top, #02cef7 0%,#009bba 100%); background: linear-gradient(to bottom, #02cef7 0%,#009bba 100%); text-shadow: 0px -1px 1px #00819c; transform: rotate(-3deg); -o-transform: rotate(-3deg); -ms-transform: rotate(-3deg); -moz-transform: rotate(-3deg); -webkit-transform: rotate(-3deg);\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"Feature 2\",\"type\":\"p\",\"image\":\"\",\"html\":\"Use with any HTML content including embedded videos!\",\"slidedirection\":\"bottom\",\"durationin\":\"1000\",\"easingin\":\"easeOutExpo\",\"delayin\":\"3000\",\"slideoutdirection\":\"fade\",\"durationout\":\"1000\",\"easingout\":\"easeInQuart\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"2000\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{\\\\\\\"padding-top\\\\\\\":\\\\\\\"10px\\\\\\\",\\\\\\\"padding-right\\\\\\\":\\\\\\\"15px\\\\\\\",\\\\\\\"padding-bottom\\\\\\\":\\\\\\\"10px\\\\\\\",\\\\\\\"padding-left\\\\\\\":\\\\\\\"15px\\\\\\\",\\\\\\\"border-top\\\\\\\":\\\\\\\"4px solid white\\\\\\\",\\\\\\\"font-family\\\\\\\":\\\\\\\"Helvetica, Arial, sans-serif\\\\\\\",\\\\\\\"font-size\\\\\\\":\\\\\\\"20px\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"white\\\\\\\",\\\\\\\"border-radius\\\\\\\":\\\\\\\"7px\\\\\\\"}\",\"top\":\"360px\",\"left\":\"450px\",\"style\":\"box-shadow: 0px 3px 10px -3px #002c4b; background: #02cef7; background: -moz-linear-gradient(top, #02cef7 0%, #009bba 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#02cef7), color-stop(100%,#009bba)); background: -webkit-linear-gradient(top, #02cef7 0%,#009bba 100%); background: -o-linear-gradient(top, #02cef7 0%,#009bba 100%); background: -ms-linear-gradient(top, #02cef7 0%,#009bba 100%); background: linear-gradient(to bottom, #02cef7 0%,#009bba 100%); text-shadow: 0px -1px 1px #00819c; transform: rotate(-5deg); -o-transform: rotate(-5deg); -ms-transform: rotate(-5deg); -moz-transform: rotate(-5deg); -webkit-transform: rotate(-5deg);\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"Feature 3\",\"type\":\"p\",\"image\":\"\",\"html\":\"Responsive with Smart Resize & Touch-enabled!\",\"slidedirection\":\"right\",\"durationin\":\"1000\",\"easingin\":\"easeOutExpo\",\"delayin\":\"4500\",\"slideoutdirection\":\"fade\",\"durationout\":\"1000\",\"easingout\":\"easeInQuart\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"2000\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{\\\\\\\"padding-top\\\\\\\":\\\\\\\"10px\\\\\\\",\\\\\\\"padding-right\\\\\\\":\\\\\\\"15px\\\\\\\",\\\\\\\"padding-bottom\\\\\\\":\\\\\\\"10px\\\\\\\",\\\\\\\"padding-left\\\\\\\":\\\\\\\"15px\\\\\\\",\\\\\\\"border-top\\\\\\\":\\\\\\\"4px solid white\\\\\\\",\\\\\\\"font-family\\\\\\\":\\\\\\\"Helvetica, Arial, sans-serif\\\\\\\",\\\\\\\"font-size\\\\\\\":\\\\\\\"20px\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"white\\\\\\\",\\\\\\\"border-radius\\\\\\\":\\\\\\\"7px\\\\\\\"}\",\"top\":\"100px\",\"left\":\"505px\",\"style\":\"box-shadow: 0px 3px 10px -3px #002c4b; background: #02cef7; background: -moz-linear-gradient(top, #02cef7 0%, #009bba 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#02cef7), color-stop(100%,#009bba)); background: -webkit-linear-gradient(top, #02cef7 0%,#009bba 100%); background: -o-linear-gradient(top, #02cef7 0%,#009bba 100%); background: -ms-linear-gradient(top, #02cef7 0%,#009bba 100%); background: linear-gradient(to bottom, #02cef7 0%,#009bba 100%); text-shadow: 0px -1px 1px #00819c; transform: rotate(7deg); -o-transform: rotate(7deg); -ms-transform: rotate(7deg); -moz-transform: rotate(7deg); -webkit-transform: rotate(7deg);\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"Feature 4\",\"type\":\"p\",\"image\":\"\",\"html\":\"Multisite, Multi-language & Localization ready!\",\"slidedirection\":\"left\",\"durationin\":\"1000\",\"easingin\":\"easeOutExpo\",\"delayin\":\"6000\",\"slideoutdirection\":\"fade\",\"durationout\":\"1000\",\"easingout\":\"easeInQuart\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"2000\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{\\\\\\\"padding-top\\\\\\\":\\\\\\\"10px\\\\\\\",\\\\\\\"padding-right\\\\\\\":\\\\\\\"15px\\\\\\\",\\\\\\\"padding-bottom\\\\\\\":\\\\\\\"10px\\\\\\\",\\\\\\\"padding-left\\\\\\\":\\\\\\\"15px\\\\\\\",\\\\\\\"border-top\\\\\\\":\\\\\\\"4px solid white\\\\\\\",\\\\\\\"font-family\\\\\\\":\\\\\\\"Helvetica, Arial, sans-serif\\\\\\\",\\\\\\\"font-size\\\\\\\":\\\\\\\"20px\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"white\\\\\\\",\\\\\\\"border-radius\\\\\\\":\\\\\\\"7px\\\\\\\"}\",\"top\":\"400px\",\"left\":\"10px\",\"style\":\"box-shadow: 0px 3px 10px -3px #002c4b; background: #02cef7; background: -moz-linear-gradient(top, #02cef7 0%, #009bba 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#02cef7), color-stop(100%,#009bba)); background: -webkit-linear-gradient(top, #02cef7 0%,#009bba 100%); background: -o-linear-gradient(top, #02cef7 0%,#009bba 100%); background: -ms-linear-gradient(top, #02cef7 0%,#009bba 100%); background: linear-gradient(to bottom, #02cef7 0%,#009bba 100%); text-shadow: 0px -1px 1px #00819c; transform: rotate(10deg); -o-transform: rotate(10deg); -ms-transform: rotate(10deg); -moz-transform: rotate(10deg); -webkit-transform: rotate(10deg);\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"}]},{\"properties\":{\"3d_transitions\":\"45,46,47,48,49,50,57,58,68,69\",\"2d_transitions\":\"10,11,12,13,14,23,24,27,34,37,48,49,50,51,52,53,56,63,66\",\"custom_3d_transitions\":\"\",\"custom_2d_transitions\":\"\",\"background\":\"http:\\/\\/testingweb123.webuda.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/bbb-bg.jpg\",\"thumbnail\":\"\",\"slidedelay\":\"6000\",\"new_transitions\":\"on\",\"slidedirection\":\"right\",\"timeshift\":\"0\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"layer_link\":\"\",\"layer_link_target\":\"_self\",\"id\":\"\",\"deeplink\":\"\"},\"sublayers\":[{\"subtitle\":\"Clouds far\",\"type\":\"img\",\"image\":\"http:\\/\\/testingweb123.webuda.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/bbb-clouds-far.png\",\"html\":\"\",\"slidedirection\":\"fade\",\"durationin\":\"2000\",\"easingin\":\"easeInOutQuad\",\"delayin\":\"1000\",\"slideoutdirection\":\"left\",\"durationout\":\"50000\",\"easingout\":\"easeInQuad\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"1\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"-90px\",\"left\":\"500px\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"Clouds close\",\"type\":\"img\",\"image\":\"http:\\/\\/testingweb123.webuda.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/bbb-clouds-close.png\",\"html\":\"\",\"slidedirection\":\"right\",\"durationin\":\"0\",\"easingin\":\"linear\",\"delayin\":\"10000\",\"slideoutdirection\":\"left\",\"durationout\":\"40000\",\"easingout\":\"linear\",\"delayout\":\"0\",\"level\":\"5\",\"showuntil\":\"1\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"-60px\",\"left\":\"1000\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"Background mask\",\"type\":\"img\",\"image\":\"http:\\/\\/testingweb123.webuda.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/bbb-bg-mask.png\",\"html\":\"\",\"slidedirection\":\"top\",\"durationin\":\"0\",\"easingin\":\"linear\",\"delayin\":\"1000\",\"slideoutdirection\":\"fade\",\"durationout\":\"1500\",\"easingout\":\"linear\",\"delayout\":\"0\",\"level\":\"1\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"Video frame\",\"type\":\"div\",\"image\":\"\",\"html\":\"\",\"slidedirection\":\"right\",\"durationin\":\"1500\",\"easingin\":\"easeOutBack\",\"delayin\":\"0\",\"slideoutdirection\":\"bottom\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{\\\\\\\"width\\\\\\\":\\\\\\\"510px\\\\\\\",\\\\\\\"height\\\\\\\":\\\\\\\"291px\\\\\\\",\\\\\\\"background\\\\\\\":\\\\\\\"white\\\\\\\",\\\\\\\"border-radius\\\\\\\":\\\\\\\"2px\\\\\\\"}\",\"top\":\"154px\",\"left\":\"465px\",\"style\":\"box-shadow: 0px 5px 35px -2px black;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"Embedded video (DIV sublayer)\",\"type\":\"div\",\"image\":\"\",\"html\":\"<iframe src=\\\\\\\"http:\\/\\/player.vimeo.com\\/video\\/47438073?title=0&byline=0&portrait=0&color=e4f000\\\\\\\" width=\\\\\\\"500\\\\\\\" height=\\\\\\\"281\\\\\\\" frameborder=\\\\\\\"0\\\\\\\" webkitAllowFullScreen mozallowfullscreen allowFullScreen><\\/iframe>\",\"slidedirection\":\"right\",\"durationin\":\"1500\",\"easingin\":\"easeOutBack\",\"delayin\":\"0\",\"slideoutdirection\":\"bottom\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"159\",\"left\":\"470\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"Easy to embed...\",\"type\":\"img\",\"image\":\"http:\\/\\/testingweb123.webuda.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/easy.png\",\"html\":\"\",\"slidedirection\":\"top\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"1500\",\"slideoutdirection\":\"top\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"35px\",\"left\":\"715px\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"Features\",\"type\":\"img\",\"image\":\"http:\\/\\/testingweb123.webuda.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/vfeatures.png\",\"html\":\"\",\"slidedirection\":\"fade\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"5000\",\"slideoutdirection\":\"fade\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"37px\",\"left\":\"188px\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"Butterfly\",\"type\":\"img\",\"image\":\"http:\\/\\/testingweb123.webuda.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/bi-colored-butterfly-source_ijc.gif\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"2000\",\"easingin\":\"easeOutBack\",\"delayin\":\"3000\",\"slideoutdirection\":\"top\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"304px\",\"left\":\"159px\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"Thinking about acorn\",\"type\":\"img\",\"image\":\"http:\\/\\/testingweb123.webuda.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/acorn.png\",\"html\":\"\",\"slidedirection\":\"fade\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"16000\",\"slideoutdirection\":\"fade\",\"durationout\":\"1000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"-1\",\"showuntil\":\"2000\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"119px\",\"left\":\"234px\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"}]}]}',1379517544,1379517544,0,1),(5,'Sample slider 3.x with old transitions','{\"properties\":{\"title\":\"Sample slider 3.x with old transitions\",\"width\":\"960\",\"height\":\"250\",\"responsive\":\"on\",\"forceresponsive\":\"on\",\"responsiveunder\":\"0\",\"sublayercontainer\":\"0\",\"autostart\":\"on\",\"firstlayer\":\"1\",\"animatefirstlayer\":\"on\",\"twowayslideshow\":\"on\",\"loops\":\"0\",\"forceloopnum\":\"on\",\"autoplayvideos\":\"on\",\"autopauseslideshow\":\"auto\",\"youtubepreview\":\"maxresdefault.jpg\",\"keybnav\":\"on\",\"touchnav\":\"on\",\"skin\":\"kingpower\",\"backgroundcolor\":\"white\",\"backgroundimage\":\"\",\"sliderstyle\":\"\",\"navprevnext\":\"on\",\"navstartstop\":\"on\",\"navbuttons\":\"on\",\"hoverprevnext\":\"on\",\"thumb_nav\":\"disabled\",\"thumb_width\":\"100\",\"thumb_height\":\"60\",\"thumb_container_width\":\"60%\",\"thumb_active_opacity\":\"35\",\"thumb_inactive_opacity\":\"100\",\"imgpreload\":\"on\",\"relativeurls\":\"on\",\"yourlogo\":\"\",\"yourlogostyle\":\"\",\"yourlogolink\":\"\",\"yourlogotarget\":\"_blank\",\"cbinit\":\"function(element) { }\",\"cbstart\":\"function(data) { }\",\"cbstop\":\"function(data) { }\",\"cbpause\":\"function(data) { }\",\"cbanimstart\":\"function(data) { }\",\"cbanimstop\":\"function(data) { }\",\"cbprev\":\"function(data) { }\",\"cbnext\":\"function(data) { }\"},\"layers\":[{\"properties\":{\"3d_transitions\":\"\",\"2d_transitions\":\"\",\"custom_3d_transitions\":\"\",\"custom_2d_transitions\":\"\",\"background\":\"\\/wp-content\\/uploads\\/2013\\/09\\/Family-HouseComposite.jpg\",\"thumbnail\":\"\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/tn_1_3.jpg\",\"slidedelay\":\"5000\",\"slidedirection\":\"right\",\"timeshift\":\"0\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"layer_link\":\"\",\"layer_link_target\":\"_self\",\"id\":\"\",\"deeplink\":\"\"},\"sublayers\":[{\"subtitle\":\"Title\",\"type\":\"h1\",\"image\":\"\",\"html\":\"Welcome Home!\",\"slidedirection\":\"fade\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"1300\",\"slideoutdirection\":\"top\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"6\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{\\\\\\\"height\\\\\\\":\\\\\\\"50px\\\\\\\",\\\\\\\"padding-top\\\\\\\":\\\\\\\"20px\\\\\\\",\\\\\\\"padding-right\\\\\\\":\\\\\\\"10px\\\\\\\",\\\\\\\"padding-bottom\\\\\\\":\\\\\\\"0px\\\\\\\",\\\\\\\"padding-left\\\\\\\":\\\\\\\"10px\\\\\\\",\\\\\\\"font-family\\\\\\\":\\\\\\\"\\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif\\\\\\\",\\\\\\\"font-size\\\\\\\":\\\\\\\"5 0px\\\\\\\",\\\\\\\"line-height\\\\\\\":\\\\\\\"36px\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"white\\\\\\\",\\\\\\\"background\\\\\\\":\\\\\\\"#375d9c\\\\\\\"}\",\"top\":\"3px\",\"left\":\"634px\",\"style\":\"text-shadow: none; font-weight: normal;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"Text1\",\"type\":\"p\",\"image\":\"\",\"html\":\"Check out our properties!\",\"slidedirection\":\"auto\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"4\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{\\\\\\\"height\\\\\\\":\\\\\\\"36px\\\\\\\",\\\\\\\"padding-top\\\\\\\":\\\\\\\"0px\\\\\\\",\\\\\\\"padding-right\\\\\\\":\\\\\\\"10px\\\\\\\",\\\\\\\"padding-bottom\\\\\\\":\\\\\\\"0px\\\\\\\",\\\\\\\"padding-left\\\\\\\":\\\\\\\"10px\\\\\\\",\\\\\\\"font-family\\\\\\\":\\\\\\\"\\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif\\\\\\\",\\\\\\\"font-size\\\\\\\":\\\\\\\"25px\\\\\\\",\\\\\\\"line-height\\\\\\\":\\\\\\\"36px\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"white\\\\\\\",\\\\\\\"background\\\\\\\":\\\\\\\"#375d9c\\\\\\\"}\",\"top\":\"196px\",\"left\":\"316px\",\"style\":\"text-shadow: none; font-weight: normal;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"}]},{\"properties\":{\"3d_transitions\":\"\",\"2d_transitions\":\"\",\"custom_3d_transitions\":\"\",\"custom_2d_transitions\":\"\",\"background\":\"\\/wp-content\\/uploads\\/2013\\/09\\/property-management-e1379597030518.jpg\",\"thumbnail\":\"\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/tn_1_1.jpg\",\"slidedelay\":\"6000\",\"slidedirection\":\"right\",\"timeshift\":\"0\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"layer_link\":\"\",\"layer_link_target\":\"_self\",\"id\":\"\",\"deeplink\":\"\"},\"sublayers\":[{\"subtitle\":\"Title\",\"type\":\"h1\",\"image\":\"\",\"html\":\"Proactive, Turn key services\",\"slidedirection\":\"top\",\"durationin\":\"1700\",\"easingin\":\"easeInOutQuad\",\"delayin\":\"1500\",\"slideoutdirection\":\"bottom\",\"durationout\":\"2700\",\"easingout\":\"easeInOutQuad\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"1600\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{\\\\\\\"height\\\\\\\":\\\\\\\"70\\\\\\\",\\\\\\\"font-family\\\\\\\":\\\\\\\"\\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif\\\\\\\",\\\\\\\"font-size\\\\\\\":\\\\\\\"60px\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#fff\\\\\\\",\\\\\\\"background\\\\\\\":\\\\\\\"#375d9c\\\\\\\"}\",\"top\":\"28px\",\"left\":\"93px\",\"style\":\"text-shadow: 0px 0px 5px #000; font-weight: normal;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"Text 2\",\"type\":\"span\",\"image\":\"\",\"html\":\"We take the stress of management away!!!\",\"slidedirection\":\"bottom\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"3000\",\"slideoutdirection\":\"left\",\"durationout\":\"1000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"1000\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{\\\\\\\"height\\\\\\\":\\\\\\\"40px\\\\\\\",\\\\\\\"padding-top\\\\\\\":\\\\\\\"0px\\\\\\\",\\\\\\\"padding-right\\\\\\\":\\\\\\\"10px\\\\\\\",\\\\\\\"padding-bottom\\\\\\\":\\\\\\\"0px\\\\\\\",\\\\\\\"padding-left\\\\\\\":\\\\\\\"10px\\\\\\\",\\\\\\\"font-family\\\\\\\":\\\\\\\"\\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif\\\\\\\",\\\\\\\"font-size\\\\\\\":\\\\\\\"28px\\\\\\\",\\\\\\\"line-height\\\\\\\":\\\\\\\"40px\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#375d9c\\\\\\\",\\\\\\\"background\\\\\\\":\\\\\\\"white\\\\\\\"}\",\"top\":\"126px\",\"left\":\"229px\",\"style\":\"box-shadow: 0px 4px 10px -5px black; text-shadow: none; font-weight: normal;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"}]},{\"properties\":{\"3d_transitions\":\"\",\"2d_transitions\":\"\",\"custom_3d_transitions\":\"\",\"custom_2d_transitions\":\"\",\"background\":\"\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/bg_woods.jpg\",\"thumbnail\":\"\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/tn_1_2.jpg\",\"slidedelay\":\"6000\",\"slidedirection\":\"right\",\"timeshift\":\"0\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"layer_link\":\"\",\"layer_link_target\":\"_self\",\"id\":\"\",\"deeplink\":\"\"},\"sublayers\":[{\"subtitle\":\"Mosaic #1\",\"type\":\"img\",\"image\":\"\\/wp-content\\/uploads\\/2013\\/09\\/item1.jpg\",\"html\":\"\",\"slidedirection\":\"top\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"500\",\"slideoutdirection\":\"left\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"4000\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"4px\",\"left\":\"-7px\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"Mosaic #2\",\"type\":\"img\",\"image\":\"\\/wp-content\\/uploads\\/2013\\/09\\/item2.jpg\",\"html\":\"\",\"slidedirection\":\"right\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"600\",\"slideoutdirection\":\"left\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"4000\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"-30px\",\"left\":\"424px\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"Mosaic #3\",\"type\":\"img\",\"image\":\"\\/wp-content\\/uploads\\/2013\\/09\\/item3.jpg\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"700\",\"slideoutdirection\":\"left\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"3500\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"275px\",\"left\":\"234px\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"Mosaic #4\",\"type\":\"img\",\"image\":\"\\/wp-content\\/uploads\\/2013\\/09\\/item4.jpg\",\"html\":\"\",\"slidedirection\":\"left\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"800\",\"slideoutdirection\":\"left\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"3500\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"250px\",\"left\":\"-37px\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"Mosaic #5\",\"type\":\"img\",\"image\":\"\\/wp-content\\/uploads\\/2013\\/09\\/item5.jpg\",\"html\":\"\",\"slidedirection\":\"top\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"900\",\"slideoutdirection\":\"left\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"3000\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"53px\",\"left\":\"258px\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"Mosaic #6\",\"type\":\"img\",\"image\":\"\\/wp-content\\/uploads\\/2013\\/09\\/item6.jpg\",\"html\":\"\",\"slidedirection\":\"right\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"1000\",\"slideoutdirection\":\"left\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"3000\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"125px\",\"left\":\"73px\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"Title 1\",\"type\":\"h2\",\"image\":\"\",\"html\":\"Real Estate Sales\",\"slidedirection\":\"bottom\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"1000\",\"slideoutdirection\":\"top\",\"durationout\":\"750\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"5000\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{\\\\\\\"height\\\\\\\":\\\\\\\"70px\\\\\\\",\\\\\\\"padding-top\\\\\\\":\\\\\\\"30px\\\\\\\",\\\\\\\"padding-right\\\\\\\":\\\\\\\"10px\\\\\\\",\\\\\\\"padding-bottom\\\\\\\":\\\\\\\"0px\\\\\\\",\\\\\\\"padding-left\\\\\\\":\\\\\\\"10px\\\\\\\",\\\\\\\"font-family\\\\\\\":\\\\\\\"\\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif\\\\\\\",\\\\\\\"font-size\\\\\\\":\\\\\\\"60px\\\\\\\",\\\\\\\"line-height\\\\\\\":\\\\\\\"30px\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"white\\\\\\\",\\\\\\\"background\\\\\\\":\\\\\\\"#375d9c\\\\\\\",\\\\\\\"border-radius\\\\\\\":\\\\\\\"5px\\\\\\\"}\",\"top\":\"11px\",\"left\":\"445px\",\"style\":\"box-shadow: 0px 1px 30px -2px black;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"Features #2\",\"type\":\"p\",\"image\":\"\",\"html\":\"We can handle ALL your real estate needs!!!\",\"slidedirection\":\"bottom\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"1500\",\"slideoutdirection\":\"top\",\"durationout\":\"750\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"4900\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{\\\\\\\"height\\\\\\\":\\\\\\\"30px\\\\\\\",\\\\\\\"padding-top\\\\\\\":\\\\\\\"0px\\\\\\\",\\\\\\\"padding-right\\\\\\\":\\\\\\\"10px\\\\\\\",\\\\\\\"padding-bottom\\\\\\\":\\\\\\\"0px\\\\\\\",\\\\\\\"padding-left\\\\\\\":\\\\\\\"10px\\\\\\\",\\\\\\\"font-family\\\\\\\":\\\\\\\"\\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif\\\\\\\",\\\\\\\"font-size\\\\\\\":\\\\\\\"20px\\\\\\\",\\\\\\\"line-height\\\\\\\":\\\\\\\"30px\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"white\\\\\\\",\\\\\\\"background\\\\\\\":\\\\\\\"#375d9c\\\\\\\",\\\\\\\"border-radius\\\\\\\":\\\\\\\"4px\\\\\\\"}\",\"top\":\"120px\",\"left\":\"393px\",\"style\":\"box-shadow: 0px 1px 8px -2px black;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"Features #3\",\"type\":\"p\",\"image\":\"\",\"html\":\"Looking to buy or sell today?\",\"slidedirection\":\"bottom\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"2000\",\"slideoutdirection\":\"top\",\"durationout\":\"750\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"4800\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{\\\\\\\"height\\\\\\\":\\\\\\\"30px\\\\\\\",\\\\\\\"padding-top\\\\\\\":\\\\\\\"0px\\\\\\\",\\\\\\\"padding-right\\\\\\\":\\\\\\\"10px\\\\\\\",\\\\\\\"padding-bottom\\\\\\\":\\\\\\\"0px\\\\\\\",\\\\\\\"padding-left\\\\\\\":\\\\\\\"10px\\\\\\\",\\\\\\\"font-family\\\\\\\":\\\\\\\"\\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif\\\\\\\",\\\\\\\"font-size\\\\\\\":\\\\\\\"20px\\\\\\\",\\\\\\\"line-height\\\\\\\":\\\\\\\"30px\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"white\\\\\\\",\\\\\\\"background\\\\\\\":\\\\\\\"#375d9c\\\\\\\",\\\\\\\"border-radius\\\\\\\":\\\\\\\"4px\\\\\\\"}\",\"top\":\"151px\",\"left\":\"406px\",\"style\":\"box-shadow: 0px 1px 8px -2px black;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"Features #5\",\"type\":\"p\",\"image\":\"\",\"html\":\"Interested in real estate investing?\",\"slidedirection\":\"bottom\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"2500\",\"slideoutdirection\":\"top\",\"durationout\":\"750\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"4700\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{\\\\\\\"height\\\\\\\":\\\\\\\"30px\\\\\\\",\\\\\\\"padding-top\\\\\\\":\\\\\\\"0px\\\\\\\",\\\\\\\"padding-right\\\\\\\":\\\\\\\"10px\\\\\\\",\\\\\\\"padding-bottom\\\\\\\":\\\\\\\"0px\\\\\\\",\\\\\\\"padding-left\\\\\\\":\\\\\\\"10px\\\\\\\",\\\\\\\"font-family\\\\\\\":\\\\\\\"\\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif\\\\\\\",\\\\\\\"font-size\\\\\\\":\\\\\\\"20px\\\\\\\",\\\\\\\"line-height\\\\\\\":\\\\\\\"30px\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"white\\\\\\\",\\\\\\\"background\\\\\\\":\\\\\\\"#375d9c\\\\\\\",\\\\\\\"border-radius\\\\\\\":\\\\\\\"4px\\\\\\\"}\",\"top\":\"185px\",\"left\":\"425px\",\"style\":\"box-shadow: 0px 1px 8px -2px black;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"For Sale Sign\",\"type\":\"img\",\"image\":\"\\/wp-content\\/uploads\\/2013\\/09\\/ForSale-e1379598993131.png\",\"html\":\"\",\"slidedirection\":\"top\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"bottom\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"-1\",\"showuntil\":\"4000\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"72px\",\"left\":\"798px\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"}]}]}',1379517544,1382012440,0,0),(6,'Sample content slider','{\"properties\":{\"title\":\"Sample content slider\",\"width\":\"600\",\"height\":\"200\",\"responsive\":\"on\",\"responsiveunder\":\"0\",\"sublayercontainer\":\"0\",\"autostart\":\"on\",\"pauseonhover\":\"on\",\"firstlayer\":\"1\",\"animatefirstlayer\":\"on\",\"twowayslideshow\":\"on\",\"loops\":\"0\",\"forceloopnum\":\"on\",\"autoplayvideos\":\"on\",\"autopauseslideshow\":\"auto\",\"youtubepreview\":\"maxresdefault.jpg\",\"keybnav\":\"on\",\"touchnav\":\"on\",\"skin\":\"minimal\",\"backgroundcolor\":\"transparent\",\"backgroundimage\":\"\",\"sliderstyle\":\"\",\"navprevnext\":\"on\",\"navstartstop\":\"on\",\"navbuttons\":\"on\",\"thumb_nav\":\"disabled\",\"thumb_width\":\"100\",\"thumb_height\":\"60\",\"thumb_container_width\":\"60%\",\"thumb_active_opacity\":\"35\",\"thumb_inactive_opacity\":\"100\",\"imgpreload\":\"on\",\"relativeurls\":\"on\",\"yourlogo\":\"\",\"yourlogostyle\":\"\",\"yourlogolink\":\"\",\"yourlogotarget\":\"_self\",\"cbinit\":\"function(element) { }\",\"cbstart\":\"function(data) { }\",\"cbstop\":\"function(data) { }\",\"cbpause\":\"function(data) { }\",\"cbanimstart\":\"function(data) { }\",\"cbanimstop\":\"function(data) { }\",\"cbprev\":\"function(data) { }\",\"cbnext\":\"function(data) { }\"},\"layers\":[{\"properties\":{\"3d_transitions\":\"\",\"2d_transitions\":\"\",\"custom_3d_transitions\":\"\",\"custom_2d_transitions\":\"\",\"background\":\"\",\"thumbnail\":\"\",\"slidedelay\":\"6000\",\"slidedirection\":\"right\",\"timeshift\":\"0\",\"durationin\":\"0\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"0\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"1000\",\"layer_link\":\"\",\"layer_link_target\":\"_self\",\"id\":\"\",\"deeplink\":\"\"},\"sublayers\":[{\"subtitle\":\"Content Title\",\"type\":\"h1\",\"image\":\"\",\"html\":\"Content Slider Example\",\"slidedirection\":\"left\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"left\",\"durationout\":\"1000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{\\\\\\\"height\\\\\\\":\\\\\\\"36px\\\\\\\",\\\\\\\"font-family\\\\\\\":\\\\\\\"\\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif\\\\\\\",\\\\\\\"font-size\\\\\\\":\\\\\\\"25px\\\\\\\",\\\\\\\"line-height\\\\\\\":\\\\\\\"36px\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#333\\\\\\\"}\",\"top\":\"10\",\"left\":\"10\",\"style\":\"text-shadow: none; font-weight: normal;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"Content Text\",\"type\":\"p\",\"image\":\"\",\"html\":\"Hello, I\\\\\'m text so I\\\\\'m SEO friendly! Just try it: you can select me with your mouse :) Oh and I am also responsive!\",\"slidedirection\":\"bottom\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"fade\",\"durationout\":\"1000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"1500\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{\\\\\\\"width\\\\\\\":\\\\\\\"280px\\\\\\\",\\\\\\\"font-family\\\\\\\":\\\\\\\"\\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif\\\\\\\",\\\\\\\"font-size\\\\\\\":\\\\\\\"15px\\\\\\\",\\\\\\\"line-height\\\\\\\":\\\\\\\"auto\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#555\\\\\\\"}\",\"top\":\"50\",\"left\":\"10\",\"wordwrap\":\"on\",\"style\":\"text-shadow: none; font-weight: normal; text-align: justify;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"Content Text 2\",\"type\":\"p\",\"image\":\"\",\"html\":\"LayerSlider\\\\\'s new smart-resizing feature is resizing also text sublayers as well as images and embedded videos! Nice, huh?\",\"slidedirection\":\"bottom\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"3000\",\"slideoutdirection\":\"bottom\",\"durationout\":\"1000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{\\\\\\\"width\\\\\\\":\\\\\\\"280px\\\\\\\",\\\\\\\"font-family\\\\\\\":\\\\\\\"\\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif\\\\\\\",\\\\\\\"font-size\\\\\\\":\\\\\\\"15px\\\\\\\",\\\\\\\"line-height\\\\\\\":\\\\\\\"auto\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#555\\\\\\\"}\",\"top\":\"50\",\"left\":\"10\",\"wordwrap\":\"on\",\"style\":\"text-shadow: none; font-weight: normal; text-align: justify;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"Content Image\",\"type\":\"img\",\"image\":\"http:\\/\\/testingweb123.webuda.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/cs1.jpg\",\"html\":\"\",\"slidedirection\":\"right\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"fade\",\"durationout\":\"1000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{\\\\\\\"padding-top\\\\\\\":\\\\\\\"5px\\\\\\\",\\\\\\\"padding-right\\\\\\\":\\\\\\\"5px\\\\\\\",\\\\\\\"padding-bottom\\\\\\\":\\\\\\\"5px\\\\\\\",\\\\\\\"padding-left\\\\\\\":\\\\\\\"5px\\\\\\\",\\\\\\\"border-top\\\\\\\":\\\\\\\"1px solid #ddd\\\\\\\",\\\\\\\"border-right\\\\\\\":\\\\\\\"1px solid #ddd\\\\\\\",\\\\\\\"border-bottom\\\\\\\":\\\\\\\"1px solid #ddd\\\\\\\",\\\\\\\"border-left\\\\\\\":\\\\\\\"1px solid #ddd\\\\\\\"}\",\"top\":\"15\",\"left\":\"315\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"}]},{\"properties\":{\"3d_transitions\":\"\",\"2d_transitions\":\"\",\"custom_3d_transitions\":\"\",\"custom_2d_transitions\":\"\",\"background\":\"\",\"thumbnail\":\"\",\"slidedelay\":\"6000\",\"slidedirection\":\"right\",\"timeshift\":\"0\",\"durationin\":\"0\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"0\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"1000\",\"layer_link\":\"\",\"layer_link_target\":\"_self\",\"id\":\"\",\"deeplink\":\"\"},\"sublayers\":[{\"subtitle\":\"Content Title\",\"type\":\"h1\",\"image\":\"\",\"html\":\"Transitions?\",\"slidedirection\":\"top\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"top\",\"durationout\":\"1000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{\\\\\\\"height\\\\\\\":\\\\\\\"36px\\\\\\\",\\\\\\\"font-family\\\\\\\":\\\\\\\"\\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif\\\\\\\",\\\\\\\"font-size\\\\\\\":\\\\\\\"25px\\\\\\\",\\\\\\\"line-height\\\\\\\":\\\\\\\"36px\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#333\\\\\\\"}\",\"top\":\"10\",\"left\":\"300\",\"style\":\"text-shadow: none; font-weight: normal;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"Content Text\",\"type\":\"p\",\"image\":\"\",\"html\":\"Of course you can use all the transitions and easings like on image sublayers. You can slide or fade the text, you can use delays and effects.\",\"slidedirection\":\"fade\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"500\",\"slideoutdirection\":\"right\",\"durationout\":\"1000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{\\\\\\\"width\\\\\\\":\\\\\\\"280px\\\\\\\",\\\\\\\"font-family\\\\\\\":\\\\\\\"\\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif\\\\\\\",\\\\\\\"font-size\\\\\\\":\\\\\\\"15px\\\\\\\",\\\\\\\"line-height\\\\\\\":\\\\\\\"auto\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#555\\\\\\\"}\",\"top\":\"50\",\"left\":\"300\",\"wordwrap\":\"on\",\"style\":\"text-shadow: none; font-weight: normal; text-align: justify;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"Content Image\",\"type\":\"img\",\"image\":\"http:\\/\\/testingweb123.webuda.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/cs2.jpg\",\"html\":\"\",\"slidedirection\":\"fade\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"top\",\"durationout\":\"1000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"1500\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{\\\\\\\"padding-top\\\\\\\":\\\\\\\"5px\\\\\\\",\\\\\\\"padding-right\\\\\\\":\\\\\\\"5px\\\\\\\",\\\\\\\"padding-bottom\\\\\\\":\\\\\\\"5px\\\\\\\",\\\\\\\"padding-left\\\\\\\":\\\\\\\"5px\\\\\\\",\\\\\\\"border-top\\\\\\\":\\\\\\\"1px solid #ddd\\\\\\\",\\\\\\\"border-right\\\\\\\":\\\\\\\"1px solid #ddd\\\\\\\",\\\\\\\"border-bottom\\\\\\\":\\\\\\\"1px solid #ddd\\\\\\\",\\\\\\\"border-left\\\\\\\":\\\\\\\"1px solid #ddd\\\\\\\"}\",\"top\":\"15\",\"left\":\"15\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"Content Image 2\",\"type\":\"img\",\"image\":\"http:\\/\\/testingweb123.webuda.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/cs3.jpg\",\"html\":\"\",\"slidedirection\":\"bottom\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"3000\",\"slideoutdirection\":\"fade\",\"durationout\":\"1000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{\\\\\\\"padding-top\\\\\\\":\\\\\\\"5px\\\\\\\",\\\\\\\"padding-right\\\\\\\":\\\\\\\"5px\\\\\\\",\\\\\\\"padding-bottom\\\\\\\":\\\\\\\"5px\\\\\\\",\\\\\\\"padding-left\\\\\\\":\\\\\\\"5px\\\\\\\",\\\\\\\"border-top\\\\\\\":\\\\\\\"1px solid #ddd\\\\\\\",\\\\\\\"border-right\\\\\\\":\\\\\\\"1px solid #ddd\\\\\\\",\\\\\\\"border-bottom\\\\\\\":\\\\\\\"1px solid #ddd\\\\\\\",\\\\\\\"border-left\\\\\\\":\\\\\\\"1px solid #ddd\\\\\\\"}\",\"top\":\"15\",\"left\":\"15\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"}]},{\"properties\":{\"3d_transitions\":\"\",\"2d_transitions\":\"\",\"custom_3d_transitions\":\"\",\"custom_2d_transitions\":\"\",\"background\":\"\",\"thumbnail\":\"\",\"slidedelay\":\"6000\",\"slidedirection\":\"right\",\"timeshift\":\"0\",\"durationin\":\"0\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"0\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"1000\",\"layer_link\":\"\",\"layer_link_target\":\"_self\",\"id\":\"\",\"deeplink\":\"\"},\"sublayers\":[{\"subtitle\":\"Content Title\",\"type\":\"h1\",\"image\":\"\",\"html\":\"Sample Title 3\",\"slidedirection\":\"left\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"left\",\"durationout\":\"1000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{\\\\\\\"height\\\\\\\":\\\\\\\"36px\\\\\\\",\\\\\\\"font-family\\\\\\\":\\\\\\\"\\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif\\\\\\\",\\\\\\\"font-size\\\\\\\":\\\\\\\"25px\\\\\\\",\\\\\\\"line-height\\\\\\\":\\\\\\\"36px\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#333\\\\\\\"}\",\"top\":\"10\",\"left\":\"10\",\"style\":\"text-shadow: none; font-weight: normal;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"Content Text\",\"type\":\"p\",\"image\":\"\",\"html\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam cursus ultrices massa id posuere. Sed mattis mollis sodales. Aliquam tincidunt dui enim, ac dignissim tortor. Vivamus posuere leo in tellus aliquet malesuada. Cras nibh dui, luctus id venenatis quis, faucibus vel nunc.\",\"slidedirection\":\"bottom\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"bottom\",\"durationout\":\"1000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{\\\\\\\"width\\\\\\\":\\\\\\\"280px\\\\\\\",\\\\\\\"font-family\\\\\\\":\\\\\\\"\\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif\\\\\\\",\\\\\\\"font-size\\\\\\\":\\\\\\\"15px\\\\\\\",\\\\\\\"line-height\\\\\\\":\\\\\\\"auto\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"#555\\\\\\\"}\",\"top\":\"50\",\"left\":\"10\",\"wordwrap\":\"on\",\"style\":\"text-shadow: none; font-weight: normal; text-align: justify;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"Content Image\",\"type\":\"img\",\"image\":\"http:\\/\\/testingweb123.webuda.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/cs2.jpg\",\"html\":\"\",\"slidedirection\":\"top\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"fade\",\"durationout\":\"1000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"1500\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{\\\\\\\"padding-top\\\\\\\":\\\\\\\"5px\\\\\\\",\\\\\\\"padding-right\\\\\\\":\\\\\\\"5px\\\\\\\",\\\\\\\"padding-bottom\\\\\\\":\\\\\\\"5px\\\\\\\",\\\\\\\"padding-left\\\\\\\":\\\\\\\"5px\\\\\\\",\\\\\\\"border-top\\\\\\\":\\\\\\\"1px solid #ddd\\\\\\\",\\\\\\\"border-right\\\\\\\":\\\\\\\"1px solid #ddd\\\\\\\",\\\\\\\"border-bottom\\\\\\\":\\\\\\\"1px solid #ddd\\\\\\\",\\\\\\\"border-left\\\\\\\":\\\\\\\"1px solid #ddd\\\\\\\"}\",\"top\":\"15\",\"left\":\"315\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"Content Text 2\",\"type\":\"p\",\"image\":\"\",\"html\":\"Duis non lectus diam, a molestie mauris. Vestibulum accumsan tellus vel urna bibendum porta. Phasellus velit libero, dictum vel mattis ornare, condimentum vitae turpis. Donec consectetur magna nec eros ultricies eleifend. Nullam bibendum posuere ullamcorper. Nulla egestas.\",\"slidedirection\":\"fade\",\"durationin\":\"1000\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"3000\",\"slideoutdirection\":\"right\",\"durationout\":\"1000\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{}\",\"top\":\"50\",\"left\":\"310\",\"wordwrap\":\"on\",\"style\":\"font-family: \\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, Serif; line-height: auto; color: #555; text-shadow: none; font-size: 15px; font-weight: normal; width: 280px; text-align: justify;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"}]}]}',1379517544,1379517544,0,1),(7,'Sample video gallery slider','{\"properties\":{\"title\":\"Sample video gallery slider\",\"width\":\"960\",\"height\":\"540\",\"responsive\":\"on\",\"responsiveunder\":\"0\",\"sublayercontainer\":\"0\",\"autostart\":\"on\",\"firstlayer\":\"1\",\"twowayslideshow\":\"on\",\"loops\":\"0\",\"forceloopnum\":\"on\",\"autoplayvideos\":\"on\",\"autopauseslideshow\":\"auto\",\"youtubepreview\":\"maxresdefault.jpg\",\"keybnav\":\"on\",\"touchnav\":\"on\",\"skin\":\"borderlessdark\",\"backgroundcolor\":\"transparent\",\"backgroundimage\":\"\",\"sliderstyle\":\"\",\"navprevnext\":\"on\",\"navstartstop\":\"on\",\"navbuttons\":\"on\",\"hoverprevnext\":\"on\",\"thumb_nav\":\"hover\",\"thumb_width\":\"100\",\"thumb_height\":\"60\",\"thumb_container_width\":\"60%\",\"thumb_active_opacity\":\"35\",\"thumb_inactive_opacity\":\"100\",\"imgpreload\":\"on\",\"relativeurls\":\"on\",\"yourlogo\":\"\",\"yourlogostyle\":\"\",\"yourlogolink\":\"\",\"yourlogotarget\":\"_self\",\"cbinit\":\"function(element) { }\",\"cbstart\":\"function(data) { }\",\"cbstop\":\"function(data) { }\",\"cbpause\":\"function(data) { }\",\"cbanimstart\":\"function(data) { }\",\"cbanimstop\":\"function(data) { }\",\"cbprev\":\"function(data) { }\",\"cbnext\":\"function(data) { }\"},\"layers\":[{\"properties\":{\"background\":\"\",\"slidedirection\":\"top\",\"slidedelay\":\"4000\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"\"},\"sublayers\":[{\"subtitle\":\"Sublayer #1\",\"type\":\"div\",\"image\":\"\",\"html\":\"<iframe width=\\\\\\\"960\\\\\\\" height=\\\\\\\"540\\\\\\\" src=\\\\\\\"http:\\/\\/www.youtube.com\\/embed\\/1iIZeIy7TqM\\\\\\\" frameborder=\\\\\\\"0\\\\\\\" allowfullscreen><\\/iframe>\",\"slidedirection\":\"auto\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"0\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]},{\"properties\":{\"background\":\"\",\"slidedirection\":\"top\",\"slidedelay\":\"4000\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"\"},\"sublayers\":[{\"subtitle\":\"Sublayer #1\",\"type\":\"div\",\"image\":\"\",\"html\":\"<iframe src=\\\\\\\"http:\\/\\/player.vimeo.com\\/video\\/10090962?badge=0\\\\\\\" width=\\\\\\\"960\\\\\\\" height=\\\\\\\"540\\\\\\\" frameborder=\\\\\\\"0\\\\\\\" webkitAllowFullScreen mozallowfullscreen allowFullScreen><\\/iframe>\",\"slidedirection\":\"auto\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"0\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]},{\"properties\":{\"background\":\"\",\"slidedirection\":\"top\",\"slidedelay\":\"4000\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"id\":\"\",\"deeplink\":\"\",\"thumbnail\":\"\"},\"sublayers\":[{\"subtitle\":\"Sublayer #1\",\"type\":\"div\",\"image\":\"\",\"html\":\"<iframe src=\\\\\\\"http:\\/\\/player.vimeo.com\\/video\\/21206637?badge=0\\\\\\\" width=\\\\\\\"960\\\\\\\" height=\\\\\\\"540\\\\\\\" frameborder=\\\\\\\"0\\\\\\\" webkitAllowFullScreen mozallowfullscreen allowFullScreen><\\/iframe>\",\"slidedirection\":\"auto\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"auto\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"0\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"top\":\"0\",\"left\":\"0\",\"style\":\"\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\"}]}]}',1379517544,1379517544,0,1),(8,'Sample full-width slider with old and new transitions','{\"properties\":{\"title\":\"Sample full-width slider with old and new transitions\",\"width\":\"100%\",\"height\":\"400\",\"forceresponsive\":\"on\",\"responsiveunder\":\"940\",\"sublayercontainer\":\"900\",\"autostart\":\"on\",\"firstlayer\":\"1\",\"animatefirstlayer\":\"on\",\"twowayslideshow\":\"on\",\"loops\":\"0\",\"forceloopnum\":\"on\",\"autoplayvideos\":\"on\",\"autopauseslideshow\":\"auto\",\"youtubepreview\":\"maxresdefault.jpg\",\"keybnav\":\"on\",\"touchnav\":\"on\",\"skin\":\"fullwidth\",\"backgroundcolor\":\"transparent\",\"backgroundimage\":\"\",\"sliderstyle\":\"\",\"navprevnext\":\"on\",\"navstartstop\":\"on\",\"navbuttons\":\"on\",\"thumb_nav\":\"hover\",\"thumb_width\":\"100\",\"thumb_height\":\"60\",\"thumb_container_width\":\"60%\",\"thumb_active_opacity\":\"35\",\"thumb_inactive_opacity\":\"100\",\"imgpreload\":\"on\",\"relativeurls\":\"on\",\"yourlogo\":\"\",\"yourlogostyle\":\"\",\"yourlogolink\":\"\",\"yourlogotarget\":\"_self\",\"cbinit\":\"function(element) { }\",\"cbstart\":\"function(data) { }\",\"cbstop\":\"function(data) { }\",\"cbpause\":\"function(data) { }\",\"cbanimstart\":\"function(data) { }\",\"cbanimstop\":\"function(data) { }\",\"cbprev\":\"function(data) { }\",\"cbnext\":\"function(data) { }\"},\"layers\":[{\"properties\":{\"3d_transitions\":\"\",\"2d_transitions\":\"\",\"custom_3d_transitions\":\"\",\"custom_2d_transitions\":\"\",\"background\":\"http:\\/\\/testingweb123.webuda.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/fw1.jpg\",\"thumbnail\":\"\",\"slidedelay\":\"7000\",\"slidedirection\":\"top\",\"timeshift\":\"0\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"500\",\"layer_link\":\"\",\"layer_link_target\":\"_self\",\"id\":\"\",\"deeplink\":\"\"},\"sublayers\":[{\"subtitle\":\"\\\\\\\"This is a...\\\\\\\"\",\"type\":\"p\",\"image\":\"\",\"html\":\"This is a full-width slider which will automatically switch into responsive mode if you reduce your browser size under 940px.\",\"slidedirection\":\"bottom\",\"durationin\":\"3000\",\"easingin\":\"easeOutElastic\",\"delayin\":\"1000\",\"slideoutdirection\":\"left\",\"durationout\":\"750\",\"easingout\":\"easeInBack\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{\\\\\\\"width\\\\\\\":\\\\\\\"650px\\\\\\\",\\\\\\\"height\\\\\\\":\\\\\\\"80px\\\\\\\",\\\\\\\"padding-top\\\\\\\":\\\\\\\"0px\\\\\\\",\\\\\\\"padding-right\\\\\\\":\\\\\\\"10px\\\\\\\",\\\\\\\"padding-bottom\\\\\\\":\\\\\\\"0px\\\\\\\",\\\\\\\"padding-left\\\\\\\":\\\\\\\"10px\\\\\\\",\\\\\\\"font-family\\\\\\\":\\\\\\\"\\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif\\\\\\\",\\\\\\\"font-size\\\\\\\":\\\\\\\"22px\\\\\\\",\\\\\\\"line-height\\\\\\\":\\\\\\\"40px\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"black\\\\\\\",\\\\\\\"background\\\\\\\":\\\\\\\"white\\\\\\\",\\\\\\\"border-radius\\\\\\\":\\\\\\\"4px\\\\\\\"}\",\"top\":\"240\",\"left\":\"50%\",\"wordwrap\":\"on\",\"style\":\"box-shadow: 0px 4px 10px -5px black; text-shadow: none; font-weight: normal; opacity: .9; text-align: center;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"}]},{\"properties\":{\"3d_transitions\":\"9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,51,52,53,54,55,56,68,69,70,71,72,73,74,75,76,77,78,83,84,85,86,94,95,96,97,98,99,100\",\"2d_transitions\":\"\",\"custom_3d_transitions\":\"\",\"custom_2d_transitions\":\"\",\"background\":\"http:\\/\\/testingweb123.webuda.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/fw3.jpg\",\"thumbnail\":\"\",\"slidedelay\":\"6000\",\"new_transitions\":\"on\",\"slidedirection\":\"right\",\"timeshift\":\"0\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"layer_link\":\"\",\"layer_link_target\":\"_self\",\"id\":\"\",\"deeplink\":\"\"},\"sublayers\":[{\"subtitle\":\"\\\\\\\"These text sublayers...\\\\\\\"\",\"type\":\"p\",\"image\":\"\",\"html\":\"These text sublayers are positioned into a centered, 900px wide, but responsive container.\",\"slidedirection\":\"fade\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"slideoutdirection\":\"bottom\",\"durationout\":\"750\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"3\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{\\\\\\\"height\\\\\\\":\\\\\\\"40px\\\\\\\",\\\\\\\"padding-top\\\\\\\":\\\\\\\"0px\\\\\\\",\\\\\\\"padding-right\\\\\\\":\\\\\\\"10px\\\\\\\",\\\\\\\"padding-bottom\\\\\\\":\\\\\\\"0px\\\\\\\",\\\\\\\"padding-left\\\\\\\":\\\\\\\"10px\\\\\\\",\\\\\\\"font-family\\\\\\\":\\\\\\\"\\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif\\\\\\\",\\\\\\\"font-size\\\\\\\":\\\\\\\"22px\\\\\\\",\\\\\\\"line-height\\\\\\\":\\\\\\\"40px\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"white\\\\\\\",\\\\\\\"background\\\\\\\":\\\\\\\"black\\\\\\\",\\\\\\\"border-radius\\\\\\\":\\\\\\\"4px\\\\\\\"}\",\"top\":\"30\",\"left\":\"0\",\"style\":\"box-shadow: 0px 4px 10px -5px black; text-shadow: none; font-weight: normal; opacity: .65;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"},{\"subtitle\":\"\\\\\\\"With this feature...\\\\\\\"\",\"type\":\"p\",\"image\":\"\",\"html\":\"With this feature you can create full-width sliders with content aligned to your page.\",\"slidedirection\":\"fade\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"500\",\"slideoutdirection\":\"bottom\",\"durationout\":\"750\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"0\",\"level\":\"4\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{\\\\\\\"height\\\\\\\":\\\\\\\"40px\\\\\\\",\\\\\\\"padding-top\\\\\\\":\\\\\\\"0px\\\\\\\",\\\\\\\"padding-right\\\\\\\":\\\\\\\"10px\\\\\\\",\\\\\\\"padding-bottom\\\\\\\":\\\\\\\"0px\\\\\\\",\\\\\\\"padding-left\\\\\\\":\\\\\\\"10px\\\\\\\",\\\\\\\"font-family\\\\\\\":\\\\\\\"\\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif\\\\\\\",\\\\\\\"font-size\\\\\\\":\\\\\\\"22px\\\\\\\",\\\\\\\"line-height\\\\\\\":\\\\\\\"40px\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"white\\\\\\\",\\\\\\\"background\\\\\\\":\\\\\\\"black\\\\\\\",\\\\\\\"border-radius\\\\\\\":\\\\\\\"4px\\\\\\\"}\",\"top\":\"73\",\"left\":\"0\",\"style\":\"box-shadow: 0px 4px 10px -5px black; text-shadow: none; font-weight: normal; opacity: .65;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"}]},{\"properties\":{\"3d_transitions\":\"\",\"2d_transitions\":\"all\",\"custom_3d_transitions\":\"\",\"custom_2d_transitions\":\"\",\"background\":\"http:\\/\\/testingweb123.webuda.com\\/wp-content\\/plugins\\/LayerSlider\\/sampleslider\\/fw2.jpg\",\"thumbnail\":\"\",\"slidedelay\":\"7000\",\"new_transitions\":\"on\",\"slidedirection\":\"top\",\"timeshift\":\"0\",\"durationin\":\"1500\",\"easingin\":\"easeInOutQuint\",\"delayin\":\"0\",\"durationout\":\"1500\",\"easingout\":\"easeInOutQuint\",\"delayout\":\"500\",\"layer_link\":\"\",\"layer_link_target\":\"_self\",\"id\":\"\",\"deeplink\":\"\"},\"sublayers\":[{\"subtitle\":\"Sublayer #1\",\"type\":\"p\",\"image\":\"\",\"html\":\"To position a sublayer into the absolute center, add 50% to the left and top fields.\",\"slidedirection\":\"bottom\",\"durationin\":\"750\",\"easingin\":\"easeOutBack\",\"delayin\":\"1000\",\"slideoutdirection\":\"top\",\"durationout\":\"750\",\"easingout\":\"easeInBack\",\"delayout\":\"0\",\"level\":\"2\",\"showuntil\":\"0\",\"url\":\"\",\"target\":\"_self\",\"styles\":\"{\\\\\\\"height\\\\\\\":\\\\\\\"40px\\\\\\\",\\\\\\\"padding-top\\\\\\\":\\\\\\\"0px\\\\\\\",\\\\\\\"padding-right\\\\\\\":\\\\\\\"10px\\\\\\\",\\\\\\\"padding-bottom\\\\\\\":\\\\\\\"0px\\\\\\\",\\\\\\\"padding-left\\\\\\\":\\\\\\\"10px\\\\\\\",\\\\\\\"font-family\\\\\\\":\\\\\\\"\\\\\'HelveticaNeue-Light\\\\\', \\\\\'Helvetica Neue Light\\\\\', Helvetica, Arial, sans-serif\\\\\\\",\\\\\\\"font-size\\\\\\\":\\\\\\\"22px\\\\\\\",\\\\\\\"line-height\\\\\\\":\\\\\\\"40px\\\\\\\",\\\\\\\"color\\\\\\\":\\\\\\\"black\\\\\\\",\\\\\\\"background\\\\\\\":\\\\\\\"white\\\\\\\",\\\\\\\"border-radius\\\\\\\":\\\\\\\"4px\\\\\\\"}\",\"top\":\"50%\",\"left\":\"50%\",\"style\":\"box-shadow: 0px 4px 10px -5px black; text-shadow: none; font-weight: normal; opacity: .9;\",\"id\":\"\",\"class\":\"\",\"title\":\"\",\"alt\":\"\",\"rel\":\"\"}]}]}',1379517544,1379517544,0,1); /*!40000 ALTER TABLE `wp_layerslider` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_links` -- DROP TABLE IF EXISTS `wp_links`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_links` ( `link_id` bigint(20) unsigned NOT NULL auto_increment, `link_url` varchar(255) NOT NULL default '', `link_name` varchar(255) NOT NULL default '', `link_image` varchar(255) NOT NULL default '', `link_target` varchar(25) NOT NULL default '', `link_description` varchar(255) NOT NULL default '', `link_visible` varchar(20) NOT NULL default 'Y', `link_owner` bigint(20) unsigned NOT NULL default '1', `link_rating` int(11) NOT NULL default '0', `link_updated` datetime NOT NULL default '0000-00-00 00:00:00', `link_rel` varchar(255) NOT NULL default '', `link_notes` mediumtext NOT NULL, `link_rss` varchar(255) NOT NULL default '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_links` -- LOCK TABLES `wp_links` WRITE; /*!40000 ALTER TABLE `wp_links` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_options` -- DROP TABLE IF EXISTS `wp_options`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_options` ( `option_id` bigint(20) unsigned NOT NULL auto_increment, `option_name` varchar(64) NOT NULL default '', `option_value` longtext NOT NULL, `autoload` varchar(20) NOT NULL default 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`) ) ENGINE=MyISAM AUTO_INCREMENT=27066 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_options` -- LOCK TABLES `wp_options` WRITE; /*!40000 ALTER TABLE `wp_options` DISABLE KEYS */; INSERT INTO `wp_options` VALUES (1,'siteurl','http://testingweb123.webuda.com','yes'),(2,'blogname','Westrom Group','yes'),(3,'blogdescription','','yes'),(4,'users_can_register','0','yes'),(5,'admin_email','velez.pedro@hotmail.com','yes'),(6,'start_of_week','1','yes'),(7,'use_balanceTags','0','yes'),(8,'use_smilies','1','yes'),(9,'require_name_email','1','yes'),(10,'comments_notify','','yes'),(11,'posts_per_rss','10','yes'),(12,'rss_use_excerpt','0','yes'),(13,'mailserver_url','mail.example.com','yes'),(14,'mailserver_login','login@example.com','yes'),(15,'mailserver_pass','password','yes'),(16,'mailserver_port','110','yes'),(17,'default_category','1','yes'),(18,'default_comment_status','closed','yes'),(19,'default_ping_status','open','yes'),(20,'default_pingback_flag','','yes'),(21,'posts_per_page','10','yes'),(22,'date_format','F j, Y','yes'),(23,'time_format','g:i a','yes'),(24,'links_updated_date_format','F j, Y g:i a','yes'),(25,'links_recently_updated_prepend','<em>','yes'),(26,'links_recently_updated_append','</em>','yes'),(27,'links_recently_updated_time','120','yes'),(28,'comment_moderation','','yes'),(29,'moderation_notify','1','yes'),(30,'permalink_structure','/%postname%/','yes'),(31,'gzipcompression','0','yes'),(32,'hack_file','0','yes'),(33,'blog_charset','UTF-8','yes'),(34,'moderation_keys','','no'),(35,'active_plugins','a:7:{i:0;s:27:\"LayerSlider/layerslider.php\";i:1;s:59:\"force-regenerate-thumbnails/force-regenerate-thumbnails.php\";i:2;s:17:\"iframe/iframe.php\";i:3;s:19:\"jetpack/jetpack.php\";i:4;s:33:\"jquery-updater/jquery-updater.php\";i:5;s:41:\"wordpress-importer/wordpress-importer.php\";i:6;s:24:\"wordpress-seo/wp-seo.php\";}','yes'),(36,'home','http://testingweb123.webuda.com','yes'),(37,'category_base','','yes'),(38,'ping_sites','http://rpc.pingomatic.com/','yes'),(39,'advanced_edit','0','yes'),(40,'comment_max_links','2','yes'),(41,'gmt_offset','0','yes'),(42,'default_email_category','1','yes'),(43,'recently_edited','a:5:{i:0;s:102:\"\\\\WDP\\DFS\\30\\5\\9\\2\\3015870295\\user\\sites\\3549273.site\\www/wp-content/themes/kingpower-v1-00/header.php\";i:2;s:102:\"\\\\WDP\\DFS\\30\\5\\9\\2\\3015870295\\user\\sites\\3549273.site\\www/wp-content/themes/kingpower-v1-00/footer.php\";i:3;s:101:\"\\\\WDP\\DFS\\30\\5\\9\\2\\3015870295\\user\\sites\\3549273.site\\www/wp-content/themes/kingpower-v1-00/style.css\";i:4;s:70:\"/home/a6368172/public_html/wp-content/themes/kingpower-v1-00/style.css\";i:5;s:65:\"/home/a6368172/public_html/wp-content/themes/domestica/footer.php\";}','no'),(44,'template','kingpower-v1-00','yes'),(45,'stylesheet','kingpower-v1-00','yes'),(46,'comment_whitelist','1','yes'),(47,'blacklist_keys','','no'),(48,'comment_registration','','yes'),(49,'html_type','text/html','yes'),(50,'use_trackback','0','yes'),(51,'default_role','subscriber','yes'),(52,'db_version','25824','yes'),(53,'uploads_use_yearmonth_folders','1','yes'),(54,'upload_path','','yes'),(55,'blog_public','1','yes'),(56,'default_link_category','2','yes'),(57,'show_on_front','page','yes'),(58,'tag_base','','yes'),(59,'show_avatars','1','yes'),(60,'avatar_rating','G','yes'),(61,'upload_url_path','','yes'),(62,'thumbnail_size_w','150','yes'),(63,'thumbnail_size_h','150','yes'),(64,'thumbnail_crop','1','yes'),(65,'medium_size_w','300','yes'),(66,'medium_size_h','300','yes'),(67,'avatar_default','mystery','yes'),(68,'large_size_w','1024','yes'),(69,'large_size_h','1024','yes'),(70,'image_default_link_type','file','yes'),(71,'image_default_size','','yes'),(72,'image_default_align','','yes'),(73,'close_comments_for_old_posts','','yes'),(74,'close_comments_days_old','14','yes'),(75,'thread_comments','1','yes'),(76,'thread_comments_depth','5','yes'),(77,'page_comments','','yes'),(78,'comments_per_page','50','yes'),(79,'default_comments_page','newest','yes'),(80,'comment_order','asc','yes'),(81,'sticky_posts','a:0:{}','yes'),(82,'widget_categories','a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(83,'widget_text','a:6:{i:2;a:0:{}i:3;a:3:{s:5:\"title\";s:15:\"Online Services\";s:4:\"text\";s:452:\"<div class=portal-button><a href=\"http://www.westromgroup.com/owners-portal/\"><img src=\"http://www.westromgroup.com/wp-content/uploads/2013/10/owners-portal-button.jpg\" class=\"portal-button\" width=\"150\" height=\"150\" style=\"padding-right:20px;\"></a><a href=\"http://www.westromgroup.com/tenant-portal/\"><img src=\"http://www.westromgroup.com/wp-content/uploads/2013/10/tenants-portal-button.jpg\" class=\"portal-button\" width=\"150\" height=\"150\"></a>\r\n</div>\";s:6:\"filter\";b:0;}i:5;a:3:{s:5:\"title\";s:14:\"Social Network\";s:4:\"text\";s:284:\"[social type=\"facebook\"]#[/social]\r\n[social type=\"twitter\"]#[/social]\r\n[social type=\"youtube\"]#[/social]\r\n[social type=\"vimeo\"]#[/social]\r\n[social type=\"pinterest\"]#[/social]\r\n[social type=\"rss\"]#[/social]\r\n[social type=\"skype\"]#[/social]\r\n[social type=\"flickr\"]#[/social]\r\n<br>\r\n<br>\";s:6:\"filter\";b:0;}i:6;a:3:{s:5:\"title\";s:12:\"Contact Info\";s:4:\"text\";s:148:\"<i>6821 Baker Blvd Ste B\r\nRichland Hills, TX 76118</i>\r\n\r\n<strong>817-445-1108</strong>\r\n\r\n<a href=\"info@westromgroup.com\">info@westromgroup.com</a>\";s:6:\"filter\";b:0;}i:7;a:3:{s:5:\"title\";s:12:\"Contact Info\";s:4:\"text\";s:156:\"<i>6821 Baker Blvd Ste B\r\nRichland Hills, TX 76118</i>\r\n<br>\r\n<strong>817-445-1108</strong>\r\n<br>\r\n<a href=\"info@westromgroup.com\">info@westromgroup.com</a>\";s:6:\"filter\";b:0;}s:12:\"_multiwidget\";i:1;}','yes'),(6329,'widget_video-widget','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(84,'widget_rss','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(85,'uninstall_plugins','a:2:{s:45:\"contact-form-builder/contact-form-builder.php\";s:22:\"form_builder_uninstall\";s:25:\"duplicator/duplicator.php\";s:20:\"duplicator_uninstall\";}','no'),(86,'timezone_string','','yes'),(89,'default_post_format','0','yes'),(90,'link_manager_enabled','0','yes'),(91,'initial_db_version','24448','yes'),(92,'wp_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:62:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:9:\"add_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}','yes'),(93,'widget_search','a:3:{i:2;a:1:{s:5:\"title\";s:0:\"\";}i:3;a:2:{s:5:\"title\";s:6:\"Search\";s:12:\"widget_width\";s:9:\"one_first\";}s:12:\"_multiwidget\";i:1;}','yes'),(94,'widget_recent-posts','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(95,'widget_recent-comments','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(96,'widget_archives','a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(97,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(98,'sidebars_widgets','a:11:{s:19:\"wp_inactive_widgets\";a:19:{i:0;s:16:\"contact-widget-2\";i:1;s:19:\"blog_subscription-4\";i:2;s:8:\"search-3\";i:3;s:10:\"calendar-2\";i:4;s:6:\"meta-2\";i:5;s:12:\"categories-2\";i:6;s:17:\"recent-comments-2\";i:7;s:6:\"text-2\";i:8;s:5:\"rss-2\";i:9;s:10:\"nav_menu-2\";i:10;s:10:\"archives-2\";i:11;s:11:\"top-posts-2\";i:12;s:7:\"image-2\";i:13;s:19:\"blog_subscription-2\";i:14;s:19:\"blog_subscription-3\";i:15;s:11:\"tag_cloud-2\";i:16;s:7:\"pages-2\";i:17;s:8:\"search-2\";i:18;s:14:\"recent-posts-2\";}s:15:\"custom-sidebar0\";a:1:{i:0;s:16:\"contact-widget-3\";}s:15:\"custom-sidebar1\";a:2:{i:0;s:18:\"facebook-likebox-2\";i:1;s:18:\"twitter_timeline-3\";}s:15:\"custom-sidebar2\";a:1:{i:0;s:21:\"popular-post-widget-2\";}s:15:\"custom-sidebar3\";a:1:{i:0;s:6:\"text-6\";}s:15:\"custom-sidebar4\";a:0:{}s:15:\"custom-sidebar5\";a:0:{}s:15:\"custom-sidebar6\";a:0:{}s:15:\"custom-sidebar7\";a:5:{i:0;s:6:\"text-3\";i:1;s:6:\"text-7\";i:2;s:16:\"contact-widget-4\";i:3;s:6:\"text-5\";i:4;s:19:\"blog_subscription-5\";}s:15:\"custom-sidebar8\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(179,'option_tree_settings','a:3:{s:15:\"contextual_help\";a:2:{s:7:\"content\";a:1:{i:0;a:3:{s:2:\"id\";s:12:\"general_help\";s:5:\"title\";s:7:\"General\";s:7:\"content\";s:30:\"<p>Help content goes here!</p>\";}}s:7:\"sidebar\";s:33:\"<p>Sidebar content goes here!</p>\";}s:8:\"sections\";a:9:{i:0;a:2:{s:5:\"title\";s:6:\"Slider\";s:2:\"id\";s:6:\"slider\";}i:1;a:2:{s:5:\"title\";s:7:\"General\";s:2:\"id\";s:15:\"general_default\";}i:2;a:2:{s:5:\"title\";s:10:\"General II\";s:2:\"id\";s:16:\"general2_default\";}i:3;a:2:{s:5:\"title\";s:12:\"Blog options\";s:2:\"id\";s:4:\"blog\";}i:4;a:2:{s:5:\"title\";s:17:\"Portfolio options\";s:2:\"id\";s:9:\"portfolio\";}i:5;a:2:{s:2:\"id\";s:4:\"typo\";s:5:\"title\";s:10:\"Typography\";}i:6;a:2:{s:2:\"id\";s:7:\"twitter\";s:5:\"title\";s:13:\"Twitter OAuth\";}i:7;a:2:{s:2:\"id\";s:8:\"sidebars\";s:5:\"title\";s:8:\"Sidebars\";}i:8;a:2:{s:2:\"id\";s:6:\"update\";s:5:\"title\";s:6:\"Update\";}}s:8:\"settings\";a:53:{i:0;a:11:{s:5:\"label\";s:13:\"Enable slider\";s:2:\"id\";s:12:\"pp_slider_on\";s:4:\"type\";s:6:\"select\";s:4:\"desc\";s:23:\"Show slider on homepage\";s:7:\"choices\";a:2:{i:0;a:2:{s:5:\"label\";s:3:\"Yes\";s:5:\"value\";s:3:\"yes\";}i:1;a:2:{s:5:\"label\";s:2:\"No\";s:5:\"value\";s:2:\"no\";}}s:3:\"std\";s:3:\"yes\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:6:\"slider\";}i:1;a:11:{s:5:\"label\";s:26:\"Select slider for homepage\";s:2:\"id\";s:14:\"pp_slider_home\";s:4:\"type\";s:6:\"select\";s:4:\"desc\";s:26:\"Select slider for homepage\";s:7:\"choices\";a:2:{i:0;a:2:{s:5:\"label\";s:10:\"Flexslider\";s:5:\"value\";s:4:\"flex\";}i:1;a:2:{s:5:\"label\";s:12:\"Layer Slider\";s:5:\"value\";s:10:\"revolution\";}}s:3:\"std\";s:3:\"yes\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:6:\"slider\";}i:2;a:11:{s:5:\"label\";s:38:\"LayerSlider Isotope compatibility mode\";s:2:\"id\";s:14:\"pp_layerisotop\";s:4:\"type\";s:6:\"select\";s:4:\"desc\";s:131:\"Some transitions from LayerSlider might not work if Isotope is included on the same page, enabling that setting will fix that issue\";s:7:\"choices\";a:2:{i:0;a:2:{s:5:\"label\";s:7:\"Disable\";s:5:\"value\";s:3:\"off\";}i:1;a:2:{s:5:\"label\";s:6:\"Enable\";s:5:\"value\";s:2:\"on\";}}s:3:\"std\";s:3:\"off\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:16:\"general2_default\";}i:3;a:11:{s:5:\"label\";s:18:\"Choose LayerSlider\";s:2:\"id\";s:10:\"pp_layerid\";s:4:\"type\";s:6:\"select\";s:4:\"desc\";s:49:\"Which LayerSlider should be displayed on homepage\";s:7:\"choices\";a:1:{i:0;a:2:{s:5:\"label\";s:16:\"No Sliders Found\";s:5:\"value\";s:0:\"\";}}s:3:\"std\";s:3:\"yes\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:6:\"slider\";}i:4;a:11:{s:5:\"label\";s:50:\"Theme shared on WPLOCKER.COM - Homepage Flexslider\";s:2:\"id\";s:10:\"mainslider\";s:4:\"type\";s:9:\"list-item\";s:4:\"desc\";s:31:\"Add slides for homepage slider.\";s:8:\"settings\";a:4:{i:0;a:9:{s:5:\"label\";s:16:\"Content of slide\";s:2:\"id\";s:18:\"slider_description\";s:4:\"type\";s:8:\"textarea\";s:4:\"desc\";s:28:\"You can use shortcodes here.\";s:3:\"std\";s:0:\"\";s:4:\"rows\";s:2:\"10\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";}i:1;a:10:{s:5:\"label\";s:12:\"Empty slide?\";s:2:\"id\";s:12:\"slider_empty\";s:4:\"type\";s:6:\"select\";s:4:\"desc\";s:15:\"Show just image\";s:7:\"choices\";a:2:{i:0;a:2:{s:5:\"label\";s:2:\"No\";s:5:\"value\";s:2:\"no\";}i:1;a:2:{s:5:\"label\";s:3:\"Yes\";s:5:\"value\";s:3:\"yes\";}}s:3:\"std\";s:2:\"no\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";}i:2;a:9:{s:5:\"label\";s:12:\"Upload Image\";s:2:\"id\";s:19:\"slider_image_upload\";s:4:\"type\";s:6:\"upload\";s:4:\"desc\";s:22:\"Upload image for slide\";s:3:\"std\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";}i:3;a:9:{s:5:\"label\";s:11:\"Slider link\";s:2:\"id\";s:11:\"slider_link\";s:4:\"type\";s:4:\"text\";s:4:\"desc\";s:51:\"Where slide will link (leave empty to not use link)\";s:3:\"std\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:3:\"std\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:6:\"slider\";}i:5;a:10:{s:5:\"label\";s:11:\"Upload logo\";s:2:\"id\";s:14:\"pp_logo_upload\";s:4:\"type\";s:6:\"upload\";s:4:\"desc\";s:180:\"For best effect logo image should be transparent png, logo from live preview has 114x24px but you can use bigger, you will probably need to adjust some margins using options below \";s:3:\"std\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:15:\"general_default\";}i:6;a:11:{s:5:\"label\";s:15:\"Logo area width\";s:2:\"id\";s:18:\"pp_logo_area_width\";s:4:\"type\";s:6:\"select\";s:4:\"desc\";s:209:\"Full width of top area is 16 columns. Logo area by default is 9 columns, while icons and contact details area is 6 columns wide. If you want to have bigger logo, please change here number of columns for logo. \";s:7:\"choices\";a:12:{i:0;a:2:{s:5:\"label\";s:8:\"1 column\";s:5:\"value\";s:1:\"1\";}i:1;a:2:{s:5:\"label\";s:9:\"2 columns\";s:5:\"value\";s:1:\"2\";}i:2;a:2:{s:5:\"label\";s:9:\"3 columns\";s:5:\"value\";s:1:\"3\";}i:3;a:2:{s:5:\"label\";s:9:\"4 columns\";s:5:\"value\";s:1:\"4\";}i:4;a:2:{s:5:\"label\";s:9:\"5 columns\";s:5:\"value\";s:1:\"5\";}i:5;a:2:{s:5:\"label\";s:9:\"6 columns\";s:5:\"value\";s:1:\"6\";}i:6;a:2:{s:5:\"label\";s:9:\"7 columns\";s:5:\"value\";s:1:\"7\";}i:7;a:2:{s:5:\"label\";s:9:\"8 columns\";s:5:\"value\";s:1:\"8\";}i:8;a:2:{s:5:\"label\";s:9:\"9 columns\";s:5:\"value\";s:1:\"9\";}i:9;a:2:{s:5:\"label\";s:10:\"10 columns\";s:5:\"value\";s:2:\"10\";}i:10;a:2:{s:5:\"label\";s:10:\"11 columns\";s:5:\"value\";s:2:\"11\";}i:11;a:2:{s:5:\"label\";s:10:\"12 columns\";s:5:\"value\";s:2:\"12\";}}s:3:\"std\";s:1:\"8\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:15:\"general_default\";}i:7;a:10:{s:5:\"label\";s:15:\"Logo top margin\";s:2:\"id\";s:18:\"pp_logo_top_margin\";s:4:\"type\";s:11:\"measurement\";s:4:\"desc\";s:29:\"Set top margin for logo image\";s:3:\"std\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:15:\"general_default\";}i:8;a:10:{s:5:\"label\";s:18:\"Logo bottom margin\";s:2:\"id\";s:21:\"pp_logo_bottom_margin\";s:4:\"type\";s:11:\"measurement\";s:4:\"desc\";s:32:\"Set bottom margin for logo image\";s:3:\"std\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:15:\"general_default\";}i:9;a:10:{s:5:\"label\";s:8:\"Favicon \";s:2:\"id\";s:17:\"pp_favicon_upload\";s:4:\"type\";s:6:\"upload\";s:4:\"desc\";s:27:\"Upload favicon here (16x16)\";s:3:\"std\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:15:\"general_default\";}i:10;a:10:{s:5:\"label\";s:18:\"Tagline top margin\";s:2:\"id\";s:17:\"pp_tagline_margin\";s:4:\"type\";s:11:\"measurement\";s:4:\"desc\";s:103:\"Set top margin for tagline to position it correctly (Tagline is set in Settings -> General -> Tagline).\";s:3:\"std\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:15:\"general_default\";}i:11;a:11:{s:5:\"label\";s:11:\"Header type\";s:2:\"id\";s:13:\"pp_headertype\";s:4:\"type\";s:6:\"select\";s:4:\"desc\";s:0:\"\";s:7:\"choices\";a:2:{i:0;a:2:{s:5:\"label\";s:8:\"Standard\";s:5:\"value\";s:8:\"standard\";}i:1;a:2:{s:5:\"label\";s:15:\"Full width logo\";s:5:\"value\";s:4:\"full\";}}s:3:\"std\";s:8:\"standard\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:15:\"general_default\";}i:12;a:11:{s:5:\"label\";s:19:\"Header social icons\";s:2:\"id\";s:14:\"pp_headericons\";s:4:\"type\";s:9:\"list-item\";s:4:\"desc\";s:31:\"Manage socials icons on header.\";s:8:\"settings\";a:2:{i:0;a:10:{s:2:\"id\";s:13:\"icons_service\";s:5:\"label\";s:14:\"Choose service\";s:4:\"desc\";s:0:\"\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:6:\"select\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"choices\";a:21:{i:0;a:3:{s:5:\"value\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";s:3:\"src\";s:0:\"\";}i:1;a:3:{s:5:\"value\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";s:3:\"src\";s:0:\"\";}i:2;a:3:{s:5:\"value\";s:8:\"dribbble\";s:5:\"label\";s:8:\"Dribbble\";s:3:\"src\";s:0:\"\";}i:3;a:3:{s:5:\"value\";s:8:\"linkedin\";s:5:\"label\";s:8:\"LinkedIN\";s:3:\"src\";s:0:\"\";}i:4;a:3:{s:5:\"value\";s:3:\"rss\";s:5:\"label\";s:3:\"RSS\";s:3:\"src\";s:0:\"\";}i:5;a:3:{s:5:\"value\";s:6:\"amazon\";s:5:\"label\";s:6:\"Amazon\";s:3:\"src\";s:0:\"\";}i:6;a:3:{s:5:\"value\";s:7:\"blogger\";s:5:\"label\";s:7:\"Blogger\";s:3:\"src\";s:0:\"\";}i:7;a:3:{s:5:\"value\";s:10:\"deviantart\";s:5:\"label\";s:10:\"DeviantArt\";s:3:\"src\";s:0:\"\";}i:8;a:3:{s:5:\"value\";s:4:\"digg\";s:5:\"label\";s:4:\"Digg\";s:3:\"src\";s:0:\"\";}i:9;a:3:{s:5:\"value\";s:6:\"flickr\";s:5:\"label\";s:6:\"Flickr\";s:3:\"src\";s:0:\"\";}i:10;a:3:{s:5:\"value\";s:6:\"forrst\";s:5:\"label\";s:6:\"Forrst\";s:3:\"src\";s:0:\"\";}i:11;a:3:{s:5:\"value\";s:6:\"lastfm\";s:5:\"label\";s:6:\"LastFM\";s:3:\"src\";s:0:\"\";}i:12;a:3:{s:5:\"value\";s:6:\"picasa\";s:5:\"label\";s:6:\"Picasa\";s:3:\"src\";s:0:\"\";}i:13;a:3:{s:5:\"value\";s:9:\"pinterest\";s:5:\"label\";s:9:\"Pinterest\";s:3:\"src\";s:0:\"\";}i:14;a:3:{s:5:\"value\";s:5:\"skype\";s:5:\"label\";s:5:\"Skype\";s:3:\"src\";s:0:\"\";}i:15;a:3:{s:5:\"value\";s:6:\"tumblr\";s:5:\"label\";s:6:\"Tumblr\";s:3:\"src\";s:0:\"\";}i:16;a:3:{s:5:\"value\";s:5:\"vimeo\";s:5:\"label\";s:5:\"Vimeo\";s:3:\"src\";s:0:\"\";}i:17;a:3:{s:5:\"value\";s:9:\"wordpress\";s:5:\"label\";s:9:\"WordPress\";s:3:\"src\";s:0:\"\";}i:18;a:3:{s:5:\"value\";s:5:\"yahoo\";s:5:\"label\";s:5:\"Yahoo\";s:3:\"src\";s:0:\"\";}i:19;a:3:{s:5:\"value\";s:7:\"youtube\";s:5:\"label\";s:7:\"YouTube\";s:3:\"src\";s:0:\"\";}i:20;a:3:{s:5:\"value\";s:5:\"gplus\";s:5:\"label\";s:11:\"Google Plus\";s:3:\"src\";s:0:\"\";}}}i:1;a:9:{s:5:\"label\";s:19:\"URL to profile page\";s:2:\"id\";s:9:\"icons_url\";s:4:\"type\";s:4:\"text\";s:4:\"desc\";s:0:\"\";s:3:\"std\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:3:\"std\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:15:\"general_default\";}i:13;a:11:{s:5:\"label\";s:27:\"Language switcher in header\";s:2:\"id\";s:11:\"pp_language\";s:4:\"type\";s:6:\"select\";s:4:\"desc\";s:113:\"Available with <a href=\"http://wpml.org/?aid=27926&affiliate_key=LikrvB9gJOkU\" rel=\"nofollow\">WPML</a> plugin\";s:7:\"choices\";a:2:{i:0;a:2:{s:5:\"label\";s:6:\"Enable\";s:5:\"value\";s:6:\"enable\";}i:1;a:2:{s:5:\"label\";s:7:\"Disable\";s:5:\"value\";s:7:\"disable\";}}s:3:\"std\";s:7:\"disable\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:15:\"general_default\";}i:14;a:11:{s:5:\"label\";s:21:\"Search form in header\";s:2:\"id\";s:9:\"pp_search\";s:4:\"type\";s:6:\"select\";s:4:\"desc\";s:0:\"\";s:7:\"choices\";a:2:{i:0;a:2:{s:5:\"label\";s:6:\"Enable\";s:5:\"value\";s:6:\"enable\";}i:1;a:2:{s:5:\"label\";s:7:\"Disable\";s:5:\"value\";s:7:\"disable\";}}s:3:\"std\";s:7:\"disable\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:15:\"general_default\";}i:15;a:10:{s:5:\"label\";s:15:\"Contact details\";s:2:\"id\";s:17:\"pp_cdetails_phone\";s:4:\"type\";s:4:\"text\";s:4:\"desc\";s:0:\"\";s:3:\"std\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:15:\"general_default\";}i:16;a:11:{s:5:\"label\";s:21:\"Responsiveness switch\";s:2:\"id\";s:15:\"pp_mediaqueries\";s:4:\"type\";s:6:\"select\";s:4:\"desc\";s:63:\"If you want to disable mobile view of site, you can do it here \";s:7:\"choices\";a:2:{i:0;a:2:{s:5:\"label\";s:7:\"Disable\";s:5:\"value\";s:2:\"no\";}i:1;a:2:{s:5:\"label\";s:6:\"Enable\";s:5:\"value\";s:3:\"yes\";}}s:3:\"std\";s:3:\"yes\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:16:\"general2_default\";}i:17;a:11:{s:5:\"label\";s:18:\"Enable breadcrumbs\";s:2:\"id\";s:14:\"pp_breadcrumbs\";s:4:\"type\";s:6:\"select\";s:4:\"desc\";s:0:\"\";s:7:\"choices\";a:2:{i:0;a:2:{s:5:\"label\";s:2:\"No\";s:5:\"value\";s:2:\"no\";}i:1;a:2:{s:5:\"label\";s:3:\"Yes\";s:5:\"value\";s:3:\"yes\";}}s:3:\"std\";s:3:\"yes\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:16:\"general2_default\";}i:18;a:10:{s:5:\"label\";s:44:\"Flexslider slideshow speed (in milliseconds)\";s:2:\"id\";s:22:\"pp_flex_slideshowspeed\";s:4:\"type\";s:4:\"text\";s:4:\"desc\";s:85:\"This setting is global, it will affect all sliders. Be sure to put here only number!.\";s:3:\"std\";s:4:\"7000\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:16:\"general2_default\";}i:19;a:10:{s:5:\"label\";s:44:\"Flexslider animation speed (in milliseconds)\";s:2:\"id\";s:22:\"pp_flex_animationspeed\";s:4:\"type\";s:4:\"text\";s:4:\"desc\";s:85:\"This setting is global, it will affect all sliders. Be sure to put here only number!.\";s:3:\"std\";s:3:\"600\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:16:\"general2_default\";}i:20;a:11:{s:5:\"label\";s:25:\"Flexslider animation type\";s:2:\"id\";s:21:\"pp_flex_animationtype\";s:4:\"type\";s:6:\"select\";s:4:\"desc\";s:0:\"\";s:7:\"choices\";a:2:{i:0;a:2:{s:5:\"label\";s:4:\"Fade\";s:5:\"value\";s:4:\"fade\";}i:1;a:2:{s:5:\"label\";s:5:\"Slide\";s:5:\"value\";s:5:\"slide\";}}s:3:\"std\";s:4:\"fade\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:16:\"general2_default\";}i:21;a:11:{s:5:\"label\";s:21:\"jCarousel autoscroll \";s:2:\"id\";s:17:\"pp_jcarousel_auto\";s:4:\"type\";s:6:\"select\";s:4:\"desc\";s:211:\"jCarousel is used in \"Recent portfolio\" carousel, by default it\'s operated by clicking arrows, but you can turn on autoscroll here. It is global setting so it will change every instance of jCarousel on your site\";s:7:\"choices\";a:2:{i:0;a:2:{s:5:\"label\";s:7:\"Disable\";s:5:\"value\";s:2:\"no\";}i:1;a:2:{s:5:\"label\";s:17:\"Enable autoscroll\";s:5:\"value\";s:3:\"yes\";}}s:3:\"std\";s:2:\"no\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:16:\"general2_default\";}i:22;a:11:{s:5:\"label\";s:36:\"WooCommerce number of items per page\";s:2:\"id\";s:11:\"pp_wooitems\";s:4:\"type\";s:6:\"select\";s:4:\"desc\";s:57:\"Select how many products you want to display on shop page\";s:3:\"std\";s:1:\"9\";s:4:\"rows\";s:0:\"\";s:7:\"choices\";a:18:{i:0;a:2:{s:5:\"label\";s:1:\"3\";s:5:\"value\";s:1:\"3\";}i:1;a:2:{s:5:\"label\";s:1:\"4\";s:5:\"value\";s:1:\"4\";}i:2;a:2:{s:5:\"label\";s:1:\"5\";s:5:\"value\";s:1:\"5\";}i:3;a:2:{s:5:\"label\";s:1:\"6\";s:5:\"value\";s:1:\"6\";}i:4;a:2:{s:5:\"label\";s:1:\"7\";s:5:\"value\";s:1:\"7\";}i:5;a:2:{s:5:\"label\";s:1:\"8\";s:5:\"value\";s:1:\"8\";}i:6;a:2:{s:5:\"label\";s:1:\"9\";s:5:\"value\";s:1:\"9\";}i:7;a:2:{s:5:\"label\";s:2:\"10\";s:5:\"value\";s:2:\"10\";}i:8;a:2:{s:5:\"label\";s:2:\"11\";s:5:\"value\";s:2:\"11\";}i:9;a:2:{s:5:\"label\";s:2:\"12\";s:5:\"value\";s:2:\"12\";}i:10;a:2:{s:5:\"label\";s:2:\"13\";s:5:\"value\";s:2:\"13\";}i:11;a:2:{s:5:\"label\";s:2:\"14\";s:5:\"value\";s:2:\"14\";}i:12;a:2:{s:5:\"label\";s:2:\"15\";s:5:\"value\";s:2:\"15\";}i:13;a:2:{s:5:\"label\";s:2:\"16\";s:5:\"value\";s:2:\"16\";}i:14;a:2:{s:5:\"label\";s:2:\"20\";s:5:\"value\";s:2:\"20\";}i:15;a:2:{s:5:\"label\";s:2:\"32\";s:5:\"value\";s:2:\"32\";}i:16;a:2:{s:5:\"label\";s:2:\"40\";s:5:\"value\";s:2:\"40\";}i:17;a:2:{s:5:\"label\";s:2:\"99\";s:5:\"value\";s:2:\"99\";}}s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:16:\"general2_default\";}i:23;a:11:{s:5:\"label\";s:25:\"WooCommerce Catalog mode \";s:2:\"id\";s:14:\"pp_woo_catalog\";s:4:\"type\";s:6:\"select\";s:4:\"desc\";s:65:\"Removes all \"add to cart\" buttons to just showcase your products.\";s:7:\"choices\";a:2:{i:0;a:2:{s:5:\"label\";s:7:\"Disable\";s:5:\"value\";s:2:\"no\";}i:1;a:2:{s:5:\"label\";s:6:\"Enable\";s:5:\"value\";s:3:\"yes\";}}s:3:\"std\";s:2:\"no\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:16:\"general2_default\";}i:24;a:10:{s:5:\"label\";s:15:\"Copyrights text\";s:2:\"id\";s:13:\"pp_copyrights\";s:4:\"type\";s:4:\"text\";s:4:\"desc\";s:14:\"Text in footer\";s:3:\"std\";s:130:\"© Theme by <a href=\"http://themeforest.net/user/purethemes/portfolio?ref=purethemes\">Purethemes.net</a>. All Rights Reserved.\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:16:\"general2_default\";}i:25;a:11:{s:5:\"label\";s:11:\"Blog layout\";s:2:\"id\";s:14:\"pp_blog_layout\";s:4:\"type\";s:11:\"radio-image\";s:4:\"desc\";s:28:\"Choose sidebar side on blog.\";s:3:\"std\";s:13:\"right-sidebar\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:7:\"choices\";a:2:{i:0;a:3:{s:5:\"value\";s:12:\"left-sidebar\";s:5:\"label\";s:12:\"Left Sidebar\";s:3:\"src\";s:106:\"http://testingweb123.webuda.com/wp-content/themes/nevia/option-tree//assets/images/layout/left-sidebar.png\";}i:1;a:3:{s:5:\"value\";s:13:\"right-sidebar\";s:5:\"label\";s:13:\"Right Sidebar\";s:3:\"src\";s:107:\"http://testingweb123.webuda.com/wp-content/themes/nevia/option-tree//assets/images/layout/right-sidebar.png\";}}s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:4:\"blog\";}i:26;a:11:{s:5:\"label\";s:17:\"Blog thumbs style\";s:2:\"id\";s:14:\"pp_blog_thumbs\";s:4:\"type\";s:6:\"select\";s:4:\"desc\";s:0:\"\";s:7:\"choices\";a:2:{i:0;a:2:{s:5:\"label\";s:5:\"Large\";s:5:\"value\";s:5:\"large\";}i:1;a:2:{s:5:\"label\";s:5:\"Small\";s:5:\"value\";s:5:\"small\";}}s:3:\"std\";s:5:\"large\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:4:\"blog\";}i:27;a:11:{s:5:\"label\";s:42:\"Post meta informations on single post view\";s:2:\"id\";s:14:\"pp_meta_single\";s:4:\"type\";s:8:\"checkbox\";s:4:\"desc\";s:58:\"Set which elements of posts meta data you want to display.\";s:7:\"choices\";a:4:{i:0;a:2:{s:5:\"label\";s:6:\"Author\";s:5:\"value\";s:6:\"author\";}i:1;a:2:{s:5:\"label\";s:4:\"Tags\";s:5:\"value\";s:4:\"tags\";}i:2;a:2:{s:5:\"label\";s:10:\"Categories\";s:5:\"value\";s:3:\"cat\";}i:3;a:2:{s:5:\"label\";s:8:\"Comments\";s:5:\"value\";s:3:\"com\";}}s:3:\"std\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:4:\"blog\";}i:28;a:11:{s:5:\"label\";s:48:\"Post meta informations on blog and archive pages\";s:2:\"id\";s:12:\"pp_meta_blog\";s:4:\"type\";s:8:\"checkbox\";s:4:\"desc\";s:58:\"Set which elements of posts meta data you want to display.\";s:7:\"choices\";a:4:{i:0;a:2:{s:5:\"label\";s:6:\"Author\";s:5:\"value\";s:6:\"author\";}i:1;a:2:{s:5:\"label\";s:4:\"Tags\";s:5:\"value\";s:4:\"tags\";}i:2;a:2:{s:5:\"label\";s:10:\"Categories\";s:5:\"value\";s:3:\"cat\";}i:3;a:2:{s:5:\"label\";s:8:\"Comments\";s:5:\"value\";s:3:\"com\";}}s:3:\"std\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:4:\"blog\";}i:29;a:10:{s:5:\"label\";s:15:\"Blog page title\";s:2:\"id\";s:12:\"pp_blog_page\";s:4:\"type\";s:4:\"text\";s:4:\"desc\";s:0:\"\";s:3:\"std\";s:8:\"The Blog\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:4:\"blog\";}i:30;a:11:{s:5:\"label\";s:24:\"Portfolio columns layout\";s:2:\"id\";s:19:\"pp_portfolio_layout\";s:4:\"type\";s:6:\"select\";s:4:\"desc\";s:51:\"Choose number of columns for portfolio archive page\";s:7:\"choices\";a:3:{i:0;a:2:{s:5:\"label\";s:9:\"2 columns\";s:5:\"value\";s:1:\"2\";}i:1;a:2:{s:5:\"label\";s:9:\"3 columns\";s:5:\"value\";s:1:\"3\";}i:2;a:2:{s:5:\"label\";s:9:\"4 columns\";s:5:\"value\";s:1:\"4\";}}s:3:\"std\";s:1:\"3\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:9:\"portfolio\";}i:31;a:10:{s:5:\"label\";s:20:\"Portfolio page title\";s:2:\"id\";s:17:\"pp_portfolio_page\";s:4:\"type\";s:4:\"text\";s:4:\"desc\";s:0:\"\";s:3:\"std\";s:9:\"Portfolio\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:9:\"portfolio\";}i:32;a:11:{s:5:\"label\";s:88:\"For \"video portfolio\" items show image thumbnail or video in archive and /portfolio page\";s:2:\"id\";s:23:\"pp_portfolio_videothumb\";s:4:\"type\";s:6:\"select\";s:4:\"desc\";s:75:\"Choose if you want to display thumbnails as image or as small embeded video\";s:7:\"choices\";a:2:{i:0;a:2:{s:5:\"label\";s:5:\"Video\";s:5:\"value\";s:5:\"video\";}i:1;a:2:{s:5:\"label\";s:15:\"Image thumbnail\";s:5:\"value\";s:5:\"thumb\";}}s:3:\"std\";s:1:\"3\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:9:\"portfolio\";}i:33;a:11:{s:5:\"label\";s:73:\"For single portfolio item, display title of images as captions in slider?\";s:2:\"id\";s:20:\"pp_portfolio_caption\";s:4:\"type\";s:6:\"select\";s:4:\"desc\";s:51:\"Choose number of columns for portfolio archive page\";s:7:\"choices\";a:2:{i:0;a:2:{s:5:\"label\";s:14:\"Yes, show them\";s:5:\"value\";s:3:\"yes\";}i:1;a:2:{s:5:\"label\";s:13:\"No, hide them\";s:5:\"value\";s:2:\"no\";}}s:3:\"std\";s:2:\"no\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:9:\"portfolio\";}i:34;a:11:{s:5:\"label\";s:44:\"Number of items to display on portfolio page\";s:2:\"id\";s:21:\"pp_portfolio_showpost\";s:4:\"type\";s:6:\"select\";s:4:\"desc\";s:50:\"Choose how many items to display on portfolio page\";s:7:\"choices\";a:18:{i:0;a:2:{s:5:\"label\";s:1:\"3\";s:5:\"value\";s:1:\"3\";}i:1;a:2:{s:5:\"label\";s:1:\"4\";s:5:\"value\";s:1:\"4\";}i:2;a:2:{s:5:\"label\";s:1:\"5\";s:5:\"value\";s:1:\"5\";}i:3;a:2:{s:5:\"label\";s:1:\"6\";s:5:\"value\";s:1:\"6\";}i:4;a:2:{s:5:\"label\";s:1:\"7\";s:5:\"value\";s:1:\"7\";}i:5;a:2:{s:5:\"label\";s:1:\"8\";s:5:\"value\";s:1:\"8\";}i:6;a:2:{s:5:\"label\";s:1:\"9\";s:5:\"value\";s:1:\"9\";}i:7;a:2:{s:5:\"label\";s:2:\"10\";s:5:\"value\";s:2:\"10\";}i:8;a:2:{s:5:\"label\";s:2:\"11\";s:5:\"value\";s:2:\"11\";}i:9;a:2:{s:5:\"label\";s:2:\"12\";s:5:\"value\";s:2:\"12\";}i:10;a:2:{s:5:\"label\";s:2:\"13\";s:5:\"value\";s:2:\"13\";}i:11;a:2:{s:5:\"label\";s:2:\"14\";s:5:\"value\";s:2:\"14\";}i:12;a:2:{s:5:\"label\";s:2:\"15\";s:5:\"value\";s:2:\"15\";}i:13;a:2:{s:5:\"label\";s:2:\"16\";s:5:\"value\";s:2:\"16\";}i:14;a:2:{s:5:\"label\";s:2:\"20\";s:5:\"value\";s:2:\"20\";}i:15;a:2:{s:5:\"label\";s:2:\"32\";s:5:\"value\";s:2:\"32\";}i:16;a:2:{s:5:\"label\";s:2:\"40\";s:5:\"value\";s:2:\"40\";}i:17;a:2:{s:5:\"label\";s:2:\"99\";s:5:\"value\";s:2:\"99\";}}s:3:\"std\";s:1:\"9\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:9:\"portfolio\";}i:35;a:11:{s:5:\"label\";s:27:\"Portfolio meta informations\";s:2:\"id\";s:10:\"pp_pf_meta\";s:4:\"type\";s:9:\"list-item\";s:4:\"desc\";s:40:\"Manage meta information below portfolio.\";s:8:\"settings\";a:1:{i:0;a:10:{s:5:\"label\";s:13:\"Type of field\";s:2:\"id\";s:4:\"type\";s:4:\"type\";s:6:\"select\";s:4:\"desc\";s:0:\"\";s:7:\"choices\";a:4:{i:0;a:2:{s:5:\"label\";s:4:\"Text\";s:5:\"value\";s:4:\"text\";}i:1;a:2:{s:5:\"label\";s:7:\"Filters\";s:5:\"value\";s:7:\"filters\";}i:2;a:2:{s:5:\"label\";s:19:\"Date of publication\";s:5:\"value\";s:7:\"dateofp\";}i:3;a:2:{s:5:\"label\";s:29:\"Link to project (as a button)\";s:5:\"value\";s:4:\"link\";}}s:3:\"std\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";}}s:3:\"std\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:9:\"portfolio\";}i:36;a:10:{s:2:\"id\";s:13:\"sidebars_text\";s:5:\"label\";s:14:\"About sidebars\";s:4:\"desc\";s:137:\"All sidebars that you create here will appear both in the Appearance > Widgets, and then you can choose them for specific pages or posts.\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:9:\"textblock\";s:7:\"section\";s:8:\"sidebars\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";}i:37;a:6:{s:5:\"label\";s:15:\"Create Sidebars\";s:2:\"id\";s:13:\"incr_sidebars\";s:4:\"type\";s:9:\"list-item\";s:4:\"desc\";s:38:\"Choose a unique title for each sidebar\";s:7:\"section\";s:8:\"sidebars\";s:8:\"settings\";a:1:{i:0;a:9:{s:5:\"label\";s:2:\"ID\";s:2:\"id\";s:2:\"id\";s:4:\"type\";s:4:\"text\";s:4:\"desc\";s:68:\"Write a lowercase single world as ID (or number), without any spaces\";s:3:\"std\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";}}}i:38;a:10:{s:2:\"id\";s:13:\"pp_custom_css\";s:5:\"label\";s:10:\"Custom CSS\";s:4:\"desc\";s:86:\"To prevent problems with theme update, write here any custom css (or use child themes)\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:15:\"textarea-simple\";s:7:\"section\";s:16:\"general2_default\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";}i:39;a:11:{s:5:\"label\";s:19:\"Enable custom fonts\";s:2:\"id\";s:11:\"pp_fonts_on\";s:4:\"type\";s:6:\"select\";s:4:\"desc\";s:74:\"Note that this is experimental feature, not all fonts might work properly.\";s:7:\"choices\";a:2:{i:0;a:2:{s:5:\"label\";s:2:\"No\";s:5:\"value\";s:2:\"no\";}i:1;a:2:{s:5:\"label\";s:3:\"Yes\";s:5:\"value\";s:3:\"yes\";}}s:3:\"std\";s:2:\"no\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:4:\"typo\";}i:40;a:11:{s:5:\"label\";s:9:\"Body font\";s:2:\"id\";s:12:\"pp_body_font\";s:4:\"desc\";s:46:\"Choose font for body (We recommend Open Sans).\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:6:\"select\";s:7:\"section\";s:4:\"typo\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"choices\";a:320:{i:0;a:2:{s:5:\"label\";s:4:\"Abel\";s:5:\"value\";s:4:\"Abel\";}i:1;a:2:{s:5:\"label\";s:13:\"Abril Fatface\";s:5:\"value\";s:13:\"Abril+Fatface\";}i:2;a:2:{s:5:\"label\";s:8:\"Aclonica\";s:5:\"value\";s:8:\"Aclonica\";}i:3;a:2:{s:5:\"label\";s:5:\"Actor\";s:5:\"value\";s:5:\"Actor\";}i:4;a:2:{s:5:\"label\";s:7:\"Adamina\";s:5:\"value\";s:7:\"Adamina\";}i:5;a:2:{s:5:\"label\";s:15:\"Aguafina Script\";s:5:\"value\";s:15:\"Aguafina+Script\";}i:6;a:2:{s:5:\"label\";s:6:\"Aladin\";s:5:\"value\";s:6:\"Aladin\";}i:7;a:2:{s:5:\"label\";s:7:\"Aldrich\";s:5:\"value\";s:7:\"Aldrich\";}i:8;a:2:{s:5:\"label\";s:5:\"Alice\";s:5:\"value\";s:5:\"Alice\";}i:9;a:2:{s:5:\"label\";s:13:\"Alike Angular\";s:5:\"value\";s:13:\"Alike+Angular\";}i:10;a:2:{s:5:\"label\";s:5:\"Alike\";s:5:\"value\";s:5:\"Alike\";}i:11;a:2:{s:5:\"label\";s:5:\"Allan\";s:5:\"value\";s:5:\"Allan\";}i:12;a:2:{s:5:\"label\";s:15:\"Allerta Stencil\";s:5:\"value\";s:15:\"Allerta+Stencil\";}i:13;a:2:{s:5:\"label\";s:7:\"Allerta\";s:5:\"value\";s:7:\"Allerta\";}i:14;a:2:{s:5:\"label\";s:8:\"Amaranth\";s:5:\"value\";s:8:\"Amaranth\";}i:15;a:2:{s:5:\"label\";s:9:\"Amatic SC\";s:5:\"value\";s:9:\"Amatic+SC\";}i:16;a:2:{s:5:\"label\";s:6:\"Andada\";s:5:\"value\";s:6:\"Andada\";}i:17;a:2:{s:5:\"label\";s:6:\"Andika\";s:5:\"value\";s:6:\"Andika\";}i:18;a:2:{s:5:\"label\";s:24:\"Annie Use Your Telescope\";s:5:\"value\";s:24:\"Annie+Use+Your+Telescope\";}i:19;a:2:{s:5:\"label\";s:13:\"Anonymous Pro\";s:5:\"value\";s:13:\"Anonymous+Pro\";}i:20;a:2:{s:5:\"label\";s:5:\"Antic\";s:5:\"value\";s:5:\"Antic\";}i:21;a:2:{s:5:\"label\";s:5:\"Anton\";s:5:\"value\";s:5:\"Anton\";}i:22;a:2:{s:5:\"label\";s:6:\"Arapey\";s:5:\"value\";s:6:\"Arapey\";}i:23;a:2:{s:5:\"label\";s:19:\"Architects Daughter\";s:5:\"value\";s:19:\"Architects+Daughter\";}i:24;a:2:{s:5:\"label\";s:5:\"Arimo\";s:5:\"value\";s:5:\"Arimo\";}i:25;a:2:{s:5:\"label\";s:8:\"Artifika\";s:5:\"value\";s:8:\"Artifika\";}i:26;a:2:{s:5:\"label\";s:4:\"Arvo\";s:5:\"value\";s:4:\"Arvo\";}i:27;a:2:{s:5:\"label\";s:5:\"Asset\";s:5:\"value\";s:5:\"Asset\";}i:28;a:2:{s:5:\"label\";s:7:\"Astloch\";s:5:\"value\";s:7:\"Astloch\";}i:29;a:2:{s:5:\"label\";s:10:\"Atomic Age\";s:5:\"value\";s:10:\"Atomic+Age\";}i:30;a:2:{s:5:\"label\";s:6:\"Aubrey\";s:5:\"value\";s:6:\"Aubrey\";}i:31;a:2:{s:5:\"label\";s:7:\"Bangers\";s:5:\"value\";s:7:\"Bangers\";}i:32;a:2:{s:5:\"label\";s:7:\"Bentham\";s:5:\"value\";s:7:\"Bentham\";}i:33;a:2:{s:5:\"label\";s:5:\"Bevan\";s:5:\"value\";s:5:\"Bevan\";}i:34;a:2:{s:5:\"label\";s:11:\"Bigshot One\";s:5:\"value\";s:11:\"Bigshot+One\";}i:35;a:2:{s:5:\"label\";s:6:\"Bitter\";s:5:\"value\";s:6:\"Bitter\";}i:36;a:2:{s:5:\"label\";s:13:\"Black Ops One\";s:5:\"value\";s:13:\"Black+Ops+One\";}i:37;a:2:{s:5:\"label\";s:13:\"Bowlby One SC\";s:5:\"value\";s:13:\"Bowlby+One+SC\";}i:38;a:2:{s:5:\"label\";s:10:\"Bowlby One\";s:5:\"value\";s:10:\"Bowlby+One\";}i:39;a:2:{s:5:\"label\";s:7:\"Brawler\";s:5:\"value\";s:7:\"Brawler\";}i:40;a:2:{s:5:\"label\";s:14:\"Bubblegum Sans\";s:5:\"value\";s:14:\"Bubblegum+Sans\";}i:41;a:2:{s:5:\"label\";s:4:\"Buda\";s:5:\"value\";s:4:\"Buda\";}i:42;a:2:{s:5:\"label\";s:15:\"Butcherman Caps\";s:5:\"value\";s:15:\"Butcherman+Caps\";}i:43;a:2:{s:5:\"label\";s:15:\"Cabin Condensed\";s:5:\"value\";s:15:\"Cabin+Condensed\";}i:44;a:2:{s:5:\"label\";s:12:\"Cabin Sketch\";s:5:\"value\";s:12:\"Cabin+Sketch\";}i:45;a:2:{s:5:\"label\";s:5:\"Cabin\";s:5:\"value\";s:5:\"Cabin\";}i:46;a:2:{s:5:\"label\";s:10:\"Cagliostro\";s:5:\"value\";s:10:\"Cagliostro\";}i:47;a:2:{s:5:\"label\";s:14:\"Calligraffitti\";s:5:\"value\";s:14:\"Calligraffitti\";}i:48;a:2:{s:5:\"label\";s:6:\"Candal\";s:5:\"value\";s:6:\"Candal\";}i:49;a:2:{s:5:\"label\";s:9:\"Cantarell\";s:5:\"value\";s:9:\"Cantarell\";}i:50;a:2:{s:5:\"label\";s:5:\"Cardo\";s:5:\"value\";s:5:\"Cardo\";}i:51;a:2:{s:5:\"label\";s:5:\"Carme\";s:5:\"value\";s:5:\"Carme\";}i:52;a:2:{s:5:\"label\";s:10:\"Carter One\";s:5:\"value\";s:10:\"Carter+One\";}i:53;a:2:{s:5:\"label\";s:6:\"Caudex\";s:5:\"value\";s:6:\"Caudex\";}i:54;a:2:{s:5:\"label\";s:18:\"Cedarville Cursive\";s:5:\"value\";s:18:\"Cedarville+Cursive\";}i:55;a:2:{s:5:\"label\";s:10:\"Changa One\";s:5:\"value\";s:10:\"Changa+One\";}i:56;a:2:{s:5:\"label\";s:17:\"Cherry Cream Soda\";s:5:\"value\";s:17:\"Cherry+Cream+Soda\";}i:57;a:2:{s:5:\"label\";s:5:\"Chewy\";s:5:\"value\";s:5:\"Chewy\";}i:58;a:2:{s:5:\"label\";s:6:\"Chicle\";s:5:\"value\";s:6:\"Chicle\";}i:59;a:2:{s:5:\"label\";s:5:\"Chivo\";s:5:\"value\";s:5:\"Chivo\";}i:60;a:2:{s:5:\"label\";s:12:\"Coda Caption\";s:5:\"value\";s:12:\"Coda+Caption\";}i:61;a:2:{s:5:\"label\";s:4:\"Coda\";s:5:\"value\";s:4:\"Coda\";}i:62;a:2:{s:5:\"label\";s:9:\"Comfortaa\";s:5:\"value\";s:9:\"Comfortaa\";}i:63;a:2:{s:5:\"label\";s:11:\"Coming Soon\";s:5:\"value\";s:11:\"Coming+Soon\";}i:64;a:2:{s:5:\"label\";s:12:\"Contrail One\";s:5:\"value\";s:12:\"Contrail+One\";}i:65;a:2:{s:5:\"label\";s:11:\"Convergence\";s:5:\"value\";s:11:\"Convergence\";}i:66;a:2:{s:5:\"label\";s:6:\"Cookie\";s:5:\"value\";s:6:\"Cookie\";}i:67;a:2:{s:5:\"label\";s:5:\"Copse\";s:5:\"value\";s:5:\"Copse\";}i:68;a:2:{s:5:\"label\";s:6:\"Corben\";s:5:\"value\";s:6:\"Corben\";}i:69;a:2:{s:5:\"label\";s:7:\"Cousine\";s:5:\"value\";s:7:\"Cousine\";}i:70;a:2:{s:5:\"label\";s:8:\"Coustard\";s:5:\"value\";s:8:\"Coustard\";}i:71;a:2:{s:5:\"label\";s:21:\"Covered By Your Grace\";s:5:\"value\";s:21:\"Covered+By+Your+Grace\";}i:72;a:2:{s:5:\"label\";s:12:\"Crafty Girls\";s:5:\"value\";s:12:\"Crafty+Girls\";}i:73;a:2:{s:5:\"label\";s:14:\"Creepster Caps\";s:5:\"value\";s:14:\"Creepster+Caps\";}i:74;a:2:{s:5:\"label\";s:12:\"Crimson Text\";s:5:\"value\";s:12:\"Crimson+Text\";}i:75;a:2:{s:5:\"label\";s:7:\"Crushed\";s:5:\"value\";s:7:\"Crushed\";}i:76;a:2:{s:5:\"label\";s:6:\"Cuprum\";s:5:\"value\";s:6:\"Cuprum\";}i:77;a:2:{s:5:\"label\";s:6:\"Damion\";s:5:\"value\";s:6:\"Damion\";}i:78;a:2:{s:5:\"label\";s:14:\"Dancing Script\";s:5:\"value\";s:14:\"Dancing+Script\";}i:79;a:2:{s:5:\"label\";s:20:\"Dawning of a New Day\";s:5:\"value\";s:20:\"Dawning+of+a+New+Day\";}i:80;a:2:{s:5:\"label\";s:8:\"Days One\";s:5:\"value\";s:8:\"Days+One\";}i:81;a:2:{s:5:\"label\";s:17:\"Delius Swash Caps\";s:5:\"value\";s:17:\"Delius+Swash+Caps\";}i:82;a:2:{s:5:\"label\";s:14:\"Delius Unicase\";s:5:\"value\";s:14:\"Delius+Unicase\";}i:83;a:2:{s:5:\"label\";s:6:\"Delius\";s:5:\"value\";s:6:\"Delius\";}i:84;a:2:{s:5:\"label\";s:10:\"Devonshire\";s:5:\"value\";s:10:\"Devonshire\";}i:85;a:2:{s:5:\"label\";s:13:\"Didact Gothic\";s:5:\"value\";s:13:\"Didact+Gothic\";}i:86;a:2:{s:5:\"label\";s:5:\"Dorsa\";s:5:\"value\";s:5:\"Dorsa\";}i:87;a:2:{s:5:\"label\";s:11:\"Dr Sugiyama\";s:5:\"value\";s:11:\"Dr+Sugiyama\";}i:88;a:2:{s:5:\"label\";s:15:\"Droid Sans Mono\";s:5:\"value\";s:15:\"Droid+Sans+Mono\";}i:89;a:2:{s:5:\"label\";s:10:\"Droid Sans\";s:5:\"value\";s:10:\"Droid+Sans\";}i:90;a:2:{s:5:\"label\";s:11:\"Droid Serif\";s:5:\"value\";s:11:\"Droid+Serif\";}i:91;a:2:{s:5:\"label\";s:11:\"EB Garamond\";s:5:\"value\";s:11:\"EB+Garamond\";}i:92;a:2:{s:5:\"label\";s:10:\"Eater Caps\";s:5:\"value\";s:10:\"Eater+Caps\";}i:93;a:2:{s:5:\"label\";s:13:\"Expletus Sans\";s:5:\"value\";s:13:\"Expletus+Sans\";}i:94;a:2:{s:5:\"label\";s:12:\"Fanwood Text\";s:5:\"value\";s:12:\"Fanwood+Text\";}i:95;a:2:{s:5:\"label\";s:8:\"Federant\";s:5:\"value\";s:8:\"Federant\";}i:96;a:2:{s:5:\"label\";s:6:\"Federo\";s:5:\"value\";s:6:\"Federo\";}i:97;a:2:{s:5:\"label\";s:9:\"Fjord One\";s:5:\"value\";s:9:\"Fjord+One\";}i:98;a:2:{s:5:\"label\";s:10:\"Fondamento\";s:5:\"value\";s:10:\"Fondamento\";}i:99;a:2:{s:5:\"label\";s:16:\"Fontdiner Swanky\";s:5:\"value\";s:16:\"Fontdiner+Swanky\";}i:100;a:2:{s:5:\"label\";s:5:\"Forum\";s:5:\"value\";s:5:\"Forum\";}i:101;a:2:{s:5:\"label\";s:12:\"Francois One\";s:5:\"value\";s:12:\"Francois+One\";}i:102;a:2:{s:5:\"label\";s:13:\"Gentium Basic\";s:5:\"value\";s:13:\"Gentium+Basic\";}i:103;a:2:{s:5:\"label\";s:18:\"Gentium Book Basic\";s:5:\"value\";s:18:\"Gentium+Book+Basic\";}i:104;a:2:{s:5:\"label\";s:3:\"Geo\";s:5:\"value\";s:3:\"Geo\";}i:105;a:2:{s:5:\"label\";s:12:\"Geostar Fill\";s:5:\"value\";s:12:\"Geostar+Fill\";}i:106;a:2:{s:5:\"label\";s:7:\"Geostar\";s:5:\"value\";s:7:\"Geostar\";}i:107;a:2:{s:5:\"label\";s:14:\"Give You Glory\";s:5:\"value\";s:14:\"Give+You+Glory\";}i:108;a:2:{s:5:\"label\";s:17:\"Gloria Hallelujah\";s:5:\"value\";s:17:\"Gloria+Hallelujah\";}i:109;a:2:{s:5:\"label\";s:10:\"Goblin One\";s:5:\"value\";s:10:\"Goblin+One\";}i:110;a:2:{s:5:\"label\";s:10:\"Gochi Hand\";s:5:\"value\";s:10:\"Gochi+Hand\";}i:111;a:2:{s:5:\"label\";s:21:\"Goudy Bookletter 1911\";s:5:\"value\";s:21:\"Goudy+Bookletter+1911\";}i:112;a:2:{s:5:\"label\";s:12:\"Gravitas One\";s:5:\"value\";s:12:\"Gravitas+One\";}i:113;a:2:{s:5:\"label\";s:6:\"Gruppo\";s:5:\"value\";s:6:\"Gruppo\";}i:114;a:2:{s:5:\"label\";s:15:\"Hammersmith One\";s:5:\"value\";s:15:\"Hammersmith+One\";}i:115;a:2:{s:5:\"label\";s:20:\"Herr Von Muellerhoff\";s:5:\"value\";s:20:\"Herr+Von+Muellerhoff\";}i:116;a:2:{s:5:\"label\";s:15:\"Holtwood One SC\";s:5:\"value\";s:15:\"Holtwood+One+SC\";}i:117;a:2:{s:5:\"label\";s:14:\"Homemade Apple\";s:5:\"value\";s:14:\"Homemade+Apple\";}i:118;a:2:{s:5:\"label\";s:18:\"IM Fell DW Pica SC\";s:5:\"value\";s:18:\"IM+Fell+DW+Pica+SC\";}i:119;a:2:{s:5:\"label\";s:15:\"IM Fell DW Pica\";s:5:\"value\";s:15:\"IM+Fell+DW+Pica\";}i:120;a:2:{s:5:\"label\";s:22:\"IM Fell Double Pica SC\";s:5:\"value\";s:22:\"IM+Fell+Double+Pica+SC\";}i:121;a:2:{s:5:\"label\";s:19:\"IM Fell Double Pica\";s:5:\"value\";s:19:\"IM+Fell+Double+Pica\";}i:122;a:2:{s:5:\"label\";s:18:\"IM Fell English SC\";s:5:\"value\";s:18:\"IM+Fell+English+SC\";}i:123;a:2:{s:5:\"label\";s:15:\"IM Fell English\";s:5:\"value\";s:15:\"IM+Fell+English\";}i:124;a:2:{s:5:\"label\";s:23:\"IM Fell French Canon SC\";s:5:\"value\";s:23:\"IM+Fell+French+Canon+SC\";}i:125;a:2:{s:5:\"label\";s:20:\"IM Fell French Canon\";s:5:\"value\";s:20:\"IM+Fell+French+Canon\";}i:126;a:2:{s:5:\"label\";s:23:\"IM Fell Great Primer SC\";s:5:\"value\";s:23:\"IM+Fell+Great+Primer+SC\";}i:127;a:2:{s:5:\"label\";s:20:\"IM Fell Great Primer\";s:5:\"value\";s:20:\"IM+Fell+Great+Primer\";}i:128;a:2:{s:5:\"label\";s:7:\"Iceland\";s:5:\"value\";s:7:\"Iceland\";}i:129;a:2:{s:5:\"label\";s:11:\"Inconsolata\";s:5:\"value\";s:11:\"Inconsolata\";}i:130;a:2:{s:5:\"label\";s:12:\"Indie Flower\";s:5:\"value\";s:12:\"Indie+Flower\";}i:131;a:2:{s:5:\"label\";s:12:\"Irish Grover\";s:5:\"value\";s:12:\"Irish+Grover\";}i:132;a:2:{s:5:\"label\";s:9:\"Istok Web\";s:5:\"value\";s:9:\"Istok+Web\";}i:133;a:2:{s:5:\"label\";s:10:\"Jockey One\";s:5:\"value\";s:10:\"Jockey+One\";}i:134;a:2:{s:5:\"label\";s:12:\"Josefin Sans\";s:5:\"value\";s:12:\"Josefin+Sans\";}i:135;a:2:{s:5:\"label\";s:12:\"Josefin Slab\";s:5:\"value\";s:12:\"Josefin+Slab\";}i:136;a:2:{s:5:\"label\";s:6:\"Judson\";s:5:\"value\";s:6:\"Judson\";}i:137;a:2:{s:5:\"label\";s:5:\"Julee\";s:5:\"value\";s:5:\"Julee\";}i:138;a:2:{s:5:\"label\";s:4:\"Jura\";s:5:\"value\";s:4:\"Jura\";}i:139;a:2:{s:5:\"label\";s:17:\"Just Another Hand\";s:5:\"value\";s:17:\"Just+Another+Hand\";}i:140;a:2:{s:5:\"label\";s:23:\"Just Me Again Down Here\";s:5:\"value\";s:23:\"Just+Me+Again+Down+Here\";}i:141;a:2:{s:5:\"label\";s:7:\"Kameron\";s:5:\"value\";s:7:\"Kameron\";}i:142;a:2:{s:5:\"label\";s:10:\"Kelly Slab\";s:5:\"value\";s:10:\"Kelly+Slab\";}i:143;a:2:{s:5:\"label\";s:5:\"Kenia\";s:5:\"value\";s:5:\"Kenia\";}i:144;a:2:{s:5:\"label\";s:7:\"Knewave\";s:5:\"value\";s:7:\"Knewave\";}i:145;a:2:{s:5:\"label\";s:6:\"Kranky\";s:5:\"value\";s:6:\"Kranky\";}i:146;a:2:{s:5:\"label\";s:5:\"Kreon\";s:5:\"value\";s:5:\"Kreon\";}i:147;a:2:{s:5:\"label\";s:6:\"Kristi\";s:5:\"value\";s:6:\"Kristi\";}i:148;a:2:{s:5:\"label\";s:15:\"La Belle Aurore\";s:5:\"value\";s:15:\"La+Belle+Aurore\";}i:149;a:2:{s:5:\"label\";s:8:\"Lancelot\";s:5:\"value\";s:8:\"Lancelot\";}i:150;a:2:{s:5:\"label\";s:4:\"Lato\";s:5:\"value\";s:4:\"Lato\";}i:151;a:2:{s:5:\"label\";s:13:\"League Script\";s:5:\"value\";s:13:\"League+Script\";}i:152;a:2:{s:5:\"label\";s:12:\"Leckerli One\";s:5:\"value\";s:12:\"Leckerli+One\";}i:153;a:2:{s:5:\"label\";s:6:\"Lekton\";s:5:\"value\";s:6:\"Lekton\";}i:154;a:2:{s:5:\"label\";s:5:\"Lemon\";s:5:\"value\";s:5:\"Lemon\";}i:155;a:2:{s:5:\"label\";s:9:\"Limelight\";s:5:\"value\";s:9:\"Limelight\";}i:156;a:2:{s:5:\"label\";s:11:\"Linden Hill\";s:5:\"value\";s:11:\"Linden+Hill\";}i:157;a:2:{s:5:\"label\";s:11:\"Lobster Two\";s:5:\"value\";s:11:\"Lobster+Two\";}i:158;a:2:{s:5:\"label\";s:7:\"Lobster\";s:5:\"value\";s:7:\"Lobster\";}i:159;a:2:{s:5:\"label\";s:4:\"Lora\";s:5:\"value\";s:4:\"Lora\";}i:160;a:2:{s:5:\"label\";s:21:\"Love Ya Like A Sister\";s:5:\"value\";s:21:\"Love+Ya+Like+A+Sister\";}i:161;a:2:{s:5:\"label\";s:17:\"Loved by the King\";s:5:\"value\";s:17:\"Loved+by+the+King\";}i:162;a:2:{s:5:\"label\";s:12:\"Luckiest Guy\";s:5:\"value\";s:12:\"Luckiest+Guy\";}i:163;a:2:{s:5:\"label\";s:13:\"Maiden Orange\";s:5:\"value\";s:13:\"Maiden+Orange\";}i:164;a:2:{s:5:\"label\";s:4:\"Mako\";s:5:\"value\";s:4:\"Mako\";}i:165;a:2:{s:5:\"label\";s:12:\"Marck Script\";s:5:\"value\";s:12:\"Marck+Script\";}i:166;a:2:{s:5:\"label\";s:6:\"Marvel\";s:5:\"value\";s:6:\"Marvel\";}i:167;a:2:{s:5:\"label\";s:7:\"Mate SC\";s:5:\"value\";s:7:\"Mate+SC\";}i:168;a:2:{s:5:\"label\";s:4:\"Mate\";s:5:\"value\";s:4:\"Mate\";}i:169;a:2:{s:5:\"label\";s:9:\"Maven Pro\";s:5:\"value\";s:9:\"Maven+Pro\";}i:170;a:2:{s:5:\"label\";s:6:\"Meddon\";s:5:\"value\";s:6:\"Meddon\";}i:171;a:2:{s:5:\"label\";s:13:\"MedievalSharp\";s:5:\"value\";s:13:\"MedievalSharp\";}i:172;a:2:{s:5:\"label\";s:6:\"Megrim\";s:5:\"value\";s:6:\"Megrim\";}i:173;a:2:{s:5:\"label\";s:12:\"Merienda One\";s:5:\"value\";s:12:\"Merienda+One\";}i:174;a:2:{s:5:\"label\";s:12:\"Merriweather\";s:5:\"value\";s:12:\"Merriweather\";}i:175;a:2:{s:5:\"label\";s:11:\"Metrophobic\";s:5:\"value\";s:11:\"Metrophobic\";}i:176;a:2:{s:5:\"label\";s:8:\"Michroma\";s:5:\"value\";s:8:\"Michroma\";}i:177;a:2:{s:5:\"label\";s:16:\"Miltonian Tattoo\";s:5:\"value\";s:16:\"Miltonian+Tattoo\";}i:178;a:2:{s:5:\"label\";s:9:\"Miltonian\";s:5:\"value\";s:9:\"Miltonian\";}i:179;a:2:{s:5:\"label\";s:14:\"Miss Fajardose\";s:5:\"value\";s:14:\"Miss+Fajardose\";}i:180;a:2:{s:5:\"label\";s:20:\"Miss Saint Delafield\";s:5:\"value\";s:20:\"Miss+Saint+Delafield\";}i:181;a:2:{s:5:\"label\";s:14:\"Modern Antiqua\";s:5:\"value\";s:14:\"Modern+Antiqua\";}i:182;a:2:{s:5:\"label\";s:7:\"Molengo\";s:5:\"value\";s:7:\"Molengo\";}i:183;a:2:{s:5:\"label\";s:8:\"Monofett\";s:5:\"value\";s:8:\"Monofett\";}i:184;a:2:{s:5:\"label\";s:7:\"Monoton\";s:5:\"value\";s:7:\"Monoton\";}i:185;a:2:{s:5:\"label\";s:20:\"Monsieur La Doulaise\";s:5:\"value\";s:20:\"Monsieur+La+Doulaise\";}i:186;a:2:{s:5:\"label\";s:6:\"Montez\";s:5:\"value\";s:6:\"Montez\";}i:187;a:2:{s:5:\"label\";s:22:\"Mountains of Christmas\";s:5:\"value\";s:22:\"Mountains+of+Christmas\";}i:188;a:2:{s:5:\"label\";s:10:\"Mr Bedford\";s:5:\"value\";s:10:\"Mr+Bedford\";}i:189;a:2:{s:5:\"label\";s:8:\"Mr Dafoe\";s:5:\"value\";s:8:\"Mr+Dafoe\";}i:190;a:2:{s:5:\"label\";s:14:\"Mr De Haviland\";s:5:\"value\";s:14:\"Mr+De+Haviland\";}i:191;a:2:{s:5:\"label\";s:13:\"Mrs Sheppards\";s:5:\"value\";s:13:\"Mrs+Sheppards\";}i:192;a:2:{s:5:\"label\";s:4:\"Muli\";s:5:\"value\";s:4:\"Muli\";}i:193;a:2:{s:5:\"label\";s:6:\"Neucha\";s:5:\"value\";s:6:\"Neucha\";}i:194;a:2:{s:5:\"label\";s:6:\"Neuton\";s:5:\"value\";s:6:\"Neuton\";}i:195;a:2:{s:5:\"label\";s:10:\"News Cycle\";s:5:\"value\";s:10:\"News+Cycle\";}i:196;a:2:{s:5:\"label\";s:7:\"Niconne\";s:5:\"value\";s:7:\"Niconne\";}i:197;a:2:{s:5:\"label\";s:9:\"Nixie One\";s:5:\"value\";s:9:\"Nixie+One\";}i:198;a:2:{s:5:\"label\";s:6:\"Nobile\";s:5:\"value\";s:6:\"Nobile\";}i:199;a:2:{s:5:\"label\";s:12:\"Nosifer Caps\";s:5:\"value\";s:12:\"Nosifer+Caps\";}i:200;a:2:{s:5:\"label\";s:20:\"Nothing You Could Do\";s:5:\"value\";s:20:\"Nothing+You+Could+Do\";}i:201;a:2:{s:5:\"label\";s:8:\"Nova Cut\";s:5:\"value\";s:8:\"Nova+Cut\";}i:202;a:2:{s:5:\"label\";s:9:\"Nova Flat\";s:5:\"value\";s:9:\"Nova+Flat\";}i:203;a:2:{s:5:\"label\";s:9:\"Nova Mono\";s:5:\"value\";s:9:\"Nova+Mono\";}i:204;a:2:{s:5:\"label\";s:9:\"Nova Oval\";s:5:\"value\";s:9:\"Nova+Oval\";}i:205;a:2:{s:5:\"label\";s:10:\"Nova Round\";s:5:\"value\";s:10:\"Nova+Round\";}i:206;a:2:{s:5:\"label\";s:11:\"Nova Script\";s:5:\"value\";s:11:\"Nova+Script\";}i:207;a:2:{s:5:\"label\";s:9:\"Nova Slim\";s:5:\"value\";s:9:\"Nova+Slim\";}i:208;a:2:{s:5:\"label\";s:11:\"Nova Square\";s:5:\"value\";s:11:\"Nova+Square\";}i:209;a:2:{s:5:\"label\";s:6:\"Numans\";s:5:\"value\";s:6:\"Numans\";}i:210;a:2:{s:5:\"label\";s:6:\"Nunito\";s:5:\"value\";s:6:\"Nunito\";}i:211;a:2:{s:5:\"label\";s:15:\"Old Standard TT\";s:5:\"value\";s:15:\"Old+Standard+TT\";}i:212;a:2:{s:5:\"label\";s:19:\"Open Sans Condensed\";s:5:\"value\";s:19:\"Open+Sans+Condensed\";}i:213;a:2:{s:5:\"label\";s:9:\"Open Sans\";s:5:\"value\";s:9:\"Open+Sans\";}i:214;a:2:{s:5:\"label\";s:8:\"Orbitron\";s:5:\"value\";s:8:\"Orbitron\";}i:215;a:2:{s:5:\"label\";s:6:\"Oswald\";s:5:\"value\";s:6:\"Oswald\";}i:216;a:2:{s:5:\"label\";s:16:\"Over the Rainbow\";s:5:\"value\";s:16:\"Over+the+Rainbow\";}i:217;a:2:{s:5:\"label\";s:3:\"Ovo\";s:5:\"value\";s:3:\"Ovo\";}i:218;a:2:{s:5:\"label\";s:15:\"PT Sans Caption\";s:5:\"value\";s:15:\"PT+Sans+Caption\";}i:219;a:2:{s:5:\"label\";s:14:\"PT Sans Narrow\";s:5:\"value\";s:14:\"PT+Sans+Narrow\";}i:220;a:2:{s:5:\"label\";s:7:\"PT Sans\";s:5:\"value\";s:7:\"PT+Sans\";}i:221;a:2:{s:5:\"label\";s:16:\"PT Serif Caption\";s:5:\"value\";s:16:\"PT+Serif+Caption\";}i:222;a:2:{s:5:\"label\";s:8:\"PT Serif\";s:5:\"value\";s:8:\"PT+Serif\";}i:223;a:2:{s:5:\"label\";s:8:\"Pacifico\";s:5:\"value\";s:8:\"Pacifico\";}i:224;a:2:{s:5:\"label\";s:11:\"Passero One\";s:5:\"value\";s:11:\"Passero+One\";}i:225;a:2:{s:5:\"label\";s:12:\"Patrick Hand\";s:5:\"value\";s:12:\"Patrick+Hand\";}i:226;a:2:{s:5:\"label\";s:11:\"Paytone One\";s:5:\"value\";s:11:\"Paytone+One\";}i:227;a:2:{s:5:\"label\";s:16:\"Permanent Marker\";s:5:\"value\";s:16:\"Permanent+Marker\";}i:228;a:2:{s:5:\"label\";s:7:\"Petrona\";s:5:\"value\";s:7:\"Petrona\";}i:229;a:2:{s:5:\"label\";s:11:\"Philosopher\";s:5:\"value\";s:11:\"Philosopher\";}i:230;a:2:{s:5:\"label\";s:6:\"Piedra\";s:5:\"value\";s:6:\"Piedra\";}i:231;a:2:{s:5:\"label\";s:13:\"Pinyon Script\";s:5:\"value\";s:13:\"Pinyon+Script\";}i:232;a:2:{s:5:\"label\";s:4:\"Play\";s:5:\"value\";s:4:\"Play\";}i:233;a:2:{s:5:\"label\";s:16:\"Playfair Display\";s:5:\"value\";s:16:\"Playfair+Display\";}i:234;a:2:{s:5:\"label\";s:7:\"Podkova\";s:5:\"value\";s:7:\"Podkova\";}i:235;a:2:{s:5:\"label\";s:10:\"Poller One\";s:5:\"value\";s:10:\"Poller+One\";}i:236;a:2:{s:5:\"label\";s:4:\"Poly\";s:5:\"value\";s:4:\"Poly\";}i:237;a:2:{s:5:\"label\";s:8:\"Pompiere\";s:5:\"value\";s:8:\"Pompiere\";}i:238;a:2:{s:5:\"label\";s:5:\"Prata\";s:5:\"value\";s:5:\"Prata\";}i:239;a:2:{s:5:\"label\";s:8:\"Prociono\";s:5:\"value\";s:8:\"Prociono\";}i:240;a:2:{s:5:\"label\";s:7:\"Puritan\";s:5:\"value\";s:7:\"Puritan\";}i:241;a:2:{s:5:\"label\";s:17:\"Quattrocento Sans\";s:5:\"value\";s:17:\"Quattrocento+Sans\";}i:242;a:2:{s:5:\"label\";s:12:\"Quattrocento\";s:5:\"value\";s:12:\"Quattrocento\";}i:243;a:2:{s:5:\"label\";s:9:\"Questrial\";s:5:\"value\";s:9:\"Questrial\";}i:244;a:2:{s:5:\"label\";s:9:\"Quicksand\";s:5:\"value\";s:9:\"Quicksand\";}i:245;a:2:{s:5:\"label\";s:6:\"Radley\";s:5:\"value\";s:6:\"Radley\";}i:246;a:2:{s:5:\"label\";s:7:\"Raleway\";s:5:\"value\";s:7:\"Raleway\";}i:247;a:2:{s:5:\"label\";s:12:\"Rammetto One\";s:5:\"value\";s:12:\"Rammetto+One\";}i:248;a:2:{s:5:\"label\";s:6:\"Rancho\";s:5:\"value\";s:6:\"Rancho\";}i:249;a:2:{s:5:\"label\";s:9:\"Rationale\";s:5:\"value\";s:9:\"Rationale\";}i:250;a:2:{s:5:\"label\";s:9:\"Redressed\";s:5:\"value\";s:9:\"Redressed\";}i:251;a:2:{s:5:\"label\";s:13:\"Reenie Beanie\";s:5:\"value\";s:13:\"Reenie+Beanie\";}i:252;a:2:{s:5:\"label\";s:13:\"Ribeye Marrow\";s:5:\"value\";s:13:\"Ribeye+Marrow\";}i:253;a:2:{s:5:\"label\";s:6:\"Ribeye\";s:5:\"value\";s:6:\"Ribeye\";}i:254;a:2:{s:5:\"label\";s:9:\"Righteous\";s:5:\"value\";s:9:\"Righteous\";}i:255;a:2:{s:5:\"label\";s:9:\"Rochester\";s:5:\"value\";s:9:\"Rochester\";}i:256;a:2:{s:5:\"label\";s:9:\"Rock Salt\";s:5:\"value\";s:9:\"Rock+Salt\";}i:257;a:2:{s:5:\"label\";s:7:\"Rokkitt\";s:5:\"value\";s:7:\"Rokkitt\";}i:258;a:2:{s:5:\"label\";s:7:\"Rosario\";s:5:\"value\";s:7:\"Rosario\";}i:259;a:2:{s:5:\"label\";s:14:\"Ruslan Display\";s:5:\"value\";s:14:\"Ruslan+Display\";}i:260;a:2:{s:5:\"label\";s:5:\"Salsa\";s:5:\"value\";s:5:\"Salsa\";}i:261;a:2:{s:5:\"label\";s:8:\"Sancreek\";s:5:\"value\";s:8:\"Sancreek\";}i:262;a:2:{s:5:\"label\";s:11:\"Sansita One\";s:5:\"value\";s:11:\"Sansita+One\";}i:263;a:2:{s:5:\"label\";s:7:\"Satisfy\";s:5:\"value\";s:7:\"Satisfy\";}i:264;a:2:{s:5:\"label\";s:10:\"Schoolbell\";s:5:\"value\";s:10:\"Schoolbell\";}i:265;a:2:{s:5:\"label\";s:18:\"Shadows Into Light\";s:5:\"value\";s:18:\"Shadows+Into+Light\";}i:266;a:2:{s:5:\"label\";s:6:\"Shanti\";s:5:\"value\";s:6:\"Shanti\";}i:267;a:2:{s:5:\"label\";s:11:\"Short Stack\";s:5:\"value\";s:11:\"Short+Stack\";}i:268;a:2:{s:5:\"label\";s:10:\"Sigmar One\";s:5:\"value\";s:10:\"Sigmar+One\";}i:269;a:2:{s:5:\"label\";s:16:\"Signika Negative\";s:5:\"value\";s:16:\"Signika+Negative\";}i:270;a:2:{s:5:\"label\";s:7:\"Signika\";s:5:\"value\";s:7:\"Signika\";}i:271;a:2:{s:5:\"label\";s:8:\"Six Caps\";s:5:\"value\";s:8:\"Six+Caps\";}i:272;a:2:{s:5:\"label\";s:7:\"Slackey\";s:5:\"value\";s:7:\"Slackey\";}i:273;a:2:{s:5:\"label\";s:6:\"Smokum\";s:5:\"value\";s:6:\"Smokum\";}i:274;a:2:{s:5:\"label\";s:6:\"Smythe\";s:5:\"value\";s:6:\"Smythe\";}i:275;a:2:{s:5:\"label\";s:7:\"Sniglet\";s:5:\"value\";s:7:\"Sniglet\";}i:276;a:2:{s:5:\"label\";s:7:\"Snippet\";s:5:\"value\";s:7:\"Snippet\";}i:277;a:2:{s:5:\"label\";s:16:\"Sorts Mill Goudy\";s:5:\"value\";s:16:\"Sorts+Mill+Goudy\";}i:278;a:2:{s:5:\"label\";s:13:\"Special Elite\";s:5:\"value\";s:13:\"Special+Elite\";}i:279;a:2:{s:5:\"label\";s:9:\"Spinnaker\";s:5:\"value\";s:9:\"Spinnaker\";}i:280;a:2:{s:5:\"label\";s:6:\"Spirax\";s:5:\"value\";s:6:\"Spirax\";}i:281;a:2:{s:5:\"label\";s:15:\"Stardos Stencil\";s:5:\"value\";s:15:\"Stardos+Stencil\";}i:282;a:2:{s:5:\"label\";s:19:\"Sue Ellen Francisco\";s:5:\"value\";s:19:\"Sue+Ellen+Francisco\";}i:283;a:2:{s:5:\"label\";s:9:\"Sunshiney\";s:5:\"value\";s:9:\"Sunshiney\";}i:284;a:2:{s:5:\"label\";s:16:\"Supermercado One\";s:5:\"value\";s:16:\"Supermercado+One\";}i:285;a:2:{s:5:\"label\";s:18:\"Swanky and Moo Moo\";s:5:\"value\";s:18:\"Swanky+and+Moo+Moo\";}i:286;a:2:{s:5:\"label\";s:9:\"Syncopate\";s:5:\"value\";s:9:\"Syncopate\";}i:287;a:2:{s:5:\"label\";s:9:\"Tangerine\";s:5:\"value\";s:9:\"Tangerine\";}i:288;a:2:{s:5:\"label\";s:10:\"Tenor Sans\";s:5:\"value\";s:10:\"Tenor+Sans\";}i:289;a:2:{s:5:\"label\";s:14:\"Terminal Dosis\";s:5:\"value\";s:14:\"Terminal+Dosis\";}i:290;a:2:{s:5:\"label\";s:18:\"The Girl Next Door\";s:5:\"value\";s:18:\"The+Girl+Next+Door\";}i:291;a:2:{s:5:\"label\";s:6:\"Tienne\";s:5:\"value\";s:6:\"Tienne\";}i:292;a:2:{s:5:\"label\";s:5:\"Tinos\";s:5:\"value\";s:5:\"Tinos\";}i:293;a:2:{s:5:\"label\";s:10:\"Tulpen One\";s:5:\"value\";s:10:\"Tulpen+One\";}i:294;a:2:{s:5:\"label\";s:16:\"Ubuntu Condensed\";s:5:\"value\";s:16:\"Ubuntu+Condensed\";}i:295;a:2:{s:5:\"label\";s:11:\"Ubuntu Mono\";s:5:\"value\";s:11:\"Ubuntu+Mono\";}i:296;a:2:{s:5:\"label\";s:6:\"Ubuntu\";s:5:\"value\";s:6:\"Ubuntu\";}i:297;a:2:{s:5:\"label\";s:5:\"Ultra\";s:5:\"value\";s:5:\"Ultra\";}i:298;a:2:{s:5:\"label\";s:14:\"UnifrakturCook\";s:5:\"value\";s:14:\"UnifrakturCook\";}i:299;a:2:{s:5:\"label\";s:18:\"UnifrakturMaguntia\";s:5:\"value\";s:18:\"UnifrakturMaguntia\";}i:300;a:2:{s:5:\"label\";s:7:\"Unkempt\";s:5:\"value\";s:7:\"Unkempt\";}i:301;a:2:{s:5:\"label\";s:6:\"Unlock\";s:5:\"value\";s:6:\"Unlock\";}i:302;a:2:{s:5:\"label\";s:4:\"Unna\";s:5:\"value\";s:4:\"Unna\";}i:303;a:2:{s:5:\"label\";s:5:\"VT323\";s:5:\"value\";s:5:\"VT323\";}i:304;a:2:{s:5:\"label\";s:12:\"Varela Round\";s:5:\"value\";s:12:\"Varela+Round\";}i:305;a:2:{s:5:\"label\";s:6:\"Varela\";s:5:\"value\";s:6:\"Varela\";}i:306;a:2:{s:5:\"label\";s:11:\"Vast Shadow\";s:5:\"value\";s:11:\"Vast+Shadow\";}i:307;a:2:{s:5:\"label\";s:5:\"Vibur\";s:5:\"value\";s:5:\"Vibur\";}i:308;a:2:{s:5:\"label\";s:8:\"Vidaloka\";s:5:\"value\";s:8:\"Vidaloka\";}i:309;a:2:{s:5:\"label\";s:7:\"Volkhov\";s:5:\"value\";s:7:\"Volkhov\";}i:310;a:2:{s:5:\"label\";s:8:\"Vollkorn\";s:5:\"value\";s:8:\"Vollkorn\";}i:311;a:2:{s:5:\"label\";s:8:\"Voltaire\";s:5:\"value\";s:8:\"Voltaire\";}i:312;a:2:{s:5:\"label\";s:23:\"Waiting for the Sunrise\";s:5:\"value\";s:23:\"Waiting+for+the+Sunrise\";}i:313;a:2:{s:5:\"label\";s:8:\"Wallpoet\";s:5:\"value\";s:8:\"Wallpoet\";}i:314;a:2:{s:5:\"label\";s:15:\"Walter Turncoat\";s:5:\"value\";s:15:\"Walter+Turncoat\";}i:315;a:2:{s:5:\"label\";s:8:\"Wire One\";s:5:\"value\";s:8:\"Wire+One\";}i:316;a:2:{s:5:\"label\";s:17:\"Yanone Kaffeesatz\";s:5:\"value\";s:17:\"Yanone+Kaffeesatz\";}i:317;a:2:{s:5:\"label\";s:10:\"Yellowtail\";s:5:\"value\";s:10:\"Yellowtail\";}i:318;a:2:{s:5:\"label\";s:10:\"Yeseva One\";s:5:\"value\";s:10:\"Yeseva+One\";}i:319;a:2:{s:5:\"label\";s:6:\"Zeyada\";s:5:\"value\";s:6:\"Zeyada\";}}}i:41;a:10:{s:5:\"label\";s:14:\"Body font size\";s:2:\"id\";s:12:\"pp_body_size\";s:4:\"type\";s:11:\"measurement\";s:4:\"desc\";s:23:\"Set font-size for texts\";s:3:\"std\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:4:\"typo\";}i:42;a:11:{s:5:\"label\";s:13:\"Headings font\";s:2:\"id\";s:9:\"pp_h_font\";s:4:\"desc\";s:30:\"Choose font for headers h1-h6.\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:6:\"select\";s:7:\"section\";s:4:\"typo\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"choices\";a:320:{i:0;a:2:{s:5:\"label\";s:4:\"Abel\";s:5:\"value\";s:4:\"Abel\";}i:1;a:2:{s:5:\"label\";s:13:\"Abril Fatface\";s:5:\"value\";s:13:\"Abril+Fatface\";}i:2;a:2:{s:5:\"label\";s:8:\"Aclonica\";s:5:\"value\";s:8:\"Aclonica\";}i:3;a:2:{s:5:\"label\";s:5:\"Actor\";s:5:\"value\";s:5:\"Actor\";}i:4;a:2:{s:5:\"label\";s:7:\"Adamina\";s:5:\"value\";s:7:\"Adamina\";}i:5;a:2:{s:5:\"label\";s:15:\"Aguafina Script\";s:5:\"value\";s:15:\"Aguafina+Script\";}i:6;a:2:{s:5:\"label\";s:6:\"Aladin\";s:5:\"value\";s:6:\"Aladin\";}i:7;a:2:{s:5:\"label\";s:7:\"Aldrich\";s:5:\"value\";s:7:\"Aldrich\";}i:8;a:2:{s:5:\"label\";s:5:\"Alice\";s:5:\"value\";s:5:\"Alice\";}i:9;a:2:{s:5:\"label\";s:13:\"Alike Angular\";s:5:\"value\";s:13:\"Alike+Angular\";}i:10;a:2:{s:5:\"label\";s:5:\"Alike\";s:5:\"value\";s:5:\"Alike\";}i:11;a:2:{s:5:\"label\";s:5:\"Allan\";s:5:\"value\";s:5:\"Allan\";}i:12;a:2:{s:5:\"label\";s:15:\"Allerta Stencil\";s:5:\"value\";s:15:\"Allerta+Stencil\";}i:13;a:2:{s:5:\"label\";s:7:\"Allerta\";s:5:\"value\";s:7:\"Allerta\";}i:14;a:2:{s:5:\"label\";s:8:\"Amaranth\";s:5:\"value\";s:8:\"Amaranth\";}i:15;a:2:{s:5:\"label\";s:9:\"Amatic SC\";s:5:\"value\";s:9:\"Amatic+SC\";}i:16;a:2:{s:5:\"label\";s:6:\"Andada\";s:5:\"value\";s:6:\"Andada\";}i:17;a:2:{s:5:\"label\";s:6:\"Andika\";s:5:\"value\";s:6:\"Andika\";}i:18;a:2:{s:5:\"label\";s:24:\"Annie Use Your Telescope\";s:5:\"value\";s:24:\"Annie+Use+Your+Telescope\";}i:19;a:2:{s:5:\"label\";s:13:\"Anonymous Pro\";s:5:\"value\";s:13:\"Anonymous+Pro\";}i:20;a:2:{s:5:\"label\";s:5:\"Antic\";s:5:\"value\";s:5:\"Antic\";}i:21;a:2:{s:5:\"label\";s:5:\"Anton\";s:5:\"value\";s:5:\"Anton\";}i:22;a:2:{s:5:\"label\";s:6:\"Arapey\";s:5:\"value\";s:6:\"Arapey\";}i:23;a:2:{s:5:\"label\";s:19:\"Architects Daughter\";s:5:\"value\";s:19:\"Architects+Daughter\";}i:24;a:2:{s:5:\"label\";s:5:\"Arimo\";s:5:\"value\";s:5:\"Arimo\";}i:25;a:2:{s:5:\"label\";s:8:\"Artifika\";s:5:\"value\";s:8:\"Artifika\";}i:26;a:2:{s:5:\"label\";s:4:\"Arvo\";s:5:\"value\";s:4:\"Arvo\";}i:27;a:2:{s:5:\"label\";s:5:\"Asset\";s:5:\"value\";s:5:\"Asset\";}i:28;a:2:{s:5:\"label\";s:7:\"Astloch\";s:5:\"value\";s:7:\"Astloch\";}i:29;a:2:{s:5:\"label\";s:10:\"Atomic Age\";s:5:\"value\";s:10:\"Atomic+Age\";}i:30;a:2:{s:5:\"label\";s:6:\"Aubrey\";s:5:\"value\";s:6:\"Aubrey\";}i:31;a:2:{s:5:\"label\";s:7:\"Bangers\";s:5:\"value\";s:7:\"Bangers\";}i:32;a:2:{s:5:\"label\";s:7:\"Bentham\";s:5:\"value\";s:7:\"Bentham\";}i:33;a:2:{s:5:\"label\";s:5:\"Bevan\";s:5:\"value\";s:5:\"Bevan\";}i:34;a:2:{s:5:\"label\";s:11:\"Bigshot One\";s:5:\"value\";s:11:\"Bigshot+One\";}i:35;a:2:{s:5:\"label\";s:6:\"Bitter\";s:5:\"value\";s:6:\"Bitter\";}i:36;a:2:{s:5:\"label\";s:13:\"Black Ops One\";s:5:\"value\";s:13:\"Black+Ops+One\";}i:37;a:2:{s:5:\"label\";s:13:\"Bowlby One SC\";s:5:\"value\";s:13:\"Bowlby+One+SC\";}i:38;a:2:{s:5:\"label\";s:10:\"Bowlby One\";s:5:\"value\";s:10:\"Bowlby+One\";}i:39;a:2:{s:5:\"label\";s:7:\"Brawler\";s:5:\"value\";s:7:\"Brawler\";}i:40;a:2:{s:5:\"label\";s:14:\"Bubblegum Sans\";s:5:\"value\";s:14:\"Bubblegum+Sans\";}i:41;a:2:{s:5:\"label\";s:4:\"Buda\";s:5:\"value\";s:4:\"Buda\";}i:42;a:2:{s:5:\"label\";s:15:\"Butcherman Caps\";s:5:\"value\";s:15:\"Butcherman+Caps\";}i:43;a:2:{s:5:\"label\";s:15:\"Cabin Condensed\";s:5:\"value\";s:15:\"Cabin+Condensed\";}i:44;a:2:{s:5:\"label\";s:12:\"Cabin Sketch\";s:5:\"value\";s:12:\"Cabin+Sketch\";}i:45;a:2:{s:5:\"label\";s:5:\"Cabin\";s:5:\"value\";s:5:\"Cabin\";}i:46;a:2:{s:5:\"label\";s:10:\"Cagliostro\";s:5:\"value\";s:10:\"Cagliostro\";}i:47;a:2:{s:5:\"label\";s:14:\"Calligraffitti\";s:5:\"value\";s:14:\"Calligraffitti\";}i:48;a:2:{s:5:\"label\";s:6:\"Candal\";s:5:\"value\";s:6:\"Candal\";}i:49;a:2:{s:5:\"label\";s:9:\"Cantarell\";s:5:\"value\";s:9:\"Cantarell\";}i:50;a:2:{s:5:\"label\";s:5:\"Cardo\";s:5:\"value\";s:5:\"Cardo\";}i:51;a:2:{s:5:\"label\";s:5:\"Carme\";s:5:\"value\";s:5:\"Carme\";}i:52;a:2:{s:5:\"label\";s:10:\"Carter One\";s:5:\"value\";s:10:\"Carter+One\";}i:53;a:2:{s:5:\"label\";s:6:\"Caudex\";s:5:\"value\";s:6:\"Caudex\";}i:54;a:2:{s:5:\"label\";s:18:\"Cedarville Cursive\";s:5:\"value\";s:18:\"Cedarville+Cursive\";}i:55;a:2:{s:5:\"label\";s:10:\"Changa One\";s:5:\"value\";s:10:\"Changa+One\";}i:56;a:2:{s:5:\"label\";s:17:\"Cherry Cream Soda\";s:5:\"value\";s:17:\"Cherry+Cream+Soda\";}i:57;a:2:{s:5:\"label\";s:5:\"Chewy\";s:5:\"value\";s:5:\"Chewy\";}i:58;a:2:{s:5:\"label\";s:6:\"Chicle\";s:5:\"value\";s:6:\"Chicle\";}i:59;a:2:{s:5:\"label\";s:5:\"Chivo\";s:5:\"value\";s:5:\"Chivo\";}i:60;a:2:{s:5:\"label\";s:12:\"Coda Caption\";s:5:\"value\";s:12:\"Coda+Caption\";}i:61;a:2:{s:5:\"label\";s:4:\"Coda\";s:5:\"value\";s:4:\"Coda\";}i:62;a:2:{s:5:\"label\";s:9:\"Comfortaa\";s:5:\"value\";s:9:\"Comfortaa\";}i:63;a:2:{s:5:\"label\";s:11:\"Coming Soon\";s:5:\"value\";s:11:\"Coming+Soon\";}i:64;a:2:{s:5:\"label\";s:12:\"Contrail One\";s:5:\"value\";s:12:\"Contrail+One\";}i:65;a:2:{s:5:\"label\";s:11:\"Convergence\";s:5:\"value\";s:11:\"Convergence\";}i:66;a:2:{s:5:\"label\";s:6:\"Cookie\";s:5:\"value\";s:6:\"Cookie\";}i:67;a:2:{s:5:\"label\";s:5:\"Copse\";s:5:\"value\";s:5:\"Copse\";}i:68;a:2:{s:5:\"label\";s:6:\"Corben\";s:5:\"value\";s:6:\"Corben\";}i:69;a:2:{s:5:\"label\";s:7:\"Cousine\";s:5:\"value\";s:7:\"Cousine\";}i:70;a:2:{s:5:\"label\";s:8:\"Coustard\";s:5:\"value\";s:8:\"Coustard\";}i:71;a:2:{s:5:\"label\";s:21:\"Covered By Your Grace\";s:5:\"value\";s:21:\"Covered+By+Your+Grace\";}i:72;a:2:{s:5:\"label\";s:12:\"Crafty Girls\";s:5:\"value\";s:12:\"Crafty+Girls\";}i:73;a:2:{s:5:\"label\";s:14:\"Creepster Caps\";s:5:\"value\";s:14:\"Creepster+Caps\";}i:74;a:2:{s:5:\"label\";s:12:\"Crimson Text\";s:5:\"value\";s:12:\"Crimson+Text\";}i:75;a:2:{s:5:\"label\";s:7:\"Crushed\";s:5:\"value\";s:7:\"Crushed\";}i:76;a:2:{s:5:\"label\";s:6:\"Cuprum\";s:5:\"value\";s:6:\"Cuprum\";}i:77;a:2:{s:5:\"label\";s:6:\"Damion\";s:5:\"value\";s:6:\"Damion\";}i:78;a:2:{s:5:\"label\";s:14:\"Dancing Script\";s:5:\"value\";s:14:\"Dancing+Script\";}i:79;a:2:{s:5:\"label\";s:20:\"Dawning of a New Day\";s:5:\"value\";s:20:\"Dawning+of+a+New+Day\";}i:80;a:2:{s:5:\"label\";s:8:\"Days One\";s:5:\"value\";s:8:\"Days+One\";}i:81;a:2:{s:5:\"label\";s:17:\"Delius Swash Caps\";s:5:\"value\";s:17:\"Delius+Swash+Caps\";}i:82;a:2:{s:5:\"label\";s:14:\"Delius Unicase\";s:5:\"value\";s:14:\"Delius+Unicase\";}i:83;a:2:{s:5:\"label\";s:6:\"Delius\";s:5:\"value\";s:6:\"Delius\";}i:84;a:2:{s:5:\"label\";s:10:\"Devonshire\";s:5:\"value\";s:10:\"Devonshire\";}i:85;a:2:{s:5:\"label\";s:13:\"Didact Gothic\";s:5:\"value\";s:13:\"Didact+Gothic\";}i:86;a:2:{s:5:\"label\";s:5:\"Dorsa\";s:5:\"value\";s:5:\"Dorsa\";}i:87;a:2:{s:5:\"label\";s:11:\"Dr Sugiyama\";s:5:\"value\";s:11:\"Dr+Sugiyama\";}i:88;a:2:{s:5:\"label\";s:15:\"Droid Sans Mono\";s:5:\"value\";s:15:\"Droid+Sans+Mono\";}i:89;a:2:{s:5:\"label\";s:10:\"Droid Sans\";s:5:\"value\";s:10:\"Droid+Sans\";}i:90;a:2:{s:5:\"label\";s:11:\"Droid Serif\";s:5:\"value\";s:11:\"Droid+Serif\";}i:91;a:2:{s:5:\"label\";s:11:\"EB Garamond\";s:5:\"value\";s:11:\"EB+Garamond\";}i:92;a:2:{s:5:\"label\";s:10:\"Eater Caps\";s:5:\"value\";s:10:\"Eater+Caps\";}i:93;a:2:{s:5:\"label\";s:13:\"Expletus Sans\";s:5:\"value\";s:13:\"Expletus+Sans\";}i:94;a:2:{s:5:\"label\";s:12:\"Fanwood Text\";s:5:\"value\";s:12:\"Fanwood+Text\";}i:95;a:2:{s:5:\"label\";s:8:\"Federant\";s:5:\"value\";s:8:\"Federant\";}i:96;a:2:{s:5:\"label\";s:6:\"Federo\";s:5:\"value\";s:6:\"Federo\";}i:97;a:2:{s:5:\"label\";s:9:\"Fjord One\";s:5:\"value\";s:9:\"Fjord+One\";}i:98;a:2:{s:5:\"label\";s:10:\"Fondamento\";s:5:\"value\";s:10:\"Fondamento\";}i:99;a:2:{s:5:\"label\";s:16:\"Fontdiner Swanky\";s:5:\"value\";s:16:\"Fontdiner+Swanky\";}i:100;a:2:{s:5:\"label\";s:5:\"Forum\";s:5:\"value\";s:5:\"Forum\";}i:101;a:2:{s:5:\"label\";s:12:\"Francois One\";s:5:\"value\";s:12:\"Francois+One\";}i:102;a:2:{s:5:\"label\";s:13:\"Gentium Basic\";s:5:\"value\";s:13:\"Gentium+Basic\";}i:103;a:2:{s:5:\"label\";s:18:\"Gentium Book Basic\";s:5:\"value\";s:18:\"Gentium+Book+Basic\";}i:104;a:2:{s:5:\"label\";s:3:\"Geo\";s:5:\"value\";s:3:\"Geo\";}i:105;a:2:{s:5:\"label\";s:12:\"Geostar Fill\";s:5:\"value\";s:12:\"Geostar+Fill\";}i:106;a:2:{s:5:\"label\";s:7:\"Geostar\";s:5:\"value\";s:7:\"Geostar\";}i:107;a:2:{s:5:\"label\";s:14:\"Give You Glory\";s:5:\"value\";s:14:\"Give+You+Glory\";}i:108;a:2:{s:5:\"label\";s:17:\"Gloria Hallelujah\";s:5:\"value\";s:17:\"Gloria+Hallelujah\";}i:109;a:2:{s:5:\"label\";s:10:\"Goblin One\";s:5:\"value\";s:10:\"Goblin+One\";}i:110;a:2:{s:5:\"label\";s:10:\"Gochi Hand\";s:5:\"value\";s:10:\"Gochi+Hand\";}i:111;a:2:{s:5:\"label\";s:21:\"Goudy Bookletter 1911\";s:5:\"value\";s:21:\"Goudy+Bookletter+1911\";}i:112;a:2:{s:5:\"label\";s:12:\"Gravitas One\";s:5:\"value\";s:12:\"Gravitas+One\";}i:113;a:2:{s:5:\"label\";s:6:\"Gruppo\";s:5:\"value\";s:6:\"Gruppo\";}i:114;a:2:{s:5:\"label\";s:15:\"Hammersmith One\";s:5:\"value\";s:15:\"Hammersmith+One\";}i:115;a:2:{s:5:\"label\";s:20:\"Herr Von Muellerhoff\";s:5:\"value\";s:20:\"Herr+Von+Muellerhoff\";}i:116;a:2:{s:5:\"label\";s:15:\"Holtwood One SC\";s:5:\"value\";s:15:\"Holtwood+One+SC\";}i:117;a:2:{s:5:\"label\";s:14:\"Homemade Apple\";s:5:\"value\";s:14:\"Homemade+Apple\";}i:118;a:2:{s:5:\"label\";s:18:\"IM Fell DW Pica SC\";s:5:\"value\";s:18:\"IM+Fell+DW+Pica+SC\";}i:119;a:2:{s:5:\"label\";s:15:\"IM Fell DW Pica\";s:5:\"value\";s:15:\"IM+Fell+DW+Pica\";}i:120;a:2:{s:5:\"label\";s:22:\"IM Fell Double Pica SC\";s:5:\"value\";s:22:\"IM+Fell+Double+Pica+SC\";}i:121;a:2:{s:5:\"label\";s:19:\"IM Fell Double Pica\";s:5:\"value\";s:19:\"IM+Fell+Double+Pica\";}i:122;a:2:{s:5:\"label\";s:18:\"IM Fell English SC\";s:5:\"value\";s:18:\"IM+Fell+English+SC\";}i:123;a:2:{s:5:\"label\";s:15:\"IM Fell English\";s:5:\"value\";s:15:\"IM+Fell+English\";}i:124;a:2:{s:5:\"label\";s:23:\"IM Fell French Canon SC\";s:5:\"value\";s:23:\"IM+Fell+French+Canon+SC\";}i:125;a:2:{s:5:\"label\";s:20:\"IM Fell French Canon\";s:5:\"value\";s:20:\"IM+Fell+French+Canon\";}i:126;a:2:{s:5:\"label\";s:23:\"IM Fell Great Primer SC\";s:5:\"value\";s:23:\"IM+Fell+Great+Primer+SC\";}i:127;a:2:{s:5:\"label\";s:20:\"IM Fell Great Primer\";s:5:\"value\";s:20:\"IM+Fell+Great+Primer\";}i:128;a:2:{s:5:\"label\";s:7:\"Iceland\";s:5:\"value\";s:7:\"Iceland\";}i:129;a:2:{s:5:\"label\";s:11:\"Inconsolata\";s:5:\"value\";s:11:\"Inconsolata\";}i:130;a:2:{s:5:\"label\";s:12:\"Indie Flower\";s:5:\"value\";s:12:\"Indie+Flower\";}i:131;a:2:{s:5:\"label\";s:12:\"Irish Grover\";s:5:\"value\";s:12:\"Irish+Grover\";}i:132;a:2:{s:5:\"label\";s:9:\"Istok Web\";s:5:\"value\";s:9:\"Istok+Web\";}i:133;a:2:{s:5:\"label\";s:10:\"Jockey One\";s:5:\"value\";s:10:\"Jockey+One\";}i:134;a:2:{s:5:\"label\";s:12:\"Josefin Sans\";s:5:\"value\";s:12:\"Josefin+Sans\";}i:135;a:2:{s:5:\"label\";s:12:\"Josefin Slab\";s:5:\"value\";s:12:\"Josefin+Slab\";}i:136;a:2:{s:5:\"label\";s:6:\"Judson\";s:5:\"value\";s:6:\"Judson\";}i:137;a:2:{s:5:\"label\";s:5:\"Julee\";s:5:\"value\";s:5:\"Julee\";}i:138;a:2:{s:5:\"label\";s:4:\"Jura\";s:5:\"value\";s:4:\"Jura\";}i:139;a:2:{s:5:\"label\";s:17:\"Just Another Hand\";s:5:\"value\";s:17:\"Just+Another+Hand\";}i:140;a:2:{s:5:\"label\";s:23:\"Just Me Again Down Here\";s:5:\"value\";s:23:\"Just+Me+Again+Down+Here\";}i:141;a:2:{s:5:\"label\";s:7:\"Kameron\";s:5:\"value\";s:7:\"Kameron\";}i:142;a:2:{s:5:\"label\";s:10:\"Kelly Slab\";s:5:\"value\";s:10:\"Kelly+Slab\";}i:143;a:2:{s:5:\"label\";s:5:\"Kenia\";s:5:\"value\";s:5:\"Kenia\";}i:144;a:2:{s:5:\"label\";s:7:\"Knewave\";s:5:\"value\";s:7:\"Knewave\";}i:145;a:2:{s:5:\"label\";s:6:\"Kranky\";s:5:\"value\";s:6:\"Kranky\";}i:146;a:2:{s:5:\"label\";s:5:\"Kreon\";s:5:\"value\";s:5:\"Kreon\";}i:147;a:2:{s:5:\"label\";s:6:\"Kristi\";s:5:\"value\";s:6:\"Kristi\";}i:148;a:2:{s:5:\"label\";s:15:\"La Belle Aurore\";s:5:\"value\";s:15:\"La+Belle+Aurore\";}i:149;a:2:{s:5:\"label\";s:8:\"Lancelot\";s:5:\"value\";s:8:\"Lancelot\";}i:150;a:2:{s:5:\"label\";s:4:\"Lato\";s:5:\"value\";s:4:\"Lato\";}i:151;a:2:{s:5:\"label\";s:13:\"League Script\";s:5:\"value\";s:13:\"League+Script\";}i:152;a:2:{s:5:\"label\";s:12:\"Leckerli One\";s:5:\"value\";s:12:\"Leckerli+One\";}i:153;a:2:{s:5:\"label\";s:6:\"Lekton\";s:5:\"value\";s:6:\"Lekton\";}i:154;a:2:{s:5:\"label\";s:5:\"Lemon\";s:5:\"value\";s:5:\"Lemon\";}i:155;a:2:{s:5:\"label\";s:9:\"Limelight\";s:5:\"value\";s:9:\"Limelight\";}i:156;a:2:{s:5:\"label\";s:11:\"Linden Hill\";s:5:\"value\";s:11:\"Linden+Hill\";}i:157;a:2:{s:5:\"label\";s:11:\"Lobster Two\";s:5:\"value\";s:11:\"Lobster+Two\";}i:158;a:2:{s:5:\"label\";s:7:\"Lobster\";s:5:\"value\";s:7:\"Lobster\";}i:159;a:2:{s:5:\"label\";s:4:\"Lora\";s:5:\"value\";s:4:\"Lora\";}i:160;a:2:{s:5:\"label\";s:21:\"Love Ya Like A Sister\";s:5:\"value\";s:21:\"Love+Ya+Like+A+Sister\";}i:161;a:2:{s:5:\"label\";s:17:\"Loved by the King\";s:5:\"value\";s:17:\"Loved+by+the+King\";}i:162;a:2:{s:5:\"label\";s:12:\"Luckiest Guy\";s:5:\"value\";s:12:\"Luckiest+Guy\";}i:163;a:2:{s:5:\"label\";s:13:\"Maiden Orange\";s:5:\"value\";s:13:\"Maiden+Orange\";}i:164;a:2:{s:5:\"label\";s:4:\"Mako\";s:5:\"value\";s:4:\"Mako\";}i:165;a:2:{s:5:\"label\";s:12:\"Marck Script\";s:5:\"value\";s:12:\"Marck+Script\";}i:166;a:2:{s:5:\"label\";s:6:\"Marvel\";s:5:\"value\";s:6:\"Marvel\";}i:167;a:2:{s:5:\"label\";s:7:\"Mate SC\";s:5:\"value\";s:7:\"Mate+SC\";}i:168;a:2:{s:5:\"label\";s:4:\"Mate\";s:5:\"value\";s:4:\"Mate\";}i:169;a:2:{s:5:\"label\";s:9:\"Maven Pro\";s:5:\"value\";s:9:\"Maven+Pro\";}i:170;a:2:{s:5:\"label\";s:6:\"Meddon\";s:5:\"value\";s:6:\"Meddon\";}i:171;a:2:{s:5:\"label\";s:13:\"MedievalSharp\";s:5:\"value\";s:13:\"MedievalSharp\";}i:172;a:2:{s:5:\"label\";s:6:\"Megrim\";s:5:\"value\";s:6:\"Megrim\";}i:173;a:2:{s:5:\"label\";s:12:\"Merienda One\";s:5:\"value\";s:12:\"Merienda+One\";}i:174;a:2:{s:5:\"label\";s:12:\"Merriweather\";s:5:\"value\";s:12:\"Merriweather\";}i:175;a:2:{s:5:\"label\";s:11:\"Metrophobic\";s:5:\"value\";s:11:\"Metrophobic\";}i:176;a:2:{s:5:\"label\";s:8:\"Michroma\";s:5:\"value\";s:8:\"Michroma\";}i:177;a:2:{s:5:\"label\";s:16:\"Miltonian Tattoo\";s:5:\"value\";s:16:\"Miltonian+Tattoo\";}i:178;a:2:{s:5:\"label\";s:9:\"Miltonian\";s:5:\"value\";s:9:\"Miltonian\";}i:179;a:2:{s:5:\"label\";s:14:\"Miss Fajardose\";s:5:\"value\";s:14:\"Miss+Fajardose\";}i:180;a:2:{s:5:\"label\";s:20:\"Miss Saint Delafield\";s:5:\"value\";s:20:\"Miss+Saint+Delafield\";}i:181;a:2:{s:5:\"label\";s:14:\"Modern Antiqua\";s:5:\"value\";s:14:\"Modern+Antiqua\";}i:182;a:2:{s:5:\"label\";s:7:\"Molengo\";s:5:\"value\";s:7:\"Molengo\";}i:183;a:2:{s:5:\"label\";s:8:\"Monofett\";s:5:\"value\";s:8:\"Monofett\";}i:184;a:2:{s:5:\"label\";s:7:\"Monoton\";s:5:\"value\";s:7:\"Monoton\";}i:185;a:2:{s:5:\"label\";s:20:\"Monsieur La Doulaise\";s:5:\"value\";s:20:\"Monsieur+La+Doulaise\";}i:186;a:2:{s:5:\"label\";s:6:\"Montez\";s:5:\"value\";s:6:\"Montez\";}i:187;a:2:{s:5:\"label\";s:22:\"Mountains of Christmas\";s:5:\"value\";s:22:\"Mountains+of+Christmas\";}i:188;a:2:{s:5:\"label\";s:10:\"Mr Bedford\";s:5:\"value\";s:10:\"Mr+Bedford\";}i:189;a:2:{s:5:\"label\";s:8:\"Mr Dafoe\";s:5:\"value\";s:8:\"Mr+Dafoe\";}i:190;a:2:{s:5:\"label\";s:14:\"Mr De Haviland\";s:5:\"value\";s:14:\"Mr+De+Haviland\";}i:191;a:2:{s:5:\"label\";s:13:\"Mrs Sheppards\";s:5:\"value\";s:13:\"Mrs+Sheppards\";}i:192;a:2:{s:5:\"label\";s:4:\"Muli\";s:5:\"value\";s:4:\"Muli\";}i:193;a:2:{s:5:\"label\";s:6:\"Neucha\";s:5:\"value\";s:6:\"Neucha\";}i:194;a:2:{s:5:\"label\";s:6:\"Neuton\";s:5:\"value\";s:6:\"Neuton\";}i:195;a:2:{s:5:\"label\";s:10:\"News Cycle\";s:5:\"value\";s:10:\"News+Cycle\";}i:196;a:2:{s:5:\"label\";s:7:\"Niconne\";s:5:\"value\";s:7:\"Niconne\";}i:197;a:2:{s:5:\"label\";s:9:\"Nixie One\";s:5:\"value\";s:9:\"Nixie+One\";}i:198;a:2:{s:5:\"label\";s:6:\"Nobile\";s:5:\"value\";s:6:\"Nobile\";}i:199;a:2:{s:5:\"label\";s:12:\"Nosifer Caps\";s:5:\"value\";s:12:\"Nosifer+Caps\";}i:200;a:2:{s:5:\"label\";s:20:\"Nothing You Could Do\";s:5:\"value\";s:20:\"Nothing+You+Could+Do\";}i:201;a:2:{s:5:\"label\";s:8:\"Nova Cut\";s:5:\"value\";s:8:\"Nova+Cut\";}i:202;a:2:{s:5:\"label\";s:9:\"Nova Flat\";s:5:\"value\";s:9:\"Nova+Flat\";}i:203;a:2:{s:5:\"label\";s:9:\"Nova Mono\";s:5:\"value\";s:9:\"Nova+Mono\";}i:204;a:2:{s:5:\"label\";s:9:\"Nova Oval\";s:5:\"value\";s:9:\"Nova+Oval\";}i:205;a:2:{s:5:\"label\";s:10:\"Nova Round\";s:5:\"value\";s:10:\"Nova+Round\";}i:206;a:2:{s:5:\"label\";s:11:\"Nova Script\";s:5:\"value\";s:11:\"Nova+Script\";}i:207;a:2:{s:5:\"label\";s:9:\"Nova Slim\";s:5:\"value\";s:9:\"Nova+Slim\";}i:208;a:2:{s:5:\"label\";s:11:\"Nova Square\";s:5:\"value\";s:11:\"Nova+Square\";}i:209;a:2:{s:5:\"label\";s:6:\"Numans\";s:5:\"value\";s:6:\"Numans\";}i:210;a:2:{s:5:\"label\";s:6:\"Nunito\";s:5:\"value\";s:6:\"Nunito\";}i:211;a:2:{s:5:\"label\";s:15:\"Old Standard TT\";s:5:\"value\";s:15:\"Old+Standard+TT\";}i:212;a:2:{s:5:\"label\";s:19:\"Open Sans Condensed\";s:5:\"value\";s:19:\"Open+Sans+Condensed\";}i:213;a:2:{s:5:\"label\";s:9:\"Open Sans\";s:5:\"value\";s:9:\"Open+Sans\";}i:214;a:2:{s:5:\"label\";s:8:\"Orbitron\";s:5:\"value\";s:8:\"Orbitron\";}i:215;a:2:{s:5:\"label\";s:6:\"Oswald\";s:5:\"value\";s:6:\"Oswald\";}i:216;a:2:{s:5:\"label\";s:16:\"Over the Rainbow\";s:5:\"value\";s:16:\"Over+the+Rainbow\";}i:217;a:2:{s:5:\"label\";s:3:\"Ovo\";s:5:\"value\";s:3:\"Ovo\";}i:218;a:2:{s:5:\"label\";s:15:\"PT Sans Caption\";s:5:\"value\";s:15:\"PT+Sans+Caption\";}i:219;a:2:{s:5:\"label\";s:14:\"PT Sans Narrow\";s:5:\"value\";s:14:\"PT+Sans+Narrow\";}i:220;a:2:{s:5:\"label\";s:7:\"PT Sans\";s:5:\"value\";s:7:\"PT+Sans\";}i:221;a:2:{s:5:\"label\";s:16:\"PT Serif Caption\";s:5:\"value\";s:16:\"PT+Serif+Caption\";}i:222;a:2:{s:5:\"label\";s:8:\"PT Serif\";s:5:\"value\";s:8:\"PT+Serif\";}i:223;a:2:{s:5:\"label\";s:8:\"Pacifico\";s:5:\"value\";s:8:\"Pacifico\";}i:224;a:2:{s:5:\"label\";s:11:\"Passero One\";s:5:\"value\";s:11:\"Passero+One\";}i:225;a:2:{s:5:\"label\";s:12:\"Patrick Hand\";s:5:\"value\";s:12:\"Patrick+Hand\";}i:226;a:2:{s:5:\"label\";s:11:\"Paytone One\";s:5:\"value\";s:11:\"Paytone+One\";}i:227;a:2:{s:5:\"label\";s:16:\"Permanent Marker\";s:5:\"value\";s:16:\"Permanent+Marker\";}i:228;a:2:{s:5:\"label\";s:7:\"Petrona\";s:5:\"value\";s:7:\"Petrona\";}i:229;a:2:{s:5:\"label\";s:11:\"Philosopher\";s:5:\"value\";s:11:\"Philosopher\";}i:230;a:2:{s:5:\"label\";s:6:\"Piedra\";s:5:\"value\";s:6:\"Piedra\";}i:231;a:2:{s:5:\"label\";s:13:\"Pinyon Script\";s:5:\"value\";s:13:\"Pinyon+Script\";}i:232;a:2:{s:5:\"label\";s:4:\"Play\";s:5:\"value\";s:4:\"Play\";}i:233;a:2:{s:5:\"label\";s:16:\"Playfair Display\";s:5:\"value\";s:16:\"Playfair+Display\";}i:234;a:2:{s:5:\"label\";s:7:\"Podkova\";s:5:\"value\";s:7:\"Podkova\";}i:235;a:2:{s:5:\"label\";s:10:\"Poller One\";s:5:\"value\";s:10:\"Poller+One\";}i:236;a:2:{s:5:\"label\";s:4:\"Poly\";s:5:\"value\";s:4:\"Poly\";}i:237;a:2:{s:5:\"label\";s:8:\"Pompiere\";s:5:\"value\";s:8:\"Pompiere\";}i:238;a:2:{s:5:\"label\";s:5:\"Prata\";s:5:\"value\";s:5:\"Prata\";}i:239;a:2:{s:5:\"label\";s:8:\"Prociono\";s:5:\"value\";s:8:\"Prociono\";}i:240;a:2:{s:5:\"label\";s:7:\"Puritan\";s:5:\"value\";s:7:\"Puritan\";}i:241;a:2:{s:5:\"label\";s:17:\"Quattrocento Sans\";s:5:\"value\";s:17:\"Quattrocento+Sans\";}i:242;a:2:{s:5:\"label\";s:12:\"Quattrocento\";s:5:\"value\";s:12:\"Quattrocento\";}i:243;a:2:{s:5:\"label\";s:9:\"Questrial\";s:5:\"value\";s:9:\"Questrial\";}i:244;a:2:{s:5:\"label\";s:9:\"Quicksand\";s:5:\"value\";s:9:\"Quicksand\";}i:245;a:2:{s:5:\"label\";s:6:\"Radley\";s:5:\"value\";s:6:\"Radley\";}i:246;a:2:{s:5:\"label\";s:7:\"Raleway\";s:5:\"value\";s:7:\"Raleway\";}i:247;a:2:{s:5:\"label\";s:12:\"Rammetto One\";s:5:\"value\";s:12:\"Rammetto+One\";}i:248;a:2:{s:5:\"label\";s:6:\"Rancho\";s:5:\"value\";s:6:\"Rancho\";}i:249;a:2:{s:5:\"label\";s:9:\"Rationale\";s:5:\"value\";s:9:\"Rationale\";}i:250;a:2:{s:5:\"label\";s:9:\"Redressed\";s:5:\"value\";s:9:\"Redressed\";}i:251;a:2:{s:5:\"label\";s:13:\"Reenie Beanie\";s:5:\"value\";s:13:\"Reenie+Beanie\";}i:252;a:2:{s:5:\"label\";s:13:\"Ribeye Marrow\";s:5:\"value\";s:13:\"Ribeye+Marrow\";}i:253;a:2:{s:5:\"label\";s:6:\"Ribeye\";s:5:\"value\";s:6:\"Ribeye\";}i:254;a:2:{s:5:\"label\";s:9:\"Righteous\";s:5:\"value\";s:9:\"Righteous\";}i:255;a:2:{s:5:\"label\";s:9:\"Rochester\";s:5:\"value\";s:9:\"Rochester\";}i:256;a:2:{s:5:\"label\";s:9:\"Rock Salt\";s:5:\"value\";s:9:\"Rock+Salt\";}i:257;a:2:{s:5:\"label\";s:7:\"Rokkitt\";s:5:\"value\";s:7:\"Rokkitt\";}i:258;a:2:{s:5:\"label\";s:7:\"Rosario\";s:5:\"value\";s:7:\"Rosario\";}i:259;a:2:{s:5:\"label\";s:14:\"Ruslan Display\";s:5:\"value\";s:14:\"Ruslan+Display\";}i:260;a:2:{s:5:\"label\";s:5:\"Salsa\";s:5:\"value\";s:5:\"Salsa\";}i:261;a:2:{s:5:\"label\";s:8:\"Sancreek\";s:5:\"value\";s:8:\"Sancreek\";}i:262;a:2:{s:5:\"label\";s:11:\"Sansita One\";s:5:\"value\";s:11:\"Sansita+One\";}i:263;a:2:{s:5:\"label\";s:7:\"Satisfy\";s:5:\"value\";s:7:\"Satisfy\";}i:264;a:2:{s:5:\"label\";s:10:\"Schoolbell\";s:5:\"value\";s:10:\"Schoolbell\";}i:265;a:2:{s:5:\"label\";s:18:\"Shadows Into Light\";s:5:\"value\";s:18:\"Shadows+Into+Light\";}i:266;a:2:{s:5:\"label\";s:6:\"Shanti\";s:5:\"value\";s:6:\"Shanti\";}i:267;a:2:{s:5:\"label\";s:11:\"Short Stack\";s:5:\"value\";s:11:\"Short+Stack\";}i:268;a:2:{s:5:\"label\";s:10:\"Sigmar One\";s:5:\"value\";s:10:\"Sigmar+One\";}i:269;a:2:{s:5:\"label\";s:16:\"Signika Negative\";s:5:\"value\";s:16:\"Signika+Negative\";}i:270;a:2:{s:5:\"label\";s:7:\"Signika\";s:5:\"value\";s:7:\"Signika\";}i:271;a:2:{s:5:\"label\";s:8:\"Six Caps\";s:5:\"value\";s:8:\"Six+Caps\";}i:272;a:2:{s:5:\"label\";s:7:\"Slackey\";s:5:\"value\";s:7:\"Slackey\";}i:273;a:2:{s:5:\"label\";s:6:\"Smokum\";s:5:\"value\";s:6:\"Smokum\";}i:274;a:2:{s:5:\"label\";s:6:\"Smythe\";s:5:\"value\";s:6:\"Smythe\";}i:275;a:2:{s:5:\"label\";s:7:\"Sniglet\";s:5:\"value\";s:7:\"Sniglet\";}i:276;a:2:{s:5:\"label\";s:7:\"Snippet\";s:5:\"value\";s:7:\"Snippet\";}i:277;a:2:{s:5:\"label\";s:16:\"Sorts Mill Goudy\";s:5:\"value\";s:16:\"Sorts+Mill+Goudy\";}i:278;a:2:{s:5:\"label\";s:13:\"Special Elite\";s:5:\"value\";s:13:\"Special+Elite\";}i:279;a:2:{s:5:\"label\";s:9:\"Spinnaker\";s:5:\"value\";s:9:\"Spinnaker\";}i:280;a:2:{s:5:\"label\";s:6:\"Spirax\";s:5:\"value\";s:6:\"Spirax\";}i:281;a:2:{s:5:\"label\";s:15:\"Stardos Stencil\";s:5:\"value\";s:15:\"Stardos+Stencil\";}i:282;a:2:{s:5:\"label\";s:19:\"Sue Ellen Francisco\";s:5:\"value\";s:19:\"Sue+Ellen+Francisco\";}i:283;a:2:{s:5:\"label\";s:9:\"Sunshiney\";s:5:\"value\";s:9:\"Sunshiney\";}i:284;a:2:{s:5:\"label\";s:16:\"Supermercado One\";s:5:\"value\";s:16:\"Supermercado+One\";}i:285;a:2:{s:5:\"label\";s:18:\"Swanky and Moo Moo\";s:5:\"value\";s:18:\"Swanky+and+Moo+Moo\";}i:286;a:2:{s:5:\"label\";s:9:\"Syncopate\";s:5:\"value\";s:9:\"Syncopate\";}i:287;a:2:{s:5:\"label\";s:9:\"Tangerine\";s:5:\"value\";s:9:\"Tangerine\";}i:288;a:2:{s:5:\"label\";s:10:\"Tenor Sans\";s:5:\"value\";s:10:\"Tenor+Sans\";}i:289;a:2:{s:5:\"label\";s:14:\"Terminal Dosis\";s:5:\"value\";s:14:\"Terminal+Dosis\";}i:290;a:2:{s:5:\"label\";s:18:\"The Girl Next Door\";s:5:\"value\";s:18:\"The+Girl+Next+Door\";}i:291;a:2:{s:5:\"label\";s:6:\"Tienne\";s:5:\"value\";s:6:\"Tienne\";}i:292;a:2:{s:5:\"label\";s:5:\"Tinos\";s:5:\"value\";s:5:\"Tinos\";}i:293;a:2:{s:5:\"label\";s:10:\"Tulpen One\";s:5:\"value\";s:10:\"Tulpen+One\";}i:294;a:2:{s:5:\"label\";s:16:\"Ubuntu Condensed\";s:5:\"value\";s:16:\"Ubuntu+Condensed\";}i:295;a:2:{s:5:\"label\";s:11:\"Ubuntu Mono\";s:5:\"value\";s:11:\"Ubuntu+Mono\";}i:296;a:2:{s:5:\"label\";s:6:\"Ubuntu\";s:5:\"value\";s:6:\"Ubuntu\";}i:297;a:2:{s:5:\"label\";s:5:\"Ultra\";s:5:\"value\";s:5:\"Ultra\";}i:298;a:2:{s:5:\"label\";s:14:\"UnifrakturCook\";s:5:\"value\";s:14:\"UnifrakturCook\";}i:299;a:2:{s:5:\"label\";s:18:\"UnifrakturMaguntia\";s:5:\"value\";s:18:\"UnifrakturMaguntia\";}i:300;a:2:{s:5:\"label\";s:7:\"Unkempt\";s:5:\"value\";s:7:\"Unkempt\";}i:301;a:2:{s:5:\"label\";s:6:\"Unlock\";s:5:\"value\";s:6:\"Unlock\";}i:302;a:2:{s:5:\"label\";s:4:\"Unna\";s:5:\"value\";s:4:\"Unna\";}i:303;a:2:{s:5:\"label\";s:5:\"VT323\";s:5:\"value\";s:5:\"VT323\";}i:304;a:2:{s:5:\"label\";s:12:\"Varela Round\";s:5:\"value\";s:12:\"Varela+Round\";}i:305;a:2:{s:5:\"label\";s:6:\"Varela\";s:5:\"value\";s:6:\"Varela\";}i:306;a:2:{s:5:\"label\";s:11:\"Vast Shadow\";s:5:\"value\";s:11:\"Vast+Shadow\";}i:307;a:2:{s:5:\"label\";s:5:\"Vibur\";s:5:\"value\";s:5:\"Vibur\";}i:308;a:2:{s:5:\"label\";s:8:\"Vidaloka\";s:5:\"value\";s:8:\"Vidaloka\";}i:309;a:2:{s:5:\"label\";s:7:\"Volkhov\";s:5:\"value\";s:7:\"Volkhov\";}i:310;a:2:{s:5:\"label\";s:8:\"Vollkorn\";s:5:\"value\";s:8:\"Vollkorn\";}i:311;a:2:{s:5:\"label\";s:8:\"Voltaire\";s:5:\"value\";s:8:\"Voltaire\";}i:312;a:2:{s:5:\"label\";s:23:\"Waiting for the Sunrise\";s:5:\"value\";s:23:\"Waiting+for+the+Sunrise\";}i:313;a:2:{s:5:\"label\";s:8:\"Wallpoet\";s:5:\"value\";s:8:\"Wallpoet\";}i:314;a:2:{s:5:\"label\";s:15:\"Walter Turncoat\";s:5:\"value\";s:15:\"Walter+Turncoat\";}i:315;a:2:{s:5:\"label\";s:8:\"Wire One\";s:5:\"value\";s:8:\"Wire+One\";}i:316;a:2:{s:5:\"label\";s:17:\"Yanone Kaffeesatz\";s:5:\"value\";s:17:\"Yanone+Kaffeesatz\";}i:317;a:2:{s:5:\"label\";s:10:\"Yellowtail\";s:5:\"value\";s:10:\"Yellowtail\";}i:318;a:2:{s:5:\"label\";s:10:\"Yeseva One\";s:5:\"value\";s:10:\"Yeseva+One\";}i:319;a:2:{s:5:\"label\";s:6:\"Zeyada\";s:5:\"value\";s:6:\"Zeyada\";}}}i:43;a:11:{s:5:\"label\";s:33:\"Enable custom typography for logo\";s:2:\"id\";s:15:\"pp_logofonts_on\";s:4:\"type\";s:6:\"select\";s:4:\"desc\";s:34:\"Select \"Yes\" to enable custom typo\";s:7:\"choices\";a:2:{i:0;a:2:{s:5:\"label\";s:2:\"No\";s:5:\"value\";s:2:\"no\";}i:1;a:2:{s:5:\"label\";s:3:\"Yes\";s:5:\"value\";s:3:\"yes\";}}s:3:\"std\";s:2:\"no\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:4:\"typo\";}i:44;a:10:{s:5:\"label\";s:15:\"Logo typography\";s:2:\"id\";s:12:\"pp_logo_typo\";s:4:\"type\";s:10:\"typography\";s:4:\"desc\";s:57:\"If you are using text logo here you can set font options.\";s:3:\"std\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:4:\"typo\";}i:45;a:10:{s:2:\"id\";s:11:\"update_info\";s:5:\"label\";s:12:\"About Update\";s:4:\"desc\";s:164:\"Fill fields below to get notification about new version of theme. To get your API key go to ThemeForest - your profile -> Settings -> Api Keys and Generate API Key.\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:9:\"textblock\";s:7:\"section\";s:6:\"update\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";}i:46;a:10:{s:5:\"label\";s:25:\"Your ThemeForest username\";s:2:\"id\";s:11:\"pp_username\";s:4:\"type\";s:4:\"text\";s:4:\"desc\";s:0:\"\";s:3:\"std\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:6:\"update\";}i:47;a:10:{s:5:\"label\";s:24:\"Your ThemeForest API key\";s:2:\"id\";s:10:\"pp_api_key\";s:4:\"type\";s:4:\"text\";s:4:\"desc\";s:98:\"To get your API key go to ThemeForest - your profile -> Settings -> Api Keys and Generate API Key.\";s:3:\"std\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:6:\"update\";}i:48;a:10:{s:2:\"id\";s:12:\"twitter_info\";s:5:\"label\";s:18:\"Twitter OAuth keys\";s:4:\"desc\";s:221:\"From March 2013 Twitter requires authentication to access your tweets. Here are fields you need to fill if you want to use Nevia Twitter Widgets. How to do it you can find in documentation and on https://dev.twitter.com .\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:9:\"textblock\";s:7:\"section\";s:7:\"twitter\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";}i:49;a:10:{s:5:\"label\";s:20:\"Twitter Consumer Key\";s:2:\"id\";s:13:\"pp_twitter_ck\";s:4:\"type\";s:4:\"text\";s:4:\"desc\";s:0:\"\";s:3:\"std\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:7:\"twitter\";}i:50;a:10:{s:5:\"label\";s:23:\"Twitter Consumer Secret\";s:2:\"id\";s:13:\"pp_twitter_cs\";s:4:\"type\";s:4:\"text\";s:4:\"desc\";s:0:\"\";s:3:\"std\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:7:\"twitter\";}i:51;a:10:{s:5:\"label\";s:20:\"Twitter Access Token\";s:2:\"id\";s:13:\"pp_twitter_at\";s:4:\"type\";s:4:\"text\";s:4:\"desc\";s:0:\"\";s:3:\"std\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:7:\"twitter\";}i:52;a:10:{s:5:\"label\";s:27:\"Twitter Access Token Secret\";s:2:\"id\";s:13:\"pp_twitter_ts\";s:4:\"type\";s:4:\"text\";s:4:\"desc\";s:0:\"\";s:3:\"std\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:8:\"taxonomy\";s:0:\"\";s:5:\"class\";s:0:\"\";s:7:\"section\";s:7:\"twitter\";}}}','yes'),(99,'cron','a:8:{i:1384924365;a:1:{s:20:\"jetpack_clean_nonces\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1384930800;a:1:{s:20:\"wp_maybe_auto_update\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1384954745;a:1:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1384954746;a:2:{s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1384954764;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:1384956299;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1385057566;a:1:{s:17:\"jetpack_heartbeat\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:14:\"jetpack_weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}s:7:\"version\";i:2;}','yes'),(177,'theme_mods_nevia','a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:2:{s:7:\"primary\";i:51;s:6:\"footer\";i:52;}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1377688120;s:4:\"data\";a:6:{s:19:\"wp_inactive_widgets\";a:0:{}s:7:\"sidebar\";a:0:{}s:9:\"footer1st\";a:1:{i:0;s:14:\"recent-posts-2\";}s:9:\"footer2nd\";a:1:{i:0;s:19:\"purepress_contact-2\";}s:9:\"footer3rd\";a:1:{i:0;s:16:\"purepress_text-2\";}s:9:\"footer4th\";a:1:{i:0;s:8:\"search-2\";}}}}','yes'),(178,'nevia_layerslider_activated','1','yes'),(108,'dashboard_widget_options','a:4:{s:25:\"dashboard_recent_comments\";a:1:{s:5:\"items\";i:5;}s:24:\"dashboard_incoming_links\";a:5:{s:4:\"home\";s:27:\"http://www.westromgroup.com\";s:4:\"link\";s:103:\"http://blogsearch.google.com/blogsearch?scoring=d&partner=wordpress&q=link:http://www.westromgroup.com/\";s:3:\"url\";s:140:\"http://blogsearch.google.com/blogsearch_feeds?scoring=d&ie=utf-8&num=10&output=rss&partner=wordpress&q=link:http://testingweb123.webuda.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'),(23975,'_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','1384195714','no'),(23976,'_transient_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:51:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"http://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 29 Oct 2013 21:04:59 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/?v=3.8-alpha\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:42:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"WordPress 3.7.1 Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"http://wordpress.org/news/2013/10/wordpress-3-7-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://wordpress.org/news/2013/10/wordpress-3-7-1/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 29 Oct 2013 21:04:59 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=2745\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:371:\"WordPress 3.7.1 is now available! This maintenance release addresses 11 bugs in WordPress 3.7, including: Images with captions no longer appear broken in the visual editor. Allow some sites running on old or poorly configured servers to continue to check for updates from WordPress.org. Avoid fatal errors with certain plugins that were incorrectly calling some […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Andrew Nacin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1594:\"<p>WordPress 3.7.1 is now available! This maintenance release addresses 11 bugs in WordPress 3.7, including:</p>\n<ul>\n<li>Images with captions no longer appear broken in the visual editor.</li>\n<li>Allow some sites running on old or poorly configured servers to continue to check for updates from WordPress.org.</li>\n<li>Avoid fatal errors with certain plugins that were incorrectly calling some WordPress functions too early.</li>\n<li>Fix hierarchical sorting in get_pages(), exclusions in wp_list_categories(), and in_category() when called with empty values.</li>\n<li>Fix a warning that may occur in certain setups while performing a search, and a few other notices.</li>\n</ul>\n<p>For a full list of changes, consult the <a href=\"http://core.trac.wordpress.org/query?milestone=3.7.1\">list of tickets</a> and <a href=\"http://core.trac.wordpress.org/log/branches/3.7?stop_rev=25914&rev=25986\">the changelog</a>.</p>\n<p>If you are one of the <a href=\"http://wordpress.org/download/counter/\">nearly two million</a> already running WordPress 3.7, we will start rolling out the all-new <a href=\"http://wordpress.org/news/2013/10/basie/\">automatic background updates</a> for WordPress 3.7.1 in the next few hours. For sites <a href=\"http://wordpress.org/plugins/background-update-tester/\">that support them</a>, of course.</p>\n<p><a href=\"http://wordpress.org/download/\">Download WordPress 3.7.1</a> or venture over to <strong>Dashboard → Updates</strong> and simply click “Update Now.”</p>\n<p><em>Just a few fixes<br />\nYour new update attitude:<br />\nZero clicks given</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://wordpress.org/news/2013/10/wordpress-3-7-1/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:42:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"WordPress 3.7 “Basie”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://wordpress.org/news/2013/10/basie/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"http://wordpress.org/news/2013/10/basie/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 24 Oct 2013 22:35:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=2736\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:357:\"Version 3.7 of WordPress, named “Basie” in honor of Count Basie, is available for download or update in your WordPress dashboard. This release features some of the most important architectural updates we’ve made to date. Here are the big ones: Updates while you sleep: With WordPress 3.7, you don’t have to lift a finger to […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:17229:\"<p>Version 3.7 of WordPress, named “Basie” in honor of <a href=\"http://en.wikipedia.org/wiki/Count_basie\">Count Basie</a>, is available <a href=\"http://wordpress.org/download/\">for download</a> or update in your WordPress dashboard. This release features some of the most important architectural updates we’ve made to date. Here are the big ones:</p>\n<ul>\n<li><strong>Updates while you sleep</strong>: With WordPress 3.7, you don’t have to lift a finger to apply maintenance and security updates. Most sites are now able to automatically apply these updates in the background. The update process also has been made even more reliable and secure, with dozens of new checks and safeguards.</li>\n<li><strong>Stronger password recommendations</strong>: Your password is your site’s first line of defense. It’s best to create passwords that are complex, long, and unique. To that end, our password meter has been updated in WordPress 3.7 to recognize common mistakes that can weaken your password: dates, names, keyboard patterns (123456789), and even pop culture references.</li>\n<li><strong>Better global support</strong>: Localized versions of WordPress will receive faster and more complete translations. WordPress 3.7 adds support for automatically installing the right language files and keeping them up to date, a boon for the many millions who use WordPress in a language other than English.</li>\n</ul>\n<p>For developers there are lots of options around how to control the new updates feature, including allowing it to handle major upgrades as well as minor ones, more sophisticated date query support, and multisite improvements. As always, if you’re hungry for more <a href=\"http://codex.wordpress.org/Version_3.7\">dive into the Codex</a> or browse the <a href=\"http://core.trac.wordpress.org/query?status=closed&group=resolution&milestone=3.7\">over 400 closed tickets on Trac</a>.</p>\n<h3>A New Wave</h3>\n<p>This release was led by Andrew Nacin, backed up by Dion Hulse and Jon Cave. This is our first release using the new plugin-first development process, with a much shorter timeframe than in the past. (3.6 was released in August.) The 3.8 release, due in December, will continue this plugin-led development cycle that gives much more autonomy to plugin leads and allows us to decouple feature development from a release. You can follow this grand experiment, and what we’re learning from it, <a href=\"http://make.wordpress.org/core/\">on the make/core blog</a>. There are 211 contributors with props in this release:</p>\n<p><a href=\"http://profiles.wordpress.org/technosailor\">Aaron Brazell</a>, <a href=\"http://profiles.wordpress.org/aaroncampbell\">Aaron D. Campbell</a>, <a href=\"http://profiles.wordpress.org/aaronholbrook\">Aaron Holbrook</a>, <a href=\"http://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"http://profiles.wordpress.org/adamsilverstein\">adamsilverstein</a>, <a href=\"http://profiles.wordpress.org/ahoereth\">Alexander Hoereth</a>, <a href=\"http://profiles.wordpress.org/viper007bond\">Alex Mills (Viper007Bond)</a>, <a href=\"http://profiles.wordpress.org/sabreuse\">Amy Hendrix (sabreuse)</a>, <a href=\"http://profiles.wordpress.org/andg\">andg</a>, <a href=\"http://profiles.wordpress.org/nacin\">Andrew Nacin</a>, <a href=\"http://profiles.wordpress.org/norcross\">Andrew Norcross</a>, <a href=\"http://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"http://profiles.wordpress.org/andrewspittle\">Andrew Spittle</a>, <a href=\"http://profiles.wordpress.org/askapache\">askapache</a>, <a href=\"http://profiles.wordpress.org/atimmer\">atimmer</a>, <a href=\"http://profiles.wordpress.org/barry\">Barry</a>, <a href=\"http://profiles.wordpress.org/beaulebens\">Beau Lebens</a>, <a href=\"http://profiles.wordpress.org/benmoody\">ben.moody</a>, <a href=\"http://profiles.wordpress.org/bhengh\">Ben Miller</a>, <a href=\"http://profiles.wordpress.org/neoxx\">Bernhard Riedl</a>, <a href=\"http://profiles.wordpress.org/bftrick\">BFTrick</a>, <a href=\"http://profiles.wordpress.org/bananastalktome\">Billy (bananastalktome)</a>, <a href=\"http://profiles.wordpress.org/bmb\">bmb</a>, <a href=\"http://profiles.wordpress.org/kraftbj\">Brandon Kraft</a>, <a href=\"http://profiles.wordpress.org/brianhogg\">brianhogg</a>, <a href=\"http://profiles.wordpress.org/rzen\">Brian Richards</a>, <a href=\"http://profiles.wordpress.org/bpetty\">Bryan Petty</a>, <a href=\"http://profiles.wordpress.org/carldanley\">Carl Danley</a>, <a href=\"http://profiles.wordpress.org/charlesclarkson\">CharlesClarkson</a>, <a href=\"http://profiles.wordpress.org/chipbennett\">Chip Bennett</a>, <a href=\"http://profiles.wordpress.org/chouby\">Chouby</a>, <a href=\"http://profiles.wordpress.org/c3mdigital\">Chris Olbekson</a>, <a href=\"http://profiles.wordpress.org/chrisrudzki\">Chris Rudzki</a>, <a href=\"http://profiles.wordpress.org/aeg0125\">coderaaron</a>, <a href=\"http://profiles.wordpress.org/coenjacobs\">Coen Jacobs</a>, <a href=\"http://profiles.wordpress.org/crrobi01\">Colin Robinson</a>, <a href=\"http://profiles.wordpress.org/andreasnrb\">cyonite</a>, <a href=\"http://profiles.wordpress.org/daankortenbach\">Daan Kortenbach</a>, <a href=\"http://profiles.wordpress.org/danielbachhuber\">Daniel Bachhuber</a>, <a href=\"http://profiles.wordpress.org/convissor\">Daniel Convissor</a>, <a href=\"http://profiles.wordpress.org/dartiss\">dartiss</a>, <a href=\"http://profiles.wordpress.org/koop\">Daryl Koopersmith</a>, <a href=\"http://profiles.wordpress.org/csixty4\">Dave Ross</a>, <a href=\"http://profiles.wordpress.org/davidjlaietta\">David Laietta</a>, <a href=\"http://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"http://profiles.wordpress.org/dllh\">dllh</a>, <a href=\"http://profiles.wordpress.org/ocean90\">Dominik Schilling (ocean90)</a>, <a href=\"http://profiles.wordpress.org/dpash\">dpash</a>, <a href=\"http://profiles.wordpress.org/drewapicture\">Drew Jaynes</a>, <a href=\"http://profiles.wordpress.org/drprotocols\">DrProtocols</a>, <a href=\"http://profiles.wordpress.org/dustyf\">Dustin Filippini</a>, <a href=\"http://profiles.wordpress.org/dzver\">dzver</a>, <a href=\"http://profiles.wordpress.org/cais\">Edward Caissie</a>, <a href=\"http://profiles.wordpress.org/enej\">enej</a>, <a href=\"http://profiles.wordpress.org/ericlewis\">Eric Andrew Lewis</a>, <a href=\"http://profiles.wordpress.org/ericmann\">Eric Mann</a>, <a href=\"http://profiles.wordpress.org/evansolomon\">Evan Solomon</a>, <a href=\"http://profiles.wordpress.org/faishal\">faishal</a>, <a href=\"http://profiles.wordpress.org/faison\">Faison</a>, <a href=\"http://profiles.wordpress.org/foofy\">Foofy</a>, <a href=\"http://profiles.wordpress.org/fjarrett\">Frankie Jarrett</a>, <a href=\"http://profiles.wordpress.org/frank-klein\">Frank Klein</a>, <a href=\"http://profiles.wordpress.org/garyc40\">Gary Cao</a>, <a href=\"http://profiles.wordpress.org/pento\">Gary Pendergast</a>, <a href=\"http://profiles.wordpress.org/gayadesign\">Gaya Kessler</a>, <a href=\"http://profiles.wordpress.org/georgestephanis\">George Stephanis</a>, <a href=\"http://profiles.wordpress.org/gizburdt\">Gizburdt</a>, <a href=\"http://profiles.wordpress.org/goldenapples\">goldenapples</a>, <a href=\"http://profiles.wordpress.org/gradyetc\">gradyetc</a>, <a href=\"http://profiles.wordpress.org/gcorne\">Gregory Cornelius</a>, <a href=\"http://profiles.wordpress.org/webord\">Gustavo Bordoni</a>, <a href=\"http://profiles.wordpress.org/hakre\">hakre</a>, <a href=\"http://profiles.wordpress.org/helen\">Helen Hou-Sandi</a>, <a href=\"http://profiles.wordpress.org/iandunn\">Ian Dunn</a>, <a href=\"http://profiles.wordpress.org/ipstenu\">Ipstenu (Mika Epstein)</a>, <a href=\"http://profiles.wordpress.org/creativeinfusion\">itinerant</a>, <a href=\"http://profiles.wordpress.org/jdgrimes\">J.D. Grimes</a>, <a href=\"http://profiles.wordpress.org/jakubtyrcha\">jakub.tyrcha</a>, <a href=\"http://profiles.wordpress.org/jamescollins\">James Collins</a>, <a href=\"http://profiles.wordpress.org/jenmylo\">Jen Mylo</a>, <a href=\"http://profiles.wordpress.org/buffler\">Jeremy Buller</a>, <a href=\"http://profiles.wordpress.org/jeremyfelt\">Jeremy Felt</a>, <a href=\"http://profiles.wordpress.org/jayjdk\">Jesper Johansen (jayjdk)</a>, <a href=\"http://profiles.wordpress.org/joehoyle\">Joe Hoyle</a>, <a href=\"http://profiles.wordpress.org/jkudish\">Joey Kudish</a>, <a href=\"http://profiles.wordpress.org/johnnyb\">John Beales</a>, <a href=\"http://profiles.wordpress.org/johnbillion\">John Blackbourn (johnbillion)</a>, <a href=\"http://profiles.wordpress.org/johnafish\">John Fish</a>, <a href=\"http://profiles.wordpress.org/johnjamesjacoby\">John James Jacoby</a>, <a href=\"http://profiles.wordpress.org/johnpbloch\">John P. Bloch</a>, <a href=\"http://profiles.wordpress.org/jond3r\">Jonas Bolinder (jond3r)</a>, <a href=\"http://profiles.wordpress.org/jchristopher\">Jonathan Christopher</a>, <a href=\"http://profiles.wordpress.org/desrosj\">Jonathan Desrosiers</a>, <a href=\"http://profiles.wordpress.org/duck_\">Jon Cave</a>, <a href=\"http://profiles.wordpress.org/jonlynch\">Jon Lynch</a>, <a href=\"http://profiles.wordpress.org/joostdevalk\">Joost de Valk</a>, <a href=\"http://profiles.wordpress.org/josephscott\">Joseph Scott</a>, <a href=\"http://profiles.wordpress.org/betzster\">Josh Betz</a>, <a href=\"http://profiles.wordpress.org/devesine\">Justin de Vesine</a>, <a href=\"http://profiles.wordpress.org/justinsainton\">Justin Sainton</a>, <a href=\"http://profiles.wordpress.org/kadamwhite\">K.Adam White</a>, <a href=\"http://profiles.wordpress.org/trepmal\">Kailey (trepmal)</a>, <a href=\"http://profiles.wordpress.org/ketwaroo\">Ketwaroo</a>, <a href=\"http://profiles.wordpress.org/kevinb\">kevinB</a>, <a href=\"http://profiles.wordpress.org/kpdesign\">Kim Parsell</a>, <a href=\"http://profiles.wordpress.org/kitchin\">kitchin</a>, <a href=\"http://profiles.wordpress.org/kovshenin\">Konstantin Kovshenin</a>, <a href=\"http://profiles.wordpress.org/obenland\">Konstantin Obenland</a>, <a href=\"http://profiles.wordpress.org/koopersmith\">koopersmith</a>, <a href=\"http://profiles.wordpress.org/kurtpayne\">Kurt Payne</a>, <a href=\"http://profiles.wordpress.org/lancewillett\">Lance Willett</a>, <a href=\"http://profiles.wordpress.org/leewillis77\">Lee Willis (leewillis77)</a>, <a href=\"http://profiles.wordpress.org/lessbloat\">lessbloat</a>, <a href=\"http://profiles.wordpress.org/layotte\">Lew Ayotte</a>, <a href=\"http://profiles.wordpress.org/lgedeon\">Luke Gedeon</a>, <a href=\"http://profiles.wordpress.org/iworks\">Marcin Pietrzak</a>, <a href=\"http://profiles.wordpress.org/cimmo\">Marco Cimmino</a>, <a href=\"http://profiles.wordpress.org/marco_teethgrinder\">Marco Galasso</a>, <a href=\"http://profiles.wordpress.org/markjaquith\">Mark Jaquith</a>, <a href=\"http://profiles.wordpress.org/markmcwilliams\">Mark McWilliams</a>, <a href=\"http://profiles.wordpress.org/markoheijnen\">Marko Heijnen</a>, <a href=\"http://profiles.wordpress.org/melchoyce\">Mel Choyce</a>, <a href=\"http://profiles.wordpress.org/tw2113\">Michael Beckwith</a>, <a href=\"http://profiles.wordpress.org/mikehansenme\">Mike Hansen</a>, <a href=\"http://profiles.wordpress.org/mikeschinkel\">Mike Schinkel</a>, <a href=\"http://profiles.wordpress.org/dh-shredder\">Mike Schroder</a>, <a href=\"http://profiles.wordpress.org/dimadin\">Milan Dinic</a>, <a href=\"http://profiles.wordpress.org/mitchoyoshitaka\">mitcho (Michael Yoshitaka Erlewine)</a>, <a href=\"http://profiles.wordpress.org/usermrpapa\">Mr Papa</a>, <a href=\"http://profiles.wordpress.org/Nao\">Naoko Takano</a>, <a href=\"http://profiles.wordpress.org/naomicbush\">Naomi</a>, <a href=\"http://profiles.wordpress.org/alex-ye\">Nashwan Doaqan</a>, <a href=\"http://profiles.wordpress.org/natejacobs\">NateJacobs</a>, <a href=\"http://profiles.wordpress.org/nathanrice\">nathanrice</a>, <a href=\"http://profiles.wordpress.org/niallkennedy\">Niall Kennedy</a>, <a href=\"http://profiles.wordpress.org/nickdaugherty\">Nick Daugherty</a>, <a href=\"http://profiles.wordpress.org/celloexpressions\">Nick Halsey</a>, <a href=\"http://profiles.wordpress.org/nickmomrik\">Nick Momrik</a>, <a href=\"http://profiles.wordpress.org/nikv\">Nikhil Vimal (NikV)</a>, <a href=\"http://profiles.wordpress.org/nbachiyski\">Nikolay Bachiyski</a>, <a href=\"http://profiles.wordpress.org/noahsilverstein\">noahsilverstein</a>, <a href=\"http://profiles.wordpress.org/nofearinc\">nofearinc</a>, <a href=\"http://profiles.wordpress.org/nukaga\">nukaga</a>, <a href=\"http://profiles.wordpress.org/nullvariable\">nullvariable</a>, <a href=\"http://profiles.wordpress.org/butuzov\">Oleg Butuzov</a>, <a href=\"http://profiles.wordpress.org/paolal\">Paolo Belcastro</a>, <a href=\"http://profiles.wordpress.org/xparham\">Parham</a>, <a href=\"http://profiles.wordpress.org/pbiron\">Paul Biron</a>, <a href=\"http://profiles.wordpress.org/pauldewouters\">Paul de Wouters</a>, <a href=\"http://profiles.wordpress.org/pavelevap\">pavelevap</a>, <a href=\"http://profiles.wordpress.org/peterjaap\">peterjaap</a>, <a href=\"http://profiles.wordpress.org/westi\">Peter Westwood</a>, <a href=\"http://profiles.wordpress.org/philiparthurmoore\">Philip Arthur Moore</a>, <a href=\"http://profiles.wordpress.org/mordauk\">Pippin Williamson</a>, <a href=\"http://profiles.wordpress.org/plocha\">plocha</a>, <a href=\"http://profiles.wordpress.org/pollett\">Pollett</a>, <a href=\"http://profiles.wordpress.org/ptahdunbar\">Ptah Dunbar</a>, <a href=\"http://profiles.wordpress.org/ramiy\">Rami Yushuvaev</a>, <a href=\"http://profiles.wordpress.org/rasheed\">Rasheed Bydousi</a>, <a href=\"http://profiles.wordpress.org/raybernard\">RayBernard</a>, <a href=\"http://profiles.wordpress.org/rboren\">rboren</a>, <a href=\"http://profiles.wordpress.org/greuben\">Reuben Gunday</a>, <a href=\"http://profiles.wordpress.org/rfair404\">rfair404</a>, <a href=\"http://profiles.wordpress.org/iamfriendly\">Richard Tape</a>, <a href=\"http://profiles.wordpress.org/r3df\">Rick Radko</a>, <a href=\"http://profiles.wordpress.org/miqrogroove\">Robert Chapin</a>, <a href=\"http://profiles.wordpress.org/rdall\">Robert Dall</a>, <a href=\"http://profiles.wordpress.org/rodrigosprimo\">Rodrigo Primo</a>, <a href=\"http://profiles.wordpress.org/wpmuguru\">Ron Rennick</a>, <a href=\"http://profiles.wordpress.org/rpattillo\">rpattillo</a>, <a href=\"http://profiles.wordpress.org/ryan\">Ryan Boren</a>, <a href=\"http://profiles.wordpress.org/rmccue\">Ryan McCue</a>, <a href=\"http://profiles.wordpress.org/hotchkissconsulting\">Sam Hotchkiss</a>, <a href=\"http://profiles.wordpress.org/coffee2code\">Scott Reilly</a>, <a href=\"http://profiles.wordpress.org/scottsweb\">scottsweb</a>, <a href=\"http://profiles.wordpress.org/wonderboymusic\">Scott Taylor</a>, <a href=\"http://profiles.wordpress.org/scribu\">scribu</a>, <a href=\"http://profiles.wordpress.org/scruffian\">scruffian</a>, <a href=\"http://profiles.wordpress.org/tenpura\">Seisuke Kuraishi (tenpura)</a>, <a href=\"http://profiles.wordpress.org/sergeybiryukov\">Sergey Biryukov</a>, <a href=\"http://profiles.wordpress.org/shinichin\">ShinichiN</a>, <a href=\"http://profiles.wordpress.org/pross\">Simon Prosser</a>, <a href=\"http://profiles.wordpress.org/simonwheatley\">Simon Wheatley</a>, <a href=\"http://profiles.wordpress.org/siobhan\">Siobhan</a>, <a href=\"http://profiles.wordpress.org/siobhyb\">Siobhan Bamber (siobhyb)</a>, <a href=\"http://profiles.wordpress.org/sirzooro\">sirzooro</a>, <a href=\"http://profiles.wordpress.org/solarissmoke\">solarissmoke</a>, <a href=\"http://profiles.wordpress.org/sillybean\">Stephanie Leary</a>, <a href=\"http://profiles.wordpress.org/netweb\">Stephen Edgar (@netweb)</a>, <a href=\"http://profiles.wordpress.org/stephenharris\">Stephen Harris</a>, <a href=\"http://profiles.wordpress.org/strangerstudios\">strangerstudios</a>, <a href=\"http://profiles.wordpress.org/sweetie089\">sweetie089</a>, <a href=\"http://profiles.wordpress.org/swissspidy\">swissspidy</a>, <a href=\"http://profiles.wordpress.org/miyauchi\">Takayuki Miyauchi</a>, <a href=\"http://profiles.wordpress.org/tmtoy\">Takuma Morikawa</a>, <a href=\"http://profiles.wordpress.org/tlovett1\">Taylor Lovett</a>, <a href=\"http://profiles.wordpress.org/tivnet\">tivnet</a>, <a href=\"http://profiles.wordpress.org/tobiasbg\">TobiasBg</a>, <a href=\"http://profiles.wordpress.org/tomauger\">Tom Auger</a>, <a href=\"http://profiles.wordpress.org/toscho\">toscho</a>, <a href=\"http://profiles.wordpress.org/wpsmith\">Travis Smith</a>, <a href=\"http://profiles.wordpress.org/sorich87\">Ulrich Sossou</a>, <a href=\"http://profiles.wordpress.org/vericgar\">vericgar</a>, <a href=\"http://profiles.wordpress.org/vinod-dalvi\">Vinod Dalvi</a>, <a href=\"http://profiles.wordpress.org/westonruter\">Weston Ruter</a>, <a href=\"http://profiles.wordpress.org/wikicms\">wikicms</a>, <a href=\"http://profiles.wordpress.org/willnorris\">Will Norris</a>, <a href=\"http://profiles.wordpress.org/wojtekszkutnik\">Wojtek Szkutnik</a>, <a href=\"http://profiles.wordpress.org/wycks\">wycks</a>, <a href=\"http://profiles.wordpress.org/yoavf\">Yoav Farhi</a>, and <a href=\"http://profiles.wordpress.org/yurivictor\">Yuri Victor</a>.</p>\n<p>Enjoy what may be one of your last few manual updates. See you soon for version 3.8!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"http://wordpress.org/news/2013/10/basie/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:45:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WordPress 3.7 Release Candidate 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"http://wordpress.org/news/2013/10/wordpress-3-7-release-candidate-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"http://wordpress.org/news/2013/10/wordpress-3-7-release-candidate-2/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 23 Oct 2013 00:05:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=2729\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:417:\"The second release candidate of WordPress 3.7 is now available for testing! Those of you already testing WordPress 3.7 will be updated automatically to RC2. (Nice.) If you’d like to start testing, there’s no time like the present! Try the WordPress Beta Tester plugin (you’ll want “bleeding edge nightlies”) or download the release candidate here (zip). Please post to the Alpha/Beta […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Andrew Nacin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1183:\"<p>The second release candidate of WordPress 3.7 is now available for testing!</p>\n<p>Those of you already testing WordPress 3.7 will be updated automatically to RC2. (<em>Nice.</em>) If you’d like to start testing, there’s no time like the present! Try the <a href=\"http://wordpress.org/extend/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”) or <a href=\"http://wordpress.org/wordpress-3.7-RC2.zip\">download the release candidate here</a> (zip). Please post to the <a href=\"http://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area in the support forums</a> if you think you’ve found a bug, and if any known issues are raised, you’ll be able to <a href=\"http://core.trac.wordpress.org/report/5\">find them here</a>.</p>\n<p>Developers, please test your plugins and themes against WordPress 3.7. If there is a compatibility issue, let us know as soon as possible so we can deal with it before the final release.</p>\n<p>For more on WordPress 3.7, check out the <a href=\"http://wordpress.org/news/2013/10/wordpress-3-7-release-candidate/\">announcement post for Release Candidate 1</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://wordpress.org/news/2013/10/wordpress-3-7-release-candidate-2/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:45:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Upcoming WordCamps\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://wordpress.org/news/2013/10/upcoming-wordcamps-4/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://wordpress.org/news/2013/10/upcoming-wordcamps-4/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 22 Oct 2013 19:25:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"WordCamp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=2723\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:368:\"WordCamps are casual, locally-organized conferences that celebrate everything related to WordPress, and are a great opportunity to meet other WordPress users and professionals in your community. This has been a great year for WordCamps — there have been 56 so far in more than 20 countries, and there another 15 on the calendar before the year’s […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Jen Mylo\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3584:\"<p><a href=\"http://central.wordcamp.org/\">WordCamps</a> are casual, locally-organized conferences that celebrate everything related to WordPress, and are a great opportunity to meet other WordPress users and professionals in your community. This has been a great year for WordCamps — there have been 56 so far in more than 20 countries, and there another 15 on the calendar before the year’s over. If there’s one near you, check it out! In addition to getting to know your local WordPress community, most WordCamps attract some traveling visitors a well, giving you the chance to meet contributors to the WordPress open source project and <a href=\"http://make.wordpress.org/\">get involved</a> yourself.</p>\n<p>Here are the WordCamps on the schedule for the rest of this year.</p>\n<p>October 25-27: <strong><a href=\"http://2013.boston.wordcamp.org/\">WordCamp Boston</a></strong>, Boston, MA, USA<br />\nOctober 25-26: <strong><a href=\"http://2013.malaga.wordcamp.org/\">WordCamp Malaga</a></strong>, Spain<br />\nOctober 26: <strong><a href=\"http://2013.nepal.wordcamp.org/\">WordCamp Nepal</a></strong>, Kathmandu, Nepal<br />\nOctober 26: <strong><a href=\"http://2013.sofia.wordcamp.org/\">WordCamp Sofia</a></strong>, Bulgaria<br />\nNovember 7: <strong><a href=\"http://2013.capetown.wordcamp.org/\">WordCamp Cape Town</a></strong>, South Africa<br />\nNovember 9: <strong><a href=\"http://2013.porto.wordcamp.org/\">WordCamp Porto</a></strong>, Portugal<br />\nNovember 9-10: <strong><a href=\"http://2013.kenya.wordcamp.org/\">WordCamp Kenya</a></strong>, Nairobi, Kenya<br />\nNovember 15: <strong><a href=\"http://2013.edmonton.wordcamp.org/\">WordCamp Edmonton</a></strong>, AB, Canada<br />\nNovember 16-17: <strong><a href=\"http://2013.orlando.wordcamp.org/\">WordCamp Orlando</a></strong>, FL, USA<br />\nNovember 16: <strong><a href=\"http://2013.denver.wordcamp.org/\">WordCamp Denver</a></strong>, CO, USA<br />\nNovember 23-24: <strong><a href=\"http://2013.london.wordcamp.org/\">WordCamp London</a></strong>, UK<br />\nNovember 23-24: <strong><a href=\"http://2013.raleigh.wordcamp.org/\">WordCamp Raleigh</a></strong>, NC, USA<br />\nNovember 23: <strong><a href=\"http://2013.saopaulo.wordcamp.org/\">WordCamp São Paulo</a></strong>, Brazil<br />\nDecember 14: <strong><a href=\"http://2013.vegas.wordcamp.org/\">WordCamp Las Vegas</a></strong>, NV, USA<br />\nDecember 14-15: <strong><a href=\"http://2013.sevilla.wordcamp.org/\">WordCamp Sevilla</a></strong>, Spain</p>\n<p>No WordCamps on this list in your area? Not to worry! There are thriving <a href=\"http://wordpress.meetup.com/\">WordPress meetups</a> all over the world where you can meet like-minded people, and we maintain a library of <a href=\"http://wordpress.tv/category/wordcamptv/\">WordCamp videos</a> at <a href=\"http://wordpress.tv/\">WordPress.tv</a>.</p>\n<h3>Get Involved</h3>\n<ul>\n<li>If you’re interested in organizing a WordCamp in your area, check out our <a href=\"http://plan.wordcamp.org/\">WordCamp planning</a> site.</li>\n<li>If you’re interested in <a href=\"http://make.wordpress.org/community/meetup-interest-form/\">starting a WordPress meetup</a> in your area, let us know and we can set up a group on meetup.com for you.</li>\n<li>And speaking of WordCamp videos, we’ve recently enabled volunteer-generated subtitles/closed captioning of the videos on WordPress.tv to make them more accessible. Interested in helping? Check out the <a href=\"http://wordpress.tv/using-amara-org-to-caption-or-subtitle-a-wordpress-tv-video/\">WordPress.tv subtitling instructions</a>.</li>\n</ul>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"http://wordpress.org/news/2013/10/upcoming-wordcamps-4/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:45:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"WordPress 3.7 Release Candidate\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"http://wordpress.org/news/2013/10/wordpress-3-7-release-candidate/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"http://wordpress.org/news/2013/10/wordpress-3-7-release-candidate/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 18 Oct 2013 19:52:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=2718\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:331:\"The first release candidate for WordPress 3.7 is now available! In RC 1, we’ve made some adjustments to the update process to make it more reliable than ever. We hope to ship WordPress 3.7 next week, but we need your help to get there. If you haven’t tested 3.7 yet, there’s no time like the present. (Please, […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Andrew Nacin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2237:\"<p>The first release candidate for WordPress 3.7 is now available!</p>\n<p>In RC 1, we’ve made some adjustments to the update process to make it more reliable than ever. We hope to ship WordPress 3.7 <em>next week</em>, but we need your help to get there. If you haven’t tested 3.7 yet, there’s no time like the present. (Please, not on a production site, unless you’re adventurous.)</p>\n<p>WordPress 3.7 introduces <strong>automatic background updates</strong> for security and minor releases (like updating from 3.7 to 3.7.1). These are really easy to test — RC 1 will update every 12 hours or so to the latest development version, and then email you the results. (You may get two emails: one for debugging, and one all users of 3.7 will receive.) If something went wrong, you can report it.</p>\n<p><strong>Think you’ve found a bug? </strong>Please post to the <a href=\"http://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area in the support forums</a>. If any known issues come up, you’ll be able to <a href=\"http://core.trac.wordpress.org/report/5\">find them here</a>.</p>\n<p>To test WordPress 3.7 RC1, try the <a href=\"http://wordpress.org/extend/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"http://wordpress.org/wordpress-3.7-RC1.zip\">download the release candidate here</a> (zip). If you’d like to learn more about what’s new in WordPress 3.7, visit the awesome About screen in your dashboard (<strong><img alt=\"\" src=\"http://core.svn.wordpress.org/branches/3.6/wp-content/themes/twentyten/images/wordpress.png\" /> → About</strong> in the toolbar). There, you can also see if your install is eligible for background updates. WordPress won’t automatically update, for example, if you’re using version control like Subversion or Git.</p>\n<p><strong>Developers,</strong> please test your plugins and themes against WordPress 3.7, so that if there is a compatibility issue, we can figure it out before the final release. Make sure you post any issues to the support forums.</p>\n<p><em>WordPress three seven</em><br />\n<em>A self-updating engine</em><br />\n<em>Lies beneath the hood</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"http://wordpress.org/news/2013/10/wordpress-3-7-release-candidate/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:45:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 3.7 Beta 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://wordpress.org/news/2013/10/wordpress-3-7-beta-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://wordpress.org/news/2013/10/wordpress-3-7-beta-2/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 10 Oct 2013 21:28:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=2706\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:357:\"WordPress 3.7 Beta 2 is now available for download and testing. This is software still in development, so we don’t recommend that you run it on a production site. This has been a quiet beta period. We’re hoping to get some more testers for automatic background updates, which will occur for security and minor releases (like updating […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Andrew Nacin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2108:\"<p>WordPress 3.7 Beta 2 is now available for download and testing. This is software still in development, so we don’t recommend that you run it on a production site.</p>\n<p>This has been a quiet beta period. We’re hoping to get some more testers for <strong>automatic background updates</strong>, which will occur for security and minor releases (like updating from 3.7 to 3.7.1). It’s really easy to test this, as Beta 2 will update each day to the latest development version and then email you the results. If something goes wrong, you can report it — it’s that simple. To get the beta, try the <a href=\"http://wordpress.org/extend/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"http://wordpress.org/wordpress-3.7-beta2.zip\">download the beta here</a> (zip). Check out <strong>Dashboard → Updates</strong> to see if your install is eligible for background updates. WordPress won’t update if, for example, you’re using version control like SVN or Git.</p>\n<p>For more of what’s new in version 3.7, <a title=\"WordPress 3.7 Beta 1\" href=\"http://wordpress.org/news/2013/09/wordpress-3-7-beta-1/\">check out the Beta 1 blog post</a>. In Beta 2, we further increased the stability of background updates and also added about 50 bug fixes, including a fix for Internet Explorer 11 in the visual editor.</p>\n<p>If you think you’ve found a bug, you can post to the <a href=\"http://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. Or, if you’re comfortable writing a bug report, <a href=\"http://core.trac.wordpress.org/\">file one on the WordPress Trac</a>. There, you can also find <a href=\"http://core.trac.wordpress.org/report/5\">a list of known bugs</a> and <a href=\"http://core.trac.wordpress.org/query?status=closed&group=component&milestone=3.7\">everything we’ve fixed</a>.</p>\n<p>Happy testing!</p>\n<p><em>Beta 2 released<br />\nDotting i’s and crossing t’s</em><br />\n<em>Expect RC next</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"http://wordpress.org/news/2013/10/wordpress-3-7-beta-2/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:45:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 3.7 Beta 1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://wordpress.org/news/2013/09/wordpress-3-7-beta-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://wordpress.org/news/2013/09/wordpress-3-7-beta-1/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 28 Sep 2013 07:25:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=2688\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:339:\"I’m pleased to announce the availability of WordPress 3.7 Beta 1. For WordPress 3.7 we decided to shorten the development cycle and focus on a few key improvements. We plan to release the final product in October, and then follow it in December with a jam-packed WordPress 3.8 release, which is already in development. Some […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Andrew Nacin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3684:\"<p>I’m pleased to announce the availability of WordPress 3.7 Beta 1.</p>\n<p>For WordPress 3.7 we decided to shorten the development cycle and focus on a few key improvements. We plan to release the final product in October, and then follow it in December with a jam-packed WordPress 3.8 release, which is already in development. Some of the best stuff in WordPress 3.7 is subtle — by design! So let’s walk through what we’d love for you to test, just in time for the weekend.</p>\n<p><strong>Automatic, background updates.</strong> 3.7 Beta 1 will keep itself updated. That’s right — you’ll be updated each night to the newest development build, and eventually to Beta 2. We’re working to provide as many installs as possible with fast updates to security releases of WordPress — and you can help us test by just installing Beta 1 on your server and seeing how it works!</p>\n<p>When you go to <strong>Dashboard → Updates</strong>, you’ll see a note letting you know whether your install is working for automatic updates. There are a few situations where WordPress can’t reliably and securely update itself. But if it can, you’ll get an email (sent to the ‘Admin Email’ on the General Settings page) after each update letting you know what worked and what didn’t. If it worked, great! If something failed, the email will suggest you make a post in the support forums or create a bug report.</p>\n<p>Here are some other things you should test out:</p>\n<ul>\n<li>If you’re running <strong>WordPress in another language</strong>, we’ll automatically download any available translations for official WordPress importers and the default themes. (More to come here.)</li>\n<li>Our <strong>password meter</strong> got a whole lot better, thanks to Dropbox’s <a href=\"https://tech.dropbox.com/2012/04/zxcvbn-realistic-password-strength-estimation/\">zxcvbn</a> library. Again, subtle but effective. Strong passwords are very important!</li>\n<li><strong>Search results</strong> are now <a href=\"http://core.trac.wordpress.org/changeset/25632\">ordered by relevance</a>, rather than just by date. When your keywords match post titles and not just content, they’ll be pushed to the top.</li>\n<li>Developers should check out the new <strong>advanced date queries</strong> in <code>WP_Query</code>. (<a href=\"http://core.trac.wordpress.org/ticket/18694\">#18694</a>)</li>\n</ul>\n<p><strong>This software is still in development</strong>, so we don’t recommend you run it on a production site. I’d suggest setting up a test site just to play with the new version. To test WordPress 3.7, try the <a href=\"http://wordpress.org/extend/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"http://wordpress.org/wordpress-3.7-beta1.zip\">download the beta here</a> (zip).</p>\n<p>As always, <strong>if you think you’ve found a bug</strong>, you can post to the <a href=\"http://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. Or, if you’re comfortable writing a reproducible bug report, <a href=\"http://core.trac.wordpress.org/\">file one on the WordPress Trac</a>. There, you can also find <a href=\"http://core.trac.wordpress.org/report/5\">a list of known bugs</a> and <a href=\"http://core.trac.wordpress.org/query?status=closed&group=component&milestone=3.7\">everything we’ve fixed</a> so far.</p>\n<p>Happy testing!</p>\n<p><em>WordPress three seven<br />\nSaves your weary hand a click<br />\nUpdates while you sleep</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"http://wordpress.org/news/2013/09/wordpress-3-7-beta-1/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:45:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"WordPress 3.6.1 Maintenance and Security Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"http://wordpress.org/news/2013/09/wordpress-3-6-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://wordpress.org/news/2013/09/wordpress-3-6-1/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 11 Sep 2013 20:48:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=2675\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:353:\"After nearly 7 million downloads of WordPress 3.6, we are pleased to announce the availability of version 3.6.1. This maintenance release fixes 13 bugs in version 3.6, which was a very smooth release. WordPress 3.6.1 is also a security release for all previous WordPress versions and we strongly encourage you to update your sites immediately. […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Andrew Nacin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2033:\"<p>After <a href=\"http://wordpress.org/download/counter/\">nearly 7 million downloads</a> of WordPress 3.6, we are pleased to announce the availability of version 3.6.1. This maintenance release <a href=\"http://core.trac.wordpress.org/query?status=closed&group=resolution&milestone=3.6.1\">fixes 13 bugs</a> in version 3.6, which was a very smooth release.</p>\n<p><strong>WordPress 3.6.1 is also a security release for all previous WordPress versions</strong> and we strongly encourage you to update your sites immediately. It addresses three issues fixed by the WordPress security team:</p>\n<ul>\n<li>Block unsafe PHP unserialization that could occur in limited situations and setups, which can lead to remote code execution. Reported by <a href=\"http://vagosec.org/\" rel=\"nofollow\">Tom Van Goethem</a>.</li>\n<li>Prevent a user with an Author role, using a specially crafted request, from being able to create a post “written by” another user. Reported by <a href=\"http://anakornk.wordpress.com/\" rel=\"nofollow\">Anakorn Kyavatanakij</a>.</li>\n<li>Fix insufficient input validation that could result in redirecting or leading a user to another website. Reported by Dave Cummo, a Northrup Grumman subcontractor for the <a href=\"http://www.cdc.gov/\" rel=\"nofollow\">U.S. Centers for Disease Control and Prevention</a>.</li>\n</ul>\n<p>Additionally, we’ve adjusted security restrictions around file uploads to mitigate the potential for cross-site scripting.</p>\n<p>We appreciated <a href=\"http://codex.wordpress.org/FAQ_Security\">responsible disclosure</a> of these issues directly to our security team. For more information on the changes, see the <a href=\"http://codex.wordpress.org/Version_3.6.1\">release notes</a> or consult <a href=\"http://core.trac.wordpress.org/log/branches/3.6?stop_rev=24972&rev=25345\">the list of changes</a>.</p>\n<p><a href=\"http://wordpress.org/wordpress-3.6.1.zip\">Download WordPress 3.6.1</a> or update now from the Dashboard → Updates menu in your site’s admin area.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://wordpress.org/news/2013/09/wordpress-3-6-1/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:42:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"WordPress 3.6 “Oscar”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://wordpress.org/news/2013/08/oscar/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"http://wordpress.org/news/2013/08/oscar/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 01 Aug 2013 21:43:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=2661\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:368:\"The latest and greatest WordPress, version 3.6, is now live to the world and includes a beautiful new blog-centric theme, bullet-proof autosave and post locking, a revamped revision browser, native support for audio and video embeds, and improved integrations with Spotify, Rdio, and SoundCloud. Here’s a video that shows off some of the features using […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:18626:\"<p>The latest and greatest WordPress, version 3.6, is now <a href=\"http://wordpress.org/download/\">live to the world</a> and includes a beautiful new blog-centric theme, bullet-proof autosave and post locking, a revamped revision browser, native support for audio and video embeds, and improved integrations with Spotify, Rdio, and SoundCloud. Here’s a video that shows off some of the features using our cast of professional actors:</p>\n<div id=\"v-UmhwbWJH-1\" class=\"video-player\"><embed id=\"v-UmhwbWJH-1-video\" src=\"http://s0.videopress.com/player.swf?v=1.03&guid=UmhwbWJH&isDynamicSeeking=true\" type=\"application/x-shockwave-flash\" width=\"692\" height=\"388\" title=\"Introducing WordPress 3.6 "Oscar"\" wmode=\"direct\" seamlesstabbing=\"true\" allowfullscreen=\"true\" allowscriptaccess=\"always\" overstretch=\"true\"></embed></div>\n<p>We’re calling this release “Oscar” in honor of the great jazz pianist <a href=\"http://en.wikipedia.org/wiki/Oscar_Peterson\">Oscar Peterson</a>. Here’s a bit more about some of the new features, which you can also find on the about page in your dashboard after you upgrade.</p>\n<h3>User Features</h3>\n<p><img class=\"alignright\" alt=\"\" src=\"https://wordpress.org/images/core/3.6/twentythirteen.png\" width=\"300\" /></p>\n<ul>\n<li>The <strong>new Twenty Thirteen theme</strong> inspired by modern art puts focus on your content with a colorful, single-column design made for media-rich blogging.</li>\n<li><strong>Revamped Revisions</strong> save every change and the new interface allows you to scroll easily through changes to see line-by-line who changed what and when.</li>\n<li><strong>Post Locking</strong> and <strong>Augmented Autosave</strong> will especially be a boon to sites where more than a single author is working on a post. Each author now has their own autosave stream, which stores things locally as well as on the server (so much harder to lose something) and there’s an interface for taking over editing of a post, as demonstrated beautifully by our bearded buddies in the video above.</li>\n<li><strong>Built-in HTML5 media player</strong> for native audio and video embeds with no reliance on external services.</li>\n<li>The <strong>Menu Editor</strong> is now much easier to understand and use.</li>\n</ul>\n<h3>Developer features</h3>\n<ul>\n<li>A new audio/video API gives you access to metadata like ID3 tags.</li>\n<li>You can now choose HTML5 markup for things like comment and search forms, and comment lists.</li>\n<li>Better filters for how revisions work, so you can store a different amount of history for different post types.</li>\n<li>Tons more <a href=\"http://codex.wordpress.org/Version_3.6\">listed on the Codex</a>, and of course you can always <a href=\"http://core.trac.wordpress.org/query?status=closed&group=resolution&milestone=3.6\">browse the over 700 closed tickets</a>.</li>\n</ul>\n<h3>The Band</h3>\n<p>This release was led by <a href=\"http://markjaquith.com/\">Mark Jaquith</a> and <a href=\"http://geekreprieve.com/\">Aaron Campbell</a>, and included contributions from the following fine folks. Pull up some Oscar Peterson on your music service of choice, or vinyl if you have it, and check out some of their profiles:</p>\n<p><a href=\"http://profiles.wordpress.org/technosailor\">Aaron Brazell</a>, <a href=\"http://profiles.wordpress.org/aaroncampbell\">Aaron D. Campbell</a>, <a href=\"http://profiles.wordpress.org/aaronholbrook\">Aaron Holbrook</a>, <a href=\"http://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"http://profiles.wordpress.org/kawauso\">Adam Harley</a>, <a href=\"http://profiles.wordpress.org/adamsilverstein\">adamsilverstein</a>, <a href=\"http://profiles.wordpress.org/akted\">AK Ted</a>, <a href=\"http://profiles.wordpress.org/xknown\">Alex Concha</a>, <a href=\"http://profiles.wordpress.org/alexkingorg\">Alex King</a>, <a href=\"http://profiles.wordpress.org/viper007bond\">Alex Mills (Viper007Bond)</a>, <a href=\"http://profiles.wordpress.org/momo360modena\">Amaury Balmer</a>, <a href=\"http://profiles.wordpress.org/sabreuse\">Amy Hendrix (sabreuse)</a>, <a href=\"http://profiles.wordpress.org/anatolbroder\">Anatol Broder</a>, <a href=\"http://profiles.wordpress.org/nacin\">Andrew Nacin</a>, <a href=\"http://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"http://profiles.wordpress.org/andrewryno\">Andrew Ryno</a>, <a href=\"http://profiles.wordpress.org/andy\">Andy Skelton</a>, <a href=\"http://profiles.wordpress.org/gorgoglionemeister\">Antonio</a>, <a href=\"http://profiles.wordpress.org/apimlott\">apimlott</a>, <a href=\"http://profiles.wordpress.org/awellis13\">awellis13</a>, <a href=\"http://profiles.wordpress.org/barry\">Barry</a>, <a href=\"http://profiles.wordpress.org/beaulebens\">Beau Lebens</a>, <a href=\"http://profiles.wordpress.org/belloswan\">BelloSwan</a>, <a href=\"http://profiles.wordpress.org/bilalcoder\">bilalcoder</a>, <a href=\"http://profiles.wordpress.org/bananastalktome\">Billy (bananastalktome)</a>, <a href=\"http://profiles.wordpress.org/bobbingwide\">bobbingwide</a>, <a href=\"http://profiles.wordpress.org/bobbravo2\">Bob Gregor</a>, <a href=\"http://profiles.wordpress.org/bradparbs\">bradparbs</a>, <a href=\"http://profiles.wordpress.org/bradyvercher\">Brady Vercher</a>, <a href=\"http://profiles.wordpress.org/kraftbj\">Brandon Kraft</a>, <a href=\"http://profiles.wordpress.org/brianlayman\">Brian Layman</a>, <a href=\"http://profiles.wordpress.org/beezeee\">Brian Zeligson</a>, <a href=\"http://profiles.wordpress.org/bpetty\">Bryan Petty</a>, <a href=\"http://profiles.wordpress.org/chmac\">Callum Macdonald</a>, <a href=\"http://profiles.wordpress.org/carldanley\">Carl Danley</a>, <a href=\"http://profiles.wordpress.org/caspie\">Caspie</a>, <a href=\"http://profiles.wordpress.org/charlestonsw\">Charleston Software Associates</a>, <a href=\"http://profiles.wordpress.org/cheeserolls\">cheeserolls</a>, <a href=\"http://profiles.wordpress.org/chipbennett\">Chip Bennett</a>, <a href=\"http://profiles.wordpress.org/c3mdigital\">Chris Olbekson</a>, <a href=\"http://profiles.wordpress.org/cochran\">Christopher Cochran</a>, <a href=\"http://profiles.wordpress.org/cfinke\">Christopher Finke</a>, <a href=\"http://profiles.wordpress.org/chriswallace\">Chris Wallace</a>, <a href=\"http://profiles.wordpress.org/corvannoorloos\">Cor van Noorloos</a>, <a href=\"http://profiles.wordpress.org/crazycoders\">crazycoders</a>, <a href=\"http://profiles.wordpress.org/danielbachhuber\">Daniel Bachhuber</a>, <a href=\"http://profiles.wordpress.org/mzaweb\">Daniel Dvorkin (MZAWeb)</a>, <a href=\"http://profiles.wordpress.org/redsweater\">Daniel Jalkut (Red Sweater)</a>, <a href=\"http://profiles.wordpress.org/daniloercoli\">daniloercoli</a>, <a href=\"http://profiles.wordpress.org/dannydehaan\">Danny de Haan</a>, <a href=\"http://profiles.wordpress.org/csixty4\">Dave Ross</a>, <a href=\"http://profiles.wordpress.org/dfavor\">David Favor</a>, <a href=\"http://profiles.wordpress.org/jdtrower\">David Trower</a>, <a href=\"http://profiles.wordpress.org/davidwilliamson\">David Williamson</a>, <a href=\"http://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"http://profiles.wordpress.org/dllh\">dllh</a>, <a href=\"http://profiles.wordpress.org/ocean90\">Dominik Schilling (ocean90)</a>, <a href=\"http://profiles.wordpress.org/dovyp\">dovyp</a>, <a href=\"http://profiles.wordpress.org/drewapicture\">Drew Jaynes (DrewAPicture)</a>, <a href=\"http://profiles.wordpress.org/dvarga\">dvarga</a>, <a href=\"http://profiles.wordpress.org/cais\">Edward Caissie</a>, <a href=\"http://profiles.wordpress.org/elfin\">elfin</a>, <a href=\"http://profiles.wordpress.org/empireoflight\">Empireoflight</a>, <a href=\"http://profiles.wordpress.org/ericlewis\">Eric Andrew Lewis</a>, <a href=\"http://profiles.wordpress.org/ethitter\">Erick Hitter</a>, <a href=\"http://profiles.wordpress.org/ericmann\">Eric Mann</a>, <a href=\"http://profiles.wordpress.org/evansolomon\">Evan Solomon</a>, <a href=\"http://profiles.wordpress.org/faishal\">faishal</a>, <a href=\"http://profiles.wordpress.org/feedmeastraycat\">feedmeastraycat</a>, <a href=\"http://profiles.wordpress.org/frank-klein\">Frank Klein</a>, <a href=\"http://profiles.wordpress.org/f-j-kaiser\">Franz Josef Kaiser</a>, <a href=\"http://profiles.wordpress.org/fstop\">FStop</a>, <a href=\"http://profiles.wordpress.org/mintindeed\">Gabriel Koen</a>, <a href=\"http://profiles.wordpress.org/garyc40\">Gary Cao</a>, <a href=\"http://profiles.wordpress.org/garyj\">Gary Jones</a>, <a href=\"http://profiles.wordpress.org/gcorne\">gcorne</a>, <a href=\"http://profiles.wordpress.org/geertdd\">GeertDD</a>, <a href=\"http://profiles.wordpress.org/soulseekah\">Gennady Kovshenin</a>, <a href=\"http://profiles.wordpress.org/georgestephanis\">George Stephanis</a>, <a href=\"http://profiles.wordpress.org/gish\">gish</a>, <a href=\"http://profiles.wordpress.org/tivnet\">Gregory Karpinsky</a>, <a href=\"http://profiles.wordpress.org/hakre\">hakre</a>, <a href=\"http://profiles.wordpress.org/hbanken\">hbanken</a>, <a href=\"http://profiles.wordpress.org/hebbet\">hebbet</a>, <a href=\"http://profiles.wordpress.org/helen\">Helen Hou-Sandi</a>, <a href=\"http://profiles.wordpress.org/helgatheviking\">helgatheviking</a>, <a href=\"http://profiles.wordpress.org/hirozed\">hirozed</a>, <a href=\"http://profiles.wordpress.org/hurtige\">hurtige</a>, <a href=\"http://profiles.wordpress.org/hypertextranch\">hypertextranch</a>, <a href=\"http://profiles.wordpress.org/iandunn\">Ian Dunn</a>, <a href=\"http://profiles.wordpress.org/ipstenu\">Ipstenu (Mika Epstein)</a>, <a href=\"http://profiles.wordpress.org/jakub\">jakub</a>, <a href=\"http://profiles.wordpress.org/h4ck3rm1k3\">James Michael DuPont</a>, <a href=\"http://profiles.wordpress.org/jbutkus\">jbutkus</a>, <a href=\"http://profiles.wordpress.org/jeremyfelt\">Jeremy Felt</a>, <a href=\"http://profiles.wordpress.org/jerrysarcastic\">Jerry Bates (JerrySarcastic)</a>, <a href=\"http://profiles.wordpress.org/jayjdk\">Jesper Johansen (Jayjdk)</a>, <a href=\"http://profiles.wordpress.org/joehoyle\">Joe Hoyle</a>, <a href=\"http://profiles.wordpress.org/joen\">Joen Asmussen</a>, <a href=\"http://profiles.wordpress.org/jkudish\">Joey Kudish</a>, <a href=\"http://profiles.wordpress.org/johnbillion\">John Blackbourn (johnbillion)</a>, <a href=\"http://profiles.wordpress.org/johnjamesjacoby\">John James Jacoby</a>, <a href=\"http://profiles.wordpress.org/jond3r\">Jonas Bolinder (jond3r)</a>, <a href=\"http://profiles.wordpress.org/desrosj\">Jonathan Desrosiers</a>, <a href=\"http://profiles.wordpress.org/jonbishop\">Jon Bishop</a>, <a href=\"http://profiles.wordpress.org/duck_\">Jon Cave</a>, <a href=\"http://profiles.wordpress.org/jcastaneda\">Jose Castaneda</a>, <a href=\"http://profiles.wordpress.org/josephscott\">Joseph Scott</a>, <a href=\"http://profiles.wordpress.org/jvisick77\">Josh Visick</a>, <a href=\"http://profiles.wordpress.org/jrbeilke\">jrbeilke</a>, <a href=\"http://profiles.wordpress.org/jrf\">jrf</a>, <a href=\"http://profiles.wordpress.org/devesine\">Justin de Vesine</a>, <a href=\"http://profiles.wordpress.org/justinsainton\">Justin Sainton</a>, <a href=\"http://profiles.wordpress.org/kadamwhite\">kadamwhite</a>, <a href=\"http://profiles.wordpress.org/trepmal\">Kailey (trepmal)</a>, <a href=\"http://profiles.wordpress.org/karmatosed\">karmatosed</a>, <a href=\"http://profiles.wordpress.org/ryelle\">Kelly Dwan</a>, <a href=\"http://profiles.wordpress.org/keoshi\">keoshi</a>, <a href=\"http://profiles.wordpress.org/kovshenin\">Konstantin Kovshenin</a>, <a href=\"http://profiles.wordpress.org/obenland\">Konstantin Obenland</a>, <a href=\"http://profiles.wordpress.org/ktdreyer\">ktdreyer</a>, <a href=\"http://profiles.wordpress.org/kurtpayne\">Kurt Payne</a>, <a href=\"http://profiles.wordpress.org/kwight\">kwight</a>, <a href=\"http://profiles.wordpress.org/lancewillett\">Lance Willett</a>, <a href=\"http://profiles.wordpress.org/leewillis77\">Lee Willis (leewillis77)</a>, <a href=\"http://profiles.wordpress.org/lessbloat\">lessbloat</a>, <a href=\"http://profiles.wordpress.org/settle\">Mantas Malcius</a>, <a href=\"http://profiles.wordpress.org/maor\">Maor Chasen</a>, <a href=\"http://profiles.wordpress.org/macbrink\">Marcel Brinkkemper</a>, <a href=\"http://profiles.wordpress.org/marcuspope\">MarcusPope</a>, <a href=\"http://profiles.wordpress.org/mark-k\">Mark-k</a>, <a href=\"http://profiles.wordpress.org/markjaquith\">Mark Jaquith</a>, <a href=\"http://profiles.wordpress.org/markmcwilliams\">Mark McWilliams</a>, <a href=\"http://profiles.wordpress.org/markoheijnen\">Marko Heijnen</a>, <a href=\"http://profiles.wordpress.org/mjbanks\">Matt Banks</a>, <a href=\"http://profiles.wordpress.org/mboynes\">Matthew Boynes</a>, <a href=\"http://profiles.wordpress.org/matthewruddy\">MatthewRuddy</a>, <a href=\"http://profiles.wordpress.org/mattwiebe\">Matt Wiebe</a>, <a href=\"http://profiles.wordpress.org/maxcutler\">Max Cutler</a>, <a href=\"http://profiles.wordpress.org/melchoyce\">Mel Choyce</a>, <a href=\"http://profiles.wordpress.org/mgibbs189\">mgibbs189</a>, <a href=\"http://profiles.wordpress.org/fanquake\">Michael</a>, <a href=\"http://profiles.wordpress.org/mdawaffe\">Michael Adams (mdawaffe)</a>, <a href=\"http://profiles.wordpress.org/tw2113\">Michael Beckwith</a>, <a href=\"http://profiles.wordpress.org/mfields\">Michael Fields</a>, <a href=\"http://profiles.wordpress.org/mikehansenme\">Mike Hansen</a>, <a href=\"http://profiles.wordpress.org/dh-shredder\">Mike Schroder</a>, <a href=\"http://profiles.wordpress.org/dimadin\">Milan Dinic</a>, <a href=\"http://profiles.wordpress.org/mitchoyoshitaka\">mitcho (Michael Yoshitaka Erlewine)</a>, <a href=\"http://profiles.wordpress.org/batmoo\">Mohammad Jangda</a>, <a href=\"http://profiles.wordpress.org/najamelan\">najamelan</a>, <a href=\"http://profiles.wordpress.org/Nao\">Naoko Takano</a>, <a href=\"http://profiles.wordpress.org/alex-ye\">Nashwan Doaqan</a>, <a href=\"http://profiles.wordpress.org/niallkennedy\">Niall Kennedy</a>, <a href=\"http://profiles.wordpress.org/nickdaugherty\">Nick Daugherty</a>, <a href=\"http://profiles.wordpress.org/celloexpressions\">Nick Halsey</a>, <a href=\"http://profiles.wordpress.org/ninnypants\">ninnypants</a>, <a href=\"http://profiles.wordpress.org/norcross\">norcross</a>, <a href=\"http://profiles.wordpress.org/paradiseporridge\">ParadisePorridge</a>, <a href=\"http://profiles.wordpress.org/pauldewouters\">Paul</a>, <a href=\"http://profiles.wordpress.org/pdclark\">Paul Clark</a>, <a href=\"http://profiles.wordpress.org/pavelevap\">pavelevap</a>, <a href=\"http://profiles.wordpress.org/petemall\">Pete Mall</a>, <a href=\"http://profiles.wordpress.org/westi\">Peter Westwood</a>, <a href=\"http://profiles.wordpress.org/phill_brown\">Phill Brown</a>, <a href=\"http://profiles.wordpress.org/mordauk\">Pippin Williamson</a>, <a href=\"http://profiles.wordpress.org/pollett\">Pollett</a>, <a href=\"http://profiles.wordpress.org/nprasath002\">Prasath Nadarajah</a>, <a href=\"http://profiles.wordpress.org/programmin\">programmin</a>, <a href=\"http://profiles.wordpress.org/rachelbaker\">rachelbaker</a>, <a href=\"http://profiles.wordpress.org/ramiy\">Rami Yushuvaev</a>, <a href=\"http://profiles.wordpress.org/redpixelstudios\">redpixelstudios</a>, <a href=\"http://profiles.wordpress.org/reidburke\">reidburke</a>, <a href=\"http://profiles.wordpress.org/retlehs\">retlehs</a>, <a href=\"http://profiles.wordpress.org/greuben\">Reuben Gunday</a>, <a href=\"http://profiles.wordpress.org/rlerdorf\">rlerdorf</a>, <a href=\"http://profiles.wordpress.org/rodrigosprimo\">Rodrigo Primo</a>, <a href=\"http://profiles.wordpress.org/roulandf\">roulandf</a>, <a href=\"http://profiles.wordpress.org/rovo89\">rovo89</a>, <a href=\"http://profiles.wordpress.org/ryanduff\">Ryan Duff</a>, <a href=\"http://profiles.wordpress.org/ryanhellyer\">Ryan Hellyer</a>, <a href=\"http://profiles.wordpress.org/rmccue\">Ryan McCue</a>, <a href=\"http://profiles.wordpress.org/zeo\">Safirul Alredha</a>, <a href=\"http://profiles.wordpress.org/saracannon\">sara cannon</a>, <a href=\"http://profiles.wordpress.org/scholesmafia\">scholesmafia</a>, <a href=\"http://profiles.wordpress.org/sc0ttkclark\">Scott Kingsley Clark</a>, <a href=\"http://profiles.wordpress.org/coffee2code\">Scott Reilly</a>, <a href=\"http://profiles.wordpress.org/wonderboymusic\">Scott Taylor</a>, <a href=\"http://profiles.wordpress.org/scribu\">scribu</a>, <a href=\"http://profiles.wordpress.org/tenpura\">Seisuke Kuraishi (tenpura)</a>, <a href=\"http://profiles.wordpress.org/sergej\">Sergej</a>, <a href=\"http://profiles.wordpress.org/sergeybiryukov\">Sergey Biryukov</a>, <a href=\"http://profiles.wordpress.org/sim\">Simon Hampel</a>, <a href=\"http://profiles.wordpress.org/simonwheatley\">Simon Wheatley</a>, <a href=\"http://profiles.wordpress.org/siobhan\">Siobhan</a>, <a href=\"http://profiles.wordpress.org/sirzooro\">sirzooro</a>, <a href=\"http://profiles.wordpress.org/slene\">slene</a>, <a href=\"http://profiles.wordpress.org/solarissmoke\">solarissmoke</a>, <a href=\"http://profiles.wordpress.org/srinig\">SriniG</a>, <a href=\"http://profiles.wordpress.org/stephenh1988\">Stephen Harris</a>, <a href=\"http://profiles.wordpress.org/storkontheroof\">storkontheroof</a>, <a href=\"http://profiles.wordpress.org/sunnyratilal\">Sunny Ratilal</a>, <a href=\"http://profiles.wordpress.org/sweetie089\">sweetie089</a>, <a href=\"http://profiles.wordpress.org/tar\">Tar</a>, <a href=\"http://profiles.wordpress.org/tlovett1\">Taylor Lovett</a>, <a href=\"http://profiles.wordpress.org/thomasvanderbeek\">Thomas van der Beek</a>, <a href=\"http://profiles.wordpress.org/n7studios\">Tim Carr</a>, <a href=\"http://profiles.wordpress.org/tjsingleton\">tjsingleton</a>, <a href=\"http://profiles.wordpress.org/tobiasbg\">TobiasBg</a>, <a href=\"http://profiles.wordpress.org/toscho\">toscho</a>, <a href=\"http://profiles.wordpress.org/taupecat\">Tracy Rotton</a>, <a href=\"http://profiles.wordpress.org/travishoffman\">TravisHoffman</a>, <a href=\"http://profiles.wordpress.org/uuf6429\">uuf6429</a>, <a href=\"http://profiles.wordpress.org/lightningspirit\">Vitor Carvalho</a>, <a href=\"http://profiles.wordpress.org/wojtek\">wojtek</a>, <a href=\"http://profiles.wordpress.org/wpewill\">wpewill</a>, <a href=\"http://profiles.wordpress.org/wraithkenny\">WraithKenny</a>, <a href=\"http://profiles.wordpress.org/wycks\">wycks</a>, <a href=\"http://profiles.wordpress.org/xibe\">Xavier Borderie</a>, <a href=\"http://profiles.wordpress.org/yoavf\">Yoav Farhi</a>, <a href=\"http://profiles.wordpress.org/thelastcicada\">Zachary Brown</a>, <a href=\"http://profiles.wordpress.org/tollmanz\">Zack Tollman</a>, <a href=\"http://profiles.wordpress.org/zekeweeks\">zekeweeks</a>, <a href=\"http://profiles.wordpress.org/ziegenberg\">ziegenberg</a>, and <a href=\"http://profiles.wordpress.org/viniciusmassuchetto\">viniciusmassuchetto</a>.</p>\n<p>Time to upgrade!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"http://wordpress.org/news/2013/08/oscar/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:45:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WordPress 3.6 Release Candidate 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"http://wordpress.org/news/2013/07/wordpress-3-6-release-candidate-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"http://wordpress.org/news/2013/07/wordpress-3-6-release-candidate-2/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 24 Jul 2013 07:25:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:7:\"Testing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=2649\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:341:\"The second release candidate for WordPress 3.6 is now available for download and testing. We’re down to only a few remaining issues, and the final release should be available in a matter of days. In RC2, we’ve tightened up some aspects of revisions, autosave, and the media player, and fixed some bugs that were spotted […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Mark Jaquith\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1325:\"<p>The second release candidate for WordPress 3.6 is now available for download and testing.</p>\n<p>We’re down to only a few remaining issues, and the final release should be available in a matter of days. In RC2, we’ve tightened up some aspects of revisions, autosave, and the media player, and fixed some bugs that were spotted in RC1. Please test this release candidate as much as you can, so we can deliver a smooth final release!</p>\n<p><strong>Think you’ve found a bug?</strong> Please post to the <a href=\"http://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area in the support forums</a>.</p>\n<p><strong>Developers,</strong> please continue to test your plugins and themes, so that if there is a compatibility issue, we can figure it out before the final release. You can find our <a href=\"http://core.trac.wordpress.org/report/6\">list of known issues here</a>.</p>\n<p>To test WordPress 3.6, try the <a href=\"http://wordpress.org/extend/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"http://wordpress.org/wordpress-3.6-RC2.zip\">download the release candidate here (zip)</a>.</p>\n<p><em>Revisions so smooth</em><br />\n<em>We autosave your changes</em><br />\n<em>Data loss begone!</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://wordpress.org/news/2013/07/wordpress-3-6-release-candidate-2/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:31:\"http://wordpress.org/news/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"hourly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:8:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Mon, 11 Nov 2013 06:48:34 GMT\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:10:\"x-pingback\";s:36:\"http://wordpress.org/news/xmlrpc.php\";s:13:\"last-modified\";s:29:\"Tue, 29 Oct 2013 21:04:59 GMT\";s:4:\"x-nc\";s:11:\"HIT lax 249\";}s:5:\"build\";s:14:\"20131106173658\";}','no'),(23963,'_transient_timeout_feed_mod_3f0cb0f17a4716a220562f01951367c8','1384195712','no'),(23964,'_transient_feed_mod_3f0cb0f17a4716a220562f01951367c8','1384152512','no'),(23965,'_transient_timeout_dash_20494a3d90a6669585674ed0eb8dcd8f','1384195712','no'),(23966,'_transient_dash_20494a3d90a6669585674ed0eb8dcd8f','<p>This dashboard widget queries <a href=\"http://blogsearch.google.com/\">Google Blog Search</a> so that when another blog links to your site it will show up here. It has found no incoming links… yet. It’s okay — there is no rush.</p>\n','no'),(23961,'_transient_timeout_feed_3f0cb0f17a4716a220562f01951367c8','1384195712','no'),(23962,'_transient_feed_3f0cb0f17a4716a220562f01951367c8','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:4:\"\n \n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:33:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:3:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"link:http://testingweb123.webuda.com/ - Google Blog Search\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"http://www.google.com/search?ie=utf-8&q=link:http://testingweb123.webuda.com/&tbm=blg&tbs=sbd:1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"Your search - <b>link:http://testingweb123.webuda.com/</b> - did not match any documents.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://a9.com/-/spec/opensearch/1.1/\";a:3:{s:12:\"totalResults\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:10:\"startIndex\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:12:\"itemsPerPage\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"10\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:10:{s:12:\"content-type\";s:28:\"text/xml; charset=ISO-8859-1\";s:4:\"date\";s:29:\"Mon, 11 Nov 2013 06:48:32 GMT\";s:7:\"expires\";s:2:\"-1\";s:13:\"cache-control\";s:18:\"private, max-age=0\";s:10:\"set-cookie\";a:2:{i:0;s:143:\"PREF=ID=3851ad6209babf73:FF=0:TM=1384152512:LM=1384152513:S=VAEvCS-UJJqGDNwt; expires=Wed, 11-Nov-2015 06:48:33 GMT; path=/; domain=.google.com\";i:1;s:212:\"NID=67=hZTq_FVWue01b9n0-gQWhkzgzqqMafaqCIUHmOU_XTEUmnVKT6hCKYsHLfIW6UeA1ygzLQI_XNX4Sv9csDuHijJUIxBcGSwERpua9rgKs0lQOQ-vb2O5cTLUK9JMug7m; expires=Tue, 13-May-2014 06:48:33 GMT; path=/; domain=.google.com; HttpOnly\";}s:3:\"p3p\";s:122:\"CP=\"This is not a P3P policy! See http://www.google.com/support/accounts/bin/answer.py?hl=en&answer=151657 for more info.\"\";s:6:\"server\";s:3:\"gws\";s:16:\"x-xss-protection\";s:13:\"1; mode=block\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:18:\"alternate-protocol\";s:7:\"80:quic\";}s:5:\"build\";s:14:\"20131106173658\";}','no'),(1722,'widget_ti_latest_posts','a:2:{i:2;a:3:{s:5:\"title\";s:12:\"Latest Posts\";s:9:\"items_num\";s:1:\"3\";s:11:\"widget_type\";s:10:\"flexslider\";}s:12:\"_multiwidget\";i:1;}','yes'),(1724,'widget_ti_most_commented','a:2:{i:2;a:2:{s:5:\"title\";s:14:\"Most Commented\";s:9:\"items_num\";s:1:\"5\";}s:12:\"_multiwidget\";i:1;}','yes'),(1762,'_category_106_menu_latest_posts','field_516807bdd9f14','yes'),(1763,'category_106_category_slider','cat_slider_on','yes'),(1764,'_category_106_category_slider','field_66','yes'),(1765,'category_106_category_sidebar','cat_sidebar_on','yes'),(1766,'_category_106_category_sidebar','field_65','yes'),(1768,'category_107_menu_latest_posts','latest_posts_on','yes'),(1769,'_category_107_menu_latest_posts','field_516807bdd9f14','yes'),(1770,'category_107_category_slider','cat_slider_on','yes'),(1771,'_category_107_category_slider','field_66','yes'),(1772,'category_107_category_sidebar','cat_sidebar_on','yes'),(1773,'_category_107_category_sidebar','field_65','yes'),(1967,'mimo_plus-template-options-overrides','a:1:{i:1;s:4:\"Home\";}','yes'),(1974,'mimo_plus-template-options-override-sidebar-1','a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:7:\"sidebar\";a:0:{}s:11:\"content-top\";a:5:{i:0;s:30:\"gantry_mimohorizontalbar-10503\";i:1;s:21:\"gantry_newswall-10002\";i:2;s:25:\"gantry_mimobloginfo-10002\";i:3;s:25:\"gantry_mimocarousel-10002\";i:4;s:22:\"gantry_mimoshare-10002\";}}','yes'),(1975,'mimo_plus-template-options-override-widgets-1','a:9:{s:31:\"widget_gantry_mimohorizontalbar\";a:2:{i:10503;a:3:{s:4:\"type\";s:8:\"colorbig\";s:6:\"hrname\";s:0:\"\";s:17:\"custom-variations\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}s:22:\"widget_gantry_mimotabs\";a:1:{s:12:\"_multiwidget\";i:1;}s:22:\"widget_gantry_mimonews\";a:1:{s:12:\"_multiwidget\";i:1;}s:25:\"widget_gantry_mimotwitter\";a:1:{s:12:\"_multiwidget\";i:1;}s:16:\"widget_tag_cloud\";a:1:{s:12:\"_multiwidget\";i:1;}s:22:\"widget_gantry_newswall\";a:2:{i:10002;a:10:{s:5:\"title\";s:8:\"NewsWall\";s:5:\"nshow\";s:2:\"10\";s:4:\"ncol\";s:1:\"1\";s:7:\"nfilter\";s:3:\"yes\";s:4:\"npag\";s:3:\"yes\";s:10:\"showgopost\";s:2:\"no\";s:14:\"infinitescroll\";s:2:\"no\";s:4:\"ntax\";s:0:\"\";s:6:\"nwords\";s:2:\"20\";s:17:\"custom-variations\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}s:26:\"widget_gantry_mimobloginfo\";a:2:{i:10002;a:3:{s:10:\"contacturl\";s:11:\"contact url\";s:7:\"blogurl\";s:8:\"blog url\";s:17:\"custom-variations\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}s:26:\"widget_gantry_mimocarousel\";a:2:{i:10002;a:5:{s:5:\"title\";s:13:\"Mimo Carousel\";s:4:\"ccol\";s:1:\"3\";s:4:\"ctax\";s:0:\"\";s:5:\"cshow\";s:0:\"\";s:17:\"custom-variations\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}s:23:\"widget_gantry_mimoshare\";a:2:{i:10002;a:6:{s:5:\"title\";s:9:\"Follow us\";s:7:\"twitter\";s:0:\"\";s:8:\"facebook\";s:0:\"\";s:8:\"rss_link\";s:0:\"\";s:10:\"menu_class\";s:0:\"\";s:17:\"custom-variations\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}}','yes'),(2060,'theme_mods_burogu','a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:2:{s:9:\"main-menu\";i:178;s:11:\"footer-menu\";i:179;}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1379337585;s:4:\"data\";a:2:{s:19:\"wp_inactive_widgets\";a:3:{i:0;s:11:\"tag_cloud-2\";i:1;s:7:\"pages-2\";i:2;s:14:\"recent-posts-2\";}s:7:\"sidebar\";a:11:{i:0;s:15:\"colabs_search-2\";i:1;s:19:\"blog_subscription-3\";i:2;s:7:\"image-2\";i:3;s:17:\"colabs_facebook-3\";i:4;s:18:\"twitter_timeline-2\";i:5;s:15:\"colabs_social-2\";i:6;s:13:\"colabs_tabs-2\";i:7;s:6:\"text-2\";i:8;s:11:\"top-posts-2\";i:9;s:29:\"weptile-image-slider-widget-2\";i:10;s:10:\"archives-2\";}}}}','yes'),(1680,'theme_mods_simplemag','a:34:{i:0;b:0;s:12:\"site_tagline\";i:1;s:14:\"copyright_text\";s:45:\"Powered by WordPress. Created by ThemesIndep.\";s:15:\"main_site_color\";s:7:\"#ffcc0d\";s:15:\"main_menu_links\";s:4:\"18px\";s:11:\"font_titles\";s:6:\"Oswald\";s:9:\"font_text\";s:4:\"Lato\";s:19:\"single_rating_title\";s:10:\"Our Rating\";s:22:\"single_breakdown_title\";s:13:\"The Breakdown\";s:13:\"single_author\";i:1;s:13:\"single_social\";i:1;s:18:\"related_posts_info\";s:41:\"<h3 style=\"margin: 0;\">Related Posts</h3>\";s:14:\"single_related\";i:1;s:20:\"single_related_title\";s:17:\"You may also like\";s:28:\"single_related_posts_to_show\";s:1:\"2\";s:15:\"slide_dock_info\";s:51:\"<h3 style=\"margin: 0;\">Random Posts Slide Dock</h3>\";s:17:\"single_slide_dock\";i:1;s:23:\"single_slide_dock_title\";s:12:\"More Stories\";s:11:\"error_title\";s:31:\"Ooops! That page can\'t be found\";s:11:\"error_image\";s:60:\"[site_url]/wp-content/themes/simplemag/images/error-page.png\";s:0:\"\";s:0:\"\";s:9:\"site_logo\";s:0:\"\";s:12:\"site_favicon\";s:0:\"\";s:19:\"site_retina_favicon\";s:0:\"\";s:23:\"single_slide_dock_style\";i:0;s:10:\"custom_css\";s:0:\"\";s:16:\"custom_js_header\";s:0:\"\";s:16:\"custom_js_footer\";s:0:\"\";s:9:\"of_backup\";s:0:\"\";s:11:\"of_transfer\";s:0:\"\";s:9:\"smof_init\";s:31:\"Tue, 03 Sep 2013 21:01:04 +0000\";s:18:\"nav_menu_locations\";a:2:{s:9:\"main_menu\";i:98;s:14:\"secondary_menu\";i:99;}s:7:\"backups\";N;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1378308885;s:4:\"data\";a:6:{s:19:\"wp_inactive_widgets\";a:4:{i:0;s:7:\"pages-2\";i:1;s:8:\"search-3\";i:2;s:8:\"search-2\";i:3;s:14:\"recent-posts-2\";}s:9:\"sidebar-1\";a:0:{}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:1:{i:0;s:17:\"ti_latest_posts-2\";}s:9:\"sidebar-4\";a:1:{i:0;s:20:\"ti_latest_comments-2\";}s:9:\"sidebar-5\";a:1:{i:0;s:19:\"ti_most_commented-2\";}}}}','yes'),(1723,'widget_ti_latest_comments','a:2:{i:2;a:2:{s:5:\"title\";s:15:\"Latest Comments\";s:13:\"comments_show\";s:1:\"5\";}s:12:\"_multiwidget\";i:1;}','yes'),(23988,'_transient_timeout_feed_mod_77fa140e07ce53fe8c87136636f83d72','1384195716','no'),(23989,'_transient_feed_mod_77fa140e07ce53fe8c87136636f83d72','1384152516','no'),(23980,'_transient_dash_4077549d03da2e451c8b5f002294ff51','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'http://wordpress.org/news/2013/10/wordpress-3-7-1/\' title=\'WordPress 3.7.1 is now available! This maintenance release addresses 11 bugs in WordPress 3.7, including: Images with captions no longer appear broken in the visual editor. Allow some sites running on old or poorly configured servers to continue to check for updates from WordPress.org. Avoid fatal errors with certain plugins that were incorrectly calling some […]\'>WordPress 3.7.1 Maintenance Release</a> <span class=\"rss-date\">October 29, 2013</span><div class=\'rssSummary\'>WordPress 3.7.1 is now available! This maintenance release addresses 11 bugs in WordPress 3.7, including: Images with captions no longer appear broken in the visual editor. Allow some sites running on old or poorly configured servers to continue to check for updates from WordPress.org. Avoid fatal errors with certain plugins that were incorrectly calling som […]</div></li><li><a class=\'rsswidget\' href=\'http://wordpress.org/news/2013/10/basie/\' title=\'Version 3.7 of WordPress, named “Basie” in honor of Count Basie, is available for download or update in your WordPress dashboard. This release features some of the most important architectural updates we’ve made to date. Here are the big ones: Updates while you sleep: With WordPress 3.7, you don’t have to lift a finger to […]\'>WordPress 3.7 “Basie”</a> <span class=\"rss-date\">October 24, 2013</span><div class=\'rssSummary\'>Version 3.7 of WordPress, named “Basie” in honor of Count Basie, is available for download or update in your WordPress dashboard. This release features some of the most important architectural updates we’ve made to date. Here are the big ones: Updates while you sleep: With WordPress 3.7, you don’t have to lift a finger to […]</div></li></ul></div>','no'),(20498,'_site_transient_timeout_browser_534c07c4c06c14de70178e1296fcf30e','1384363733','yes'),(20499,'_site_transient_browser_534c07c4c06c14de70178e1296fcf30e','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"30.0.1599.101\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(17018,'_site_transient_timeout_browser_2424478e6b1ff60ea2c31d2f896a8141','1383970086','yes'),(23970,'_transient_feed_867bd5c64f85878d03a060509cd2f92c','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:61:\"\n \n \n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"WordPress Planet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"WordPress Planet - http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:50:{i:0;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"WordPress.tv: Jake Goldman: Interview Cheat Sheet: 10 Questions I Ask Every Developer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=24123\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"http://wordpress.tv/2013/11/10/jake-goldman-interview-cheat-sheet-10-questions-i-ask-every-developer/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:724:\"<div id=\"v-GwUZUP5N-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/24123/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/24123/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=24123&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2013/11/10/jake-goldman-interview-cheat-sheet-10-questions-i-ask-every-developer/\"><img alt=\"Jake Goldman: Interview Cheat Sheet: 10 Questions I Ask Every Developer\" src=\"http://videos.videopress.com/GwUZUP5N/video-d4e4a98e65_scruberthumbnail_1.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 10 Nov 2013 16:53:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"WordPress.tv: Frederick Townes: WordPress Performance Optimization\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=24099\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"http://wordpress.tv/2013/11/10/frederick-townes-wordpress-performance-optimization/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:681:\"<div id=\"v-C1aPuMt1-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/24099/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/24099/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=24099&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2013/11/10/frederick-townes-wordpress-performance-optimization/\"><img alt=\"Frederick Townes: WordPress Performance Optimization\" src=\"http://videos.videopress.com/C1aPuMt1/video-7106f8c9a0_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 10 Nov 2013 16:21:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"WordPress.tv: Tony Perez: WordPress Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=24089\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"http://wordpress.tv/2013/11/09/tony-perez-wordpress-security/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:643:\"<div id=\"v-aDJ6mRFk-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/24089/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/24089/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=24089&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2013/11/09/tony-perez-wordpress-security/\"><img alt=\"Tony Perez: WordPress Security\" src=\"http://videos.videopress.com/aDJ6mRFk/video-a3e0296802_scruberthumbnail_1.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 09 Nov 2013 17:16:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"WordPress.tv: Panel Discussion: BuddyPress QandA Panel\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=24125\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"http://wordpress.tv/2013/11/09/panel-discussion-buddypress-qanda-panel/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:657:\"<div id=\"v-t4lN8L39-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/24125/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/24125/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=24125&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2013/11/09/panel-discussion-buddypress-qanda-panel/\"><img alt=\"Panel Discussion: BuddyPress QandA Panel\" src=\"http://videos.videopress.com/t4lN8L39/video-836bf0bd9f_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 09 Nov 2013 14:34:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"WPTavern: WPWeekly Episode 127 – Roundtable With Brad Williams Who Eats API’s For Breakfast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://www.wptavern.com/?p=11319\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:102:\"http://www.wptavern.com/wpweekly-episode-127-roundtable-with-brad-williams-who-eats-apis-for-breakfast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3621:\"<p><a href=\"http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/08/WordPressWeekly_albumart2.jpg\" rel=\"thumbnail\"><img src=\"http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/08/WordPressWeekly_albumart2.jpg?resize=150%2C150\" alt=\"WordPress Weekly Cover Art\" class=\"alignright size-thumbnail wp-image-8715\" /></a> In this weeks episode, we were joined by Brad Williams of <a href=\"http://www.webdevstudios.com\" title=\"http://www.webdevstudios.com\">Webdevstudios</a> and <a href=\"http://www.dradcast.com\" title=\"http://www.dradcast.com\">Dradcast</a> to discuss the headlines of the week. We covered a large assortment of news items and received some updates on projects Webdevstudios is working on such as the latest release of <a href=\"http://wordpress.org/plugins/badgeos/\" title=\"http://wordpress.org/plugins/badgeos/\">BadgeOS</a>. Brad is a long time participant of the WordPress Weekly show and it was great to have him back. The last time he was on the show was June 6th, 2010 when he called into the show from WordCamp Chicago. This episode reminded me how much fun it is to be part of a roundtable type of show.<span id=\"more-11319\"></span></p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"http://www.wptavern.com/breaking-new-features-selected-to-merge-into-wordpress-3-8-core\" title=\"http://www.wptavern.com/breaking-new-features-selected-to-merge-into-wordpress-3-8-core\">Breaking: New Features Selected To Merge Into WordPress 3.8 Core</a><br />\n<a href=\"http://www.wptavern.com/the-future-of-wordpress-widgets-a-better-ui-with-real-time-previews\" title=\"http://www.wptavern.com/the-future-of-wordpress-widgets-a-better-ui-with-real-time-previews\">The Future of WordPress Widgets: A Better UI With Real-Time Previews</a><br />\n<a href=\"http://www.wptavern.com/cart66-launches-wordpress-managed-hosting-for-e-commerce\" title=\"http://www.wptavern.com/cart66-launches-wordpress-managed-hosting-for-e-commerce\">Cart66 Launches WordPress Managed Hosting for E-Commerce</a><br />\n<a href=\"http://www.wptavern.com/my-approachable-wordpress-story\" title=\"http://www.wptavern.com/my-approachable-wordpress-story\">My Approachable WordPress Story</a><br />\n<a href=\"http://www.wptavern.com/should-wordpress-include-a-password-generator\" title=\"http://www.wptavern.com/should-wordpress-include-a-password-generator\">Should WordPress Include a Password Generator?</a><br />\n<a href=\"http://www.wptavern.com/buddypress-1-9-to-retire-default-theme-and-add-new-notifications-component\" title=\"http://www.wptavern.com/buddypress-1-9-to-retire-default-theme-and-add-new-notifications-component\">BuddyPress 1.9 To Retire Default Theme and Add New Notifications Component</a><br />\n<a href=\"http://www.wptavern.com/gravityforms-1-8-beta-released-introduces-api\" title=\"http://www.wptavern.com/gravityforms-1-8-beta-released-introduces-api\">GravityForms 1.8 Beta Released, Introduces API</a></p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Friday, November 15th 3 P.M. Eastern – Special Guest will be Brian Gardner of StudioPress.com</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href=\"http://www.wptavern.com/feed/podcast\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #127:</strong><br />\n</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 09 Nov 2013 03:46:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Jeffro\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"WPTavern: Free WordPress Writr Theme Now Available on WordPress.org\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://www.wptavern.com/?p=11288\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"http://www.wptavern.com/free-wordpress-writr-theme-now-available-on-wordpress-org\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3119:\"<p>Last week WordPress.com released <a href=\"http://en.blog.wordpress.com/2013/10/31/writr/\" target=\"_blank\">Writr</a>, a beautiful free theme that really puts your content in the spotlight. The tumblelog style is perfect for power bloggers who like to utilize <a href=\"http://en.support.wordpress.com/posts/post-formats/\" target=\"_blank\">post formats</a> for different types of content. </p>\n<p>The good news this week is that Writr is now available for self-hosted WordPress sites via its new page on <a href=\"http://wordpress.org/themes/writr\" target=\"_blank\">WordPress.org</a>. You can install it directly through your dashboard and take advantage of the same features the theme offers on WordPress.com.</p>\n<p><a href=\"http://i1.wp.com/www.wptavern.com/wp-content/uploads/2013/11/writr.jpg\" rel=\"thumbnail\"><img src=\"http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/11/writr.jpg?resize=560%2C420\" alt=\"writr\" class=\"aligncenter size-full wp-image-11292\" /></a><span id=\"more-11288\"></span></p>\n<p>Writr is responsive and looks absolutely stunning on any device. On smaller devices the sidebar is either displayed or hidden via a neatly tucked corner toggle. Instead of stacking the sidebar content below the list of posts, it’s always at your fingertips with one click. <a href=\"http://writrdemo.wordpress.com/\" target=\"_blank\">Test the demo</a> by resizing your browser window to see how nicely it works.</p>\n<p><a href=\"http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/11/responsive.png\" rel=\"thumbnail\"><img src=\"http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/11/responsive.png?resize=560%2C204\" alt=\"responsive\" class=\"aligncenter size-full wp-image-11297\" /></a></p>\n<h3>Theme Options for Customizing Writr</h3>\n<p>Writr comes with unique icons for each post type as well as 6 different color schemes: turquoise (default), blue, green, grey, purple, and red. It also has support for a custom header image, background, menu and social icons.</p>\n<p>One of my favorite features of the Writr theme is the optional wider content area. It can be easily increased by visiting the customizer and ticking the “Wider Content Area” checkbox – no CSS edits necessary!</p>\n<p><a href=\"http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/11/writr_wider_content_area.jpg\" rel=\"thumbnail\"><img src=\"http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/11/writr_wider_content_area.jpg?resize=560%2C293\" alt=\"writr_wider_content_area\" class=\"aligncenter size-full wp-image-11307\" /></a></p>\n<p>Since Writr was originally built for use on WordPress.com and has passed the <a href=\"http://codex.wordpress.org/Theme_Review\" target=\"_blank\">rigorous theme standards</a> of WordPress.org, you know that it’s a high quality theme. An added benefit here is that it’s supported by professional developers so you’ll be good to go for future updates.</p>\n<p>Does <a href=\"http://wordpress.org/themes/writr\" target=\"_blank\">Writr</a> have you thinking about changing the theme on your blog? Install it from WordPress.org and check it out in live preview mode.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 08 Nov 2013 23:33:49 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"WPTavern: CoSchedule – A Viable Alternative To The Edit Flow WordPress Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://www.wptavern.com/?p=11218\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"http://www.wptavern.com/coschedule-a-viable-alternative-to-the-edit-flow-wordpress-plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:11402:\"<p><a href=\"http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/11/CoScheduleLogo.jpg\" rel=\"thumbnail\"><img class=\"alignright size-full wp-image-11248\" alt=\"CoSchedule Logo\" src=\"http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/11/CoScheduleLogo.jpg?resize=273%2C80\" /></a>I’m a huge fan of the <a title=\"http://wordpress.org/plugins/edit-flow/\" href=\"http://wordpress.org/plugins/edit-flow/\">Edit Flow plugin</a>, especially since this site started publishing articles from multiple authors. It has all sorts of cool features such as custom post statuses, notifications, and editorial comments within posts. Unfortunately, Edit Flow is broken in a few places. I’ve been in touch with at least a few people who told me they switched to a different plugin because of the issues they encountered with Edit Flow. Thankfully, those items are being addressed and a fix should be released soon. In the mean time, I discovered a paid alternative to Edit Flow that looks to be just as good if not better than Edit Flow called <a title=\"http://coschedule.com/\" href=\"http://coschedule.com/\">CoSchedule</a>. <span id=\"more-11218\"></span></p>\n<div class=\"aligncenter\">\n<p><span class=\"embed-youtube\"></span></p>\n</div>\n<h3>CoSchedule In a Nutshell</h3>\n<p>CoSchedule is a service created by <a title=\"http://profiles.wordpress.org/todaymade/\" href=\"http://profiles.wordpress.org/todaymade/\">Garret Moon</a> of <a title=\"http://todaymade.com/\" href=\"http://todaymade.com/\">Todaymade</a> that is accessible in WordPress via a plugin. It provides an editorial workflow complete with a calendar to help keep track of activity across the site. It’s $10.00 per month per WordPress site. The plan includes:</p>\n<ul>\n<li>Unlimited Users</li>\n<li>Unlimited Social Accounts</li>\n<li>No hidden fees</li>\n<li>Free support</li>\n<li>The option of cancelling your account at any time, no credit card required.</li>\n</ul>\n<p>New users have 14 days to try out the service.</p>\n<h3>Installing And Configuring CoSchedule</h3>\n<p>Installing and configuring CoSchedule was a breeze thanks in large part to a video explanation and the excellent use of pointers introduced in <a href=\"http://wordpress.org/news/2011/12/sonny/\" title=\"http://wordpress.org/news/2011/12/sonny/\">WordPress 3.3</a>. It’s the first time those tips came in handy. They also disappeared once I went through the process once. When setting up for the first time, make certain you select the appropriate time zone. If you don’t, it will throw off the entire system. </p>\n<h3>Controlling Social Media And Content From One Interface</h3>\n<p>Not only can writers create and manage posts through CoSchedule, they can also manager their social media presence by connecting their accounts similar to the way <a title=\"http://jetpack.me/support/publicize/\" href=\"http://jetpack.me/support/publicize/\">Publicize works in Jetpack</a>. Unlike Jetpack, you can control when the social media message is broadcasted. Being able to control when and how your social media messages are displayed along with content is a great combination.</p>\n<div id=\"attachment_11250\" class=\"wp-caption aligncenter\"><a href=\"http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/11/CoScheduleSocialMediaPost.jpg\" rel=\"thumbnail\"><img class=\"size-large wp-image-11250\" alt=\"Creating A Social Media Post\" src=\"http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/11/CoScheduleSocialMediaPost.jpg?resize=500%2C357\" /></a><p class=\"wp-caption-text\">Creating A Social Media Post</p></div>\n<p>As you can see from the following screenshot, social media posts show up in the calendar alongside blog posts. Changing when these events occur is as simple as clicking and dragging the post from one day to the next. </p>\n<p><a href=\"http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/11/CoScheduleTwitterPost.jpg\" rel=\"thumbnail\"><img src=\"http://i1.wp.com/www.wptavern.com/wp-content/uploads/2013/11/CoScheduleTwitterPost.jpg?resize=441%2C267\" alt=\"CoScheduleTwitterPost\" class=\"aligncenter size-full wp-image-11251\" /></a></p>\n<h3>Light Grey On White Is Not A Good Combination</h3>\n<p>One thing I didn’t like is the lack of bold colors for the fonts used throughout the interface. The light grey colored fonts used on top of a white background were hard to see. Even though CoSchedule ships with multiple color schemes, none of them improved the situation. In fact, some of the color schemes made the problem worse. Take this screenshot for example. I’m hoping the next version of CoSchedule experiments with bolder colors.</p>\n<div id=\"attachment_11252\" class=\"wp-caption aligncenter\"><a href=\"http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/11/CoScheduleInterfaceColors.jpg\" rel=\"thumbnail\"><img src=\"http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/11/CoScheduleInterfaceColors.jpg?resize=500%2C223\" alt=\"CoSchedule Interface Colors\" class=\"size-large wp-image-11252\" /></a><p class=\"wp-caption-text\">Hard To Read Light Grey Text</p></div>\n<h3>Not Native To WordPress But It Works</h3>\n<p>The interface for managing posts whether it be the calendar view or when writing/editing a blog post is not the native WordPress interface. But it’s not a drastic departure either. In fact, I like it and it works well. </p>\n<h3>The Manager With Many Hats</h3>\n<p>Just like Edit Flow, CoSchedule gives you the ability to create users and assign them specific roles. This is known as the team. The owner of the site has the power to create new users and assign them roles. One improvement that could be made here is when typing in a users name, CoSchedule looks at the WordPress users and auto suggests a match. That way, it just adds them to the team members list. I love how there is a clear explanation of what each role allows on the bottom of the Team Members page. </p>\n<div id=\"attachment_11253\" class=\"wp-caption aligncenter\"><a href=\"http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/11/CoScheduleUsers.jpg\" rel=\"thumbnail\"><img src=\"http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/11/CoScheduleUsers.jpg?resize=500%2C302\" alt=\"Creating CoSchedule Users\" class=\"size-large wp-image-11253\" /></a><p class=\"wp-caption-text\">Controlling CoSchedule Users</p></div>\n<p>CoSchedule has integration support for Bitly, Google Analytics, and Google Calendar. </p>\n<h3>My Favorite Feature Of CoSchedule</h3>\n<p>Just like Edit Flow, my favorite feature in CoSchedule is the ability to provide editorial comments attached to a post. This has proved to be an invaluable feature that makes collaboration easy. Besides being able to write comments, depending on your user role, you can assign tasks to that writer. For each task that is completed, the task creator will receive a notification that it’s been completed. You can also follow posts. Following a post means you’ll receive notifications for any activity that occurs on that post. </p>\n<div id=\"attachment_11255\" class=\"wp-caption aligncenter\"><a href=\"http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/11/CoScheduleCommentsAndTasks.jpg\" rel=\"thumbnail\"><img src=\"http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/11/CoScheduleCommentsAndTasks.jpg?resize=362%2C412\" alt=\"Adding Comments Or Tasks\" class=\"size-full wp-image-11255\" /></a><p class=\"wp-caption-text\">Adding Comments Or Tasks</p></div>\n<h3>Interview With Founder Garret Moon</h3>\n<p><strong>How much functionality of CoSchedule is in the actual plugin versus the website?</strong><br />\n<em>CoSchedule relies completely on WordPress core for post scheduling and publishing. Posts on the calendar are simply synced with your WordPress install, not moved. Social messages are handled a bit differently, and sent remotely from the CoSchedule servers. </p>\n<p>CoSchedule is a web application that integrates deeply with WordPress through the use of the CoSchedule plugin. We aren’t 100% embedded into your WordPress install for all purposes, but this is by design. This combination provides the best possible user experience and reliability. Our goal is to allow WordPress to do what it does best, and our own service to add as much value as it possibly can. </em></p>\n<p><strong>What happens if CoSchedule stops working or the website disappears? Will data be lost?</strong><br />\n<em>Post data is never moved to our servers and remains on your local install. Post data loss is not a possibility with CoSchedule. Scheduled social messages are stored on our servers, but data loss is still very unlikely. We maintain redundant databases at all times and complete hourly backups of user data. Our data is secured with some of the largest data providers in the world.</em></p>\n<p><strong>Was Edit Flow an inspiration when creating CoSchedule?</strong><br />\n<em>Not really. We created CoSchedule because we wanted a robust tool for scheduling social media messages and blog posts on the same calendar, and in a team environment. We also believe in WordPress as a publishing platform, so we felt that the best way to accomplish this was through a custom application that worked in-hand with WordPress.</em></p>\n<p><strong>How did you arrive at the $10 per month price point?</strong></p>\n<p><a href=\"http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/11/CoSchedulePricing.jpg\" rel=\"thumbnail\"><img src=\"http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/11/CoSchedulePricing.jpg?resize=500%2C245\" alt=\"CoSchedule Pricing\" class=\"aligncenter size-large wp-image-11284\" /></a></p>\n<p><em>We talked to our users a lot about this, and ultimately decided on something that would make CoSchedule available to as many people as possible, while providing the income necessary to maintain the highest quality service possible. So far, the response had been good since the $10/month price point is still very affordable for most bloggers.</em></p>\n<p><strong>What are some of the features you have in the works for the next iteration of CoSchedule?</strong><br />\n<em>We have a lot of improvements to our social scheduling in the works. We recently added Buffer and Google+ Pages integration, which was a huge win. Up next, are core enhancements to the messages that are created –specifically how they look when they are published to social networks. We also have some exciting features in the works that will make social scheduling easier and more automated. </p>\n<p>Since we began building CoSchedule we have been very responsive to feedback, and in-tune with what our users want us to build. While we have many plans for CoSchedule, we are always looking for feedback from the community on how they want to see it grow. </em></p>\n<h3>Conclusion</h3>\n<p>CoSchedule is a great service. The application inside of WordPress was responsive without any noticeable lag. If it were not for the price tag, I could see myself ditching Edit Flow in favor of this. But at $10.00 a month, it’s very affordable. Sites running WordPress that have multiple authors need something like CoSchedule in place to make sense of all the chaos. I discovered a few minor styling issues while testing but I’ve already let the developers know and they are in the process of fixing them. Don’t take my word for it. Give <a href=\"http://coschedule.com/\" title=\"http://coschedule.com/\">CoSchedule</a> a try for 14 days and arrive at your own conclusion. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 08 Nov 2013 22:00:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Jeffro\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"WordPress.tv: Mike Van Winkle: Adding Source Control To Your Code\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=24129\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"http://wordpress.tv/2013/11/08/mike-van-winkle-adding-source-control-to-your-code/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:685:\"<div id=\"v-RXMnfkEq-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/24129/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/24129/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=24129&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2013/11/08/mike-van-winkle-adding-source-control-to-your-code/\"><img alt=\"Mike Van Winkle: Adding Source Control To Your Code\" src=\"http://videos.videopress.com/RXMnfkEq/video-1d24340b87_scruberthumbnail_0.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 08 Nov 2013 20:19:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"WPTavern: VIP Quickstart: A Local Development Environment That Mirrors WordPress.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://www.wptavern.com/?p=11259\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"http://www.wptavern.com/vip-quickstart-a-local-development-environment-that-mirrors-wordpress-com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2920:\"<p>The <a href=\"http://vip.wordpress.com/\" target=\"_blank\">WordPress.com VIP</a> development team maintains some of the largest WordPress installations on the web, including Time, NBC Sports, TechCrunch, CNN and many others. Creating a proper development environment is crucial to serving clients who use WordPress on such a large scale, but it’s not very easy to set up. That’s why the VIP development team decided to put together an environment that closely mirrors what they would be deploying to on WordPress.com.</p>\n<p><a href=\"http://vip.wordpress.com/2013/10/07/vip-quickstart/\" target=\"_blank\">VIP Quickstart</a> makes setting up a development environment a quick and easy process. The really awesome thing is that this is open source software, now available on <a href=\"https://github.com/Automattic/vip-quickstart\" target=\"_blank\">github</a> for anyone to use. VIP Quickstart includes all the features and scalability that WordPress.com uses to power millions of blogs.<span id=\"more-11259\"></span></p>\n<p><a href=\"http://i1.wp.com/www.wptavern.com/wp-content/uploads/2013/11/code.png\" rel=\"thumbnail\"><img src=\"http://i1.wp.com/www.wptavern.com/wp-content/uploads/2013/11/code.png?resize=560%2C310\" alt=\"code\" class=\"aligncenter size-full wp-image-11262\" /></a></p>\n<p>The package is made up of a mix of Vagrant, Puppet, Bash scripts, and some PHP code to create the WordPress.com development environment, plus it also includes all the extra tools recommended for developers:</p>\n<ul>\n<li>Ubuntu 12.04</li>\n<li>WordPress trunk</li>\n<li>WordPress.com VIP Shared Plugins repository</li>\n<li>WordPress multisite</li>\n<li>WordPress Developer Plugin and all VIP recommended plugins</li>\n<li>Custom WordPress.com modifications</li>\n<li>WP-CLI</li>\n<li>MySQL</li>\n<li>PHP</li>\n<li>Nginx</li>\n</ul>\n<p>This package creates a WordPress multisite installation from the latest trunk build. VIP Quickstart will be maintained on github but you can always get the latest by running the VIP init script included in the package. Developers familiar with <a href=\"http://docs.vagrantup.com/v2/cli/index.html\" target=\"_blank\">Vagrant</a> can use those commands as well.</p>\n<p>New WordPress development tools will be added, along with more VIP specific tools. Recently, the team added a Windows installer and support for PHPMyAdmin, which you can find if you navigate to: <a href=\"http://vip.dev/phpmyadmin\" target=\"_blank\">http://vip.dev/phpmyadmin</a>. </p>\n<p>If you want to quickly create an enterprise class development environment or simply check out the technology that powers WordPress.com, have a look at <a href=\"https://github.com/Automattic/vip-quickstart\" target=\"_blank\">VIP Quickstart</a>. If you need help setting up your development environment, please refer to the <a href=\"http://vip.wordpress.com/documentation/development-environment/\" target=\"_blank\">documentation</a> on the VIP website.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 08 Nov 2013 19:06:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"Matt: The Way We Age Now\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=43166\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://ma.tt/2013/11/the-way-we-age-now/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:963:\"<blockquote><p>As engineers have long recognized, many simple devices do not age. They function reliably until a critical component fails, and the whole thing dies instantly. A windup toy works smoothly until a gear rusts or a spring breaks, and then it doesn’t work at all. But complex systems—power plants, say—have to survive and function despite having thousands of critical components. Engineers therefore design these machines with multiple layers of redundancy: with backup systems, and backup systems for the backup systems. The backups may not be as efficient as the first-line components, but they allow the machine to keep going even as damage accumulates. Gavrilov argues that, within the parameters established by our genes, that’s exactly how human beings appear to work.</p></blockquote>\n<p>An oldie but a goodie from the New Yorker: <a href=\"http://www.newyorker.com/reporting/2007/04/30/070430fa_fact_gawande\">The Way We Age Now</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 08 Nov 2013 15:50:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:114:\"WordPress.tv: John James Jacoby: Everything And Anything You’ve Ever Wanted To Know About BuddyPress And bbPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=24121\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:128:\"http://wordpress.tv/2013/11/08/john-james-jacoby-everything-and-anything-youve-ever-wanted-to-know-about-buddypress-and-bbpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:784:\"<div id=\"v-gkFwlr1T-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/24121/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/24121/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=24121&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2013/11/08/john-james-jacoby-everything-and-anything-youve-ever-wanted-to-know-about-buddypress-and-bbpress/\"><img alt=\"John James Jacoby: Everything And Anything You’ve Ever Wanted To Know About BuddyPress And bbPress\" src=\"http://videos.videopress.com/gkFwlr1T/video-328f955c02_scruberthumbnail_0.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 08 Nov 2013 14:07:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"WPTavern: How WordPress 3.7 Affects the Hotfix Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://www.wptavern.com/?p=11227\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"http://www.wptavern.com/how-wordpress-3-7-affects-the-hotfix-plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2518:\"<p><a href=\"http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/11/hotfix.jpg\" rel=\"thumbnail\"><img src=\"http://i1.wp.com/www.wptavern.com/wp-content/uploads/2013/11/hotfix.jpg?resize=560%2C181\" alt=\"hotfix\" class=\"aligncenter size-full wp-image-11235\" /></a></p>\n<p>For the past two years or so, <a href=\"http://wordpress.org/plugins/hotfix/\" target=\"_blank\">Hotfix</a> has been one of those essential WordPress plugins that many users have added immediately upon installation. This plugin was <a href=\"http://make.wordpress.org/core/2011/02/08/hotfix/\" target=\"_blank\"> created by Mark Jaquith in early 2011</a> to provide early, automatic fixes for WordPress based on the version you’re using. He created it during a time when WordPress was cranking out a bunch of point-point releases in a short period of time. Update fatigue was becoming a problem.<span id=\"more-11227\"></span></p>\n<p>The Hotfix plugin was meant to address bugs not severe enough or common enough to warrant a separate release. At that time, performing WordPress updates on a large number of sites was very time-consuming and annoying. The Hotfix plugin provided a convenient solution that was far superior to packing hot fixes into an Akismet <a href=\"http://make.wordpress.org/core/2011/02/08/via-the-akismet-blog-akismet-2-5-3-has/\" target=\"_blank\">update</a>.</p>\n<h3>Is the Hotfix Plugin Unnecessary With WordPress 3.7?</h3>\n<p>Now that WordPress 3.7 has arrived with automatic background capabilities, where does Hotfix fit in? It seems to be much less useful for sites with automatic updates enabled. I checked with Andrew Nacin, who is one of the contributors to Hotfix, to see if this plugin would be fading away. He said that only time will tell. “But it’s less useful, not due to background updates directly, but because they eliminated update fatigue, making us inclined to quickly release.”</p>\n<p>I asked him if they will continue to selectively push hot fixes through the plugin. He confirmed that they might if they need to. While it appears that it hasn’t been updated in nearly a year, Nacin says that “there wasn’t anything in 3.6 or 3.7 that A) could have been fixed using it and B) only affected a small number of people.” So if any of you have the Hotfix plugin in place, don’t rule this one out just yet. There’s no reason to go out of your way to deactivate it, as it may be used again in the future to push out hot fixes for installations that need them.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 08 Nov 2013 14:01:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"WordPress.tv: Shane Pearlman: Managing Distributed Code Teams\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=24117\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"http://wordpress.tv/2013/11/07/shane-pearlman-managing-distributed-code-teams/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:677:\"<div id=\"v-yXhk7xBN-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/24117/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/24117/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=24117&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2013/11/07/shane-pearlman-managing-distributed-code-teams/\"><img alt=\"Shane Pearlman: Managing Distributed Code Teams\" src=\"http://videos.videopress.com/yXhk7xBN/video-12047b0c38_scruberthumbnail_0.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 08 Nov 2013 02:51:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"WPTavern: WP Sessions Offers Free Video Series on Building WordPress Plugins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://www.wptavern.com/?p=11190\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"http://www.wptavern.com/wp-sessions-offers-free-video-series-on-building-wordpress-plugins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2838:\"<p><a href=\"http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/11/wpsessions1.jpg\" rel=\"thumbnail\"><img src=\"http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/11/wpsessions1.jpg?resize=300%2C375\" alt=\"wpsessions\" class=\"alignright size-full wp-image-11210\" /></a>Want to learn the basics of creating a WordPress plugin? If you’re a visual/audio learner, check out the free <a href=\"http://wpsessions.com/sessions/building-wordpress-plugins/\" target=\"_blank\">Building WordPress Plugins</a> video series from <a href=\"http://wpsessions.com/\" target=\"_blank\">WP Sessions</a>. </p>\n<p>Inspired by the WordCamp style presentations of the <a href=\"http://www.wptavern.com/wordsesh-2013-live-streaming-24-hours-of-free-wordpress-education\" target=\"_blank\">24hr WordSesh event</a>, Brian Richards wanted to create a site to bring WordPress educational resources to people at home. The format of WP Sessions encourages users to watch live and ask questions. WP Sessions has several <a href=\"http://wpsessions.com/sessions/\" target=\"_blank\">video series</a> available with high quality speakers, but the plugin building series is the first that’s being offered for free. <span id=\"more-11190\"></span></p>\n<p>The Building WordPress Plugins series features Pippin Williamson, Daniel Espinoza and Topher DeRosia, all of whom are highly experienced plugin developers. The series starts with beginner/introductory topics and ranges all the way to more advanced topics, such as data validation and sanitization.</p>\n<p><a href=\"http://i1.wp.com/www.wptavern.com/wp-content/uploads/2013/11/these-guys-build-plugins.jpg\" rel=\"thumbnail\"><img src=\"http://i1.wp.com/www.wptavern.com/wp-content/uploads/2013/11/these-guys-build-plugins.jpg?resize=466%2C152\" alt=\"these-guys-build-plugins\" class=\"aligncenter size-full wp-image-11202\" /></a></p>\n<p>These three professional developers will help you to understand basic plugin architecture. You’ll also learn about using hooks and filters, registering admin menu items, releasing your plugin on WordPress.org and much more. If you’re planning on adding plugin development to your list of WordPress skills, make sure to bookmark this free video series to get you started.</p>\n<p>Next up on the WP Sessions schedule is a series on <a href=\"http://wpsessions.com/sessions/wordpress-unit-testing/\" target=\"_blank\">WordPress Unit Testing</a>, offered November 30, 2013, featuring Alison Barrett, John P. Bloch and K. Adam White. This might be a great followup session after you learn how to build plugins. The cost is $20 for early registration. Session prices offset the costs of running the site and compensating instructors for the first few months they are offered. As more sessions are added, all previous sessions will be made available for free on a rolling basis. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 07 Nov 2013 23:19:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"WPTavern: GravityForms 1.8 Beta Released, Introduces API\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://www.wptavern.com/?p=11173\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"http://www.wptavern.com/gravityforms-1-8-beta-released-introduces-api\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6698:\"<p><a href=\"http://i0.wp.com/www.wptavern.com/wp-content/uploads/2009/08/gravitylogo.png\" rel=\"thumbnail\"><img class=\"alignright size-full wp-image-2322\" alt=\"gravityforms logo\" src=\"http://i1.wp.com/www.wptavern.com/wp-content/uploads/2009/08/gravitylogo.png?resize=108%2C109\" /></a>Rocketgenius, the team behind GravityForms <a title=\"http://www.gravityhelp.com/gravity-forms-v1-8-beta-1-released/\" href=\"http://www.gravityhelp.com/gravity-forms-v1-8-beta-1-released/\">has announced</a> the release of GravitfyForms 1.8 Beta 1. This is a big release as 1.8 contains a number of features such as:</p>\n<ul>\n<li>Support for the Heartbeat API</li>\n<li>Integration with the Trash component of WordPress</li>\n<li>Multi-file uploading</li>\n<li>Form scheduling</li>\n<li>Form Sorting</li>\n<li>WordPress Multisite (Gravity Forms now supports being installed within the MU-PLUGINS folder on WordPress Multisite installations.)</li>\n</ul>\n<p>Developers are going to love this release since it contains a <a title=\"http://www.gravityhelp.com/documentation/page/Gravity_Forms_API\" href=\"http://www.gravityhelp.com/documentation/page/Gravity_Forms_API\">complete API</a> that allows developers to interact with a specific Gravity Forms install to add, update, delete and return Gravity Forms data. This new version also contains user interface refinements such as standardizing on the use of web fonts. <span id=\"more-11173\"></span></p>\n<p>One of the things I like most about GravityForms is that they’ve stayed true to the look and feel of WordPress. Even with their UI refinements, it still looks and functions as if it were part of WordPress all along. I got in touch with Carl Hancock, one of the lead developers of GravityForms and asked him two questions.</p>\n<p><strong>How important has it been to develop GravityForms so it looks and functions as if it were part of WordPress all along?</strong></p>\n<div id=\"attachment_11200\" class=\"wp-caption aligncenter\"><a href=\"http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/11/gravity-forms-18-ui-enhancements.png\" rel=\"thumbnail\"><img class=\"size-large wp-image-11200\" alt=\"GravityForms UI Refinements In 1.8\" src=\"http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/11/gravity-forms-18-ui-enhancements-500x311.png?resize=500%2C311\" /></a><p class=\"wp-caption-text\">GravityForms UI Refinements In 1.8</p></div>\n<p><em>Very important. But not at the expense of what we are trying to accomplish. We try to use WordPress UI styling where we can. Where we can’t, we try to make it look like it was. There’s some interfaces we need that WordPress simply doesn’t have an example to utilize. Then there are other UI’s that we could use, but frankly they aren’t ideal.</p>\n<p>A good example of a WordPress UI that we don’t use is the horizontal tabs. They simply don’t scale. Not scale as in responsive, but scale as in number of tabs. For the sub-navigation we use in various areas that require it we re purposed the look and feel of the WordPress Help that appears when you click on the “Help” link in the top right of various WordPress pages that have help. You’ll see that it has vertical sub-navigation. That scales. So we went with it.</p>\n<p>I’m sure we’ll encounter more situations where there simply isn’t a WordPress UI convention that we can leverage. But we’ll tackle them as we encounter them to make sure that what we do, still looks good within the WordPress admin. We don’t want to create a product that looks completely out of place within the WordPress admin. We prefer consistency.<br />\n</em><br />\n<strong>Everyone is excited about the API introduced with GravityForms 1.8 Beta 1. What types of opportunities open up thanks to this API?</strong></p>\n<p><em>Endless opportunities. That really is the truth.</p>\n<p>The API within Gravity Forms v1.8 has two parts which can be used by developers depending on what they are trying to accomplish. One piece is a set of API Functions within a Gravity Forms class that can be used to interact with Gravity Forms from within the same WordPress install. So they can be used within a theme, plugin or custom code to interact with Gravity Forms data.</p>\n<p>The second piece is the traditional Web API which is designed for interaction between your WordPress install and a 3rd party server. Although it could still also be accessed via code that resides on the same WordPress install if the site developer wanted to do so.</p>\n<p>Prior to the API there was no standard way to easily add, update, get or delete Gravity Forms related data such as Forms and Entries outside of the Gravity Forms interface itself. It could be done. But it wasn’t simple. You could certainly query the data directly, but you’d need to know the data structure and how everything works to do it properly.</p>\n<p>One example of how the Web API will be used is the Zapier Add-On. Zapier is a web service that allows you to integrate with almost 250 different other web services (<a title=\"https://zapier.com/zapbook/\" href=\"https://zapier.com/zapbook/\">https://zapier.com/zapbook/</a>). This allows you to integrate Gravity Forms with almost 250 different web services, which means a lot of services we don’t currently have native Add-Ons for. Currently the Zapier Add-On process isn’t very user friendly due to the way Zapier works. With the new Web API, it’s going to be extremely simple and most of the work will occur via Zapier’s admin instead of within Gravity Forms once your form exists. Within Zapier you’ll enter the URL of your site and your API keys and Zapier will then be able to get a list of all your forms via the Web API and from there you can setup your “Zaps” to integrate with any of the almost 250 web services they allow you to integrate with.</p>\n<p>One example of opportunities that the new API functions open up is more power for 3rd party developers. Combined with the <a title=\"http://www.gravityhelp.com/documentation/page/Add-On_Framework\" href=\"http://www.gravityhelp.com/documentation/page/Add-On_Framework\">Add-On Framework</a> developers will be able to create Add-Ons and integration with Gravity Forms much easier than they could previously. There are already a LOT of 3rd party Add-Ons in the wild for Gravity Forms and these new developer features are going to be huge for their future growth.</p>\n<p>They will also be huge for our future growth. For example our Web API could be used to allow something like say… a mobile app… to access and manage your Gravity Forms data.</p>\n<p>We’re very excited about what both the Add-On Framework and the API means for the future of Gravity Forms. We’ve only just begun.</em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 07 Nov 2013 22:45:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Jeffro\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"WordPress.tv: Aaron Holbrook: WordPress Is A CMS Dammit!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=24119\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"http://wordpress.tv/2013/11/07/aaron-holbrook-wordpress-is-a-cms-dammit/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:666:\"<div id=\"v-8LI2gxhr-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/24119/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/24119/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=24119&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2013/11/07/aaron-holbrook-wordpress-is-a-cms-dammit/\"><img alt=\"Aaron Holbrook: WordPress Is A CMS Dammit!\" src=\"http://videos.videopress.com/8LI2gxhr/video-22c506f23a_scruberthumbnail_1.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 07 Nov 2013 20:12:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"WPTavern: Behind The Scenes With Dogshaming.com: Helping People Humiliate Pets With WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://www.wptavern.com/?p=11164\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:106:\"http://www.wptavern.com/behind-the-scenes-with-dogshaming-com-helping-people-humiliate-pets-with-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6577:\"<p><a href=\"http://i1.wp.com/www.wptavern.com/wp-content/uploads/2013/11/dogshaming.jpg\" rel=\"thumbnail\"><img src=\"http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/11/dogshaming.jpg?resize=360%2C365\" alt=\"dogshaming\" class=\"alignright size-full wp-image-11166\" /></a>Some dogs are just plain naughty. Mine is 100% mischief so naturally I’m a pretty big fan of <a href=\"http://www.dogshaming.com/\" target=\"_blank\">Dogshaming.com</a>. I was thrilled to find out that this popular site is running on WordPress. </p>\n<p>Inspired by her own naughty pup who chews holes in underwear for kicks, Pascale Lemire originated the online trend of “dog shaming.” The idea went viral and soon dog owners around the world were posting pictures of their wicked canines with homemade signs to illustrate their crimes. </p>\n<p>Lemire now had a unique idea for a website. She got in touch with her husband’s friend, <a href=\"http://townhall.ca/\" target=\"_blank\">Jairus Pryor</a>, who happens to be a WordPress developer. Together they built Dogshaming.com to offer dog owners a place to publicly shame their dogs.<span id=\"more-11164\"></span></p>\n<h3>WordPress + DogShaming: Optimizing for Performance</h3>\n<p>I asked Pryor if he builds with other platforms and why he selected WordPress for Dogshaming.com. He answered that for him it comes down to the community surrounding the project. <strong>“I work mostly with WordPress. I find the developer community to be second-to-none.”</strong> </p>\n<p>While building the site, he had no idea that it would become so popular. “I don’t think anyone could have anticipated just how much the site has resonated with people! Just the other week I saw Annie Lennox post a photo of the Dogshaming book to her Facebook page. It’s completely amazing.” Due to the heavy traffic the site receives, Pryor needed to have a performance plan in place to support the site’s heavy traffic load. Dogshaming.com regularly posts images that can easily go viral and take the server down if not properly optimized. After some experimentation, he settled on <a href=\"http://wordpress.org/plugins/wp-super-cache/\" target=\"_blank\">WP Super Cache</a> and <a href=\"http://jetpack.me/support/photon/\" target=\"_blank\">Jetpack’s Photon CDN</a>:</p>\n<blockquote><p>We’re using WP Super Cache along with XCache on the server end and Jetpack’s Photon CDN on the front end. We tried a number of different solutions (including W3TC and Cloudflare), but this combination ended up being the most stable.</p></blockquote>\n<p>In addition to keeping up with traffic, Pryor also keeps track of the site’s maintenance requirements. “There’s a fair amount of maintenance involved. With high-profile sites you’re always discovering a new bug or trying to roll out a new feature, so there’s usually something you want to keep an eye on.” </p>\n<h3>The Dogshaming Custom WordPress Theme</h3>\n<p>I did a little snooping into the theme and found that Dogshaming.com makes use of the increasingly popular <a href=\"http://www.wptavern.com/10-free-wordpress-themes-based-on-the-foundation-framework\" target=\"_blank\">Foundation framework</a>. Pryor explained why he selected Foundation as the backbone of his custom theme:</p>\n<blockquote><p>The Dogshaming site is built on a custom theme, using the Foundation framework as a basis for the presentation layer, and the Bones Theme as a basis for the theme itself. I generally use either <a href=\"http://underscores.me/\" target=\"_blank\">Underscores</a> or <a href=\"http://themble.com/bones/\" target=\"_blank\">Bones</a>, depending on the project. I love how easy <a href=\"http://foundation.zurb.com/\" target=\"_blank\">Foundation</a> is to work with if you’re into SASS, and Bones comes with SASS out of the box, which is really what sets it apart from Underscores.</p></blockquote>\n<p>If you view Dogshaming.com on a mobile device, you’ll see that it responds nicely due to the combination of Foundation and Bones. The theme’s framework was a crucial part of helping the site gain more mobile traffic. </p>\n<h3>Plugins Behind Dogshaming.com</h3>\n<p>Dogshaming.com makes use of a small collection of plugins to power the site. Content is generated by regular submissions to the site. Pryor opted for a simple implementation of <a href=\"http://www.gravityforms.com/\" target=\"_blank\">Gravity Forms</a>. “We use Gravity Forms for the ‘<a href=\"http://www.dogshaming.com/submit-dog/\" target=\"_blank\">Submit a Dog</a>‘ section, pretty much out of the box,” he said. “Each submission is a new post, which makes the workflow to publish approved submissions simple.” The Dog Shaming Generator is actually a standalone app, created as part of the book launch and isn’t actually run by WordPress.</p>\n<p>I asked Pryor to highlight some of the plugins that are necessary for running the site. They’re keeping it fairly lean: </p>\n<blockquote><p>Akismet, Gravity Forms, Jetpack and Super Cache. The site lives and breathes by those four plugins. Nothing beyond that, we wanted to keep it as light as possible.</p></blockquote>\n<p>I’m always amazed to see how quickly someone can build a kickass, performance-optimized website using plugins that are already available. No custom plugin development was required for this project. </p>\n<p>If you visited the site on April Fool’s Day, you may have gotten to see Pryor’s sneaky dev prank:</p>\n<blockquote><p> The owners of the site are obviously big on dogs, but I’m actually a cat person. On April Fools Day I dropped in a piece of Javascript that changed all of the dogs on the site to images of kittens from <a href=\"http://placekitten.com/\" target=\"_blank\">placekitten.com</a>, which I thought was hilarious. Turns out that some people who come looking for dogs get very upset when they see kittens instead! How can you be upset with so many kittens looking at you? It doesn’t even make sense.</p></blockquote>\n<p>Pryor said that the Dogshaming site has been a great addition to his portfolio. These days he’s working with his partner through their company <a href=\"http://townhall.ca/\" target=\"_blank\">Townhall Communications</a>. While in discussions with a potential client who asked for portfolio examples, Pryor sent over a list of high-profile projects. The client sent back a one-line reply: “I’m sorry: I didn’t read anything after Dogshaming. BIG FAN!”</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 07 Nov 2013 20:11:02 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"BuddyPress: BuddyPress Theme Development by Tammie Lister\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://buddypress.org/?p=173605\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"http://buddypress.org/2013/11/buddypress-theme-development-by-tammie-lister/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2105:\"<p>I’m pleased to announce the release of my book ‘<a href=\"http://www.packtpub.com/buddypress-theme-development/book\">BuddyPress Theme Development</a>‘ published by Packt. This book serves as a guide (with practical tutorials) on how to make the most out of BuddyPress with custom templates and styles. It gives insight into the current state of BuddyPress theme creation and gently leads readers through creating one of their own.</p>\n<p><img class=\"aligncenter size-full wp-image-173611\" alt=\"webimage\" src=\"http://buddypress.org/wp-content/uploads/1/2013/10/webimage.png\" width=\"600\" height=\"430\" /></p>\n<p>This book has a very BuddyPress origin story, with it’s beginning coming during BuddyCamp Miami in March of 2013 (the chapters and structure were worked out while I was there) and it was a pleasure to have the one and only <a href=\"http://profiles.wordpress.org/DJPaul\">Paul Gibbs</a> perform the technical review.</p>\n<p>My publisher allowed me to include the entire theme process from sketch and wireframe through to code, and I included coverage of some general theme topics like responsive design, theme checks, and testing. Far too often, we forget how important the planning and feature-complete stages of a theme are, and this book tries to address both. All this content, crammed into 130 pages – a feat of editing.</p>\n<p>When I started writing BuddyPress Theme Development, I had 4 goals (along with providing a good resource for creating themes):</p>\n<ol>\n<li>Blow away the myth that creating BuddyPress themes is hard.</li>\n<li>Encourage readers to tailor their experience, choosing which components are critical to their success.</li>\n<li>Raise the quality of BuddyPress themes and highlight good theme practices.</li>\n<li>Encourage people to get involved with the BuddyPress project.</li>\n</ol>\n<p>You can get the book <a href=\"http://www.packtpub.com/buddypress-theme-development/book\">through Packt Publishing</a>, or through Amazon. It’s available in soft-cover and eBook, and comes with code samples to follow along with the tutorials.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 07 Nov 2013 17:03:54 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"karmatosed\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"WordPress.tv: Austin Gunter: The Essential Strategy To Build An Online Community In 2013\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=24091\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:105:\"http://wordpress.tv/2013/11/06/austin-gunter-the-essential-strategy-to-build-an-online-community-in-2013/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:731:\"<div id=\"v-3cCZtKxK-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/24091/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/24091/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=24091&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2013/11/06/austin-gunter-the-essential-strategy-to-build-an-online-community-in-2013/\"><img alt=\"Austin Gunter: The Essential Strategy To Build An Online Community In 2013\" src=\"http://videos.videopress.com/3cCZtKxK/video-b2a48d1ab8_scruberthumbnail_0.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 07 Nov 2013 01:25:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"WPTavern: WordPress Iteration, Not Renovation\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://www.wptavern.com/?p=11135\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"http://www.wptavern.com/wordpress-iteration-not-renovation\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3918:\"<p><a href=\"http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/05/mp6logo.jpg\" rel=\"thumbnail\"><img src=\"http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/05/mp6logo.jpg?resize=206%2C197\" alt=\"mp6 plugin header logo\" class=\"alignright size-full wp-image-6888\" /></a>Earlier today, I <a href=\"http://wpmu.org/boring-boring-wordpress/\">read an article</a> that took all of the hard work volunteers completed for <a href=\"http://www.wptavern.com/breaking-new-features-selected-to-merge-into-wordpress-3-8-core\" title=\"http://www.wptavern.com/breaking-new-features-selected-to-merge-into-wordpress-3-8-core\">inclusion into WordPress 3.8</a> and flushed it down the toilet. The main reason for their criticism is that WordPress is boring. The software is not changing enough to keep pace with competitors such as SquareSpace, Ghost, or Medium. The premise of the article is that WordPress will not be the future of web publishing within the next 10 years. However, nowhere in the article did the author explain which platform that would be and why.</p>\n<p><span id=\"more-11135\"></span></p>\n<h3>Experimental Plugins Are Good!</h3>\n<p>WordPress has gone through at least 3 major redesigns of the administration interface. Those were radical changes involving colors, layouts, and moving links around. Each change brought a new round of anger from those that had just gotten used to the previous design. I’ve used software that renovated the user interface and it’s not easy adjusting to change, especially when a user considers it a change for the worse. The back-end of WordPress hasn’t seen a major redesign for a while and that is one of the reasons why the MP6 experiment took place. </p>\n<p>Instead of the typical development process of changing everything in core, MP6 was developed as a plugin alongside core so that experiments could be conducted with colors, fonts, and various other changes. I love this development process for two reasons. First, it makes it easy to help out during the development phase by using the plugin. Second, using the plugin before it gets merged into core gives me an opportunity to become familiar with the user interface changes. Despite all of the changes within MP6, the final design is really just an improvement of what we already have in WordPress 3.7.</p>\n<p><a href=\"http://i1.wp.com/www.wptavern.com/wp-content/uploads/2013/11/WordPressPowering20Percent.jpg\" rel=\"thumbnail\"><img src=\"http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/11/WordPressPowering20Percent.jpg?resize=513%2C167\" alt=\"WordPress Powering 20% Of The Web\" class=\"aligncenter size-full wp-image-11154\" /></a></p>\n<h3>WordPress Can’t Afford To Renovate</h3>\n<p>It’s experiments like MP6 that have me embracing <strong>iteration</strong> versus <strong>renovation</strong>. Why completely change things around if it’s not broken? In my opinion, that’s what change for the sake of change is. Sure, renovating an old kitchen into something sleek and modern is wonderful. But with WordPress being used on <a href=\"http://w3techs.com/\" title=\"http://w3techs.com/\">20% of the web</a>, it doesn’t make sense to push out major changes that could stop the growth of WordPress or worse, decrease market share due to so many disgruntled users. As features that would have been developed in core are starting off as plugins first, we should see changes merged into WordPress at an accelerated rate. Therefore, it’s only a matter of time before WordPress “<em>catches up</em>“. </p>\n<p>I don’t have any doubt that WordPress will be celebrating its second decade of existence powering 30% of the web or more. Since iterations are small changes over time, it’s interesting to think about what WordPress may look like 10 years from now. I’d rather be part of the journey instead of getting everything all at once.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 06 Nov 2013 23:52:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Jeffro\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:20;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"Matt: No Email, No Office Workers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=43163\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"http://ma.tt/2013/11/no-email-no-office-workers/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:271:\"<p>Julie Bort at Business Insider writes <a href=\"http://www.businessinsider.com/automattic-no-email-no-office-workers-2013-11\">How Automattic Grew Into A Startup Worth $1 Billion With No Email And No Office Workers</a>. Includes a short interview with me at the end.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 06 Nov 2013 22:43:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"WPTavern: BuddyPress 1.9 To Retire Default Theme and Add New Notifications Component\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://www.wptavern.com/?p=11130\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"http://www.wptavern.com/buddypress-1-9-to-retire-default-theme-and-add-new-notifications-component\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4819:\"<p><a href=\"http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/11/bp-logo.png\" rel=\"thumbnail\"><img src=\"http://i1.wp.com/www.wptavern.com/wp-content/uploads/2013/11/bp-logo.png?resize=150%2C150\" alt=\"bp-logo\" class=\"alignright size-thumbnail wp-image-11139\" /></a>BuddyPress 1.9 beta has been slightly delayed, but lead developer John James Jacoby says that it’s not too far off course. There are <a href=\"http://buddypress.trac.wordpress.org/query?status=assigned&status=new&status=accepted&status=reopened&group=status&milestone=1.9\" target=\"_blank\">43 tickets left</a> in 1.9. During the BuddyPress development meeting today, BP core contributors addressed tickets that need more attention and caught everyone up for where 1.9 is headed.</p>\n<h3>BuddyPress 1.9 Will Introduce a New Notifications Component</h3>\n<p>One of the exciting new features coming in the next release is a <a href=\"http://buddypress.trac.wordpress.org/ticket/5148\" target=\"_blank\">separate notifications component</a>. “I’ve wanted it to be it’s own component for some time, and we’re doing that in 1.9,” Jacoby said. “We’re adding a UI for it now, and allowing for read/unread marking. There are some improvements to the underlying code, but no breaking changes, schema changes, etc.”<span id=\"more-11130\"></span></p>\n<p>According to BP core developer <a href=\"http://boone.gorg.es/\" target=\"_blank\">Boone Gorges</a>, the new notifications component is largely adapted from BP_Core_Notification. He clarified: “The underlying code is actually brand new, in a new component directory, bp-notifications, with new function/class names.”</p>\n<p>The good news is that third party plugins will not be affected by changes made to add the new notifications component to the core. Jacoby assured developers that this is not going to break everything. “Existing plugins/third party plugins will continue to work as they do.” </p>\n<p>For 1.9 they are shooting for the following features to be included with the component:</p>\n<ul>\n<li>Ability to enable/disable at the component level.</li>\n<li>Add a UI for read/unread notifications.</li>\n<li>A control panel for moderators to see all notifications, to clear them, delete them, etc…</li>\n<li>Allow users to toggle notifications back to unread.</li>\n<li>Improve the BP_Core_Notification class methods so they are more flexible like the activity and group components.</li>\n</ul>\n<p>A dedicated notifications screen will be introduced to provide a log of notices for each member and is likely to be located at: <strong>members/username/notifications</strong>. The new component will allow for a lot more interesting interactions with BuddyPress notifications. </p>\n<h3>Goodbye BP Default Theme</h3>\n<p><a href=\"http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/11/bp-default.png\" rel=\"thumbnail\"><img src=\"http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/11/bp-default.png?resize=300%2C225\" alt=\"bp-default\" class=\"alignleft size-full wp-image-11138\" /></a>The last part of the BuddyPress development meeting was dedicated to discussing the inevitable retirement of the BP Default theme. <a href=\"http://codex.buddypress.org/developer/releases/version-1-7/\" target=\"_blank\">BuddyPress 1.7</a>, released earlier this year in April, introduced theme compatibility. This made it possible for BuddyPress to be dropped into any WordPress theme. Boone created a <a href=\"http://buddypress.trac.wordpress.org/ticket/5223\" target=\"_blank\">ticket</a> that proposes a solution to stop offering bp-default on new installations.</p>\n<blockquote><p>As of 1.9, we should no longer offer bp-default as an installable theme for new installations. This will be the first step in the longer-term task of removing bp-default from the BP codebase, and spinning it out into its own theme.</p></blockquote>\n<p>The patch Boone submitted stops BuddyPress from registering the bp-themes theme directory unless it finds one of the following cases to be true:</p>\n<ul>\n<li>The current theme is bp-default (get_stylesheet())</li>\n<li>The current theme is a child of bp-default (get_template())</li>\n</ul>\n<p>That means that there is nothing to worry about if you are running the default theme or a child theme derived from it. You will still be able to update your community to BuddyPress 1.9 when the time comes.</p>\n<p>There is some work to be done here, as the team will need to provide an upgrade route for bp-default for future BuddyPress releases, but everything is moving in the right direction. As of 1.9, the BP core team will stop active development on the default theme. With that, BuddyPress will bid a fond farewell to BP Default and will focus on making its components more awesome for all WordPress themes.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 06 Nov 2013 22:32:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:22;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"WPTavern: Should WordPress Include a Password Generator?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://www.wptavern.com/?p=10836\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"http://www.wptavern.com/should-wordpress-include-a-password-generator\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3790:\"<p>WordPress 3.7 made big strides towards helping users create stronger passwords with the <a href=\"http://www.wptavern.com/ridiculously-smart-password-meter-coming-to-wordpress-3-7\" target=\"_blank\">new password strength meter</a>, powered by the <a href=\"https://tech.dropbox.com/2012/04/zxcvbn-realistic-password-strength-estimation/\" target=\"_blank\">zxcvbn</a> library. Despite having this excellent tool available, many users have admitted that they are in fact too lazy to come up with a strong password and would prefer to have a password generator available within the WordPress admin.<span id=\"more-10836\"></span></p>\n<p><a href=\"http://profiles.wordpress.org/aaroncampbell\" title=\"Aaron Campbell\" target=\"_blank\">Aaron Campbell</a> opened a trac <a href=\"http://core.trac.wordpress.org/ticket/8296\" target=\"_blank\">ticket</a> on a related topic five years ago, requesting a button that generates a random password to use when creating a new user account in the admin section. Brad Williams chimed in on the original ticket to suggest the <a href=\"http://docs.cpanel.net/twiki/bin/view/11_30/CpanelDocs/PasswordGenerator\" target=\"_blank\">cPanel password generator</a> as a good UI example of how WordPress might include this feature. The same idea was also presented by Ryan Duff two years ago in a <a href=\"http://wordpress.org/ideas/topic/random-password-for-new-users#post-20725\" target=\"_blank\">post</a> on the <a href=\"http://wordpress.org/ideas/\" target=\"_blank\">WordPress Ideas</a> page. While the password strength meter is now active on this screen, you still need to create the password yourself. </p>\n<h3>Proposal to Add Simple User Password Generator to Core</h3>\n<p><a href=\"http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/11/password-generator.jpg\" rel=\"thumbnail\"><img src=\"http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/11/password-generator.jpg?resize=560%2C181\" alt=\"password-generator\" class=\"aligncenter size-full wp-image-11116\" /></a>Several months ago, <a href=\"http://profiles.wordpress.org/mordauk/\" target=\"_blank\">Pippin Williamson</a> created a new <a href=\"http://core.trac.wordpress.org/ticket/24633\" target=\"_blank\">ticket</a>, proposing the inclusion of the <a href=\"http://wordpress.org/plugins/simple-user-password-generator/\" target=\"_blank\">Simple User Password Generator</a> plugin, created by the folks at 10up, to accomplish this. This plugin also adds an option to encourage the user to change his password when logged in to the admin. It also has an option to send existing users the new, auto-generated password. It looks like this enhancement is on track to be included in WordPress 3.8.</p>\n<h3>More Password Wishlist Items</h3>\n<p>The <a href=\"http://wordpress.org/plugins/simple-user-password-generator/\" target=\"_blank\">Simple User Password Generator</a> plugin is excellent but it doesn’t take into account editing your own password at <em>profile.php</em>, which is just as important as setting up new user passwords. It would be helpful to include its capabilities on this screen for changing passwords.</p>\n<p>Hopefully the new addition will be extensible so that other plugins can make use of it. It would be nice to be able to easily add this to BuddyPress front-end password management in the settings screen via a plugin.</p>\n<p>Ultimately, maintaining a strong password is the responsibility of the user. Do you think that WordPress users would, on the whole, be better served with a built-in password generator? Given that there are already many third party services such as <a href=\"https://lastpass.com/\" target=\"_blank\">LastPass</a>, <a href=\"https://agilebits.com/onepassword\" target=\"_blank\">1password</a> and others that can do this in the browser, should we be adding this to the core? </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 06 Nov 2013 20:30:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:23;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"WPTavern: My Approachable WordPress Story\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://www.wptavern.com/?p=11096\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://www.wptavern.com/my-approachable-wordpress-story\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3538:\"<p><a href=\"http://i1.wp.com/www.wptavern.com/wp-content/uploads/2013/09/ChrisLemaLogo.jpg\" rel=\"thumbnail\"><img class=\"alignright size-medium wp-image-9575\" alt=\"Chris Lema Blog Logo\" src=\"http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/09/ChrisLemaLogo.jpg?resize=300%2C69\" /></a>Chris Lema recently <a title=\"http://chrislema.com/approachable-wordpress/\" href=\"http://chrislema.com/approachable-wordpress/\">published a great article</a> that in my opinion, really shines a light on the positive aspects of the WordPress community as a whole. Chris calls it “Approachable WordPress”. In his story he describes how easy it is to approach anyone in the WordPress community, regardless of their popularity. <span id=\"more-11096\"></span></p>\n<h3>WordPress Celebrities</h3>\n<p>Chris’ story reminds me of my <a title=\"http://weblogtoolscollection.com/archives/2008/01/22/wordcamp-dallas/\" href=\"http://weblogtoolscollection.com/archives/2008/01/22/wordcamp-dallas/\">trip to Dallas in 2008</a> where I attended my first WordCamp. This event was a huge milestone. It’s where I met Mark Ghosh of <a href=\"http://weblogtoolscollection.com/\" title=\"http://weblogtoolscollection.com/\">Weblogtoolscollection.com</a>, which at the time, was the most popular website dedicated to WordPress. It’s also the first opportunity I had to meet other people within the WordPress community face to face. Attending WordCamp Dallas was like going to a family reunion. All of the attendees were friendly and enjoyed being in each others company.</p>\n<p>The highlight of that event was that it was the first time I had the chance to meet Matt Mullenweg, the co-creator of WordPress. It was such a surreal experience as I had placed Matt up on the pedestal of Hollywood celebrity. I didn’t think I’d be able to get anywhere close to the guy. After all, he helped create the software that was taking over the web. I remember when he showed up on Saturday afternoon as his family drove him to the event from Houston, TX. If I remember correctly, he had his wisdom teeth pulled and that’s why he wasn’t feeling well. After arriving, I introduced myself to him. Turns out, he knew exactly who I was because of my writing on Weblogtoolscollection.com. During the event, I conducted a one on one interview with him, dined with him, conversed with him as much as I could, without having to go through any bodyguards.</p>\n<p>It’s this experience with Matt Mullenweg at WordCamp Dallas that really opened my eyes. Since then, I’ve attended a number of WordCamp events and have been able to recreate that experience with multiple people within the WordPress community. I wanted to share that story as well as Chris Lema’s because the message behind both is true. In fact, Chris says it better than I could.</p>\n<blockquote><p>Want to talk to the guy behind <a href=\"http://WP101.com\" target=\"_blank\">WordPress 101</a> – hit me up, I’ll introduce you.</p>\n<p>Want to talk to the guy behind the <a href=\"http://mattreport.com\" target=\"_blank\">Matt Report</a> – hit me up, I’ll introduce you.</p>\n<p>Want to talk to the dudes that are the <a href=\"http://dradcast.com\" target=\"_blank\">baddest podcasters</a> in town – hit me up, I’ll introduce you.</p>\n<p>Who do you want to meet?</p>\n<p>Here’s the amazing thing – you don’t even need my intro. Ping them directly on Twitter and watch – they’ll reply.</p>\n<p>That’s <strong>Approachable WordPress</strong></p></blockquote>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 06 Nov 2013 17:30:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Jeffro\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:24;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"WPTavern: Cart66 Launches WordPress Managed Hosting for E-Commerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://www.wptavern.com/?p=11074\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"http://www.wptavern.com/cart66-launches-wordpress-managed-hosting-for-e-commerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3112:\"<p><a href=\"http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/11/cart66.jpg\" rel=\"thumbnail\"><img src=\"http://i1.wp.com/www.wptavern.com/wp-content/uploads/2013/11/cart66.jpg?resize=300%2C191\" alt=\"cart66\" class=\"alignright size-medium wp-image-11080\" /></a><a href=\"http://cart66.com/\" target=\"_blank\">Cart66</a>, previously known as PHPurchase, was one of the very first WordPress e-commerce plugins on the scene. Over the years the company has experimented with different WordPress e-commerce products but this week marks a major milestone. Cart66 Hosted has launched the first fully managed WordPress e-commerce platform.</p>\n<p>In partnership with the folks at <a href=\"https://pagely.com/\" target=\"_blank\">Pagely</a>, the <a href=\"http://cart66.com/hosted/\" target=\"_blank\">Cart66 Hosted</a> platform provides fully managed WordPress hosting plus its flagship e-commerce product, Cart66 Cloud. This hosted solution was created to make security and PCI compliance something that customers don’t have to think about. Store owners can concentrate on selling, instead of trying to wading through all the technical aspects of managing an online store. <span id=\"more-11074\"></span></p>\n<p>The Cart66 Cloud handles everything related to the secure storage and delivery of digital products, customer order history, storage of customer credit cards, payment gateways and all the e-commerce features you would normally get by installing a dozen different plugins and add-ons.</p>\n<h3>The Rising Cost of WordPress E-Commerce</h3>\n<p>Cart66 is delving into an area of e-commerce products and services that hasn’t yet been fully explored by other companies. The all-in-one approach is unique, given that most of the leading WordPress e-commerce solutions have business models centered around creating dozens of commercial add-ons or high cost bundles. Each piece of that puzzle adds up, especially when you include the costs of hosting, PCI compliance, backups and anything else server-related. Even with conservative estimates on all of these requirements, the price tag and responsibility of hosting and securing an online store will be fairly considerable for the average small business.</p>\n<p>There’s also quite a steep learning curve for hosting your own WordPress e-commerce site. It’s not easy and will require store owners to study up on everything related to site maintenance and security. Many prospective store owners would gladly opt for a WordPress-powered store but have trouble grasping the whole concept of hosting, much less installing SSL certificates or getting a dedicated IP address. No matter how easy a WordPress e-commerce plugin is to use, if the user cannot get WordPress operational in the first place, he’s out of luck. The only other option for someone in this position is to pay a developer thousands of dollars to set up and build his store for him.</p>\n<p>Cart66 has identified a segment of the market that has been overlooked. What do you think about hosted e-commerce? Is this a product that’s long been needed in the WordPress market?</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 06 Nov 2013 16:33:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:25;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"WordPress.tv: David Lockie: Becoming A Successful WordPress Freelancer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=24103\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"http://wordpress.tv/2013/11/06/david-lockie-becoming-a-successful-wordpress-freelancer/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:689:\"<div id=\"v-CRTGhpCm-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/24103/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/24103/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=24103&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2013/11/06/david-lockie-becoming-a-successful-wordpress-freelancer/\"><img alt=\"David Lockie: Becoming A Successful WordPress Freelancer\" src=\"http://videos.videopress.com/CRTGhpCm/video-8576c2523a_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 06 Nov 2013 15:03:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:26;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"WordPress.tv: Mario Peshev: WordPress.org Themes Directory – Behind The Scenes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=24101\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"http://wordpress.tv/2013/11/05/mario-peshev-wordpress-org-themes-directory-behind-the-scenes/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:709:\"<div id=\"v-x8J18ARP-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/24101/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/24101/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=24101&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2013/11/05/mario-peshev-wordpress-org-themes-directory-behind-the-scenes/\"><img alt=\"Mario Peshev: WordPress.org Themes Directory – Behind The Scenes\" src=\"http://videos.videopress.com/x8J18ARP/video-4dacf801ee_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 06 Nov 2013 01:28:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"WPTavern: The Future of WordPress Widgets: A Better UI With Real-Time Previews\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://www.wptavern.com/?p=11041\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"http://www.wptavern.com/the-future-of-wordpress-widgets-a-better-ui-with-real-time-previews\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4602:\"<p>Widgets make WordPress stand out as one of the most user-friendly CMS options available. The ability to easily place content blocks and features into a widgetized area has made website customization possible for millions of people who don’t know how to code. As mobile browsing has increased over the past few years, widget design is now moving to accommodate use on mobile devices. Due to the popularity of widgets in general, new designs must also accommodate users who have dozens of available widgets.<span id=\"more-11041\"></span></p>\n<h3>Better Widgets</h3>\n<p>Shaun Andrews’ <a href=\"http://www.wptavern.com/wordpress-widgets-area-chooser-plugin-a-handy-addition-to-mp6\" target=\"_blank\">Widgets Area Chooser plugin</a> is on its way into the core for WordPress 3.8, but he’s not done improving widgets. Andrews is on a quest to make WordPress widgets better. To that end he has a couple of plugins that are currently in development. <a href=\"http://wordpress.org/plugins/better-widgets/\" target=\"_blank\">Better Widgets</a> is one that he created in order to add more incremental updates. </p>\n<p>Right now, if you check out the plugin’s page, all you will see is a vague description: <em><strong> “This makes widgets better. Trust me. Or don’t.”</strong></em> Since this is a plugin for continuing improvements to widgets, you’ll just have to install it and check it out. </p>\n<p>Better Widgets offers a new layout, which briefly made an appearance in MP6 and includes separate scrollable areas for available widgets. It also provides better feedback when saving widgets.</p>\n<p><a href=\"http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/11/widget-saved-feedback.jpg\" rel=\"thumbnail\"><img src=\"http://i1.wp.com/www.wptavern.com/wp-content/uploads/2013/11/widget-saved-feedback.jpg?resize=560%2C228\" alt=\"widget-saved-feedback\" class=\"aligncenter size-full wp-image-11058\" /></a></p>\n<p>Andrews may add a search filter to the plugin somewhere down the road, which would help users to quickly filter when searching a large number of widgets. He is also looking at adding the ability to drag widgets over closed sides, which would then automatically open so you could drop them in, similar to how dragging files around works in OS X. This is one plugin to watch for future updates if you want to be on the cutting edge of WordPress widget development.</p>\n<h3>Widgets in the WordPress Customizer</h3>\n<p>The widgets team is also working on an experimental plugin that allows users to edit and preview widgets in the <a href=\"https://codex.wordpress.org/Theme_Customization_API\" target=\"_blank\">WordPress Theme Customizer</a>. The <a href=\"http://wordpress.org/plugins/widget-customizer/\" target=\"_blank\">Widget Customizer</a> plugin is being developed as part of the ongoing Widgets UI Refresh effort and the team hopes to have it ready to present for consideration in WordPress 3.9.</p>\n<p><a href=\"http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/11/widgets-in-customizer.png\" rel=\"thumbnail\"><img src=\"http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/11/widgets-in-customizer.png?resize=560%2C718\" alt=\"widgets-in-customizer\" class=\"aligncenter size-full wp-image-11061\" /></a></p>\n<p>Widget Customizer gives you real-time previews of the edits you make to a widget before making them live. With this plugin turned on, no changes are live until the Save & Publish button is clicked. All widget-related actions are previewable before publishing, including:</p>\n<ul>\n<li>Adding a new widget</li>\n<li>Editing existing widgets</li>\n<li>Reordering widgets</li>\n<li>Dragging widgets to other sidebars</li>\n<li>Removing widgets from the sidebars</li>\n</ul>\n<p>If you want to test it out, install <a href=\"http://wordpress.org/plugins/widget-customizer/\" target=\"_blank\">Widget Customizer</a> on a test site. The plugin’s description advocates the new feature by stating, “No longer do you have to edit your widgets blind!” Editing a widget and then having to navigate to the front-end to see what you did is in essence blind editing. Once you try the Widget Customizer, you may never go back to the old way of editing widgets.</p>\n<p>The Better Widgets and Widget Customizer plugins are paving the way for the future of WordPress widgets. If you’ve ever been frustrated with widget management, you can breathe a sigh of relief, because some very nice updates are underway. Would you like to see real-time previews added to the core? What do you wish you could change about widget management? </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 05 Nov 2013 21:47:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"WPTavern: Bon Appetit! Top WordPress Plugins for Restaurants\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://www.wptavern.com/?p=10568\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:111:\"http://feedproxy.google.com/~r/WordpressTavern/~3/d3GehtlHpJc/bon-appetit-top-wordpress-plugins-for-restaurants\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:9171:\"<p><img class=\"size-full wp-image-10906 alignright\" alt=\"Top WordPress Plugins for Restaurants\" src=\"http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/11/chef-wppot.png?resize=200%2C321\" />One of the earliest “jobs” I had as a kid in Chicago was printing the menu for the local pizza restaurant. Back in the early 80s, it was quite rare for a kid to have a computer, let alone a color printer. Owning one of the earliest color printers, I immediately found several local businesses who were willing to swap out services and merchandise in exchange for some well designed menus that they could update with specials every month. I developed a long relationship printing flyers and pizza take-out menus in exchange for free pizzas every weekend. Not bad for a 13-year-old with an eye for proper layout. I was a young entrepreneurial spirit forged in tomato sauce and mozzarella.</p>\n<p>Things are not much different thirty years later. There are more restaurant owners looking to build customer loyalty than ever. While online review services like Yelp and Foursquare have made finding a restaurant easier, it is the establishment’s main website that is often the determining factor for new restaurant customers. Independent restauranteurs and franchises are increasingly turning to capable WordPress designers to develop and create appetizing online presentations. Though there are many different WordPress themes for restaurants, we will focus on what plugins can be used on nearly any theme. Here are some plugins to help with the development and presentation for WordPress based restaurant sites. <span id=\"more-10568\"></span></p>\n<h3>Easy Restaurant Menu Manager</h3>\n<p><a href=\"http://i1.wp.com/www.wptavern.com/wp-content/uploads/2013/11/bigmenu.jpg\" rel=\"thumbnail\"><img class=\"alignleft size-thumbnail wp-image-10987\" alt=\"Easy Restaurant Menu Manager\" src=\"http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/11/bigmenu.jpg?resize=150%2C150\" /></a>For simple yet stylish menus with very little setup, my first suggestion is <a title=\"Easy Restaurant Menu Manager\" href=\"http://wordpress.org/plugins/easy-restaurant-menu-manager/\" target=\"_blank\">Easy Restaurant Menu Manager</a>. ERMM gives you several options when setting up various dishes and beverages. Add categories like starters, sandwiches, desserts and drinks. Determine the display order of your categories. Include a description for each item and optionally display the price. CSS can be modified directly within the plugin. It also features different icons to add to the dish indicating spicy, heart-healthy or vegan options that might be presented. Just about any other kind of business that has a menu of services or products could use this plugin. Whether it’s a spa, restaurant or car detailing shop, Easy Restaurant Menu Manager offers an elegant presentation that can be easily customized to fit your site theme.</p>\n<h3>Locu For Restaurants</h3>\n<p><img class=\"alignleft wp-image-10993\" alt=\"Locu\" src=\"http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/11/locu-logo.png?resize=160%2C71\" />For a robust third-party integration of menus, a restaurant owner may want to consider <a title=\"Locu for Restaurant Menus\" href=\"http://wordpress.org/plugins/locu-for-restaurant-menus-and-merchant-price-lists/\" target=\"_blank\">Locu for Restaurant Menus</a>. The Locu service lets one add their menu and specials on the Locu site. The plugin then displays the menu in the form of a shortcode. Though there is nothing noteworthy about that functionality, it’s the other services of Locu that make it appealing. In addition to site embed capability, the Locu site also submits the restaurant menu to sites like Foursquare, City Search and Open Table. Premium Locu subscribers can also submit their menus to Trip Advisor, Yelp and their own Facebook page. Once you update the menu on Locu, it updates everywhere else in real-time.</p>\n<h3>Open Table</h3>\n<p><a href=\"http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/11/screenshot-2.jpg\" rel=\"thumbnail\"><img class=\"alignleft size-thumbnail wp-image-10988\" alt=\"Open Table Widget\" src=\"http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/11/screenshot-2.jpg?resize=150%2C150\" /></a>Many people have found Open Table to be a convenient way to get a table at a local restaurant. Restaurants that participate in Open Table can also use the service within their WordPress sites by utilizing the <a title=\"Open Table Widget\" href=\"http://wordpress.org/plugins/open-table-widget/\" target=\"_blank\">Open Table Widget</a> plugin. Requiring only the restaurant ID number, the plugin renders a table reservation form as a widget. The prospective diner only needs to enter the date, time, and party size. I’ve personally used the Open Table reservation service as a dining customer and found it to be a very good user experience. It’s great to grab a last-minute table or for planning well in advance.</p>\n<h3>GravityForms</h3>\n<p><a href=\"http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/11/mamas-greek-food-catering-menu.jpg\" rel=\"thumbnail\"><img class=\"alignleft size-thumbnail wp-image-10913\" title=\"Example Catering Addition Logic\" alt=\"Example Catering Addition Logic\" src=\"http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/11/mamas-greek-food-catering-menu.jpg?resize=150%2C150\" /></a>We all like to use <a title=\"Gravity Forms\" href=\"http://gravityforms.com\" target=\"_blank\">Gravity Forms</a> for the usual “Contact Us” pages and lead forms. But GF is also a very powerful conduit for catering order forms. Internally, GF has the capability of doing math! That means you can create a catering order form that actually adds up the total as someone chooses their items and sides. It allows a restaurant or caterer the option of taking delivery orders without having to build a full-blown e-commerce setup on their site. When payment is fulfilled at a later time or in circumstances when there are always follow-up confirmation calls, a form can do the job perfectly.</p>\n<p>Gravity Forms also allows for conditional logic. Does a caterer have a different menu option for serving a party of 20 vs a party of 200? You bet they do! Gravity Forms can present completely different menu options based on number of guests, distance from the restaurant and dietary restrictions. From the perspective of the restaurant staff, Gravity Forms can send out different notifications to the Chef, Catering Manager and to the person responsible for scheduling staff for event service. The notification email provides a comprehensive order list, total price and special food request notes. The address field has a Google map link, providing directions from the restaurant to the event venue in just one click. I have used this plugin for just about every type of business out there. When I put it to use creating a catering order form, I gained a whole new respect for the plugins capabilities.</p>\n<h3>Foursquare Perks</h3>\n<p><img class=\"alignleft size-full wp-image-10910\" alt=\"Foursquare Perks\" src=\"http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/11/foursquare-perks2.jpg?resize=240%2C139\" />Many restaurants choose to reward people who frequently check in through Geo-Social channels like Yelp and Foursquare. In the case of Foursquare, there is a great plugin that allows a restaurant to proudly display venue statistics in near real-time. <a title=\"Foursquare Venue\" href=\"http://wordpress.org/plugins/foursquare-venue/\" target=\"_blank\">Foursquare Venue</a> gives the restaurant site the ability to display total check-ins, how many people are currently checked in and who the current “mayor” of the location is. The mayor is the person who has checked into a particular place the most. Why not reward the mayor with a free side dish or drink with every order? Make it a contest of social supremacy. It’s good to be king! Obviously you will want to use caution with the real-time statistics. Nothing looks worse than a big fat zero in the column of current people checked in. If you have a restaurant with a lot of social check-ins with Foursquare, this may be a plugin that you want to use.</p>\n<h3>Think Of These Plugins Before Your Next Restaurant Client</h3>\n<p>Think of these plugins the next time you are involved in a restaurant site build. They will help to provide a much more engaging experience for future customers. Remember to always test your plugins on a staging site. Accepting pizza as payment is still considered a valid site developer currency, especially in Chicago or New York. Somewhere out there is a budding 13-year-old kid eagerly awaiting their first bite of WordPress-traded pizza. Hopefully these plugin features have helped to get the youngster more negotiating power, like a few extra toppings or some bread sticks to boot. Though much like a chef using a test kitchen, be sure to try these plugins on a staging site first. Using an unfamiliar plugin to a new environment could be a recipe for disaster.</p>\n<img src=\"http://feeds.feedburner.com/~r/WordpressTavern/~4/d3GehtlHpJc\" height=\"1\" width=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 05 Nov 2013 20:47:24 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Marcus Couch\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:29;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"WPTavern: Preparing Plugins And Themes To Use Language Packs via WordPress.org\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://www.wptavern.com/?p=11012\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:130:\"http://feedproxy.google.com/~r/WordpressTavern/~3/fZouOPU3Vic/preparing-plugins-and-themes-to-use-language-packs-via-wordpress-org\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1657:\"<p><a href=\"http://i1.wp.com/www.wptavern.com/wp-content/uploads/2013/11/LanguagePacks.jpg\" rel=\"thumbnail\"><img src=\"http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/11/LanguagePacks.jpg?resize=196%2C110\" alt=\"Language Packs\" class=\"alignright size-full wp-image-11013\" /></a>One of the features added to the recently released <a href=\"http://wordpress.org/news/2013/10/basie/\" title=\"http://wordpress.org/news/2013/10/basie/\">WordPress 3.7</a> was support for language packs. “<em>WordPress 3.7 adds support for automatically installing the right language files and keeping them up to date, a boon for the many millions who use WordPress in a language other than English.</em>” While support has been added to core, there is still a lot of work to be done to properly have this feature implemented to the WordPress.org website.</p>\n<p>Otto has <a href=\"http://ottopress.com/2013/language-packs-101-prepwork/\" title=\"http://ottopress.com/2013/language-packs-101-prepwork/\">published an excellent guide</a> for plugin and theme developers that explains what needs to be done to take full advantage of language packs. </p>\n<blockquote><p>So go forth, plugin and theme authors. Start fixing up that code. Many of you may have nothing to fix. Some of you may just need a header change. But it’s worth giving it a once over anyway. It certainly would be very nice if, as the new features begin to be added to WordPress.org, then your code was all ready and set to take immediate advantage of it, wouldn’t it? – Otto </p></blockquote>\n<img src=\"http://feeds.feedburner.com/~r/WordpressTavern/~4/fZouOPU3Vic\" height=\"1\" width=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 05 Nov 2013 20:10:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Jeffro\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:30;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"WPTavern: DP Dashboard – An Alternative WordPress Admin Design\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://www.wptavern.com/?p=11018\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:112:\"http://feedproxy.google.com/~r/WordpressTavern/~3/57d-VzBCKts/dp-dashboard-an-alternative-wordpress-admin-design\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3655:\"<p><a href=\"http://i1.wp.com/www.wptavern.com/wp-content/uploads/2013/11/DPDashboardLogo.jpg\" rel=\"thumbnail\"><img class=\"alignright size-full wp-image-11031\" alt=\"DPDashboardLogo\" src=\"http://i1.wp.com/www.wptavern.com/wp-content/uploads/2013/11/DPDashboardLogo.jpg?resize=257%2C164\" /></a>Created by Tung Do of DevPress, <a title=\"http://devpress.com/plugins/dp-dashboard/\" href=\"http://devpress.com/plugins/dp-dashboard/\">DP Dashboard</a> is a plugin that transforms the back-end of WordPress into something that is supposed to be simpler, modern, clutter-free, productive and an enjoyable experience. For me however, I preferred the experience of MP6. Instead of writing a lengthy review, I’m going to tell you what I liked and disliked about DP Dashboard. <span id=\"more-11018\"></span></p>\n<h3>What I Like</h3>\n<p><strong>Typography</strong> – The typography is easy to read, even from a distance.</p>\n<p><strong>Numbered Menus</strong> – I like the idea of using numbers for top-level menu items just as long as the order doesn’t change.</p>\n<h3>Things I Don’t Like</h3>\n<p><strong>Everything Is Too Big</strong> – DP Dashboard was created to provide a large screen experience by only supporting 1024 resolutions and above. He also added support for landscape view in tablet devices. I’m using a 20 inch widescreen LCD monitor and DP Dashboard has me thinking I don’t have a big enough screen. Buttons, text fields, menu items, everything is just too big.</p>\n<p><a href=\"http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/11/DPDashboardTooBig.jpg\" rel=\"thumbnail\"><img class=\"aligncenter size-large wp-image-11036\" alt=\"DP Dashboard Is Too Big\" src=\"http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/11/DPDashboardTooBig.jpg?resize=500%2C220\" /></a></p>\n<p>This leads to a lot of unnecessary scrolling.</p>\n<p><strong>Not A Fan Of The Color Scheme</strong> – I don’t like the seaweed color scheme. There is also not enough contrast between the white and grey. On my monitor, they appear to be the same color.</p>\n<p><strong>Too Many Clicks Added To My Workflow</strong> – Using MP6 or the default post writing screen, the right side of the page has an area to drag around widgets. In DP Dashboard, the widgets have been replaced by links to the widgets. I prefer to have the widgets I use most such as Tags, Publish, and Categories on the right side of the post writing screen. By having the widgets I use most to the right of the post writing panel already open, it saves me a mouse click. Using DP Dashboard, I have the choice of scrolling down to find the widget I’m looking for, or clicking the link to take me straight to the widget. After using DP Dashboard for a day, I’ve concluded that I don’t like this workflow.</p>\n<h3>Conclusion</h3>\n<p>I’ve respected Tung Do’s work over the years. His WordPress themes always have a touch of class and sparkle that, in my opinion, is unmatched in the WordPress theme community. However, I can’t see myself ever using DP Dashboard. It doesn’t improve any part of my WordPress back-end experience versus MP6. I’ve left the plugin enabled for a day to perform typical administrative functions but the longer I use it, the more I want to disable it!</p>\n<p>Instead of creating an alternative to MP6, I’d like to see Tung Do create his own version of MP6 using it as a foundation. I can tell that Tung put a lot of work into DP Dashboard, it’s just not my cup of tea.</p>\n<img src=\"http://feeds.feedburner.com/~r/WordpressTavern/~4/57d-VzBCKts\" height=\"1\" width=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 05 Nov 2013 19:23:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Jeffro\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:31;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"WPTavern: WordPress Inline Documentation Marches Forward: 50% Complete\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://www.wptavern.com/?p=10954\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:120:\"http://feedproxy.google.com/~r/WordpressTavern/~3/N5SXwXk35Ho/wordpress-inline-documentation-marches-forward-50-complete\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3243:\"<p>When the <a href=\"http://www.wptavern.com/coming-soon-inline-documentation-for-all-wordpress-hooks\" target=\"_blank\">Inline Documentation project</a> was started in July at WordCamp San Francisco, a handful of contributors set out to tackle a massive list of hooks in 195 files. This effort continues and the team is hoping that they will have the hook documentation completed in time with the WordPress 3.8 release in December. Kim Parsell posted an <a href=\"http://make.wordpress.org/core/2013/11/04/the-state-of-inline-docs/\" target=\"_blank\">update</a> on the project and said that the progress to date is right at 50%. <span id=\"more-10954\"></span></p>\n<h3>Documentation Sprints at WordCamp Contributor Days</h3>\n<div id=\"attachment_11028\" class=\"wp-caption alignright\"><a href=\"http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/11/contributor-day.jpg\" rel=\"thumbnail\"><img src=\"http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/11/contributor-day.jpg?resize=560%2C420\" alt=\"photo credit: nacokomc\" class=\"size-full wp-image-11028\" /></a><p class=\"wp-caption-text\">WordCamp Europe Contributor Day: photo credit: <a href=\"http://www.flickr.com/photos/naokomc/10195151834/sizes/z/in/photostream/\" target=\"_blank\">nacokomc</a></p></div>\n<p>Some of the most recent WordCamp contributor days added new contributors to the ranks and spurred on a good chunk of the documentation to reach that 50% mark. Coordinators for WordCamp Toronto, WordCamp Europe and WordCamp Sofia all included inline documentation as part of the contributor days, resulting in 35 more files documented and 47 people receiving props for submitting inline docs patches. More progress is also on the way in <a href=\"http://core.trac.wordpress.org/query?status=accepted&status=assigned&status=new&status=reopened&status=reviewing&component=Inline+Docs&col=id&col=summary&col=status&col=type&col=milestone&col=keywords&order=priority\" target=\"_blank\">patches waiting to be reviewed</a>. </p>\n<h3>How to Get Involved in WordPress Inline Documentation</h3>\n<p>Check out the <a href=\"http://make.wordpress.org/core/2013/09/05/add-inline-docs-for-hooks/\" target=\"_blank\">master list</a> for the remaining hooks that need to be documented and jump in on that post to claim ones that you want to work on. Make sure to read the <a href=\"http://make.wordpress.org/core/handbook/inline-documentation-standards/php-documentation-standards/\" target=\"_blank\">PHP Documentation Standards</a>, especially the newly updated sections on <a href=\"http://make.wordpress.org/core/handbook/inline-documentation-standards/php-documentation-standards/#documenting-tips\" target=\"_blank\">Documenting Tips</a>, <a href=\"http://make.wordpress.org/core/handbook/inline-documentation-standards/php-documentation-standards/#formatting-guidelines\" target=\"_blank\">Formatting Guidelines</a> and how to document <a href=\"http://make.wordpress.org/core/handbook/inline-documentation-standards/php-documentation-standards/#4-1-duplicate-hooks\" target=\"_blank\">duplicate hooks</a>. Your contributions can help this project reach completion by the time WordPress 3.8 is released in December.</p>\n<img src=\"http://feeds.feedburner.com/~r/WordpressTavern/~4/N5SXwXk35Ho\" height=\"1\" width=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 05 Nov 2013 18:50:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:32;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"WPTavern: wpXtreme – Another Take On The WordPress App Store Idea\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://www.wptavern.com/?p=10962\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:115:\"http://feedproxy.google.com/~r/WordpressTavern/~3/qZgQFIU1H3A/wpxtreme-another-take-on-the-wordpress-app-store-idea\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8423:\"<p><a href=\"http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/11/WPExtremeLogo.jpg\" rel=\"thumbnail\"><img src=\"http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/11/WPExtremeLogo.jpg?resize=295%2C58\" alt=\"WPExtreme Logo\" class=\"alignright size-full wp-image-11000\" /></a><a href=\"https://wpxtre.me/\" title=\"https://wpxtre.me/\">wpXtreme</a> is trying to take the <a href=\"http://www.wptavern.com/the-wordpress-app-store-1-year-later\" title=\"http://www.wptavern.com/the-wordpress-app-store-1-year-later\">WordPress App Store idea</a> to the next level. The site recently launched and provides a method to download plugins and themes through their marketplace. While their plugin didn’t function properly on my local WordPress install, it worked just fine on the Tavern website.<span id=\"more-10962\"></span></p>\n<h3>What Is wpXtreme Trying To Accomplish</h3>\n<div class=\"aligncenter\"></div>\n<p>While the app store is the best way to describe wpXtreme, it is aiming to be much more than that. In conversation with one of their lead developers, he told me “<em>Even if we provide users with an App Store-like buying experience directly from the WP dashboard, we’re much more than this. wpXtreme is more of an ecosystem aiming to create a standard for plugins and (soon) for theme development. Specifically, all plugins available on the WPX Store are required a) to be built on WPDK [<a href=\"http://wpdk.io\" title=\"http://wpdk.io\">http://wpdk.io</a>], an Open Source framework we developed, and b) get validated by our staff</em>“.</p>\n<h3>Requirements To Sell?</h3>\n<p>In order to sell a plugin within the Xtreme marketplace, it must be built using their open source framework called <a href=\"http://wpdk.io\" title=\"http://wpdk.io\">WPDK</a>. Sellers will also need to <a href=\"https://developer.wpxtre.me/users/sign_up\" title=\"https://developer.wpxtre.me/users/sign_up\">sign up</a> to their developer program. This is a similar process Apple App Store developers have to go through by using the Apple SDK, having each app reviewed before it’s approved for sale on the store, etc. Unlike the Apple process, developers who create plugins using their open source framework can sell them on the Xtreme marketplace as well as anywhere else on the web. However, because of the requirements, not every developer will be able to tap into the audience wpXtreme offers. </p>\n<h3>Licensing</h3>\n<p>All plugins, themes, and support are provided as is under the GPL 2.0 license. When a marketplace item has a 1Y symbol, it stands for one year of product updates, priority support, and full documentation. This is in line with the business model a lot of commercial plugin developers are using. The free license provides access to basic support resources, partial documentation, and product updates. The interesting thing about free licenses is that if at some point the free item goes commercial, free license holders will be able to upgrade to a yearly subscription at a discounted rate.</p>\n<p><a href=\"http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/11/WPExtremeLicensing.jpg\" rel=\"thumbnail\"><img src=\"http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/11/WPExtremeLicensing.jpg?resize=500%2C473\" alt=\"WPExtremeLicensing\" class=\"aligncenter size-large wp-image-11004\" /></a></p>\n<h3>The Marketplace</h3>\n<p>Their marketplace already has a number of plugins and themes available, most of them for free. If developers choose to sell plugins through them, they’ll be able to keep 70% of the sale with 30% going towards wpXtreme to cover their costs. As a user, wpXtreme becomes another resource for themes and plugins. Their plugin doesn’t replace the existing methods of obtaining them from the WordPress repositories rather, works alongside them.</p>\n<p><a href=\"http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/11/WPExtremePluginStore.jpg\" rel=\"thumbnail\"><img src=\"http://i1.wp.com/www.wptavern.com/wp-content/uploads/2013/11/WPExtremePluginStore.jpg?resize=500%2C298\" alt=\"WPExtreme Plugin Store\" class=\"aligncenter size-large wp-image-11002\" /></a></p>\n<p>The shopping experience is not bad. Browsing through themes and plugins was a breeze. The use of colors for items makes it easy to see important information. Clicking the more button takes users to a page that has ratings, features, a description, changelog, and a link to install the theme or plugin. You’ll need to be logged in to download any of the free themes or plugins. Thankfully, an Xtreme user account is free. </p>\n<h3>Have To Use One To Use The Other</h3>\n<p>The fact that plugins connected to wpXtreme will stop functioning if it’s deactivated is a huge turn off. When I asked why this restriction was in place, they told me it’s because the plugins are using wpXtreme which is a framework plugin. </p>\n<blockquote><p>All the plugins downloaded from the WPX Store require our wpXtreme plugin as the main “engine” to correctly work in a single WordPress installation. This means any plugin, no matter if a paid or free product, will be disabled as soon as the main plugin, i.e. wpXtreme plugin, gets deactivated.</p>\n<p>What I can say for sure is that all plugins run exclusively on the wpXtreme “main” plugin because the latter is a framework itself and the former work as enhancements of the core functionality provided by wpXtreme. That’s the same approach we embraced for Extensions, which <a href=\"https://wpxtre.me/blog/wpxtreme/releases/wpxtreme-1-1-1-is-now-available-and-brings-you-extensions/\" title=\"https://wpxtre.me/blog/wpxtreme/releases/wpxtreme-1-1-1-is-now-available-and-brings-you-extensions/\">we introduced just yesterday</a>, and how they work as plugin enhancements while they technically are plugins themselves.</p></blockquote>\n<p><a href=\"http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/11/WPExtremeDeactivate.jpg\" rel=\"thumbnail\"><img src=\"http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/11/WPExtremeDeactivate.jpg?resize=500%2C108\" alt=\"WPExtremeDeactivate\" class=\"aligncenter size-large wp-image-11007\" /></a></p>\n<p>I don’t like the idea of marketplace items relying on wpXtreme to be activated in order to function. If wpXtreme stops working or if the marketplace closes up shop, then whatever purchases were made in the marketplace will stop functioning as well. I searched their website for some type of sunset clause but I didn’t see any. I’d like to see them implement a clause that states that if they were to go out of business, that they would make it so that purchased items can work independently of their framework plugin.</p>\n<h3>What Will It Take To Succeed?</h3>\n<p>One thing that would help wpXtreme gain momentum is if their plugin was allowed to be hosted on the repository. Just like the WP App Store plugin, wpXtreme is not allowed within the repository because it provides no functionality. It also serves as a pointer to a third party. Unfortunately, two WordPress plugins that were actively developed prior to Xtreme launching will no longer be available in stand-alone form. Those plugins are <a href=\"http://wordpress.org/plugins/wp-bannerize/\" title=\"http://wordpress.org/plugins/wp-bannerize/\">WP Bannerize</a> and <a href=\"http://wordpress.org/plugins/wp-cleanfix/\" title=\"http://wordpress.org/plugins/wp-cleanfix/\">WP CleanFix</a>. Both plugins have been assimilated into the Xtreme marketplace with WP CleanFix now having a price tag of $15.00. However, both of these plugins now serve a primary role of pointing people to wpXtreme. Users have already <a href=\"http://wordpress.org/support/topic/new-release-of-cleanfix\" title=\"http://wordpress.org/support/topic/new-release-of-cleanfix\">expressed their displeasure</a> at having to download another plugin to use an existing plugin. </p>\n<p>A number of active developers will need to first pass the requirements and then buy into their idea of creating a better WordPress ecosystem. While those requirements act as barriers for developers, the process of having to install the wpXtreme plugin to access the store is a barrier to entry for users. Both aspects of the marketplace will need a large contingent of support in order to gain any steam along with any chance of long term success. </p>\n<img src=\"http://feeds.feedburner.com/~r/WordpressTavern/~4/qZgQFIU1H3A\" height=\"1\" width=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 05 Nov 2013 17:30:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Jeffro\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:33;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"WordPress.tv: Curtis McHale: Don’t Be An Idiot\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=24256\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"http://wordpress.tv/2013/11/05/curtis-mchale-dont-be-an-idiot/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:652:\"<div id=\"v-rp1BJZl4-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/24256/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/24256/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=24256&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2013/11/05/curtis-mchale-dont-be-an-idiot/\"><img alt=\"Curtis McHale: Don’t Be An Idiot\" src=\"http://videos.videopress.com/rp1BJZl4/video-57b28c86f7_scruberthumbnail_1.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 05 Nov 2013 14:47:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:34;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"WPTavern: Breaking: New Features Selected To Merge Into WordPress 3.8 Core\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://www.wptavern.com/?p=10958\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:125:\"http://feedproxy.google.com/~r/WordpressTavern/~3/_lvjtTGbWVc/breaking-new-features-selected-to-merge-into-wordpress-3-8-core\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6199:\"<p>Today was an important day for nailing down the features that will be moving forward in WordPress 3.8. In an epic three hour planning and decisions meeting, Matt Mullenweg opened up the discussion by asking plugin leaders to provide a status for their proposed features. I’ve summarized a few of the highlights.<span id=\"more-10958\"></span></p>\n<h3>Widgets Area Chooser Plugin Gets a Green Light</h3>\n<p><div id=\"attachment_10101\" class=\"wp-caption alignright\"><a href=\"http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/10/widgets-area-chooser.jpg\" rel=\"thumbnail\"><img src=\"http://i1.wp.com/www.wptavern.com/wp-content/uploads/2013/10/widgets-area-chooser.jpg?resize=353%2C250\" alt=\"Widgets Area Chooser\" class=\"size-full wp-image-10101\" /></a><p class=\"wp-caption-text\">Widgets Area Chooser</p></div>The meeting started with discussion on the accessibility benefits of the Widgets Area Chooser plugin, which we recently <a href=\"http://www.wptavern.com/wordpress-widgets-area-chooser-plugin-a-handy-addition-to-mp6\" target=\"_blank\">featured</a> on the Tavern. Shaun Andrews submitted a <a href=\"http://make.wordpress.org/core/2013/11/04/widgets-area-chooser-3-8-proposal/\" target=\"_blank\">proposal</a> at the last minute for its inclusion in 3.8.</p>\n<p>Matt said, “I think this is a small but useful addition, and the trac ticket should allow any code issues to be worked out.” In the next day or two the plugin should be live on WordPress.com so that the team can gather a wider range of browser and user testing. It looks like this feature will be getting the green light.</p>\n<h3>Omnisearch Needs More Refining</h3>\n<p>During the meeting it was determined that the Omnisearch plugin needs more discussion on implementation and features, so work will continue there before it will be cleared to move on to core. </p>\n<h3>DASH Plugin Will Be Merged Into Core</h3>\n<p><a href=\"https://twitter.com/growthdesigner\" target=\"_blank\">Dave Martin</a>, otherwise known as @lessbloat and the Dash plugin team leader, has been paired with core developer Mark Jaquith who will be working with them on merging the plugin into core. No major roadblocks were raised in the discussion of this feature. </p>\n<p>When asked what the screen looks like for a site that doesn’t have much content, @lessbloat posted a screenshot of a brand new dashboard: </p>\n<div id=\"attachment_10964\" class=\"wp-caption aligncenter\"><a href=\"http://i1.wp.com/www.wptavern.com/wp-content/uploads/2013/11/new-dash.jpg\" rel=\"thumbnail\"><img src=\"http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/11/new-dash.jpg?resize=560%2C420\" alt=\"New dashboard\" class=\"size-full wp-image-10964\" /></a><p class=\"wp-caption-text\">New dashboard</p></div>\n<p>This feature is looking pretty solid and is cleared to merge into core. WordPress users can expect a beautiful new dashboard in the next release.</p>\n<h3>THX – All Systems a Go!</h3>\n<p>The <a href=\"http://make.wordpress.org/core/2013/10/23/thx-presentation/\" target=\"_blank\">Theme Experience</a> plugin is now on its way into 3.8. WordPress users can expect a much improved way of viewing themes in the next release. </p>\n<div id=\"attachment_10967\" class=\"wp-caption aligncenter\"><a href=\"http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/11/theme-with-multiple-sreenshots.jpg\" rel=\"thumbnail\"><img src=\"http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/11/theme-with-multiple-sreenshots.jpg?resize=560%2C344\" alt=\"Theme with multiple screenshots\" class=\"size-full wp-image-10967\" /></a><p class=\"wp-caption-text\">New theme experience demo with multiple screenshots</p></div>\n<p>A few points were raised about enhancing what the plugin already does and making its features more discoverable in the UI. There’s plenty of time to polish it up. Matt noted that testing this feature with lots of themes will be important in order to ensure that the experience stays speedy.</p>\n<h3>MP6 Finally Cleared for Takeoff</h3>\n<p>Some work needs to be done on browser support and performance but other than that the plugin is looking pretty solid right now. MP6 will finally be rolled into the core in WordPress 3.8.</p>\n<p>“MP6 is a shot in the arm,” Matt said. “It forces plugin devs to up their game, makes WP feel modern, and the importance of the responsive aspect of it cannot be overstated.” MP6 is a vast improvement upon the current admin design and is arguably the most highly anticipated addition to WordPress 3.8.</p>\n<h3>Twenty Fourteen – Not Yet a Lock For 3.8</h3>\n<p><a href=\"http://twentyfourteendemo.wordpress.com/\" target=\"_blank\">Twenty Fourteen</a> will be the next WordPress default theme. Because this is the most fully featured theme so far, a major challenge will be helping users discover what is possible with Twenty Fourteen. The development team is aiming to push as many of the customizations as possible into WordPress’ Customizer so that it’s easier to work with. Lingering development concerns mean that Twenty Fourteen’s inclusion in 3.8 is not yet a lock. The worst case scenario would be holding it back for the 3.9 release, but it hasn’t yet been decided.</p>\n<h3>Features Are Merging into the WordPress Trunk</h3>\n<p>During the 3.8 development meeting Matt paired each incoming feature with a core developer as a “buddy” to the plugin leader. “The role of the buddy is a support one to try to sherpa the plugin getting in as friction-free as possible,” he said.</p>\n<p>The trunk is about to get a bit more volatile, so developers might want to turn off those nightlies for awhile. As features are merged into the trunk, Matt encouraged developers to see the trunk as “a place where things can and will break, versus a museum of perfect code that we all svn up to in production every morning at 5am.” Things may be a bit messy in the transition, but this is a good sign that WordPress is growing and improving in many new ways. Core development is ramping up for a very exciting 3.8 release in December.</p>\n<img src=\"http://feeds.feedburner.com/~r/WordpressTavern/~4/_lvjtTGbWVc\" height=\"1\" width=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 05 Nov 2013 00:30:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:35;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"WPTavern: Tour Automattic Without Leaving Your House\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://www.wptavern.com/?p=10903\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:104:\"http://feedproxy.google.com/~r/WordpressTavern/~3/yyMz7sKEof4/tour-automattic-without-leaving-your-house\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4436:\"<p>If you have not had the chance to see Automattic’s new office in downtown San Francisco in person, you’re in luck. You can now take a virtual tour of the Automattic office via Google Maps. Joey Kudish who is an Automattic employee <a href=\"http://jkudish.com/2013/10/31/automattic-is-on-google-maps\" title=\"http://jkudish.com/2013/10/31/automattic-is-on-google-maps\">shared the news on his blog</a>. According to Joey, a photographer stopped by, took pictures, and was able to map out the entire building, including the second floor. <span id=\"more-10903\"></span></p>\n<p>The tour starts on the second floor and as noted in the comments, you’ll need to hit the back arrow in order to go down the steps. Notable stops on the journey include the custom shuffle board on the second floor and the mini WordPress museum on the first floor. My favorite image actually has nothing to do with the Automattic office. On the first floor near the entrance, if you look in the direction towards the museum in front of the steel beam, you’ll see a reflection of the the camera stand. </p>\n<div id=\"attachment_10943\" class=\"wp-caption aligncenter\"><a href=\"http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/11/WalkingCamera.jpg\" rel=\"thumbnail\"><img src=\"http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/11/WalkingCamera.jpg?resize=220%2C300\" alt=\"The Walking Camera\" class=\"size-medium wp-image-10943\" /></a><p class=\"wp-caption-text\">Walking Camera?</p></div>\n<p>We know a photographer came into the office and took these photos. But this particular photo has me thinking he used a walking camera to take the photos for him. I only kid. But it sure does look like a walking camera in mid stride. </p>\n<h3>How Were These Photographs Created?</h3>\n<p>I got in touch with Alex Schoenfeldt of <a href=\"http://www.schoenfeldt.com/\" title=\"http://www.schoenfeldt.com/\">Scheonfeldt.com</a> who was commissioned by Automattic to find out what type of equipment he used. While Google streetview uses a vehicle with cameras pointing in all directions to generate their panoramic shots, Alex achieves this using one camera. For this job, he used a Canon 5D Mark 2 with a Sigma 8mm fisheye lens. A Nodal Ninja Panoramic head all mounted on a Bogen Tripod. He used a technique called <a href=\"http://en.wikipedia.org/wiki/Exposure_bracketing\" title=\"http://en.wikipedia.org/wiki/Exposure_bracketing\">exposure bracketing</a> to piece together the panoramic shots. He starts off pointing the camera in a northward position turning the camera 90 degrees. Three photos are taken for each 90 degree turn. One photo is taken overexposed. The next is underexposed. The last photo is taken with spot on settings. He’s then able to stitch the images together to form one image. </p>\n<p>Until I spoke with Alex, I was unaware of the fact that Google Maps <a href=\"http://www.google.com/intl/en/help/maps/businessphotos/photographers/\" title=\"http://www.google.com/intl/en/help/maps/businessphotos/photographers/\">has a program in place</a> that will train people on how to run a photography business. Alex completed the training program and is now able to offer photography services to businesses like Automattic. He also has the ability publish those images to Google Maps. It’s an interesting service for photographers and I see no reason why businesses wouldn’t take advantage of it, especially those who are proud of their offices and want to show them off to the world. </p>\n<h3>What The New Automattic Office Use To Be</h3>\n<div class=\"aligncenter\"><br /><small><a href=\"https://maps.google.com/maps?cbll=37.784159,-122.3972&layer=c&cbp=12,226.14,,0,-10.16&hl=en&gl=us&ie=UTF8&ll=37.783562,-122.396622&spn=0.005944,0.013078&t=m&z=17&panoid=I4jyXig_o3EyhPceyT2neg&source=embed\">View Larger Map</a></small></div>\n<p>By the way, while Google Maps knows where the Automattic office is located, their street view has older images showing the previous building tenants. It used to be a <a href=\"http://fairtex.com/\" title=\"http://fairtex.com/\">Fairtex location</a>. Fairtex is a manufacturer of combat equipment and clothing for Muay Thai and Mixed Martial Arts. This should give you a good idea as to the amount of work and renovation that took place prior to Automattic calling this building their new home.</p>\n<img src=\"http://feeds.feedburner.com/~r/WordpressTavern/~4/yyMz7sKEof4\" height=\"1\" width=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 04 Nov 2013 22:00:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Jeffro\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:36;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"WordPress.tv: Natalie MacLees: Responsive Typography For WordPress Themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=24454\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"http://wordpress.tv/2013/11/04/natalie-maclees-responsive-typography-for-wordpress-themes/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:701:\"<div id=\"v-Gw0Z94uq-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/24454/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/24454/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=24454&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2013/11/04/natalie-maclees-responsive-typography-for-wordpress-themes/\"><img alt=\"Natalie MacLees: Responsive Typography For WordPress Themes\" src=\"http://videos.videopress.com/Gw0Z94uq/video-f9f014ae00_scruberthumbnail_0.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 04 Nov 2013 19:14:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:37;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"WPTavern: 10 Free WordPress Themes Based on the Foundation Framework\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://www.wptavern.com/?p=10901\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:120:\"http://feedproxy.google.com/~r/WordpressTavern/~3/MtaJ6CEnq_g/10-free-wordpress-themes-based-on-the-foundation-framework\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:9230:\"<p><a href=\"http://i1.wp.com/www.wptavern.com/wp-content/uploads/2013/11/zurb-foundation.png\" rel=\"thumbnail\"><img src=\"http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/11/zurb-foundation.png?resize=400%2C244\" alt=\"zurb-foundation\" class=\"alignright size-full wp-image-10916\" /></a>At the beginning of this year there were just a handful of WordPress themes available for Zurb’s <a href=\"http://foundation.zurb.com/\" target=\"_blank\">Foundation</a> framework. Most of these were basic starter themes for developers. As we near the end of 2013, Foundation is rapidly becoming more popular with front-end developers and the demand for WordPress themes is also increasing. In addition to the 10 free themes included in this article, Foundation-based themes are popping up on Themeforest and other commercial sites. </p>\n<p>Many front-end developers prefer Foundation over Twitter Bootstrap, its more well-known counterpart. Foundation was created with a mobile first approach. It’s more style-agnostic when it comes to UI tools, which often translates into less work when theming. Foundation also provides native support for SASS, enabling developers to use <a href=\"http://compass-style.org/\" target=\"_blank\">compass</a> in their workflow.<span id=\"more-10901\"></span></p>\n<p>All of the WordPress themes below incorporate the Foundation framework. Their project websites are an example of what is possible when building with Foundation.</p>\n<h2>Reverie</h2>\n<p><a href=\"http://themefortress.com/reverie/\"><img src=\"http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/11/reverie.jpg?resize=560%2C576\" alt=\"reverie\" class=\"aligncenter size-full wp-image-10919\" /></a><br />\nIn addition to inheriting all the Foundation features, Reverie also includes customized output for WordPress menus, caption and pagination. It has two built-in widget ares and two custom menus. Reverie can be used as a starter theme or as the parent theme to a child theme that you create.</p>\n<h4><a href=\"http://themefortress.com/reverie/\" target=\"_blank\">Theme Info</a> | <a href=\"http://themefortress.com/demo/\" target=\"_blank\">Demo</a></h4>\n<h2>Requried+</h2>\n<p><a href=\"http://themes.required.ch/\" target=\"_blank\"><img src=\"http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/11/required.jpg?resize=560%2C477\" alt=\"required\" class=\"aligncenter size-full wp-image-10924\" /></a><br />\nAlong with Reverie, Required+ was one of the first ones on the scene to offer a Foundation-based WordPress theme. It is meant to be used as a parent theme and <a href=\"http://themes.required.ch/theme-features/documentation/\" target=\"_blank\">features</a> commented code, flexible layout options with page templates and widget areas for different layouts. Required+ includes shortcodes to help you create columns, galleries and more using the visual editor. The shortcodes are offered as optional plugins. One unique feature of Required+ is that it offers <a href=\"http://themes.required.ch/theme-features/editor-styles/\" target=\"_blank\">editor styles</a> for adding Foundation styles and elements to the post editor without using shortcodes.</p>\n<h4><a href=\"http://themes.required.ch/\" target=\"_blank\">Theme Info</a> | <a href=\"http://themes.required.ch/demo/\" target=\"_blank\">Demo</a></h4>\n<h2>Reactor</h2>\n<p><a href=\"http://awtheme.com/\"><img src=\"http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/11/reactor.jpg?resize=560%2C464\" alt=\"reactor\" class=\"aligncenter size-full wp-image-10927\" /></a><br />\nReactor makes use of the WordPress Customizer to offer customization options. It includes shortcodes for UI elements such as pricing grid, orbit slider, buttons and more. Reactor was built with the developer in mind and offers an assortment of hooks, content actions and theme actions.</p>\n<h4><a href=\"http://awtheme.com/\" target=\"_blank\">Theme Info</a> | <a href=\"http://demo.awtheme.com/reactor/\" target=\"_blank\">Demo</a></h4>\n<h2>WP Foundation</h2>\n<p><a href=\"http://320press.com/wp-foundation/\"><img src=\"http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/11/wp-foundation.jpg?resize=560%2C518\" alt=\"wp-foundation\" class=\"aligncenter size-full wp-image-10930\" /></a></p>\n<p>WP Foundation includes four different page templates, a configurable via theme options panel, shortcodes pre-styled with Foundation’s styles and two different sidebars.</p>\n<h4><a href=\"http://320press.com/wp-foundation/\" target=\"_blank\">Theme Info</a> | <a href=\"http://320press.com/wp-foundation/\" target=\"_blank\">Demo</a></h4>\n<h2>Base Station</h2>\n<p><a href=\"http://www.johnparris.com/basestation/\"><img src=\"http://i1.wp.com/www.wptavern.com/wp-content/uploads/2013/11/base-station.jpg?resize=560%2C496\" alt=\"base-station\" class=\"aligncenter size-full wp-image-10932\" /></a></p>\n<p>Base Station is an extensible WordPress theme built on Foundation. It was built to be extended by developers, includes a number of hooks, and most of its functions are either pluggable or accessible via filters. The theme also has a feature called <a href=\"http://www.johnparris.com/basestation/documentation#featured-posts\" target=\"_blank\">featured posts</a> for highlighting your content. Base Station shortcodes offer support for alerts, buttons, featured posts slider, labels, login form and panels.</p>\n<h4><a href=\"http://www.johnparris.com/basestation/\" target=\"_blank\">Theme Info</a> | <a href=\"http://www.johnparris.com/basestation/\" target=\"_blank\">Demo</a></h4>\n<h2>WP Foundation</h2>\n<p><a href=\"http://micahblu.com/products/wp-foundation/\"><img src=\"http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/11/wp-foundation1.jpg?resize=560%2C475\" alt=\"wp-foundation\" class=\"aligncenter size-full wp-image-10934\" /></a><br />\nWP Foundation is a free theme created by developer Micah Blu. This theme can be used as it is or easily customized via the options panel. WP Foundation theme options include basic branding, typography and a set of social buttons.</p>\n<h4><a href=\"http://micahblu.com/products/wp-foundation/\" target=\"_blank\">Theme Info</a> | <a href=\"http://micahblu.com/demo/?theme=wp-foundation\" target=\"_blank\">Demo</a></h4>\n<h2>Foundation for WordPress</h2>\n<p><a href=\"https://github.com/drewsymo/Foundation\"><img src=\"http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/11/foundation-for-wp.jpg?resize=560%2C465\" alt=\"foundation-for-wp\" class=\"aligncenter size-full wp-image-10936\" /></a></p>\n<p>Foundation for WordPress is a responsive starter theme that features developer friendly markup, shortcodes, custom background and header and support for child themes and custom post types. The theme offers built-in navigation and widgetized sidebars to get you on your way developing your theme with Foundation.</p>\n<h4><a href=\"https://github.com/drewsymo/Foundation\" target=\"_blank\">Theme Info</a> | <a href=\"http://fwp.drewsymo.com/\" target=\"_blank\">Demo</a></h4>\n<h2>Spine</h2>\n<p><a href=\"http://spine.paulwp.com/\"><img src=\"http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/11/spine.jpg?resize=560%2C475\" alt=\"spine\" class=\"aligncenter size-full wp-image-10938\" /></a></p>\n<p>Spine is a WordPress theme based on Foundation and <a href=\"http://themehybrid.com/hybrid-core\" target=\"_blank\">Hybrid core</a>. It features three custom menu locations and several different layouts, including no sidebar, one or two sidebars. The front page template is completely widgetized and you can use the theme customizer with live preview to customize your site.</p>\n<h4><a href=\"http://spine.paulwp.com/\" target=\"_blank\">Theme Info</a> | <a href=\"http://spine.paulwp.com/\" target=\"_blank\">Demo</a></h4>\n<h2>SmartAdapt</h2>\n<p><a href=\"http://wordpress.org/themes/smartadapt\"><img src=\"http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/11/smartadapt.jpg?resize=560%2C452\" alt=\"smartadapt\" class=\"aligncenter size-full wp-image-10940\" /></a></p>\n<p>SmartAdapt is a Foundation-based theme hosted on WordPress.org, which means that this is a solid theme that holds to the rigorous code standards maintained by the <a href=\"http://codex.wordpress.org/Theme_Review\" target=\"_blank\">WordPress Theme Review</a> team. It allows you to easily customize background, logo or header image, etc and includes social share button support (Facebook like, Twitter share, Google +1, Pin it). </p>\n<h4><a href=\"http://wordpress.org/themes/smartadapt\" target=\"_blank\">Theme Info</a> | <a href=\"http://netbiel.pl/smartadapt/demo/\" target=\"_blank\">Demo</a></h4>\n<h2>_second-foundation</h2>\n<p><a href=\"http://wordpress.org/themes/_second-foundation\"><img src=\"http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/11/second.jpg?resize=560%2C431\" alt=\"second\" class=\"aligncenter size-full wp-image-10942\" /></a></p>\n<p>_second-foundation is another Foundation-based theme hosted at WordPress.org. It utilizes Masonry.js to create the responsive post grid display. This is a theme that you might select if you desire that specific homepage layout plus Foundation as a base.</p>\n<h4><a href=\"http://wordpress.org/themes/_second-foundation\" target=\"_blank\">Theme Info</a> | <a href=\"http://joshpress.net/\" target=\"_blank\">Demo</a></h4>\n<img src=\"http://feeds.feedburner.com/~r/WordpressTavern/~4/MtaJ6CEnq_g\" height=\"1\" width=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 04 Nov 2013 17:39:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:38;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"WordPress.tv: Zack Tollman: Towards A Partial Page Templating System In WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=24629\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"http://wordpress.tv/2013/11/04/zack-tollman-towards-a-partial-page-templating-system-in-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:717:\"<div id=\"v-i7Ez6P9l-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/24629/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/24629/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=24629&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2013/11/04/zack-tollman-towards-a-partial-page-templating-system-in-wordpress/\"><img alt=\"Zack Tollman: Towards A Partial Page Templating System In WordPress\" src=\"http://videos.videopress.com/i7Ez6P9l/video-5c1e4ed192_scruberthumbnail_0.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 04 Nov 2013 09:35:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:39;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"WordPress.tv: Tris Hussey: WordPress On The iPad: Blogging, Maintaining, Doing It All Mobile\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=24224\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:106:\"http://wordpress.tv/2013/11/03/tris-hussey-wordpress-on-the-ipad-blogging-maintaining-doing-it-all-mobile/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:736:\"<div id=\"v-LWnmIwp9-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/24224/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/24224/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=24224&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2013/11/03/tris-hussey-wordpress-on-the-ipad-blogging-maintaining-doing-it-all-mobile/\"><img alt=\"Tris Hussey: WordPress On The iPad: Blogging, Maintaining, Doing It All Mobile\" src=\"http://videos.videopress.com/LWnmIwp9/video-4fbc2ec3a5_scruberthumbnail_1.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 04 Nov 2013 02:39:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:40;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"WordPress.tv: Michael Toppa: Clean Code For WordPress Plugins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=24372\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"http://wordpress.tv/2013/11/03/michael-toppa-clean-code-for-wordpress-plugins/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:677:\"<div id=\"v-XSnQNwP5-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/24372/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/24372/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=24372&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2013/11/03/michael-toppa-clean-code-for-wordpress-plugins/\"><img alt=\"Michael Toppa: Clean Code For WordPress Plugins\" src=\"http://videos.videopress.com/XSnQNwP5/video-3711b2ff79_scruberthumbnail_1.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 03 Nov 2013 12:57:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:41;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"Matt: NYC Subway Stop Secret\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=43160\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://ma.tt/2013/11/nyc-subway-stop-secret/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:300:\"<p><span class=\"embed-youtube\"></span></p>\n<p>Apparently to prove they’re paying attention subway conductors in New York have to point at a sign at every stop. Someone decided to make them smile. As I go back to New York today, it’s cool to learn something new about the city as well.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 03 Nov 2013 11:09:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:42;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"WordPress.tv: Steve Wilkison: An Introduction To Creating Custom WordPress Themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=24424\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"http://wordpress.tv/2013/11/02/steve-wilkison-an-introduction-to-creating-custom-wordpress-themes/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:717:\"<div id=\"v-BSg1SHAM-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/24424/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/24424/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=24424&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2013/11/02/steve-wilkison-an-introduction-to-creating-custom-wordpress-themes/\"><img alt=\"Steve Wilkison: An Introduction To Creating Custom WordPress Themes\" src=\"http://videos.videopress.com/BSg1SHAM/video-1981a786d7_scruberthumbnail_0.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 02 Nov 2013 23:44:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:43;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"WPTavern: WPWeekly Episode 126 – Catching Up With Cory Miller From iThemes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://www.wptavern.com/?p=10844\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:124:\"http://feedproxy.google.com/~r/WordpressTavern/~3/LAGCARUPZ1c/wpweekly-episode-126-catching-up-with-cory-miller-from-ithemes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2974:\"<p><a href=\"http://i1.wp.com/www.wptavern.com/wp-content/uploads/2013/08/WordPressWeekly_albumart2.jpg\" rel=\"thumbnail\"><img src=\"http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/08/WordPressWeekly_albumart2.jpg?resize=150%2C150\" alt=\"WordPress Weekly Cover Art\" class=\"alignright size-thumbnail wp-image-8715\" /></a> <span id=\"more-10844\"></span>In this episode, we caught up with Cory Miller of <a href=\"http://ithemes.com/\" title=\"http://ithemes.com/\">iThemes.com</a> to walk down memory lane starting with 2008. The year he launched the company. Then we progressed into the future and visited various milestones along the way such as the release of the <a href=\"http://ithemes.com/purchase/flexx-theme/\" title=\"http://ithemes.com/purchase/flexx-theme/\">Flexx theme</a>, <a href=\"http://www.wptavern.com/review-of-ithemes-builder-theme\" title=\"http://www.wptavern.com/review-of-ithemes-builder-theme\">Builder</a>, <a href=\"http://ithemes.com/find/plugins/\" title=\"http://ithemes.com/find/plugins/\">PluginBuddy</a>, <a href=\"http://www.wptavern.com/backup-buddy-is-a-home-run\" title=\"http://www.wptavern.com/backup-buddy-is-a-home-run\">Backup Buddy</a>, <a href=\"http://webdesign.com/\" title=\"http://webdesign.com/\">Webdesign.com</a>, and <a href=\"http://ithemes.com/exchange/\" title=\"http://ithemes.com/exchange/\">iThemes Exchange</a>. I loved talking to Cory about the early years of WordPress themes. We also covered the headlines of the week. <!--more--></p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"http://www.wptavern.com/wordpress-3-7-1-a-historical-maintenance-release\" title=\"http://www.wptavern.com/wordpress-3-7-1-a-historical-maintenance-release\">WordPress 3.7.1 Released</a><br />\n<a href=\"http://www.wptavern.com/akismet-celebrates-huge-spam-blocking-milestone\" title=\"http://www.wptavern.com/akismet-celebrates-huge-spam-blocking-milestone\">Akismet Celebrates Huge Spam Blocking Milestone</a><br />\n<a href=\"http://www.wptavern.com/wordpress-3-8-development-heats-up-with-discussion-of-new-core-features\" title=\"http://www.wptavern.com/wordpress-3-8-development-heats-up-with-discussion-of-new-core-features\">WordPress 3.8 Development Heats Up With Discussion of New Core Features</a></p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Friday, November 8th 3 P.M. Eastern</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href=\"http://www.wptavern.com/feed/podcast\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #126:</strong><br />\n</p>\n<img src=\"http://feeds.feedburner.com/~r/WordpressTavern/~4/LAGCARUPZ1c\" height=\"1\" width=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 02 Nov 2013 18:35:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Jeffro\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:44;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"WordPress.tv: Justin Sainton: Hacking Your Business: Business Workflow For Developers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=24548\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"http://wordpress.tv/2013/11/02/justin-sainton-hacking-your-business-business-workflow-for-developers/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:724:\"<div id=\"v-3auPLRWJ-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/24548/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/24548/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=24548&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2013/11/02/justin-sainton-hacking-your-business-business-workflow-for-developers/\"><img alt=\"Justin Sainton: Hacking Your Business: Business Workflow For Developers\" src=\"http://videos.videopress.com/3auPLRWJ/video-80686fa92c_scruberthumbnail_0.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 02 Nov 2013 11:40:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:45;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Matt: Automattic on Google Maps\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=43156\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"http://ma.tt/2013/11/automattic-on-google-maps/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:343:\"<p>You can now view <a href=\"http://jkudish.com/2013/10/31/automattic-is-on-google-maps/\">the inside of Automattic’s office on Google Maps street view</a> and walk around inside. To get downstairs go by the stairs and press the back arrow, a bit unintuitive but gets you to the main floor. Check out the custom shuffleboard upstairs.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 02 Nov 2013 10:00:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:46;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"Matt: Ultra-high Frequency Sound Malware\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=43154\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"http://ma.tt/2013/11/ultra-high-frequency-sound-malware/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:985:\"<p>The story around <a href=\"http://arstechnica.com/security/2013/10/meet-badbios-the-mysterious-mac-and-pc-malware-that-jumps-airgaps/\">badBIOS, the mysterious Mac and PC malware that jumps airgaps</a>, is fascinating and surprising. The capabilities of sophisticated attackers right now vastly outstrip the defenses of any computer user or company. The <a href=\"http://www.washingtonpost.com/world/national-security/nsa-infiltrates-links-to-yahoo-google-data-centers-worldwide-snowden-documents-say/2013/10/30/e51d661e-4166-11e3-8b74-d89d714ca4dd_story.html?Post+generic=%3Ftid%3Dsm_twitter_washingtonpost\">news that the NSA had broken into the networks of Google and Yahoo</a>, unfortunately, wasn’t surprising given <a href=\"http://www.washingtonpost.com/business/technology/google-encrypts-data-amid-backlash-against-nsa-spying/2013/09/06/9acc3c20-1722-11e3-a2ec-b47e45e6f8ef_story.html\">Google’s move to encrypt traffic between datacenters</a> early in September.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 02 Nov 2013 00:37:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:47;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"WPTavern: How to Disable Related Videos for YouTube Embeds in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://www.wptavern.com/?p=10873\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:123:\"http://feedproxy.google.com/~r/WordpressTavern/~3/nzi_d1TU9MA/how-to-disable-related-videos-for-youtube-embeds-in-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3743:\"<p><a href=\"http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/11/youtube-logo.jpg\" rel=\"thumbnail\"><img src=\"http://i1.wp.com/www.wptavern.com/wp-content/uploads/2013/11/youtube-logo.jpg?resize=313%2C136\" alt=\"youtube-logo\" class=\"alignright size-full wp-image-10884\" /></a>When you embed a YouTube video in a WordPress post, it is generally added to illustrate your content. Sometimes your video is the main focal point of the post. Chances are that you don’t want to be sending users to related videos after viewing the embedded one. You want to keep the reader’s attention on your content. The video was meant to be a tool to capture that attention in the first place. <span id=\"more-10873\"></span></p>\n<h3>Turn Off Related Videos</h3>\n<p>Related videos is a YouTube feature that can be a lot of fun when you’re browsing YouTube, but it’s not so helpful on videos you embed in WordPress posts. There are two different ways to turn related videos off, depending on how your WordPress site is set up. </p>\n<h4>WordPress.com Sites and Jetpack-Powered WordPress.org Sites</h4>\n<p>On WordPress.com and on self-hosted WordPress sites using Jetpack, you can simply append ‘<strong>&rel=0</strong>‘ to the end of the YouTube URL to disable related videos at the end of the video. </p>\n<p>Normally, you would just grab the URL from the browser window and paste it in on its own line:</p>\n<p><a href=\"http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/11/youtube-url.jpg\" rel=\"thumbnail\"><img src=\"http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/11/youtube-url.jpg?resize=312%2C34\" alt=\"youtube-url\" class=\"aligncenter size-full wp-image-10882\" /></a></p>\n<p>On our site we are using Jetpack, so we just append ‘<strong>&rel=0</strong>‘ to the URL:</p>\n<pre>http://www.youtube.com/watch?v=xPe4NbWQzkM&rel=0</pre>\n<p>The output for that is this ridiculously cute video with <strong>no related videos at the end</strong>:</p>\n<p><span class=\"embed-youtube\"></span></p>\n<p>The same method can also be applied if you opt for the <a href=\"http://jetpack.me/support/shortcode-embeds/\" target=\"_blank\">Jetpack shortcode embed</a>. More <a href=\"http://en.support.wordpress.com/videos/youtube/#video-customization-options\" target=\"_blank\">video customization options</a> can be found in the WordPress.com documentation.</p>\n<h4>Self-Hosted WordPress Sites Without Jetpack</h4>\n<p>If you have a self-hosted WordPress site and you’re not using Jetpack, turning off related videos can be done by selecting the embed option directly from YouTube, instead of using <a href=\"http://codex.wordpress.org/Embeds\" target=\"_blank\">WordPress’ oembed feature</a>. </p>\n<p>When you’re on the YouTube video’s page, select embed and then <strong>uncheck</strong> the option that says: “<strong>Show suggested videos when the video finishes.</strong>”</p>\n<p><a href=\"http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/11/uncheck.jpg\" rel=\"thumbnail\"><img src=\"http://i1.wp.com/www.wptavern.com/wp-content/uploads/2013/11/uncheck.jpg?resize=526%2C316\" alt=\"uncheck\" class=\"aligncenter size-full wp-image-10885\" /></a></p>\n<p>If getting the embed code is a bother, you might try using a plugin such as <a href=\"http://wordpress.org/plugins/hide-youtube-related-videos/\" target=\"_blank\">Hide YouTube Related Videos</a> to do this automatically.</p>\n<p>This topic tends to be a bit tricky, depending on if you are on WordPress.com, self-hosted with Jetpack or self-hosted without Jetpack. Fortunately, there’s an easy solution for everyone.</p>\n<img src=\"http://feeds.feedburner.com/~r/WordpressTavern/~4/nzi_d1TU9MA\" height=\"1\" width=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 02 Nov 2013 00:24:20 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:48;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"WPTavern: WP Test: Unit Testing Data for WordPress Themes and Plugins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://www.wptavern.com/?p=10848\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:120:\"http://feedproxy.google.com/~r/WordpressTavern/~3/g9jU9IlaVu8/wp-test-unit-testing-data-for-wordpress-themes-and-plugins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2414:\"<p><img src=\"http://i2.wp.com/www.wptavern.com/wp-content/uploads/2013/11/wptest.png?resize=560%2C135\" alt=\"wptest\" class=\"aligncenter size-full wp-image-10853\" /><br />\n<a href=\"http://wptest.io/\" title=\"WP Test\" target=\"_blank\">WP Test</a> is a site that any WordPress theme or plugin developer will want to bookmark. Created by WordPress developer <a href=\"https://twitter.com/manovotny\" target=\"_blank\">Michael Novotny</a>, WP Test exists to provide test data for WordPress themes and plugins. The site is very simple and includes only a download and a demo button.</p>\n<p>What’s in the download package? WP Test sums it up nicely:</p>\n<blockquote><p>A fantastically exhaustive set of test data to measure the integrity of your plugins and themes.</p></blockquote>\n<p><span id=\"more-10848\"></span></p>\n<p>The WP Test data is based off of recommendations from <a href=\"http://codex.wordpress.org/Theme_Unit_Test\" target=\"_blank\">WordPress’ Theme Unit Test data</a> found in the codex. Added into the mix is Novotny’s years of experience supporting themes and plugins. </p>\n<h3>The Importance of Unit Testing</h3>\n<p>Unit testing is a recommended practice for developers who create software for other people to use. Essentially, it involves putting your code through the paces using a set of control data. If you want your theme or plugin to provide a smooth experience out of the box, then you need to perform tests before it’s released. WP Test makes unit testing easy. Download the test data and then import it into your test site using the <a href=\"http://wordpress.org/extend/plugins/wordpress-importer/\" target=\"_blank\">WordPress Importer</a>.</p>\n<p>Check out the <a href=\"http://wptest.io/demo/\" target=\"_blank\">demo</a> to see the full range of test data in action on a site.</p>\n<p>The project is maintained on <a href=\"https://github.com/manovotny/wptest\" target=\"_blank\">github</a> if you want to follow the repository or contribute. Novotny emphasizes that WP Test is by no means a fully comprehensive set of test data and will always be evolving to provide more test scenarios. If you think <a href=\"http://wptest.io/\" target=\"_blank\">WP Test</a> is missing some important tests, please get in touch via the <a href=\"http://wptest.io/contact/\" target=\"_blank\">contact form</a>.</p>\n<img src=\"http://feeds.feedburner.com/~r/WordpressTavern/~4/g9jU9IlaVu8\" height=\"1\" width=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 01 Nov 2013 21:12:59 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:49;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"WPTavern: WordPress By Example: A Search Engine for WordPress Themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://www.wptavern.com/?p=10838\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:117:\"http://feedproxy.google.com/~r/WordpressTavern/~3/fATG7A3BVd4/wordpress-by-example-a-wordpress-specific-search-engine\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3563:\"<p><a href=\"http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/11/WPByExampleLogo.jpg\" rel=\"thumbnail\"><img src=\"http://i0.wp.com/www.wptavern.com/wp-content/uploads/2013/11/WPByExampleLogo.jpg?resize=230%2C44\" alt=\"WordPress By Example Logo\" class=\"alignright size-full wp-image-10839\" /></a>A few days ago, we <a href=\"http://www.wptavern.com/how-to-find-live-examples-of-sites-using-a-theme\" title=\"http://www.wptavern.com/how-to-find-live-examples-of-sites-using-a-theme\">mentioned an article by WPShout.com</a> that explained how to find live examples of WordPress powered sites using themes. Today, I wanted to share a new site that’s been launched called <a href=\"http://www.wpbyexample.com/\" title=\"http://www.wpbyexample.com/\">WordPress by Example</a>. It’s a WordPress specific search engine designed to showcase sites using themes related to search terms such as photography, or weddings. <span id=\"more-10838\"></span></p>\n<p>Developed by Joris Van den Bogaert, WordPress by Example has three different ways you can search. <em>Organic, Premium WordPress Themes, and Free WordPress Themes</em>. Just like any other search engine, this one works via keywords. In this example, I used the keyword of <strong>weddings</strong> with the organic search option. </p>\n<p><a href=\"http://i1.wp.com/www.wptavern.com/wp-content/uploads/2013/11/WPByExampleOrganicSearchResults.jpg\" rel=\"thumbnail\"><img src=\"http://i1.wp.com/www.wptavern.com/wp-content/uploads/2013/11/WPByExampleOrganicSearchResults.jpg?resize=500%2C376\" alt=\"Organic Search Results From WP By Example\" class=\"aligncenter size-large wp-image-10840\" /></a></p>\n<p>While some of the results were relevant, displaying modified themes catering to weddings, other results were not as relevant. When you click on any of the results, a larger image is displayed with a link at the bottom that takes you to a page with more information about that result. The additional information shown includes what theme is being used on the site, information about the site, and the source of the theme. Within the right sidebar, there are buttons to buy the theme, visit the actual website, or view a demo of the theme in use on the site. As you might have guessed, the buy button is an affiliate link. </p>\n<h3>A Nice Alternative To The Typical WordPress Theme Search Engine</h3>\n<p>There are now hundreds of themes that are released for WordPress everyday. Most have a price tag while others are free. With all of the various WordPress themes available in so many different places, a cottage industry has developed trying to organize and index all of them. Examples include <a href=\"http://qualithemes.com/\" title=\"http://qualithemes.com/\">QualiThemes</a>, <a href=\"http://themesorter.com/\" title=\"http://themesorter.com/\">ThemeSorter</a>, and <a href=\"http://yellowthemes.com/\" title=\"http://yellowthemes.com/\">Yellow Themes</a>. None of these theme finders show sites actually using the theme. </p>\n<p>While I like the idea behind WordPress by Example, I couldn’t help but notice the number of websites that were butchered beyond recognition. This is why I think it’s better for a theme company to put together site showcases that really show off what the theme is capable of. If nothing else, this search engine shows why good web designers are still needed. Apparently, there are not enough to go around. </p>\n<p>Give the site a try and tell me your thoughts in the comments. </p>\n<img src=\"http://feeds.feedburner.com/~r/WordpressTavern/~4/fATG7A3BVd4\" height=\"1\" width=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 01 Nov 2013 18:00:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Jeffro\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Mon, 11 Nov 2013 06:48:33 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:14:\"content-length\";s:6:\"181724\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Mon, 11 Nov 2013 06:30:13 GMT\";s:4:\"x-nc\";s:11:\"HIT lax 249\";s:13:\"accept-ranges\";s:5:\"bytes\";}s:5:\"build\";s:14:\"20131106173658\";}','no'),(17019,'_site_transient_browser_2424478e6b1ff60ea2c31d2f896a8141','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"24.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(20572,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:41:\"https://wordpress.org/wordpress-3.7.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:41:\"https://wordpress.org/wordpress-3.7.1.zip\";s:10:\"no_content\";s:52:\"https://wordpress.org/wordpress-3.7.1-no-content.zip\";s:11:\"new_bundled\";s:53:\"https://wordpress.org/wordpress-3.7.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"3.7.1\";s:7:\"version\";s:5:\"3.7.1\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"3.6\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1384912218;s:15:\"version_checked\";s:5:\"3.7.1\";s:12:\"translations\";a:0:{}}','yes'),(20577,'can_compress_scripts','1','yes'),(14426,'wpseo','a:5:{s:20:\"disableadvanced_meta\";s:2:\"on\";s:7:\"version\";s:6:\"1.4.19\";s:11:\"theme_check\";a:1:{s:11:\"description\";b:1;}s:14:\"tracking_popup\";s:4:\"done\";s:11:\"ignore_tour\";s:6:\"ignore\";}','yes'),(14427,'wpseo_titles','a:23:{s:10:\"title-home\";s:42:\"%%sitename%% %%page%% %%sep%% %%sitedesc%%\";s:12:\"title-author\";s:42:\"%%name%%, Author at %%sitename%% %%page%% \";s:13:\"title-archive\";s:38:\"%%date%% %%page%% %%sep%% %%sitename%%\";s:12:\"title-search\";s:63:\"You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%\";s:9:\"title-404\";s:35:\"Page Not Found %%sep%% %%sitename%%\";s:15:\"noindex-archive\";s:2:\"on\";s:19:\"noindex-post_format\";s:2:\"on\";s:10:\"title-post\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:10:\"title-page\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:16:\"title-attachment\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:15:\"title-portfolio\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:17:\"title-testimonial\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:17:\"title-price_table\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:17:\"title-gdl-gallery\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:15:\"title-personnal\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:14:\"title-category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:14:\"title-post_tag\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:17:\"title-post_format\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:24:\"title-portfolio-category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:19:\"title-portfolio-tag\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:26:\"title-testimonial-category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:26:\"title-price-table-category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:24:\"title-personnal-category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";}','yes'),(14430,'wpseo_xml','a:5:{s:16:\"enablexmlsitemap\";s:2:\"on\";s:14:\"xml_ping_yahoo\";s:2:\"on\";s:12:\"xml_ping_ask\";s:2:\"on\";s:36:\"post_types-attachment-not_in_sitemap\";s:2:\"on\";s:16:\"entries-per-page\";s:0:\"\";}','yes'),(14431,'wpseo_social','a:1:{s:9:\"opengraph\";s:2:\"on\";}','yes'),(14432,'wpseo_rss','a:1:{s:8:\"rssafter\";s:53:\"The post %%POSTLINK%% appeared first on %%BLOGLINK%%.\";}','yes'),(14433,'wpseo_permalinks','a:1:{s:10:\"cleanslugs\";s:2:\"on\";}','yes'),(23969,'_transient_timeout_feed_867bd5c64f85878d03a060509cd2f92c','1384195713','no'),(14679,'page_for_posts','0','yes'),(14680,'subscription_options','a:2:{s:10:\"invitation\";s:226:\"Howdy.\r\n\r\nYou recently followed this blog\'s posts. This means you will receive each new post by email.\r\n\r\nTo activate, click confirm below. If you believe this is an error, ignore this message and we\'ll never bother you again.\";s:14:\"comment_follow\";s:239:\"Howdy.\r\n\r\nYou recently followed one of my posts. This means you will receive an email when new comments are posted.\r\n\r\nTo activate, click confirm below. If you believe this is an error, ignore this message and we\'ll never bother you again.\";}','yes'),(20563,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1384888910;s:7:\"checked\";a:9:{s:45:\"contact-form-builder/contact-form-builder.php\";s:5:\"1.0.1\";s:25:\"duplicator/duplicator.php\";s:5:\"0.4.6\";s:59:\"force-regenerate-thumbnails/force-regenerate-thumbnails.php\";s:3:\"1.4\";s:17:\"iframe/iframe.php\";s:3:\"2.7\";s:19:\"jetpack/jetpack.php\";s:3:\"2.5\";s:33:\"jquery-updater/jquery-updater.php\";s:5:\"2.0.3\";s:27:\"LayerSlider/layerslider.php\";s:5:\"4.1.1\";s:41:\"wordpress-importer/wordpress-importer.php\";s:5:\"0.6.1\";s:24:\"wordpress-seo/wp-seo.php\";s:6:\"1.4.19\";}s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}}','yes'),(20920,'_site_transient_timeout_browser_9d86d998e0c8097adb21bb17fd7238f2','1384438006','yes'),(20921,'_site_transient_browser_9d86d998e0c8097adb21bb17fd7238f2','a:9:{s:8:\"platform\";s:4:\"iPad\";s:4:\"name\";s:4:\"iPad\";s:7:\"version\";s:3:\"6.0\";s:10:\"update_url\";s:0:\"\";s:7:\"img_src\";s:0:\"\";s:11:\"img_src_ssl\";s:0:\"\";s:15:\"current_version\";s:0:\"\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(23986,'_transient_timeout_feed_77fa140e07ce53fe8c87136636f83d72','1384195716','no'),(23987,'_transient_feed_77fa140e07ce53fe8c87136636f83d72','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n \n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:72:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WordPress Plugins » View: Newest\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://wordpress.org/plugins/browse/new/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WordPress Plugins » View: Newest\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 11 Nov 2013 06:43:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"http://bbpress.org/?v=1.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:15:{i:0;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Menu by User Role\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"http://wordpress.org/plugins/menu-by-user-role/#post-60391\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 09 Nov 2013 09:21:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"60391@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:126:\"Define Custom Menus based on User Roles in WordPress. Lets you easily create menus for users when logged in and not logged in.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Shameem Reza\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"CircuPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"http://wordpress.org/plugins/circupress/#post-60202\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 03 Nov 2013 20:33:59 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"60202@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:142:\"CircuPress is a subscription service offering email marketing, email reporting and automated daily and weekly digests directly from WordPress.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Douglas Karr\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"Custom WP Database Error\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"http://wordpress.org/plugins/custom-wp-database-error/#post-60395\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 09 Nov 2013 15:47:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"60395@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:106:\"Replaces the standard "Error establishing database connection" screen with a WordPress styled one.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"n7 Studios\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"Plugin Download Count\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"http://wordpress.org/plugins/plugin-download-count/#post-60309\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 07 Nov 2013 13:21:55 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"60309@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"Displays the total download count for one or more defined WordPress Plugins hosted on wordpress.org\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"n7 Studios\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"WordSnap\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"http://wordpress.org/plugins/wordsnap/#post-60383\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 08 Nov 2013 23:08:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"60383@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:117:\"WordSnap allows you to quickly and easily take a Snap of your post to be imported into another WordSnap-enabled blog.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"43081j\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Mitm Bug Tracker\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"http://wordpress.org/plugins/mitm-bug-tracker/#post-60282\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 06 Nov 2013 11:46:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"60282@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"In Bug Tracker system user can submit bugs.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"mahesh_9696\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"Date and Time Widget\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"http://wordpress.org/plugins/date-and-time-widget/#post-60403\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 09 Nov 2013 22:28:47 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"60403@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"Widget that displays the local date and/or time.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Donna Peplinskie\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"Quick remove menu item\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"http://wordpress.org/plugins/quick-remove-menu-item/#post-60394\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 09 Nov 2013 15:47:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"60394@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"Delete menu item & its sub items quickly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"hptheme\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Summary Page\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"http://wordpress.org/plugins/summary-page/#post-60190\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 03 Nov 2013 14:54:59 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"60190@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"List and/or include sub-pages with meta option.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"guoquan\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"Html-Social-share-buttons\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"http://wordpress.org/plugins/html-social-share-buttons/#post-60031\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 30 Oct 2013 19:25:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"60031@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:149:\"Html share button. It show lite share button only with html. It's not using any javascript whats anothers do. It's load only extra 10-11 kb\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Alimuzzaman Alim\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"TIEdupedeleter Simple Duplicate Post Deleter\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"http://wordpress.org/plugins/tiedupedeleter-simple-duplicate-post-deleter/#post-60353\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 08 Nov 2013 18:59:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"60353@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:122:\"Simple duplicate post deleter. Trashes duplicate posts based on status and category. Keeps newest or oldest original copy.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"TIEro\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"Users Registered List\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"http://wordpress.org/plugins/users-registered-list/#post-60398\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 09 Nov 2013 18:07:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"60398@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"Adds sortable `Registered` column to the list of users in wp-admin area\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Slava UA\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"Crafty Social Buttons\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"http://wordpress.org/plugins/crafty-social-buttons/#post-59551\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 17 Oct 2013 16:31:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"59551@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"Adds social sharing and link buttons, including Ravelry, Etsy, Craftsy and Pinterest.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"shen045\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"WP StopSpam\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"http://wordpress.org/plugins/wp-stopspam/#post-60393\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 09 Nov 2013 12:34:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"60393@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:114:\"WP StopSpam verhindert Fake-Registrierungen ganz ohne Captcha, sondern nur mit Sicherheitsfrage und Bot-Techniken.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"virtuaSOFT\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Canto Clients\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"http://wordpress.org/plugins/canto-clients/#post-60400\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 09 Nov 2013 19:37:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"60400@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"Canto Clients simple and effective client logo shortcode.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"CantoThemes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:41:\"http://wordpress.org/plugins/rss/view/new\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:10:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Mon, 11 Nov 2013 06:48:36 GMT\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:7:\"expires\";s:29:\"Mon, 11 Nov 2013 07:18:07 GMT\";s:13:\"cache-control\";s:0:\"\";s:6:\"pragma\";s:0:\"\";s:13:\"last-modified\";s:31:\"Mon, 11 Nov 2013 06:43:07 +0000\";s:4:\"x-nc\";s:11:\"HIT lax 249\";}s:5:\"build\";s:14:\"20131106173658\";}','no'),(23984,'_transient_timeout_feed_mod_b9388c83948825c1edaef0d856b7b109','1384195716','no'),(23985,'_transient_feed_mod_b9388c83948825c1edaef0d856b7b109','1384152516','no'),(23971,'_transient_timeout_feed_mod_867bd5c64f85878d03a060509cd2f92c','1384195713','no'),(23972,'_transient_feed_mod_867bd5c64f85878d03a060509cd2f92c','1384152513','no'),(23973,'_transient_timeout_dash_aa95765b5cc111c56d5993d476b1c2f0','1384195713','no'),(23974,'_transient_dash_aa95765b5cc111c56d5993d476b1c2f0','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'http://wordpress.tv/2013/11/10/jake-goldman-interview-cheat-sheet-10-questions-i-ask-every-developer/\' title=\' \'>WordPress.tv: Jake Goldman: Interview Cheat Sheet: 10 Questions I Ask Every Developer</a></li><li><a class=\'rsswidget\' href=\'http://wordpress.tv/2013/11/10/frederick-townes-wordpress-performance-optimization/\' title=\' \'>WordPress.tv: Frederick Townes: WordPress Performance Optimization</a></li><li><a class=\'rsswidget\' href=\'http://wordpress.tv/2013/11/09/tony-perez-wordpress-security/\' title=\' \'>WordPress.tv: Tony Perez: WordPress Security</a></li><li><a class=\'rsswidget\' href=\'http://wordpress.tv/2013/11/09/panel-discussion-buddypress-qanda-panel/\' title=\' \'>WordPress.tv: Panel Discussion: BuddyPress QandA Panel</a></li><li><a class=\'rsswidget\' href=\'http://www.wptavern.com/wpweekly-episode-127-roundtable-with-brad-williams-who-eats-apis-for-breakfast\' title=\' In this weeks episode, we were joined by Brad Williams of Webdevstudios and Dradcast to discuss the headlines of the week. We covered a large assortment of news items and received some updates on projects Webdevstudios is working on such as the latest release of BadgeOS. Brad is a long time participant of the WordPress Weekly show and it was great to have him back. The last time he was on the show was June 6th, 2010 when he called into the show from WordCamp Chicago. This episode reminded me how much fun it is to be part of a roundtable type of show. Stories Discussed: Breaking: New Features Selected To Merge Into WordPress 3.8 Core The Future of WordPress Widgets: A Better UI With Real-Time Previews Cart66 Launches WordPress Managed Hosting for E-Commerce My Approachable WordPress Story Should WordPress Include a Password Generator? BuddyPress 1.9 To Retire Default Theme and Add New Notifications Component GravityForms 1.8 Beta Released, Introduces API WPWeekly Meta: Next Episode: Friday, November 15th 3 P.M. Eastern – Special Guest will be Brian Gardner of StudioPress.com Subscribe To WPWeekly Via Itunes: Click here to subscribe Subscribe To WPWeekly Via RSS: Click here to subscribe Subscribe To WPWeekly Via Stitcher Radio: Click here to subscribe Listen To Episode #127: \'>WPTavern: WPWeekly Episode 127 – Roundtable With Brad Williams Who Eats API’s For Breakfast</a></li></ul></div>','no'),(23990,'_transient_timeout_plugin_slugs','1384238917','no'),(23991,'_transient_plugin_slugs','a:9:{i:0;s:45:\"contact-form-builder/contact-form-builder.php\";i:1;s:25:\"duplicator/duplicator.php\";i:2;s:59:\"force-regenerate-thumbnails/force-regenerate-thumbnails.php\";i:3;s:17:\"iframe/iframe.php\";i:4;s:19:\"jetpack/jetpack.php\";i:5;s:33:\"jquery-updater/jquery-updater.php\";i:6;s:27:\"LayerSlider/layerslider.php\";i:7;s:41:\"wordpress-importer/wordpress-importer.php\";i:8;s:24:\"wordpress-seo/wp-seo.php\";}','no'),(23992,'_transient_timeout_dash_de3249c4736ad3bd2cd29147c4a0d43e','1384195717','no'),(23993,'_transient_dash_de3249c4736ad3bd2cd29147c4a0d43e','<h4>Most Popular</h4>\n<h5><a href=\'http://wordpress.org/plugins/woocommerce/\'>WooCommerce - excelling eCommerce</a></h5> <span>(<a href=\'plugin-install.php?tab=plugin-information&plugin=woocommerce&_wpnonce=8b7d5c9b0b&TB_iframe=true&width=600&height=800\' class=\'thickbox\' title=\'WooCommerce - excelling eCommerce\'>Install</a>)</span>\n<p>WooCommerce is a powerful, extendable eCommerce plugin that helps you sell anything. Beautifully.</p>\n<h4>Newest Plugins</h4>\n<h5><a href=\'http://wordpress.org/plugins/quick-remove-menu-item/\'>Quick remove menu item</a></h5> <span>(<a href=\'plugin-install.php?tab=plugin-information&plugin=quick-remove-menu-item&_wpnonce=78914a645d&TB_iframe=true&width=600&height=800\' class=\'thickbox\' title=\'Quick remove menu item\'>Install</a>)</span>\n<p>Delete menu item & its sub items quickly</p>\n','no'),(23315,'_site_transient_timeout_browser_63968c6556110de9588aa7fbeb2531ed','1384581253','yes'),(23316,'_site_transient_browser_63968c6556110de9588aa7fbeb2531ed','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"30.0.1599.101\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(7959,'category_children','a:2:{i:186;a:3:{i:0;i:187;i:1;i:188;i:2;i:189;}i:188;a:2:{i:0;i:190;i:1;i:191;}}','yes'),(5649,'stb_enabled','1','yes'),(5650,'stc_enabled','1','yes'),(5651,'social_notifications_like','off','yes'),(5652,'gravatar_disable_hovercards','enabled','yes'),(5721,'widget_colabs_subscribe','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(6335,'widget_wpzoom-locator','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(6336,'widget_wpzoom-locator-search','a:4:{i:2;a:0:{}i:3;a:7:{s:5:\"title\";s:15:\"Property Search\";s:11:\"show_status\";s:2:\"on\";s:9:\"show_type\";s:2:\"on\";s:13:\"show_location\";s:2:\"on\";s:10:\"show_price\";s:2:\"on\";s:13:\"show_bedrooms\";s:2:\"on\";s:14:\"show_bathrooms\";s:2:\"on\";}i:4;a:7:{s:5:\"title\";s:14:\"Locator Search\";s:11:\"show_status\";s:2:\"on\";s:9:\"show_type\";s:2:\"on\";s:13:\"show_location\";s:2:\"on\";s:10:\"show_price\";s:2:\"on\";s:13:\"show_bedrooms\";N;s:14:\"show_bathrooms\";N;}s:12:\"_multiwidget\";i:1;}','yes'),(6337,'widget_wpzoom-recent-comments','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(6338,'widget_wpzoom-twitter','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(6339,'widget_wpzoom-twitter-bubble','a:3:{i:2;a:0:{}i:3;a:7:{s:5:\"title\";s:0:\"\";s:8:\"username\";s:1:\"#\";s:10:\"show_count\";s:1:\"1\";s:14:\"hide_timestamp\";N;s:8:\"hide_url\";N;s:11:\"show_follow\";s:2:\"on\";s:11:\"follow_text\";s:18:\"Follow us: @wpzoom\";}s:12:\"_multiwidget\";i:1;}','yes'),(6340,'widget_wpzoom-widget-social','a:3:{i:2;a:0:{}i:3;a:31:{s:5:\"title\";s:13:\"Social Widget\";s:8:\"facebook\";s:26:\"http://facebook.com/wpzoom\";s:14:\"facebook_title\";s:8:\"Facebook\";s:7:\"twitter\";s:25:\"http://twitter.com/wpzoom\";s:13:\"twitter_title\";s:7:\"Twitter\";s:11:\"google plus\";s:22:\"http://plus.google.com\";s:17:\"google plus_title\";s:11:\"Google Plus\";s:3:\"rss\";s:35:\"http://feeds2.feedburner.com/wpzoom\";s:9:\"rss_title\";s:3:\"RSS\";s:5:\"email\";s:18:\"hello[a]wpzoom.com\";s:11:\"email_title\";s:5:\"Email\";s:7:\"youtube\";s:30:\"http://youtube.com/user/wpzoom\";s:13:\"youtube_title\";s:7:\"YouTube\";s:5:\"vimeo\";s:23:\"http://vimeo.com/wpzoom\";s:11:\"vimeo_title\";s:5:\"Vimeo\";s:8:\"linkedin\";s:0:\"\";s:14:\"linkedin_title\";s:0:\"\";s:6:\"flickr\";s:30:\"http://www.flickr.com/pciorici\";s:12:\"flickr_title\";s:6:\"Flickr\";s:10:\"foursquare\";s:0:\"\";s:16:\"foursquare_title\";s:0:\"\";s:7:\"gowalla\";s:0:\"\";s:13:\"gowalla_title\";s:0:\"\";s:5:\"skype\";s:10:\"skype:test\";s:11:\"skype_title\";s:5:\"Skype\";s:9:\"delicious\";s:20:\"http://delicious.com\";s:15:\"delicious_title\";s:9:\"Delicious\";s:4:\"digg\";s:0:\"\";s:10:\"digg_title\";s:0:\"\";s:11:\"stumbleupon\";s:0:\"\";s:17:\"stumbleupon_title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(20549,'_site_transient_timeout_wporg_theme_feature_list','1383769961','yes'),(20550,'_site_transient_wporg_theme_feature_list','a:5:{s:6:\"Colors\";a:15:{i:0;s:5:\"black\";i:1;s:4:\"blue\";i:2;s:5:\"brown\";i:3;s:4:\"gray\";i:4;s:5:\"green\";i:5;s:6:\"orange\";i:6;s:4:\"pink\";i:7;s:6:\"purple\";i:8;s:3:\"red\";i:9;s:6:\"silver\";i:10;s:3:\"tan\";i:11;s:5:\"white\";i:12;s:6:\"yellow\";i:13;s:4:\"dark\";i:14;s:5:\"light\";}s:7:\"Columns\";a:6:{i:0;s:10:\"one-column\";i:1;s:11:\"two-columns\";i:2;s:13:\"three-columns\";i:3;s:12:\"four-columns\";i:4;s:12:\"left-sidebar\";i:5;s:13:\"right-sidebar\";}s:5:\"Width\";a:2:{i:0;s:11:\"fixed-width\";i:1;s:14:\"flexible-width\";}s:8:\"Features\";a:19:{i:0;s:8:\"blavatar\";i:1;s:10:\"buddypress\";i:2;s:17:\"custom-background\";i:3;s:13:\"custom-colors\";i:4;s:13:\"custom-header\";i:5;s:11:\"custom-menu\";i:6;s:12:\"editor-style\";i:7;s:21:\"featured-image-header\";i:8;s:15:\"featured-images\";i:9;s:15:\"flexible-header\";i:10;s:20:\"front-page-post-form\";i:11;s:19:\"full-width-template\";i:12;s:12:\"microformats\";i:13;s:12:\"post-formats\";i:14;s:20:\"rtl-language-support\";i:15;s:11:\"sticky-post\";i:16;s:13:\"theme-options\";i:17;s:17:\"threaded-comments\";i:18;s:17:\"translation-ready\";}s:7:\"Subject\";a:3:{i:0;s:7:\"holiday\";i:1;s:13:\"photoblogging\";i:2;s:8:\"seasonal\";}}','yes'),(1788,'theme_mods_mimo_plus','a:9:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:11:\"select-menu\";i:0;}s:16:\"header_textcolor\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:6:\"repeat\";s:21:\"background_position_x\";s:4:\"left\";s:21:\"background_attachment\";s:5:\"fixed\";s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1378314618;s:4:\"data\";a:33:{s:19:\"wp_inactive_widgets\";a:4:{i:0;s:7:\"pages-2\";i:1;s:8:\"search-3\";i:2;s:8:\"search-2\";i:3;s:14:\"recent-posts-2\";}s:4:\"tab1\";a:1:{i:0;s:22:\"gantry_mimonewstotal-2\";}s:4:\"tab2\";a:1:{i:0;s:20:\"gantry_recentposts-2\";}s:4:\"tab3\";a:0:{}s:6:\"drawer\";a:0:{}s:3:\"top\";a:3:{i:0;s:13:\"gantry_menu-2\";i:1;s:15:\"gantrydivider-2\";i:2;s:19:\"gantry_mimosocial-2\";}s:6:\"header\";a:2:{i:0;s:13:\"gantry_logo-2\";i:1;s:27:\"gantry_mimoresponsivemenu-2\";}s:10:\"navigation\";a:0:{}s:8:\"showcase\";a:0:{}s:12:\"mimoshowcase\";a:0:{}s:7:\"feature\";a:0:{}s:11:\"mimofeature\";a:0:{}s:7:\"utility\";a:0:{}s:7:\"maintop\";a:2:{i:0;s:23:\"gantry_mimonewsticker-2\";i:1;s:15:\"gantrydivider-3\";}s:10:\"breadcrumb\";a:0:{}s:7:\"sidebar\";a:5:{i:0;s:26:\"gantry_mimohorizontalbar-2\";i:1;s:17:\"gantry_mimotabs-2\";i:2;s:17:\"gantry_mimonews-2\";i:3;s:20:\"gantry_mimotwitter-2\";i:4;s:11:\"tag_cloud-2\";}s:11:\"content-top\";a:1:{i:0;s:26:\"gantry_mimohorizontalbar-3\";}s:14:\"content-bottom\";a:0:{}s:10:\"mainbottom\";a:0:{}s:14:\"mimomainbottom\";a:0:{}s:6:\"bottom\";a:0:{}s:15:\"footer-position\";a:0:{}s:9:\"copyright\";a:1:{i:0;s:18:\"gantry_copyright-2\";}s:13:\"mobile-drawer\";a:0:{}s:10:\"mobile-top\";a:0:{}s:13:\"mobile-header\";a:0:{}s:17:\"mobile-navigation\";a:0:{}s:15:\"mobile-showcase\";a:0:{}s:13:\"mobile-footer\";a:0:{}s:16:\"mobile-copyright\";a:0:{}s:9:\"analytics\";a:0:{}s:5:\"debug\";a:0:{}s:5:\"popup\";a:0:{}}}}','yes'),(264,'theme_mods_twentytwelve','a:2:{i:0;b:0;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1377690117;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:2:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";}s:9:\"sidebar-1\";a:0:{}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";N;}}}','yes'),(145,'current_theme','King Power (shared on wplocker.com)','yes'),(146,'theme_mods_Office','a:2:{i:0;b:0;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1377528067;s:4:\"data\";a:5:{s:19:\"wp_inactive_widgets\";a:0:{}s:7:\"sidebar\";a:0:{}s:11:\"footer-left\";a:0:{}s:13:\"footer-middle\";a:0:{}s:12:\"footer-right\";a:0:{}}}}','yes'),(147,'theme_switched','','yes'),(148,'office_options','a:113:{s:18:\"disable_responsive\";s:6:\"enable\";s:11:\"custom_logo\";s:0:\"\";s:17:\"custom_login_logo\";s:0:\"\";s:24:\"custom_login_logo_height\";s:0:\"\";s:14:\"custom_favicon\";s:0:\"\";s:15:\"disable_top_bar\";s:6:\"enable\";s:16:\"top_bar_position\";s:5:\"fixed\";s:12:\"callout_text\";s:11:\"Sample Text\";s:12:\"callout_link\";s:11:\"#sample-url\";s:14:\"callout_target\";s:5:\"blank\";s:21:\"enable_disable_search\";s:6:\"enable\";s:12:\"header_phone\";s:18:\"Add anything here!\";s:12:\"header_style\";s:3:\"one\";s:14:\"header_padding\";s:4:\"25px\";s:15:\"logo_top_margin\";s:3:\"0px\";s:19:\"header_aside_margin\";s:0:\"\";s:26:\"disable_background_pattern\";s:6:\"enable\";s:19:\"disable_main_shadow\";s:6:\"enable\";s:24:\"disable_menu_last_border\";s:6:\"enable\";s:16:\"sidebar_position\";s:5:\"right\";s:9:\"custom_bg\";s:74:\"http://testingweb123.webuda.com/wp-content/themes/Office/images/bg/bg0.png\";s:16:\"background_color\";s:7:\"#d9d9d9\";s:15:\"highlight_color\";s:7:\"#fc6440\";s:15:\"main_link_color\";s:7:\"#ec651b\";s:23:\"home_tagline_link_color\";s:7:\"#fc6440\";s:12:\"nav_bg_color\";s:7:\"#2b2b2b\";s:14:\"nav_link_color\";s:4:\"#FFF\";s:15:\"nav_hover_color\";s:4:\"#444\";s:20:\"nav_link_hover_color\";s:4:\"#FFF\";s:28:\"nav_current_background_color\";s:7:\"#fc6440\";s:22:\"nav_current_link_color\";s:4:\"#FFF\";s:22:\"nav_light_border_color\";s:7:\"#3c3c3c\";s:21:\"nav_dark_border_color\";s:4:\"#111\";s:31:\"slider_caption_background_color\";s:4:\"#000\";s:20:\"slider_caption_color\";s:4:\"#FFF\";s:10:\"custom_css\";s:0:\"\";s:9:\"body_font\";a:2:{s:4:\"face\";s:7:\"default\";s:5:\"style\";s:6:\"normal\";}s:13:\"headings_font\";a:2:{s:4:\"face\";s:7:\"default\";s:5:\"style\";s:4:\"bold\";}s:12:\"callout_font\";a:3:{s:4:\"size\";s:4:\"13px\";s:4:\"face\";s:7:\"default\";s:5:\"style\";s:4:\"bold\";}s:15:\"navigation_font\";a:3:{s:4:\"size\";s:4:\"13px\";s:4:\"face\";s:7:\"default\";s:5:\"style\";s:4:\"bold\";}s:19:\"slider_caption_font\";a:3:{s:4:\"size\";s:4:\"14px\";s:4:\"face\";s:7:\"default\";s:5:\"style\";s:6:\"normal\";}s:12:\"tagline_font\";a:3:{s:4:\"size\";s:4:\"28px\";s:4:\"face\";s:7:\"default\";s:5:\"style\";s:6:\"normal\";}s:14:\"disable_social\";s:6:\"enable\";s:12:\"social_style\";s:3:\"one\";s:7:\"twitter\";s:1:\"#\";s:8:\"dribbble\";s:0:\"\";s:6:\"forrst\";s:0:\"\";s:6:\"flickr\";s:0:\"\";s:8:\"facebook\";s:1:\"#\";s:8:\"linkedin\";s:1:\"#\";s:10:\"googleplus\";s:1:\"#\";s:6:\"google\";s:0:\"\";s:7:\"youtube\";s:1:\"#\";s:5:\"vimeo\";s:0:\"\";s:3:\"rss\";s:0:\"\";s:7:\"support\";s:0:\"\";s:4:\"mail\";s:1:\"#\";s:24:\"enable_disable_home_blog\";s:6:\"enable\";s:15:\"homepage_blocks\";a:2:{s:7:\"enabled\";a:8:{s:7:\"placebo\";s:7:\"placebo\";s:11:\"home_slider\";s:6:\"Slider\";s:17:\"home_static_video\";s:12:\"Static Video\";s:12:\"home_tagline\";s:7:\"Tagline\";s:15:\"home_highlights\";s:10:\"Highlights\";s:14:\"home_portfolio\";s:15:\"Portfolio Items\";s:9:\"home_blog\";s:10:\"Blog Posts\";s:16:\"home_static_page\";s:11:\"Static Page\";}s:8:\"disabled\";a:1:{s:7:\"placebo\";s:7:\"placebo\";}}s:10:\"home_video\";s:0:\"\";s:18:\"home_tagline_title\";s:0:\"\";s:22:\"home_tagline_title_url\";s:0:\"\";s:12:\"home_tagline\";s:85:\"Office is the <a href=\"#\">PERFECT</a> solution for your business & portfolio website.\";s:21:\"home_highlights_title\";s:10:\"What We Do\";s:25:\"home_highlights_title_url\";s:0:\"\";s:20:\"home_portfolio_title\";s:11:\"Recent Work\";s:24:\"home_portfolio_title_url\";s:0:\"\";s:18:\"home_portfolio_cat\";s:6:\"Select\";s:20:\"home_portfolio_count\";s:1:\"8\";s:15:\"home_blog_title\";s:13:\"From The Blog\";s:19:\"home_blog_title_url\";s:0:\"\";s:13:\"home_blog_cat\";s:6:\"Select\";s:15:\"home_blog_count\";s:1:\"3\";s:24:\"home_blog_excerpt_length\";s:2:\"20\";s:22:\"home_static_page_title\";s:12:\"Sample Title\";s:26:\"home_static_page_title_url\";s:0:\"\";s:16:\"home_static_page\";s:4:\"home\";s:20:\"portfolio_pagination\";s:2:\"12\";s:24:\"portfolio_cat_pagination\";s:0:\"\";s:22:\"disable_portfolio_meta\";s:6:\"enable\";s:20:\"disable_related_port\";s:7:\"disable\";s:16:\"enable_full_blog\";s:7:\"disable\";s:12:\"blog_excerpt\";s:2:\"60\";s:25:\"enable_disable_post_image\";s:6:\"enable\";s:26:\"enable_disable_single_meta\";s:6:\"enable\";s:28:\"enable_disable_page_comments\";s:7:\"disable\";s:28:\"enable_disable_blog_comments\";s:6:\"enable\";s:33:\"enable_disable_portfolio_comments\";s:6:\"enable\";s:19:\"disable_breadcrumbs\";s:6:\"enable\";s:13:\"portfolio_url\";s:0:\"\";s:9:\"staff_url\";s:0:\"\";s:12:\"services_url\";s:0:\"\";s:16:\"testimonials_url\";s:0:\"\";s:8:\"faqs_url\";s:0:\"\";s:8:\"blog_url\";s:0:\"\";s:24:\"portfolio_post_type_name\";s:9:\"Portfolio\";s:24:\"portfolio_post_type_slug\";s:9:\"portfolio\";s:18:\"portfolio_tax_slug\";s:18:\"portfolio-category\";s:20:\"staff_post_type_name\";s:5:\"Staff\";s:20:\"staff_post_type_slug\";s:5:\"staff\";s:14:\"staff_tax_slug\";s:16:\"staff-department\";s:23:\"services_post_type_name\";s:8:\"Services\";s:23:\"services_post_type_slug\";s:8:\"services\";s:17:\"services_tax_slug\";s:16:\"service-category\";s:27:\"testimonials_post_type_name\";s:12:\"Testimonials\";s:27:\"testimonials_post_type_slug\";s:12:\"testimonials\";s:19:\"faqs_post_type_name\";s:4:\"FAQs\";s:19:\"faqs_post_type_slug\";s:4:\"faqs\";s:13:\"faqs_tax_slug\";s:13:\"faqs-category\";s:25:\"disable_widgetized_footer\";s:6:\"enable\";s:16:\"custom_copyright\";s:0:\"\";s:15:\"tracking_header\";s:0:\"\";s:15:\"tracking_footer\";s:0:\"\";}','yes'),(152,'recently_activated','a:0:{}','yes'),(5915,'widget_dk-image-rotator-widget','a:2:{i:2;a:6:{s:9:\"irw_title\";s:0:\"\";s:10:\"irw_images\";s:451:\"http://testingweb123.webuda.com/wp-content/uploads/2013/09/ba7d009f152.jpg|http://testingweb123.webuda.com/wp-content/uploads/2013/09/ba7d009f152.jpg, http://testingweb123.webuda.com/wp-content/uploads/2013/09/93c77513612.jpg|http://testingweb123.webuda.com/wp-content/uploads/2013/09/93c77513612.jpg, http://testingweb123.webuda.com/wp-content/uploads/2013/09/4a14123f8e3.jpg|http://testingweb123.webuda.com/wp-content/uploads/2013/09/4a14123f8e3.jpg\";s:14:\"irw_transition\";s:4:\"loop\";s:20:\"irw_transition_speed\";s:1:\"1\";s:12:\"irw_nofollow\";s:5:\"false\";s:14:\"irw_new_window\";s:4:\"true\";}s:12:\"_multiwidget\";i:1;}','yes'),(153,'_transient_random_seed','6ad9b05889016e89363b3e6fdc594376','yes'),(6346,'location_children','a:0:{}','yes'),(6303,'widget_authors','a:1:{i:2;a:12:{s:5:\"title\";s:0:\"\";s:6:\"format\";s:4:\"list\";s:5:\"order\";s:4:\"name\";s:5:\"limit\";s:0:\"\";s:13:\"show_fullname\";b:0;s:11:\"show_avatar\";b:0;s:11:\"avatar_size\";s:2:\"32\";s:8:\"feedlink\";b:0;s:5:\"count\";b:0;s:13:\"exclude_admin\";b:0;s:7:\"exclude\";s:0:\"\";s:11:\"hide_credit\";b:0;}}','yes'),(155,'portfolio_cats_children','a:0:{}','yes'),(156,'service_cats_children','a:0:{}','yes'),(157,'faqs_cats_children','a:0:{}','yes'),(158,'staff_departments_children','a:0:{}','yes'),(185,'filters_children','a:0:{}','yes'),(194,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(196,'option_tree_layouts','a:2:{s:13:\"active_layout\";s:8:\"original\";s:8:\"original\";s:3552:\"YTo0NTp7czoxMjoicHBfc2xpZGVyX29uIjtzOjM6InllcyI7czoxNDoicHBfc2xpZGVyX2hvbWUiO3M6NDoiZmxleCI7czoxMDoicHBfbGF5ZXJpZCI7czowOiIiO3M6MTA6Im1haW5zbGlkZXIiO2E6Mzp7aTowO2E6NTp7czo1OiJ0aXRsZSI7czoyNDoiVGl0bGUgb2YgdGhlIGZpcnN0IHNsaWRlIjtzOjE4OiJzbGlkZXJfZGVzY3JpcHRpb24iO3M6Mjc6IkNvbnRlbnQgb2YgdGhlIGZpcnN0IHNsaWRlLiI7czoxMjoic2xpZGVyX2VtcHR5IjtzOjI6Im5vIjtzOjE5OiJzbGlkZXJfaW1hZ2VfdXBsb2FkIjtzOjY5OiJodHRwOi8vdGVzdGluZ3dlYjEyMy53ZWJ1ZGEuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDEzLzA4L3NsaWRlMS5qcGciO3M6MTE6InNsaWRlcl9saW5rIjtzOjA6IiI7fWk6MTthOjU6e3M6NToidGl0bGUiO3M6MjY6IlRpdGxlIG9mIHRoZSBzZWNvbmRlIHNsaWRlIjtzOjE4OiJzbGlkZXJfZGVzY3JpcHRpb24iO3M6Mjc6IkNvbnRlbnQgb2YgdGhlIHNlY29uZCBzbGlkZSI7czoxMjoic2xpZGVyX2VtcHR5IjtzOjI6Im5vIjtzOjE5OiJzbGlkZXJfaW1hZ2VfdXBsb2FkIjtzOjY5OiJodHRwOi8vdGVzdGluZ3dlYjEyMy53ZWJ1ZGEuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDEzLzA4L3NsaWRlMi5qcGciO3M6MTE6InNsaWRlcl9saW5rIjtzOjA6IiI7fWk6MjthOjU6e3M6NToidGl0bGUiO3M6MjQ6IlRpdGxlIG9mIHRoZSB0aGlyZCBzbGlkZSI7czoxODoic2xpZGVyX2Rlc2NyaXB0aW9uIjtzOjIwOiJDb250ZW50IG9mIHRoZSBzbGlkZSI7czoxMjoic2xpZGVyX2VtcHR5IjtzOjI6Im5vIjtzOjE5OiJzbGlkZXJfaW1hZ2VfdXBsb2FkIjtzOjY5OiJodHRwOi8vdGVzdGluZ3dlYjEyMy53ZWJ1ZGEuY29tL3dwLWNvbnRlbnQvdXBsb2Fkcy8yMDEzLzA4L3NsaWRlMy5qcGciO3M6MTE6InNsaWRlcl9saW5rIjtzOjA6IiI7fX1zOjE0OiJwcF9sb2dvX3VwbG9hZCI7czowOiIiO3M6MTg6InBwX2xvZ29fYXJlYV93aWR0aCI7czoxOiI4IjtzOjE4OiJwcF9sb2dvX3RvcF9tYXJnaW4iO2E6Mjp7aTowO3M6MDoiIjtpOjE7czowOiIiO31zOjIxOiJwcF9sb2dvX2JvdHRvbV9tYXJnaW4iO2E6Mjp7aTowO3M6MDoiIjtpOjE7czowOiIiO31zOjE3OiJwcF9mYXZpY29uX3VwbG9hZCI7czowOiIiO3M6MTc6InBwX3RhZ2xpbmVfbWFyZ2luIjthOjI6e2k6MDtzOjA6IiI7aToxO3M6MDoiIjt9czoxMzoicHBfaGVhZGVydHlwZSI7czo4OiJzdGFuZGFyZCI7czoxMToicHBfbGFuZ3VhZ2UiO3M6NzoiZGlzYWJsZSI7czo5OiJwcF9zZWFyY2giO3M6NjoiZW5hYmxlIjtzOjE3OiJwcF9jZGV0YWlsc19waG9uZSI7czowOiIiO3M6MTQ6InBwX2xheWVyaXNvdG9wIjtzOjM6Im9mZiI7czoxNToicHBfbWVkaWFxdWVyaWVzIjtzOjM6InllcyI7czoxNDoicHBfYnJlYWRjcnVtYnMiO3M6MzoieWVzIjtzOjIyOiJwcF9mbGV4X3NsaWRlc2hvd3NwZWVkIjtzOjQ6IjcwMDAiO3M6MjI6InBwX2ZsZXhfYW5pbWF0aW9uc3BlZWQiO3M6MzoiNjAwIjtzOjIxOiJwcF9mbGV4X2FuaW1hdGlvbnR5cGUiO3M6NDoiZmFkZSI7czoxNzoicHBfamNhcm91c2VsX2F1dG8iO3M6Mjoibm8iO3M6MTE6InBwX3dvb2l0ZW1zIjtzOjE6IjkiO3M6MTQ6InBwX3dvb19jYXRhbG9nIjtzOjI6Im5vIjtzOjEzOiJwcF9jb3B5cmlnaHRzIjtzOjQ1OiLCqUJ1c2luZXNzIEZ1bmRpbmcgVG9kYXkgQWxsIFJpZ2h0cyBSZXNlcnZlZC4iO3M6MTM6InBwX2N1c3RvbV9jc3MiO3M6MDoiIjtzOjE0OiJwcF9ibG9nX2xheW91dCI7czoxMzoicmlnaHQtc2lkZWJhciI7czoxNDoicHBfYmxvZ190aHVtYnMiO3M6NToibGFyZ2UiO3M6MTI6InBwX2Jsb2dfcGFnZSI7czo4OiJUaGUgQmxvZyI7czoxOToicHBfcG9ydGZvbGlvX2xheW91dCI7czoxOiIzIjtzOjE3OiJwcF9wb3J0Zm9saW9fcGFnZSI7czo5OiJQb3J0Zm9saW8iO3M6MjM6InBwX3BvcnRmb2xpb192aWRlb3RodW1iIjtzOjU6InZpZGVvIjtzOjIwOiJwcF9wb3J0Zm9saW9fY2FwdGlvbiI7czoyOiJubyI7czoyMToicHBfcG9ydGZvbGlvX3Nob3dwb3N0IjtzOjE6IjkiO3M6MTE6InBwX2ZvbnRzX29uIjtzOjI6Im5vIjtzOjEyOiJwcF9ib2R5X2ZvbnQiO3M6NDoiQWJlbCI7czoxMjoicHBfYm9keV9zaXplIjthOjI6e2k6MDtzOjA6IiI7aToxO3M6MDoiIjt9czo5OiJwcF9oX2ZvbnQiO3M6NDoiQWJlbCI7czoxNToicHBfbG9nb2ZvbnRzX29uIjtzOjI6Im5vIjtzOjEyOiJwcF9sb2dvX3R5cG8iO2E6MTA6e3M6MTA6ImZvbnQtY29sb3IiO3M6MDoiIjtzOjExOiJmb250LWZhbWlseSI7czowOiIiO3M6OToiZm9udC1zaXplIjtzOjA6IiI7czoxMDoiZm9udC1zdHlsZSI7czowOiIiO3M6MTI6ImZvbnQtdmFyaWFudCI7czowOiIiO3M6MTE6ImZvbnQtd2VpZ2h0IjtzOjA6IiI7czoxNDoibGV0dGVyLXNwYWNpbmciO3M6MDoiIjtzOjExOiJsaW5lLWhlaWdodCI7czowOiIiO3M6MTU6InRleHQtZGVjb3JhdGlvbiI7czowOiIiO3M6MTQ6InRleHQtdHJhbnNmb3JtIjtzOjA6IiI7fXM6MTM6InBwX3R3aXR0ZXJfY2siO3M6MDoiIjtzOjEzOiJwcF90d2l0dGVyX2NzIjtzOjA6IiI7czoxMzoicHBfdHdpdHRlcl9hdCI7czowOiIiO3M6MTM6InBwX3R3aXR0ZXJfdHMiO3M6MDoiIjtzOjExOiJwcF91c2VybmFtZSI7czowOiIiO3M6MTA6InBwX2FwaV9rZXkiO3M6MDoiIjt9\";}','yes'),(220,'widget_purepress_contact','a:2:{i:2;a:4:{s:5:\"title\";s:12:\"Contact Info\";s:7:\"address\";s:18:\"This is an address\";s:5:\"phone\";s:13:\"231-12312-213\";s:5:\"email\";s:16:\"thisisa@test.com\";}s:12:\"_multiwidget\";i:1;}','yes'),(221,'widget_purepress_twitter_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(222,'widget_purepress_text','a:2:{i:2;a:2:{s:4:\"text\";s:0:\"\";s:6:\"filter\";b:0;}s:12:\"_multiwidget\";i:1;}','yes'),(267,'theme_mods_maxima','a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:9:\"main_menu\";i:89;}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1378238658;s:4:\"data\";a:8:{s:19:\"wp_inactive_widgets\";a:2:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";}s:15:\"custom-sidebar0\";a:1:{i:0;s:16:\"contact-widget-2\";}s:15:\"custom-sidebar1\";a:1:{i:0;s:7:\"pages-2\";}s:15:\"custom-sidebar2\";a:1:{i:0;s:8:\"search-3\";}s:15:\"custom-sidebar3\";a:0:{}s:15:\"custom-sidebar4\";a:0:{}s:15:\"custom-sidebar5\";a:0:{}s:15:\"custom-sidebar6\";a:0:{}}}}','yes'),(180,'option_tree','a:45:{s:12:\"pp_slider_on\";s:3:\"yes\";s:14:\"pp_slider_home\";s:4:\"flex\";s:10:\"pp_layerid\";s:0:\"\";s:10:\"mainslider\";a:3:{i:0;a:5:{s:5:\"title\";s:24:\"Title of the first slide\";s:18:\"slider_description\";s:27:\"Content of the first slide.\";s:12:\"slider_empty\";s:2:\"no\";s:19:\"slider_image_upload\";s:69:\"http://testingweb123.webuda.com/wp-content/uploads/2013/08/slide1.jpg\";s:11:\"slider_link\";s:0:\"\";}i:1;a:5:{s:5:\"title\";s:26:\"Title of the seconde slide\";s:18:\"slider_description\";s:27:\"Content of the second slide\";s:12:\"slider_empty\";s:2:\"no\";s:19:\"slider_image_upload\";s:69:\"http://testingweb123.webuda.com/wp-content/uploads/2013/08/slide2.jpg\";s:11:\"slider_link\";s:0:\"\";}i:2;a:5:{s:5:\"title\";s:24:\"Title of the third slide\";s:18:\"slider_description\";s:20:\"Content of the slide\";s:12:\"slider_empty\";s:2:\"no\";s:19:\"slider_image_upload\";s:69:\"http://testingweb123.webuda.com/wp-content/uploads/2013/08/slide3.jpg\";s:11:\"slider_link\";s:0:\"\";}}s:14:\"pp_logo_upload\";s:0:\"\";s:18:\"pp_logo_area_width\";s:1:\"8\";s:18:\"pp_logo_top_margin\";a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}s:21:\"pp_logo_bottom_margin\";a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}s:17:\"pp_favicon_upload\";s:0:\"\";s:17:\"pp_tagline_margin\";a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}s:13:\"pp_headertype\";s:8:\"standard\";s:11:\"pp_language\";s:7:\"disable\";s:9:\"pp_search\";s:6:\"enable\";s:17:\"pp_cdetails_phone\";s:0:\"\";s:14:\"pp_layerisotop\";s:3:\"off\";s:15:\"pp_mediaqueries\";s:3:\"yes\";s:14:\"pp_breadcrumbs\";s:3:\"yes\";s:22:\"pp_flex_slideshowspeed\";s:4:\"7000\";s:22:\"pp_flex_animationspeed\";s:3:\"600\";s:21:\"pp_flex_animationtype\";s:4:\"fade\";s:17:\"pp_jcarousel_auto\";s:2:\"no\";s:11:\"pp_wooitems\";s:1:\"9\";s:14:\"pp_woo_catalog\";s:2:\"no\";s:13:\"pp_copyrights\";s:45:\"©Business Funding Today All Rights Reserved.\";s:13:\"pp_custom_css\";s:0:\"\";s:14:\"pp_blog_layout\";s:13:\"right-sidebar\";s:14:\"pp_blog_thumbs\";s:5:\"large\";s:12:\"pp_blog_page\";s:8:\"The Blog\";s:19:\"pp_portfolio_layout\";s:1:\"3\";s:17:\"pp_portfolio_page\";s:9:\"Portfolio\";s:23:\"pp_portfolio_videothumb\";s:5:\"video\";s:20:\"pp_portfolio_caption\";s:2:\"no\";s:21:\"pp_portfolio_showpost\";s:1:\"9\";s:11:\"pp_fonts_on\";s:2:\"no\";s:12:\"pp_body_font\";s:4:\"Abel\";s:12:\"pp_body_size\";a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}s:9:\"pp_h_font\";s:4:\"Abel\";s:15:\"pp_logofonts_on\";s:2:\"no\";s:12:\"pp_logo_typo\";a:10:{s:10:\"font-color\";s:0:\"\";s:11:\"font-family\";s:0:\"\";s:9:\"font-size\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:12:\"font-variant\";s:0:\"\";s:11:\"font-weight\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:11:\"line-height\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";s:14:\"text-transform\";s:0:\"\";}s:13:\"pp_twitter_ck\";s:0:\"\";s:13:\"pp_twitter_cs\";s:0:\"\";s:13:\"pp_twitter_at\";s:0:\"\";s:13:\"pp_twitter_ts\";s:0:\"\";s:11:\"pp_username\";s:0:\"\";s:10:\"pp_api_key\";s:0:\"\";}','yes'),(1751,'category_104_category_sidebar','cat_sidebar_on','yes'),(1752,'_category_104_category_sidebar','field_65','yes'),(1754,'category_105_menu_latest_posts','latest_posts_on','yes'),(1755,'_category_105_menu_latest_posts','field_516807bdd9f14','yes'),(1756,'category_105_category_slider','cat_slider_on','yes'),(1757,'_category_105_category_slider','field_66','yes'),(1758,'category_105_category_sidebar','cat_sidebar_on','yes'),(1759,'_category_105_category_sidebar','field_65','yes'),(1761,'category_106_menu_latest_posts','latest_posts_on','yes'),(1740,'category_103_menu_latest_posts','latest_posts_on','yes'),(1741,'_category_103_menu_latest_posts','field_516807bdd9f14','yes'),(1742,'category_103_category_slider','cat_slider_on','yes'),(1743,'_category_103_category_slider','field_66','yes'),(1744,'category_103_category_sidebar','cat_sidebar_on','yes'),(1745,'_category_103_category_sidebar','field_65','yes'),(1747,'category_104_menu_latest_posts','latest_posts_on','yes'),(1748,'_category_104_menu_latest_posts','field_516807bdd9f14','yes'),(1749,'category_104_category_slider','cat_slider_on','yes'),(1750,'_category_104_category_slider','field_66','yes'),(1676,'_transient_plugins_delete_result_1','1','yes'),(7960,'portfolio-category_children','a:1:{i:68;a:3:{i:0;i:76;i:1;i:82;i:2;i:86;}}','yes'),(9640,'personnal-category_children','a:0:{}','yes'),(7962,'price-table-category_children','a:0:{}','yes'),(7961,'testimonial-category_children','a:0:{}','yes'),(23352,'_site_transient_timeout_browser_78419f71278ed7bb0426e3cc1d56a935','1384581283','yes'),(23353,'_site_transient_browser_78419f71278ed7bb0426e3cc1d56a935','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"25.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(341,'mxm_enable_boxed_style','disable','yes'),(342,'mxm_enable_responsive','enable','yes'),(343,'mxm_space_excerpt','enable','yes'),(344,'mxm_default_date_format','d M Y','yes'),(345,'mxm_default_widget_date_format','d M Y','yes'),(346,'mxm_default_post_header','Blog Post','yes'),(347,'mxm_default_post_sidebar','post-no-sidebar','yes'),(348,'mxm_show_post_tag','No','yes'),(349,'mxm_show_post_comment_info','Yes','yes'),(350,'mxm_show_post_author_info','No','yes'),(351,'mxm_use_portfolio_as','portfolio style','yes'),(352,'mxm_gdl_portfolio_slug','portfolio','yes'),(353,'mxm_gdl_related_portfolio','Yes','yes'),(354,'mxm_gdl_related_portfolio_size','1/4','yes'),(355,'mxm_gdl_related_portfolio_num_fetch','4','yes'),(356,'mxm_gdl_related_portfolio_title','Yes','yes'),(357,'mxm_gdl_related_portfolio_tag','Yes','yes'),(358,'mxm_search_archive_sidebar','no-sidebar','yes'),(359,'mxm_search_archive_num_excerpt','285','yes'),(360,'mxm_search_archive_item_size','1/4 Blog Widget','yes'),(361,'mxm_search_archive_full_blog_content','No','yes'),(362,'mxm_portfolio_archive_size','1/3','yes'),(363,'mxm_portfolio_archive_show_title','Yes','yes'),(364,'mxm_portfolio_archive_show_tags','Yes','yes'),(365,'mxm_create_sidebar','<sidebar></sidebar>','yes'),(366,'mxm_show_footer','enable','yes'),(367,'mxm_footer_style','footer-style4','yes'),(368,'mxm_enable_analytics','disable','yes'),(369,'mxm_enable_favicon','disable','yes'),(370,'mxm_woo_all_product_sidebar','all-prod-no-sidebar','yes'),(371,'mxm_woo_single_product_sidebar','single-prod-no-sidebar','yes'),(372,'mxm_header_title_size','21','yes'),(373,'mxm_content_size','12','yes'),(374,'mxm_widget_title_size','17','yes'),(375,'mxm_h1_size','30','yes'),(376,'mxm_h2_size','25','yes'),(377,'mxm_h3_size','20','yes'),(378,'mxm_h4_size','18','yes'),(379,'mxm_h5_size','16','yes'),(380,'mxm_h6_size','15','yes'),(381,'mxm_header_font','- Roboto Condensed','yes'),(382,'mxm_navigation_font','- Open Sans','yes'),(383,'mxm_slider_title_font','- Roboto Condensed','yes'),(384,'mxm_content_font','- Open Sans','yes'),(385,'mxm_stunning_text_font','- Open Sans','yes'),(386,'mxm_google_font_weight','n,i,b,bi','yes'),(387,'mxm_google_font_subset','latin','yes'),(388,'mxm_upload_font','<uploadfont></uploadfont>','yes'),(389,'mxm_logo_top_margin','42','yes'),(390,'mxm_logo_bottom_margin','42','yes'),(391,'mxm_navigation_top_margin','42','yes'),(392,'mxm_enable_header_border','enable','yes'),(393,'mxm_enable_header_shadow','enable','yes'),(394,'mxm_enable_floating_menu','enable','yes'),(395,'mxm_enable_top_bar','enable','yes'),(396,'mxm_enable_top_search','disable','yes'),(397,'mxm_enable_sliding_bar','enable','yes'),(398,'mxm_background_style','Pattern','yes'),(399,'mxm_background_pattern','2','yes'),(400,'mxm_icon_type','dark','yes'),(401,'mxm_carousel_icon_type','dark','yes'),(402,'mxm_twitter_icon_type','dark','yes'),(403,'mxm_footer_icon_type','dark','yes'),(404,'mxm_facebook_share','enable','yes'),(405,'mxm_twitter_share','enable','yes'),(406,'mxm_stumble_upon_share','disable','yes'),(407,'mxm_my_space_share','disable','yes'),(408,'mxm_digg_share','enable','yes'),(409,'mxm_reddit_share','disable','yes'),(410,'mxm_linkedin_share','enable','yes'),(411,'mxm_google_plus_share','enable','yes'),(412,'mxm_pinterest_share','enable','yes'),(413,'mxm_show_twitter_bar','disable','yes'),(414,'mxm_show_twitter_only_homepage','disable','yes'),(415,'mxm_twitter_num_fetch','5','yes'),(416,'mxm_show_footer_stunning','disable','yes'),(417,'mxm_footer_stunning_only_homepage','disable','yes'),(418,'mxm_footer_stunning_button_text','BUY NOW','yes'),(419,'mxm_show_copyright','enable','yes'),(420,'mxm_top_bar_text','#c2c2c2','yes'),(421,'mxm_top_bar_background','#f7f7f7','yes'),(422,'mxm_top_bar_border','#ededed','yes'),(423,'mxm_top_search_button_border','#bababa','yes'),(424,'mxm_top_search_text','#a3a3a3','yes'),(425,'mxm_top_search_background','#e9e9e9','yes'),(426,'mxm_float_menu_background','#f5f5f5','yes'),(427,'mxm_float_menu_text','#606060','yes'),(428,'mxm_float_menu_text_hover','#898989','yes'),(429,'mxm_float_menu_text_current','#898989','yes'),(430,'mxm_main_navigation_text','#6d6d6d','yes'),(431,'mxm_main_navigation_text_hover','#bf0000','yes'),(432,'mxm_main_navigation_text_current','#bf0000','yes'),(433,'mxm_main_navigation_background_hover','#bf0000','yes'),(434,'mxm_sub_navigation_background','#232323','yes'),(435,'mxm_sub_navigation_top_border','#bf0000','yes'),(436,'mxm_sub_navigation_text','#c1c1c1','yes'),(437,'mxm_sub_navigation_text_hover','#f2f2f2','yes'),(438,'mxm_sub_navigation_text_current','#f2f2f2','yes'),(439,'mxm_page_whole_header_background','#ffffff','yes'),(440,'mxm_page_header_background','#bf0000','yes'),(441,'mxm_page_header_title_color','#ffffff','yes'),(442,'mxm_page_header_caption','#ffffff','yes'),(443,'mxm_item_header_title','#111111','yes'),(444,'mxm_item_header_border','#bf0000','yes'),(445,'mxm_title_color','#111111','yes'),(446,'mxm_content_color','#505050','yes'),(447,'mxm_body_background','#404040','yes'),(448,'mxm_container_background','#ffffff','yes'),(449,'mxm_link_color','#bf0000','yes'),(450,'mxm_link_hover_color','#ff0000','yes'),(451,'mxm_selection_text_clor','#ffffff','yes'),(452,'mxm_selection_background','#4f4f4f','yes'),(453,'mxm_main_text_shadow','#780000','yes'),(454,'mxm_sidebar_link_color','#595959','yes'),(455,'mxm_sidebar_link_hover_color','#bf0000','yes'),(456,'mxm_sidebar_title_color','#222222','yes'),(457,'mxm_sidebar_title_border_color','#bf0000','yes'),(458,'mxm_sidebar_info_color','#a5a5a5','yes'),(459,'mxm_post_widget_frame_background','#eeeeee','yes'),(460,'mxm_tagcloud_text','#ffffff','yes'),(461,'mxm_tagcloud_background','#bf0000','yes'),(462,'mxm_twitter_background','#bf0000','yes'),(463,'mxm_twitter_text','#ffffff','yes'),(464,'mxm_footer_stunning_background','#ffffff','yes'),(465,'mxm_footer_stunning_title','#333333','yes'),(466,'mxm_footer_stunning_caption','#707070','yes'),(467,'mxm_footer_link_color','#595959','yes'),(468,'mxm_footer_link_hover_color','#bfbfbf','yes'),(469,'mxm_footer_title_color','#4f4f4f','yes'),(470,'mxm_footer_content_color','#666666','yes'),(471,'mxm_footer_content_info_color','#9e9e9e','yes'),(472,'mxm_footer_background','#f5f5f5','yes'),(473,'mxm_footer_divider_color','#d8d8d8','yes'),(474,'mxm_footer_input_text','#848484','yes'),(475,'mxm_footer_input_background','#ffffff','yes'),(476,'mxm_footer_input_border','#e5e5e5','yes'),(477,'mxm_footer_button_text','#ffffff','yes'),(478,'mxm_footer_button_color','#565656','yes'),(479,'mxm_footer_personnal_widget_info','#515151','yes'),(480,'mxm_footer_tagcloud_text','#5a5a5a','yes'),(481,'mxm_footer_tagcloud_background','#eaeaea','yes'),(482,'mxm_footer_post_widget_frame_background','#e0e0e0','yes'),(483,'mxm_copyright_top_border','#e8e8e8','yes'),(484,'mxm_copyright_bottom_border','#ffffff','yes'),(485,'mxm_copyright_text','#999999','yes'),(486,'mxm_copyright_scroll_top','#4b4b4b','yes'),(487,'mxm_top_slider_background','#f2f2f2','yes'),(488,'mxm_top_slider_bottom_bar','#e8e8e8','yes'),(489,'mxm_slider_navigation_background','#ffffff','yes'),(490,'mxm_slider_navigation_active_background','#f2f2f2','yes'),(491,'mxm_slider_title_color','#bf0000','yes'),(492,'mxm_slider_title_background','#ffffff','yes'),(493,'mxm_slider_caption_color','#ffffff','yes'),(494,'mxm_slider_caption_background','#000000','yes'),(495,'mxm_slider_caption_border','#bf0000','yes'),(496,'mxm_slider_bullet_color','#ffffff','yes'),(497,'mxm_slider_bullet_active','#bbbbbb','yes'),(498,'mxm_slider_thumbnail_background','#000000','yes'),(499,'mxm_stunning_text_title_color','#bf0000','yes'),(500,'mxm_stunning_text_caption_color','#7a7a7a','yes'),(501,'mxm_stunning_text_background_color','#efefef','yes'),(502,'mxm_post_title_color','#424242','yes'),(503,'mxm_post_title_hover_color','#9c9c9c','yes'),(504,'mxm_post_info_color','#9b9b9b','yes'),(505,'mxm_post_info_background','#f9f9f9','yes'),(506,'mxm_post_info_top_border','#bf0000','yes'),(507,'mxm_post_widget_info_color','#9b9b9b','yes'),(508,'mxm_post_about_author_color','#f5f5f5','yes'),(509,'mxm_pagination_background','#f5f5f5','yes'),(510,'mxm_pagination_text','#7b7b7b','yes'),(511,'mxm_pagination_hover_background','#bf0000','yes'),(512,'mxm_pagination_hover_text','#ffffff','yes'),(513,'mxm_pagination_current_background','#bf0000','yes'),(514,'mxm_pagination_current_text','#ffffff','yes'),(515,'mxm_port_thumbnail_hover_color','#000000','yes'),(516,'mxm_port_title_color','#2d2d2d','yes'),(517,'mxm_port_tag_color','#aaaaaa','yes'),(518,'mxm_port_title_border','#bf0000','yes'),(519,'mxm_port_title_hover_color','#ffffff','yes'),(520,'mxm_port_filter_color','#111111','yes'),(521,'mxm_port_filter_border_color','#bf0000','yes'),(522,'mxm_port_info_color','#7a7a7a','yes'),(523,'mxm_port_info_head_color','#404040','yes'),(524,'mxm_port_carousel_nav','#f6f6f6','yes'),(525,'mxm_contact_form_background_color','#ffffff','yes'),(526,'mxm_contact_form_text_color','#888888','yes'),(527,'mxm_contact_form_border_color','#e3e3e3','yes'),(528,'mxm_contact_form_frame_color','#f7f7f7','yes'),(529,'mxm_contact_form_inner_shadow','#ececec','yes'),(530,'mxm_price_background','#f9f9f9','yes'),(531,'mxm_price_title_color','#ffffff','yes'),(532,'mxm_price_title_background','#454545','yes'),(533,'mxm_price_tag_color','#ffffff','yes'),(534,'mxm_price_tag_background','#838383','yes'),(535,'mxm_price_tag_active_color','#ffffff','yes'),(536,'mxm_price_tag_active_background','#bf0000','yes'),(537,'mxm_price_content_color','#5e5e5e','yes'),(538,'mxm_price_button_background','#bf0000','yes'),(539,'mxm_price_button_text','#ffffff','yes'),(540,'mxm_personnal_background','#f9f9f9','yes'),(541,'mxm_personnal_position_text','#9d9d9d','yes'),(542,'mxm_personnal_title','#353535','yes'),(543,'mxm_personnal_content','#838383','yes'),(544,'mxm_personnal_widget_info','#4a4a4a','yes'),(545,'mxm_accordion_title','#363636','yes'),(546,'mxm_accordion_background','#ffffff','yes'),(547,'mxm_accordion_border','#f5f5f5','yes'),(548,'mxm_blockquote_color','#ababab','yes'),(549,'mxm_blockquote_border','#cfcfcf','yes'),(550,'mxm_button_background_color','#bf0000','yes'),(551,'mxm_button_text_color','#ffffff','yes'),(552,'mxm_column_service2_title_color','#111111','yes'),(553,'mxm_divider_line','#e6e6e6','yes'),(554,'mxm_back_to_top_text_color','#919191','yes'),(555,'mxm_progress_bar_highlight','#bf0000','yes'),(556,'mxm_progress_bar_background','#f0f0f0','yes'),(557,'mxm_progress_bar_text','#ffffff','yes'),(558,'mxm_table_border','#e5e5e5','yes'),(559,'mxm_table_text_title','#666666','yes'),(560,'mxm_table_title_background','#fdfdfd','yes'),(561,'mxm_tab_background_color','#ffffff','yes'),(562,'mxm_tab_text_color','#707070','yes'),(563,'mxm_tab_active_text_color','#575757','yes'),(564,'mxm_tab_active_title_border','#bf0000','yes'),(565,'mxm_tab_title_text','#959595','yes'),(566,'mxm_tab_title_background','#fafafa','yes'),(567,'mxm_testimonial_slide_content','#9d9d9d','yes'),(568,'mxm_testimonial_slide_info','#656565','yes'),(569,'mxm_testimonial_slide_background','#ffffff','yes'),(570,'mxm_testimonial_static_content_color','#afafaf','yes'),(571,'mxm_testimonial_static_border','#efefef','yes'),(572,'mxm_testimonial_static_info','#848484','yes'),(573,'mxm_enable_admin_translator','enable','yes'),(574,'mxm_translator_social_shares','Social Share','yes'),(575,'mxm_translator_leave_reply','Leave a Reply','yes'),(576,'mxm_translator_about_author','About the Author','yes'),(577,'mxm_translator_continue_reading','Continue Reading','yes'),(578,'mxm_translator_read_the_blog','Read The Blog','yes'),(579,'mxm_translator_view_all_portfolio','View All Portfolio','yes'),(580,'mxm_translator_all','All','yes'),(581,'mxm_translator_tag','Tags: ','yes'),(582,'mxm_translator_client','Client: ','yes'),(583,'mxm_translator_skill','Skill: ','yes'),(584,'mxm_translator_visit_website','Visit Website: ','yes'),(585,'mxm_translator_related_portfolio','Related Portfolio','yes'),(586,'mxm_translator_name_contact_form','Name','yes'),(587,'mxm_translator_name_error_contact_form','Please enter your name','yes'),(588,'mxm_translator_email_contact_form','Email','yes'),(589,'mxm_translator_email_error_contact_form','Please enter a valid email address','yes'),(590,'mxm_translator_message_contact_form','Message','yes'),(591,'mxm_translator_message_error_contact_form','Please enter message','yes'),(592,'mxm_translator_submit_contact_form','Submit','yes'),(593,'mxm_translator_contact_send_error','Message cannot be sent to destination','yes'),(594,'mxm_translator_contact_send_complete','The e-mail was sent successfully','yes'),(595,'mxm_translator_read_more_price','BUY NOW','yes'),(596,'mxm_404_title','Page Not Found','yes'),(597,'mxm_404_content','The page you are looking for doesn\'t seem to exist.','yes'),(598,'mxm_search_header_title','Search Results.','yes'),(599,'mxm_search_not_found_title','Search Not Found.','yes'),(600,'mxm_search_not_found','Sorry, but nothing matched your search criteria. Please try again with some different keywords.','yes'),(601,'mxm_nivo_slider_effect','sliceDown','yes'),(602,'mxm_nivo_slider_pause_on_hover','enable','yes'),(603,'mxm_nivo_slider_show_bullets','disable','yes'),(604,'mxm_nivo_slider_show_navigation','enable','yes'),(605,'mxm_nivo_slider_animation_speed','500','yes'),(606,'mxm_nivo_slider_pause_time','12000','yes'),(607,'mxm_enable_lightbox_thumbnail','enable','yes'),(608,'mxm_enable_lightbox_thumbnail_width','80','yes'),(609,'mxm_enable_lightbox_thumbnail_height','45','yes'),(610,'mxm_flex_slider_effect','fade','yes'),(611,'mxm_flex_slider_pause_on_hover','enable','yes'),(612,'mxm_flex_slider_show_bullets','disable','yes'),(613,'mxm_flex_slider_show_navigation','enable','yes'),(614,'mxm_flex_slider_animation_speed','600','yes'),(615,'mxm_flex_slider_pause_time','12000','yes'),(616,'mxm_flex_slider_pause_on_action','disable','yes'),(617,'mxm_flex_thumbnail_width','75','yes'),(618,'mxm_flex_thumbnail_height','50','yes'),(619,'mxm_anything_slider_pause_on_hover','enable','yes'),(620,'mxm_anything_slider_show_bulltes','disable','yes'),(621,'mxm_anything_slider_hover_bulltes','disable','yes'),(622,'mxm_anything_slider_show_navigation','enable','yes'),(623,'mxm_anything_slider_hover_navigation','enable','yes'),(624,'mxm_anything_slider_animation_speed','600','yes'),(625,'mxm_anything_slider_pause_time','12000','yes'),(626,'mxm_disable_right_click','disable','yes'),(633,'mxm_twitter_bar_cache_time','1','yes'),(636,'widget_personnal-widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(640,'widget_contact-widget','a:4:{i:2;a:2:{s:5:\"title\";s:10:\"Contact us\";s:5:\"email\";s:16:\"example@mail.com\";}i:3;a:2:{s:5:\"title\";s:10:\"Contact us\";s:5:\"email\";s:21:\"info@westromgroup.com\";}i:4;a:2:{s:5:\"title\";s:10:\"Contact us\";s:5:\"email\";s:21:\"info@westromgroup.com\";}s:12:\"_multiwidget\";i:1;}','yes'),(746,'widget_pages','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(6317,'widget_pronamic_block_widget','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(671,'mxm_facebook','#','yes'),(672,'mxm_linkedin','#','yes'),(673,'mxm_twitter','#','yes'),(674,'mxm_youtube','#','yes'),(675,'mxm_google_plus','#','yes'),(676,'mxm_email','#','yes'),(681,'mxm_footer_stunning_title_text','Stunning Title','yes'),(682,'mxm_footer_stunning_caption_text','Stunning Caption','yes'),(683,'mxm_copyright_left_area','Business Funding Today','yes'),(701,'mxm_right_click_alert','Copy protection activated.','yes'),(1135,'mxm_top_navigation_left','Welcome to Business Funding Today','yes'),(1151,'mxm_logo','3967','yes'),(1324,'mxm_additional_style','h1{border-color: #bf0000;}','yes'),(1916,'mimo_plus-template-options','a:77:{s:18:\"template_full_name\";s:4:\"Plus\";s:15:\"template_author\";s:4:\"mimo\";s:11:\"grid_system\";s:2:\"12\";s:15:\"template_prefix\";s:7:\"gantry-\";s:11:\"cookie_time\";s:8:\"31536000\";s:23:\"copy_lang_files_if_diff\";s:1:\"1\";s:24:\"custom_widget_variations\";s:1:\"1\";s:4:\"blog\";a:16:{s:3:\"cat\";s:0:\"\";s:5:\"count\";s:1:\"1\";s:4:\"type\";s:4:\"post\";s:7:\"content\";s:7:\"content\";s:12:\"comment_type\";s:9:\"wordpress\";s:5:\"order\";s:4:\"date\";s:10:\"page-title\";s:0:\"\";s:5:\"title\";s:1:\"1\";s:10:\"link-title\";s:1:\"0\";s:11:\"meta-author\";s:1:\"1\";s:9:\"meta-date\";s:1:\"0\";s:13:\"meta-modified\";s:1:\"0\";s:13:\"meta-comments\";s:1:\"0\";s:18:\"meta-link-comments\";s:1:\"1\";s:5:\"query\";s:0:\"\";s:15:\"pagination_type\";s:4:\"plus\";}s:4:\"page\";a:8:{s:5:\"title\";s:1:\"1\";s:11:\"meta-author\";s:1:\"0\";s:9:\"meta-date\";s:1:\"0\";s:13:\"meta-modified\";s:1:\"0\";s:13:\"meta-comments\";s:1:\"0\";s:13:\"comments-form\";s:1:\"1\";s:12:\"sharetwitter\";s:1:\"1\";s:13:\"sharefacebook\";s:1:\"1\";}s:4:\"post\";a:11:{s:5:\"title\";s:1:\"1\";s:11:\"meta-author\";s:1:\"1\";s:9:\"meta-date\";s:1:\"1\";s:13:\"meta-modified\";s:1:\"1\";s:13:\"meta-comments\";s:1:\"1\";s:4:\"tags\";s:1:\"1\";s:6:\"footer\";s:1:\"1\";s:13:\"comments-form\";s:1:\"1\";s:12:\"sharetwitter\";s:1:\"1\";s:13:\"sharefacebook\";s:1:\"1\";s:15:\"pagination_type\";s:4:\"plus\";}s:8:\"category\";a:11:{s:5:\"count\";s:1:\"5\";s:7:\"content\";s:7:\"content\";s:17:\"custom-page-title\";s:0:\"\";s:10:\"page-title\";s:1:\"1\";s:5:\"title\";s:1:\"1\";s:10:\"link-title\";s:1:\"0\";s:11:\"meta-author\";s:1:\"1\";s:9:\"meta-date\";s:1:\"1\";s:13:\"meta-modified\";s:1:\"0\";s:13:\"meta-comments\";s:1:\"1\";s:18:\"meta-link-comments\";s:1:\"1\";}s:7:\"archive\";a:11:{s:5:\"count\";s:1:\"5\";s:7:\"content\";s:7:\"content\";s:17:\"custom-page-title\";s:0:\"\";s:10:\"page-title\";s:1:\"1\";s:5:\"title\";s:1:\"1\";s:10:\"link-title\";s:1:\"0\";s:11:\"meta-author\";s:1:\"1\";s:9:\"meta-date\";s:1:\"1\";s:13:\"meta-modified\";s:1:\"0\";s:13:\"meta-comments\";s:1:\"1\";s:18:\"meta-link-comments\";s:1:\"1\";}s:4:\"tags\";a:11:{s:5:\"count\";s:1:\"5\";s:7:\"content\";s:7:\"content\";s:17:\"custom-page-title\";s:0:\"\";s:10:\"page-title\";s:1:\"1\";s:5:\"title\";s:1:\"1\";s:10:\"link-title\";s:1:\"0\";s:11:\"meta-author\";s:1:\"1\";s:9:\"meta-date\";s:1:\"1\";s:13:\"meta-modified\";s:1:\"0\";s:13:\"meta-comments\";s:1:\"1\";s:18:\"meta-link-comments\";s:1:\"1\";}s:6:\"search\";a:10:{s:5:\"count\";s:1:\"5\";s:7:\"content\";s:7:\"content\";s:10:\"page-title\";s:1:\"1\";s:5:\"title\";s:1:\"1\";s:10:\"link-title\";s:1:\"0\";s:11:\"meta-author\";s:1:\"1\";s:9:\"meta-date\";s:1:\"1\";s:13:\"meta-modified\";s:1:\"0\";s:13:\"meta-comments\";s:1:\"1\";s:18:\"meta-link-comments\";s:1:\"1\";}s:5:\"color\";a:12:{s:8:\"bodytext\";s:7:\"#9e9e9e\";s:7:\"bgimage\";s:8:\"dots.jpg\";s:4:\"link\";s:7:\"#f2193a\";s:5:\"linka\";s:7:\"#636363\";s:5:\"link2\";s:7:\"#141414\";s:11:\"containerbg\";s:7:\"#ffffff\";s:9:\"sidebarbg\";s:7:\"#ffffff\";s:12:\"sidebarcolor\";s:7:\"#8f8c8c\";s:8:\"sidebara\";s:7:\"#333333\";s:6:\"bodybg\";s:7:\"#dddddd\";s:8:\"cssstyle\";s:5:\"color\";s:10:\"topbgcolor\";s:7:\"#111111\";}s:6:\"button\";a:2:{s:7:\"bgcolor\";s:7:\"#ffffff\";s:9:\"textcolor\";s:7:\"#ffffff\";}s:6:\"images\";a:3:{s:4:\"logo\";s:4:\"none\";s:8:\"minilogo\";s:4:\"none\";s:7:\"favicon\";s:4:\"none\";}s:4:\"menu\";a:3:{s:14:\"submenubgcolor\";s:7:\"#000000\";s:6:\"acolor\";s:7:\"#ffffff\";s:14:\"topactivecolor\";s:7:\"#000000\";}s:6:\"frases\";a:6:{s:7:\"firstbg\";s:7:\"#ffffff\";s:8:\"secondbg\";s:7:\"#000000\";s:7:\"thirdbg\";s:7:\"#898989\";s:8:\"fourthbg\";s:7:\"#898989\";s:7:\"fidthbg\";s:7:\"#898989\";s:5:\"sixbg\";s:7:\"#898989\";}s:4:\"tab1\";a:3:{s:6:\"layout\";s:3:\"5,7\";s:7:\"showall\";s:1:\"0\";s:7:\"showmax\";s:1:\"6\";}s:4:\"tab2\";a:3:{s:6:\"layout\";s:3:\"5,7\";s:7:\"showall\";s:1:\"0\";s:7:\"showmax\";s:1:\"6\";}s:4:\"tab3\";a:3:{s:6:\"layout\";s:3:\"5,7\";s:7:\"showall\";s:1:\"0\";s:7:\"showmax\";s:1:\"6\";}s:3:\"top\";a:3:{s:6:\"layout\";s:3:\"5,7\";s:7:\"showall\";s:1:\"0\";s:7:\"showmax\";s:1:\"6\";}s:6:\"header\";a:3:{s:6:\"layout\";s:7:\"3,3,3,3\";s:7:\"showall\";s:1:\"0\";s:7:\"showmax\";s:1:\"6\";}s:8:\"showcase\";a:3:{s:6:\"layout\";s:7:\"3,3,3,3\";s:7:\"showall\";s:1:\"0\";s:7:\"showmax\";s:1:\"6\";}s:12:\"mimoshowcase\";a:3:{s:6:\"layout\";s:7:\"3,3,3,3\";s:7:\"showall\";s:1:\"0\";s:7:\"showmax\";s:1:\"6\";}s:7:\"feature\";a:3:{s:6:\"layout\";s:7:\"3,3,3,3\";s:7:\"showall\";s:1:\"0\";s:7:\"showmax\";s:1:\"6\";}s:11:\"mimofeature\";a:3:{s:6:\"layout\";s:7:\"3,3,3,3\";s:7:\"showall\";s:1:\"0\";s:7:\"showmax\";s:1:\"6\";}s:7:\"utility\";a:3:{s:6:\"layout\";s:7:\"3,3,3,3\";s:7:\"showall\";s:1:\"0\";s:7:\"showmax\";s:1:\"6\";}s:7:\"maintop\";a:3:{s:6:\"layout\";s:7:\"3,3,3,3\";s:7:\"showall\";s:1:\"0\";s:7:\"showmax\";s:1:\"6\";}s:16:\"mainbodyPosition\";s:5:\"6,3,3\";s:10:\"mainbottom\";a:3:{s:6:\"layout\";s:7:\"3,3,3,3\";s:7:\"showall\";s:1:\"0\";s:7:\"showmax\";s:1:\"6\";}s:14:\"mimomainbottom\";a:3:{s:6:\"layout\";s:7:\"3,3,3,3\";s:7:\"showall\";s:1:\"0\";s:7:\"showmax\";s:1:\"6\";}s:6:\"bottom\";a:3:{s:6:\"layout\";s:7:\"3,3,3,3\";s:7:\"showall\";s:1:\"0\";s:7:\"showmax\";s:1:\"6\";}s:15:\"footer-position\";a:3:{s:6:\"layout\";s:7:\"3,3,3,3\";s:7:\"showall\";s:1:\"0\";s:7:\"showmax\";s:1:\"6\";}s:14:\"iphone-enabled\";s:1:\"0\";s:15:\"iphone-scalable\";s:1:\"0\";s:12:\"iphoneimages\";a:3:{s:7:\"enabled\";s:1:\"0\";s:8:\"minWidth\";s:2:\"80\";s:10:\"percentage\";s:2:\"33\";}s:22:\"iphone-header-gradient\";a:6:{s:4:\"from\";s:4:\"#fff\";s:2:\"to\";s:4:\"#fff\";s:15:\"direction_start\";s:8:\"left-top\";s:11:\"fromopacity\";s:1:\"0\";s:9:\"toopacity\";s:1:\"0\";s:13:\"direction_end\";s:11:\"left-bottom\";}s:24:\"iphone-showcase-gradient\";a:6:{s:4:\"from\";s:4:\"#fff\";s:2:\"to\";s:4:\"#fff\";s:15:\"direction_start\";s:8:\"left-top\";s:11:\"fromopacity\";s:1:\"0\";s:9:\"toopacity\";s:1:\"0\";s:13:\"direction_end\";s:11:\"left-bottom\";}s:25:\"iphone-copyright-gradient\";a:6:{s:4:\"from\";s:4:\"#fff\";s:2:\"to\";s:4:\"#fff\";s:15:\"direction_start\";s:8:\"left-top\";s:11:\"fromopacity\";s:1:\"0\";s:9:\"toopacity\";s:1:\"0\";s:13:\"direction_end\";s:11:\"left-bottom\";}s:6:\"mobile\";a:7:{s:6:\"drawer\";s:6:\"drawer\";s:3:\"top\";s:5:\"top-a\";s:6:\"header\";s:8:\"header-a\";s:10:\"navigation\";s:17:\"mobile-navigation\";s:8:\"showcase\";s:15:\"mobile-showcase\";s:15:\"footer-position\";s:6:\"tab1-a\";s:9:\"copyright\";s:6:\"tab1-a\";}s:18:\"thumbnails-enabled\";s:1:\"1\";s:5:\"thumb\";a:3:{s:5:\"width\";s:3:\"170\";s:6:\"height\";s:3:\"138\";s:8:\"position\";s:8:\"img-left\";}s:8:\"webfonts\";a:2:{s:7:\"enabled\";s:1:\"1\";s:6:\"source\";s:6:\"google\";}s:4:\"font\";a:3:{s:6:\"family\";s:9:\"BenchNine\";s:4:\"size\";s:7:\"default\";s:7:\"size-is\";s:7:\"default\";}s:18:\"wordpress-comments\";s:1:\"1\";s:9:\"customcss\";s:0:\"\";s:24:\"styledeclaration-enabled\";s:1:\"1\";s:25:\"styledeclaration-priority\";s:1:\"1\";s:19:\"belatedpng-priority\";s:1:\"8\";s:12:\"ie6-priority\";s:1:\"5\";s:24:\"iphonegradients-priority\";s:1:\"4\";s:21:\"iphoneimages-priority\";s:1:\"6\";s:16:\"jstools-priority\";s:2:\"10\";s:12:\"rtl-priority\";s:1:\"7\";s:17:\"childcss-priority\";s:3:\"100\";s:19:\"thumbnails-priority\";s:1:\"1\";s:17:\"webfonts-priority\";s:1:\"5\";s:10:\"pagesuffix\";a:3:{s:7:\"enabled\";s:1:\"0\";s:5:\"class\";s:0:\"\";s:8:\"priority\";s:1:\"2\";}s:9:\"feedlinks\";a:2:{s:7:\"enabled\";s:1:\"1\";s:8:\"priority\";s:1:\"1\";}s:7:\"ie6warn\";a:3:{s:7:\"enabled\";s:1:\"1\";s:5:\"delay\";s:4:\"2000\";s:8:\"priority\";s:1:\"9\";}s:9:\"smartload\";a:4:{s:7:\"enabled\";s:1:\"0\";s:4:\"text\";s:2:\"50\";s:9:\"exclusion\";s:0:\"\";s:8:\"priority\";s:2:\"11\";}s:5:\"title\";a:2:{s:6:\"format\";s:0:\"\";s:8:\"priority\";s:1:\"5\";}s:16:\"widgetshortcodes\";a:2:{s:7:\"enabled\";s:1:\"1\";s:8:\"priority\";s:1:\"2\";}s:8:\"rokstyle\";a:2:{s:7:\"enabled\";s:1:\"1\";s:8:\"priority\";s:1:\"5\";}s:9:\"analytics\";a:3:{s:7:\"enabled\";s:1:\"0\";s:4:\"code\";s:0:\"\";s:8:\"priority\";s:1:\"3\";}s:20:\"loadposition-enabled\";s:1:\"1\";s:5:\"cache\";a:2:{s:7:\"enabled\";s:1:\"0\";s:4:\"time\";s:3:\"900\";}s:7:\"gzipper\";a:4:{s:7:\"enabled\";s:1:\"0\";s:4:\"time\";s:3:\"600\";s:11:\"expirestime\";s:4:\"1440\";s:15:\"stripwhitespace\";s:1:\"1\";}s:12:\"inputstyling\";a:2:{s:7:\"enabled\";s:1:\"0\";s:10:\"exclusions\";s:15:\"\'.content_vote\'\";}s:18:\"demostyles-enabled\";s:1:\"1\";s:17:\"component-enabled\";s:1:\"1\";s:11:\"rtl-enabled\";s:1:\"1\";s:18:\"buildspans-enabled\";s:1:\"1\";s:14:\"autoparagraphs\";a:3:{s:7:\"enabled\";s:1:\"0\";s:4:\"type\";s:7:\"content\";s:8:\"priority\";s:1:\"5\";}s:17:\"texturize-enabled\";s:1:\"0\";}','yes'),(2065,'colabs_custom_seo_template','a:3:{i:0;a:5:{s:4:\"name\";s:10:\"seo_info_1\";s:3:\"std\";s:0:\"\";s:5:\"label\";s:4:\"SEO \";s:4:\"type\";s:4:\"info\";s:4:\"desc\";s:200:\"Additional SEO custom fields available: <strong>Custom Page Titles</strong>. Go to <a href=\"http://testingweb123.webuda.com/wp-admin/admin.php?page=colabsthemes_seo\">SEO Settings</a> page to activate.\";}i:1;a:5:{s:4:\"name\";s:10:\"seo_follow\";s:3:\"std\";s:5:\"false\";s:5:\"label\";s:10:\"Set follow\";s:4:\"type\";s:8:\"checkbox\";s:4:\"desc\";s:67:\"Let search engines <strong>follow</strong> links on this post/page.\";}i:2;a:5:{s:4:\"name\";s:11:\"seo_noindex\";s:3:\"std\";s:5:\"false\";s:5:\"label\";s:11:\"Set noindex\";s:4:\"type\";s:8:\"checkbox\";s:4:\"desc\";s:52:\"Prevent search engines from indexing this post/page.\";}}','yes'),(2061,'colabs_timthumb_update','','yes'),(2062,'colabs_framework_version','1.4.9','yes'),(6333,'widget_wpzoom-featured-realtor','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(6334,'widget_wpzoom-flickr','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(2018,'mimo_plus-template-options-override-1','a:0:{}','yes'),(2019,'mimo_plus-template-options-override-assignments-1','a:1:{s:9:\"post_type\";a:1:{s:4:\"page\";a:1:{i:0;i:4069;}}}','yes'),(1795,'widget_calendar','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(1796,'widget_tag_cloud','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(6325,'widget_taxonomy','a:3:{i:2;a:0:{}i:3;a:6:{s:5:\"count\";b:0;s:13:\"display_title\";b:1;s:12:\"hierarchical\";b:0;s:8:\"taxonomy\";s:8:\"location\";s:8:\"template\";s:8:\"dropdown\";s:5:\"title\";s:6:\"Test 2\";}s:12:\"_multiwidget\";i:1;}','yes'),(1797,'widget_nav_menu','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(1798,'widget_gantry_newswall','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1799,'widget_gantry_viewswitcher','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1800,'widget_gantry_recentcomments','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1801,'widget_gantry_mimorecentposts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1802,'widget_gantry_categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1803,'widget_gantry_totop','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1804,'widget_gantry_mimohorizontalbar','a:3:{i:2;a:3:{s:4:\"type\";s:6:\"normal\";s:6:\"hrname\";s:0:\"\";s:17:\"custom-variations\";s:0:\"\";}i:3;a:3:{s:4:\"type\";s:8:\"colorbig\";s:6:\"hrname\";s:0:\"\";s:17:\"custom-variations\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(1805,'widget_gantry_mimoinfo','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1806,'widget_gantry_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1807,'widget_gantry_mimoresponsivemenu','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:17:\"custom-variations\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(1808,'widget_gantry_mimoshare','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1809,'widget_gantry_mimocarousel','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1810,'widget_gantry_mimocontact','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1811,'widget_gantry_copyright','a:2:{i:2;a:2:{s:4:\"text\";s:23:\"Designed by RocketTheme\";s:17:\"custom-variations\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(1812,'widget_gantry_fontsizer','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1813,'widget_gantry_mimobloginfo','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1814,'widget_gantry_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1815,'widget_gantry_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1816,'widget_gantry_date','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1817,'widget_gantry_mimonewstotal','a:2:{i:2;a:13:{s:5:\"title\";s:12:\"Latest Posts\";s:11:\"numbertotal\";s:2:\"10\";s:16:\"postperpagetotal\";s:1:\"5\";s:10:\"menu_class\";s:0:\"\";s:8:\"cattotal\";s:4:\"HOJE\";s:14:\"showtitletotal\";s:3:\"yes\";s:14:\"showimagetotal\";s:3:\"yes\";s:16:\"showcontenttotal\";s:3:\"yes\";s:15:\"showreadontotal\";s:3:\"yes\";s:13:\"showinfototal\";s:3:\"yes\";s:12:\"showpagtotal\";s:4:\"true\";s:16:\"startslidertotal\";s:5:\"false\";s:17:\"custom-variations\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(1818,'widget_gantry_mimonews','a:2:{i:2;a:12:{s:5:\"title\";s:12:\"Latest Posts\";s:6:\"number\";s:2:\"10\";s:11:\"postperpage\";s:1:\"4\";s:10:\"menu_class\";s:0:\"\";s:3:\"cat\";s:0:\"\";s:9:\"showtitle\";s:3:\"yes\";s:11:\"showexcerpt\";s:3:\"yes\";s:8:\"showdate\";s:3:\"yes\";s:12:\"showcomments\";s:3:\"yes\";s:11:\"showpagnews\";s:3:\"yes\";s:11:\"startslider\";s:5:\"false\";s:17:\"custom-variations\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(1819,'widget_gantry_mimonewsticker','a:2:{i:2;a:11:{s:5:\"title\";s:12:\"Latest Posts\";s:10:\"textbefore\";s:10:\"Quick News\";s:6:\"number\";s:2:\"10\";s:10:\"menu_class\";s:0:\"\";s:3:\"cat\";s:0:\"\";s:9:\"showtitle\";s:3:\"yes\";s:11:\"showexcerpt\";s:3:\"yes\";s:10:\"showreadon\";s:3:\"yes\";s:8:\"showdate\";s:3:\"yes\";s:12:\"showcomments\";s:3:\"yes\";s:17:\"custom-variations\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(1820,'widget_gantry_links','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1821,'widget_gantry_logo','a:2:{i:2;a:3:{s:8:\"perstyle\";s:1:\"1\";s:3:\"css\";s:13:\"body #rt-logo\";s:17:\"custom-variations\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(1822,'widget_gantrydivider','a:3:{i:2;a:0:{}i:3;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(1823,'widget_gantry_recentposts','a:2:{i:2;a:5:{s:5:\"title\";s:12:\"Latest Posts\";s:6:\"number\";s:2:\"10\";s:10:\"menu_class\";s:0:\"\";s:3:\"cat\";s:0:\"\";s:17:\"custom-variations\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(1824,'widget_gantry_mimosocial','a:2:{i:2;a:10:{s:7:\"twitter\";s:1:\"#\";s:8:\"facebook\";s:1:\"#\";s:6:\"google\";s:1:\"#\";s:11:\"stumbleupon\";s:1:\"#\";s:8:\"linkedin\";s:1:\"#\";s:7:\"youtube\";s:1:\"#\";s:3:\"rss\";s:1:\"#\";s:4:\"mail\";s:1:\"#\";s:10:\"menu_class\";s:0:\"\";s:17:\"custom-variations\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(1825,'widget_gantry_mimotwitter','a:2:{i:2;a:5:{s:5:\"title\";s:9:\"Follow us\";s:11:\"twitteruser\";s:0:\"\";s:6:\"tweets\";s:0:\"\";s:10:\"menu_class\";s:0:\"\";s:17:\"custom-variations\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(1826,'widget_gantry_mimotabs','a:2:{i:2;a:5:{s:5:\"title\";s:12:\"Latest Posts\";s:9:\"tab1title\";s:2:\"10\";s:9:\"tab2title\";s:2:\"10\";s:9:\"tab3title\";s:2:\"10\";s:17:\"custom-variations\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(1827,'widget_gantry_breakcrumbs','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1828,'widget_gantry_resetsettings','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1829,'widget_gantry_loginform','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1830,'widget_gantry_loginbutton','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1831,'widget_gantry_overrides_map','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1832,'widget_gantry_iphonemenu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1833,'widget_gantry_menu','a:2:{i:2;a:24:{s:8:\"nav_menu\";s:9:\"main-menu\";s:5:\"theme\";s:13:\"gantry_fusion\";s:12:\"limit_levels\";s:1:\"0\";s:10:\"startLevel\";s:1:\"0\";s:8:\"endLevel\";s:1:\"0\";s:15:\"showAllChildren\";s:1:\"1\";s:8:\"maxdepth\";s:2:\"10\";s:15:\"fusion_load_css\";s:1:\"0\";s:16:\"fusion_enable_js\";s:1:\"1\";s:14:\"fusion_opacity\";s:1:\"1\";s:13:\"fusion_effect\";s:9:\"slidefade\";s:16:\"fusion_hidedelay\";s:3:\"500\";s:21:\"fusion_menu_animation\";s:12:\"Quad.easeOut\";s:20:\"fusion_menu_duration\";s:3:\"400\";s:11:\"fusion_pill\";s:1:\"0\";s:21:\"fusion_pill_animation\";s:12:\"Back.easeOut\";s:20:\"fusion_pill_duration\";s:3:\"400\";s:21:\"fusion_centeredOffset\";s:1:\"0\";s:21:\"fusion_tweakInitial_x\";s:1:\"0\";s:21:\"fusion_tweakInitial_y\";s:1:\"0\";s:24:\"fusion_tweakSubsequent_x\";s:1:\"0\";s:24:\"fusion_tweakSubsequent_y\";s:1:\"0\";s:24:\"fusion_enable_current_id\";s:1:\"0\";s:17:\"custom-variations\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(1834,'gantry_bugfix_WGANTRYFW_5','1','yes'),(1840,'gantry_menu_items','a:0:{}','yes'),(2054,'_transient_gantry-menu-menu-874d43aa0c7fa26ebd92e9c3ad2427a4','s:15258:\"O:15:\"RokMenuNodeTree\":6:{s:9:\"\0*\0rootid\";i:0;s:5:\"\0*\0id\";i:0;s:9:\"\0*\0parent\";i:0;s:12:\"\0*\0parentRef\";N;s:8:\"\0*\0level\";i:-1;s:11:\"\0*\0children\";a:8:{i:4057;O:11:\"RokMenuNode\":17:{s:8:\"\0*\0title\";s:4:\"Plus\";s:7:\"\0*\0link\";s:42:\"http://testingweb123.webuda.com/plus-home/\";s:8:\"\0*\0cssId\";N;s:9:\"\0*\0target\";s:0:\"\";s:13:\"\0*\0attributes\";a:0:{}s:18:\"\0*\0_link_additions\";a:0:{}s:16:\"\0*\0_link_attribs\";a:0:{}s:14:\"\0*\0_li_classes\";a:2:{i:0;s:0:\"\";i:1;s:8:\"item4057\";}s:13:\"\0*\0_a_classes\";a:0:{}s:16:\"\0*\0_span_classes\";a:1:{i:0;s:8:\"menuitem\";}s:10:\"\0*\0item_id\";s:4:\"2813\";s:12:\"\0*\0item_type\";s:4:\"page\";s:5:\"\0*\0id\";i:4057;s:9:\"\0*\0parent\";s:1:\"0\";s:12:\"\0*\0parentRef\";r:1;s:8:\"\0*\0level\";i:0;s:11:\"\0*\0children\";a:0:{}}i:4037;O:11:\"RokMenuNode\":17:{s:8:\"\0*\0title\";s:5:\"Style\";s:7:\"\0*\0link\";s:47:\"http://testingweb123.webuda.com/category/style/\";s:8:\"\0*\0cssId\";N;s:9:\"\0*\0target\";s:0:\"\";s:13:\"\0*\0attributes\";a:0:{}s:18:\"\0*\0_link_additions\";a:0:{}s:16:\"\0*\0_link_attribs\";a:0:{}s:14:\"\0*\0_li_classes\";a:3:{i:0;s:6:\"fcolor\";i:1;s:8:\"item4037\";i:2;s:6:\"parent\";}s:13:\"\0*\0_a_classes\";a:0:{}s:16:\"\0*\0_span_classes\";a:1:{i:0;s:8:\"menuitem\";}s:10:\"\0*\0item_id\";s:3:\"112\";s:12:\"\0*\0item_type\";s:8:\"category\";s:5:\"\0*\0id\";i:4037;s:9:\"\0*\0parent\";s:1:\"0\";s:12:\"\0*\0parentRef\";r:1;s:8:\"\0*\0level\";i:0;s:11:\"\0*\0children\";a:2:{i:4038;O:11:\"RokMenuNode\":17:{s:8:\"\0*\0title\";s:8:\"interior\";s:7:\"\0*\0link\";s:56:\"http://testingweb123.webuda.com/category/style/interior/\";s:8:\"\0*\0cssId\";N;s:9:\"\0*\0target\";s:0:\"\";s:13:\"\0*\0attributes\";a:0:{}s:18:\"\0*\0_link_additions\";a:0:{}s:16:\"\0*\0_link_attribs\";a:0:{}s:14:\"\0*\0_li_classes\";a:2:{i:0;s:9:\"fcolorsub\";i:1;s:8:\"item4038\";}s:13:\"\0*\0_a_classes\";a:0:{}s:16:\"\0*\0_span_classes\";a:1:{i:0;s:8:\"menuitem\";}s:10:\"\0*\0item_id\";s:3:\"120\";s:12:\"\0*\0item_type\";s:8:\"category\";s:5:\"\0*\0id\";i:4038;s:9:\"\0*\0parent\";s:4:\"4037\";s:12:\"\0*\0parentRef\";r:29;s:8:\"\0*\0level\";i:1;s:11:\"\0*\0children\";a:0:{}}i:4039;O:11:\"RokMenuNode\":17:{s:8:\"\0*\0title\";s:8:\"outdoors\";s:7:\"\0*\0link\";s:56:\"http://testingweb123.webuda.com/category/style/outdoors/\";s:8:\"\0*\0cssId\";N;s:9:\"\0*\0target\";s:0:\"\";s:13:\"\0*\0attributes\";a:0:{}s:18:\"\0*\0_link_additions\";a:0:{}s:16:\"\0*\0_link_attribs\";a:0:{}s:14:\"\0*\0_li_classes\";a:2:{i:0;s:9:\"fcolorsub\";i:1;s:8:\"item4039\";}s:13:\"\0*\0_a_classes\";a:0:{}s:16:\"\0*\0_span_classes\";a:1:{i:0;s:8:\"menuitem\";}s:10:\"\0*\0item_id\";s:3:\"122\";s:12:\"\0*\0item_type\";s:8:\"category\";s:5:\"\0*\0id\";i:4039;s:9:\"\0*\0parent\";s:4:\"4037\";s:12:\"\0*\0parentRef\";r:29;s:8:\"\0*\0level\";i:1;s:11:\"\0*\0children\";a:0:{}}}}i:4029;O:11:\"RokMenuNode\":17:{s:8:\"\0*\0title\";s:3:\"Art\";s:7:\"\0*\0link\";s:45:\"http://testingweb123.webuda.com/category/art/\";s:8:\"\0*\0cssId\";N;s:9:\"\0*\0target\";s:0:\"\";s:13:\"\0*\0attributes\";a:0:{}s:18:\"\0*\0_link_additions\";a:0:{}s:16:\"\0*\0_link_attribs\";a:0:{}s:14:\"\0*\0_li_classes\";a:3:{i:0;s:6:\"scolor\";i:1;s:8:\"item4029\";i:2;s:6:\"parent\";}s:13:\"\0*\0_a_classes\";a:0:{}s:16:\"\0*\0_span_classes\";a:1:{i:0;s:8:\"menuitem\";}s:10:\"\0*\0item_id\";s:3:\"108\";s:12:\"\0*\0item_type\";s:8:\"category\";s:5:\"\0*\0id\";i:4029;s:9:\"\0*\0parent\";s:1:\"0\";s:12:\"\0*\0parentRef\";r:1;s:8:\"\0*\0level\";i:0;s:11:\"\0*\0children\";a:1:{i:4030;O:11:\"RokMenuNode\":17:{s:8:\"\0*\0title\";s:8:\"abstract\";s:7:\"\0*\0link\";s:54:\"http://testingweb123.webuda.com/category/art/abstract/\";s:8:\"\0*\0cssId\";N;s:9:\"\0*\0target\";s:0:\"\";s:13:\"\0*\0attributes\";a:0:{}s:18:\"\0*\0_link_additions\";a:0:{}s:16:\"\0*\0_link_attribs\";a:0:{}s:14:\"\0*\0_li_classes\";a:2:{i:0;s:9:\"scolorsub\";i:1;s:8:\"item4030\";}s:13:\"\0*\0_a_classes\";a:0:{}s:16:\"\0*\0_span_classes\";a:1:{i:0;s:8:\"menuitem\";}s:10:\"\0*\0item_id\";s:3:\"115\";s:12:\"\0*\0item_type\";s:8:\"category\";s:5:\"\0*\0id\";i:4030;s:9:\"\0*\0parent\";s:4:\"4029\";s:12:\"\0*\0parentRef\";r:93;s:8:\"\0*\0level\";i:1;s:11:\"\0*\0children\";a:0:{}}}}i:4031;O:11:\"RokMenuNode\":17:{s:8:\"\0*\0title\";s:6:\"Design\";s:7:\"\0*\0link\";s:52:\"http://testingweb123.webuda.com/category/boxed-news/\";s:8:\"\0*\0cssId\";N;s:9:\"\0*\0target\";s:0:\"\";s:13:\"\0*\0attributes\";a:0:{}s:18:\"\0*\0_link_additions\";a:0:{}s:16:\"\0*\0_link_attribs\";a:0:{}s:14:\"\0*\0_li_classes\";a:3:{i:0;s:7:\"focolor\";i:1;s:8:\"item4031\";i:2;s:6:\"parent\";}s:13:\"\0*\0_a_classes\";a:0:{}s:16:\"\0*\0_span_classes\";a:1:{i:0;s:8:\"menuitem\";}s:10:\"\0*\0item_id\";s:3:\"109\";s:12:\"\0*\0item_type\";s:8:\"category\";s:5:\"\0*\0id\";i:4031;s:9:\"\0*\0parent\";s:1:\"0\";s:12:\"\0*\0parentRef\";r:1;s:8:\"\0*\0level\";i:0;s:11:\"\0*\0children\";a:2:{i:4032;O:11:\"RokMenuNode\":17:{s:8:\"\0*\0title\";s:7:\"graphic\";s:7:\"\0*\0link\";s:60:\"http://testingweb123.webuda.com/category/boxed-news/graphic/\";s:8:\"\0*\0cssId\";N;s:9:\"\0*\0target\";s:0:\"\";s:13:\"\0*\0attributes\";a:0:{}s:18:\"\0*\0_link_additions\";a:0:{}s:16:\"\0*\0_link_attribs\";a:0:{}s:14:\"\0*\0_li_classes\";a:2:{i:0;s:10:\"focolorsub\";i:1;s:8:\"item4032\";}s:13:\"\0*\0_a_classes\";a:0:{}s:16:\"\0*\0_span_classes\";a:1:{i:0;s:8:\"menuitem\";}s:10:\"\0*\0item_id\";s:3:\"110\";s:12:\"\0*\0item_type\";s:8:\"category\";s:5:\"\0*\0id\";i:4032;s:9:\"\0*\0parent\";s:4:\"4031\";s:12:\"\0*\0parentRef\";r:136;s:8:\"\0*\0level\";i:1;s:11:\"\0*\0children\";a:0:{}}i:4033;O:11:\"RokMenuNode\":17:{s:8:\"\0*\0title\";s:3:\"web\";s:7:\"\0*\0link\";s:67:\"http://testingweb123.webuda.com/category/boxed-news/web-boxed-news/\";s:8:\"\0*\0cssId\";N;s:9:\"\0*\0target\";s:0:\"\";s:13:\"\0*\0attributes\";a:0:{}s:18:\"\0*\0_link_additions\";a:0:{}s:16:\"\0*\0_link_attribs\";a:0:{}s:14:\"\0*\0_li_classes\";a:2:{i:0;s:10:\"focolorsub\";i:1;s:8:\"item4033\";}s:13:\"\0*\0_a_classes\";a:0:{}s:16:\"\0*\0_span_classes\";a:1:{i:0;s:8:\"menuitem\";}s:10:\"\0*\0item_id\";s:3:\"114\";s:12:\"\0*\0item_type\";s:8:\"category\";s:5:\"\0*\0id\";i:4033;s:9:\"\0*\0parent\";s:4:\"4031\";s:12:\"\0*\0parentRef\";r:136;s:8:\"\0*\0level\";i:1;s:11:\"\0*\0children\";a:0:{}}}}i:4034;O:11:\"RokMenuNode\":17:{s:8:\"\0*\0title\";s:3:\"Net\";s:7:\"\0*\0link\";s:45:\"http://testingweb123.webuda.com/category/net/\";s:8:\"\0*\0cssId\";N;s:9:\"\0*\0target\";s:0:\"\";s:13:\"\0*\0attributes\";a:0:{}s:18:\"\0*\0_link_additions\";a:0:{}s:16:\"\0*\0_link_attribs\";a:0:{}s:14:\"\0*\0_li_classes\";a:3:{i:0;s:6:\"tcolor\";i:1;s:8:\"item4034\";i:2;s:6:\"parent\";}s:13:\"\0*\0_a_classes\";a:0:{}s:16:\"\0*\0_span_classes\";a:1:{i:0;s:8:\"menuitem\";}s:10:\"\0*\0item_id\";s:3:\"111\";s:12:\"\0*\0item_type\";s:8:\"category\";s:5:\"\0*\0id\";i:4034;s:9:\"\0*\0parent\";s:1:\"0\";s:12:\"\0*\0parentRef\";r:1;s:8:\"\0*\0level\";i:0;s:11:\"\0*\0children\";a:2:{i:4035;O:11:\"RokMenuNode\":17:{s:8:\"\0*\0title\";s:9:\"creatives\";s:7:\"\0*\0link\";s:55:\"http://testingweb123.webuda.com/category/net/creatives/\";s:8:\"\0*\0cssId\";N;s:9:\"\0*\0target\";s:0:\"\";s:13:\"\0*\0attributes\";a:0:{}s:18:\"\0*\0_link_additions\";a:0:{}s:16:\"\0*\0_link_attribs\";a:0:{}s:14:\"\0*\0_li_classes\";a:2:{i:0;s:9:\"tcolorsub\";i:1;s:8:\"item4035\";}s:13:\"\0*\0_a_classes\";a:0:{}s:16:\"\0*\0_span_classes\";a:1:{i:0;s:8:\"menuitem\";}s:10:\"\0*\0item_id\";s:3:\"117\";s:12:\"\0*\0item_type\";s:8:\"category\";s:5:\"\0*\0id\";i:4035;s:9:\"\0*\0parent\";s:4:\"4034\";s:12:\"\0*\0parentRef\";r:200;s:8:\"\0*\0level\";i:1;s:11:\"\0*\0children\";a:0:{}}i:4036;O:11:\"RokMenuNode\":17:{s:8:\"\0*\0title\";s:9:\"designers\";s:7:\"\0*\0link\";s:55:\"http://testingweb123.webuda.com/category/net/designers/\";s:8:\"\0*\0cssId\";N;s:9:\"\0*\0target\";s:0:\"\";s:13:\"\0*\0attributes\";a:0:{}s:18:\"\0*\0_link_additions\";a:0:{}s:16:\"\0*\0_link_attribs\";a:0:{}s:14:\"\0*\0_li_classes\";a:2:{i:0;s:9:\"tcolorsub\";i:1;s:8:\"item4036\";}s:13:\"\0*\0_a_classes\";a:0:{}s:16:\"\0*\0_span_classes\";a:1:{i:0;s:8:\"menuitem\";}s:10:\"\0*\0item_id\";s:3:\"118\";s:12:\"\0*\0item_type\";s:8:\"category\";s:5:\"\0*\0id\";i:4036;s:9:\"\0*\0parent\";s:4:\"4034\";s:12:\"\0*\0parentRef\";r:200;s:8:\"\0*\0level\";i:1;s:11:\"\0*\0children\";a:0:{}}}}i:4041;O:11:\"RokMenuNode\":17:{s:8:\"\0*\0title\";s:5:\"urban\";s:7:\"\0*\0link\";s:47:\"http://testingweb123.webuda.com/category/urban/\";s:8:\"\0*\0cssId\";N;s:9:\"\0*\0target\";s:0:\"\";s:13:\"\0*\0attributes\";a:0:{}s:18:\"\0*\0_link_additions\";a:0:{}s:16:\"\0*\0_link_attribs\";a:0:{}s:14:\"\0*\0_li_classes\";a:3:{i:0;s:7:\"sicolor\";i:1;s:8:\"item4041\";i:2;s:6:\"parent\";}s:13:\"\0*\0_a_classes\";a:0:{}s:16:\"\0*\0_span_classes\";a:1:{i:0;s:8:\"menuitem\";}s:10:\"\0*\0item_id\";s:3:\"113\";s:12:\"\0*\0item_type\";s:8:\"category\";s:5:\"\0*\0id\";i:4041;s:9:\"\0*\0parent\";s:1:\"0\";s:12:\"\0*\0parentRef\";r:1;s:8:\"\0*\0level\";i:0;s:11:\"\0*\0children\";a:1:{i:4042;O:11:\"RokMenuNode\":17:{s:8:\"\0*\0title\";s:7:\"artists\";s:7:\"\0*\0link\";s:55:\"http://testingweb123.webuda.com/category/urban/artists/\";s:8:\"\0*\0cssId\";N;s:9:\"\0*\0target\";s:0:\"\";s:13:\"\0*\0attributes\";a:0:{}s:18:\"\0*\0_link_additions\";a:0:{}s:16:\"\0*\0_link_attribs\";a:0:{}s:14:\"\0*\0_li_classes\";a:2:{i:0;s:10:\"sicolorsub\";i:1;s:8:\"item4042\";}s:13:\"\0*\0_a_classes\";a:0:{}s:16:\"\0*\0_span_classes\";a:1:{i:0;s:8:\"menuitem\";}s:10:\"\0*\0item_id\";s:3:\"116\";s:12:\"\0*\0item_type\";s:8:\"category\";s:5:\"\0*\0id\";i:4042;s:9:\"\0*\0parent\";s:4:\"4041\";s:12:\"\0*\0parentRef\";r:264;s:8:\"\0*\0level\";i:1;s:11:\"\0*\0children\";a:0:{}}}}i:4052;O:11:\"RokMenuNode\":17:{s:8:\"\0*\0title\";s:4:\"Tech\";s:7:\"\0*\0link\";s:46:\"http://testingweb123.webuda.com/category/tech/\";s:8:\"\0*\0cssId\";N;s:9:\"\0*\0target\";s:0:\"\";s:13:\"\0*\0attributes\";a:0:{}s:18:\"\0*\0_link_additions\";a:0:{}s:16:\"\0*\0_link_attribs\";a:0:{}s:14:\"\0*\0_li_classes\";a:3:{i:0;s:7:\"ficolor\";i:1;s:8:\"item4052\";i:2;s:6:\"parent\";}s:13:\"\0*\0_a_classes\";a:0:{}s:16:\"\0*\0_span_classes\";a:1:{i:0;s:8:\"menuitem\";}s:10:\"\0*\0item_id\";s:2:\"65\";s:12:\"\0*\0item_type\";s:8:\"category\";s:5:\"\0*\0id\";i:4052;s:9:\"\0*\0parent\";s:1:\"0\";s:12:\"\0*\0parentRef\";r:1;s:8:\"\0*\0level\";i:0;s:11:\"\0*\0children\";a:1:{i:4040;O:11:\"RokMenuNode\":17:{s:8:\"\0*\0title\";s:4:\"home\";s:7:\"\0*\0link\";s:58:\"http://testingweb123.webuda.com/category/tech/home_slides/\";s:8:\"\0*\0cssId\";N;s:9:\"\0*\0target\";s:0:\"\";s:13:\"\0*\0attributes\";a:0:{}s:18:\"\0*\0_link_additions\";a:0:{}s:16:\"\0*\0_link_attribs\";a:0:{}s:14:\"\0*\0_li_classes\";a:2:{i:0;s:10:\"ficolorsub\";i:1;s:8:\"item4040\";}s:13:\"\0*\0_a_classes\";a:0:{}s:16:\"\0*\0_span_classes\";a:1:{i:0;s:8:\"menuitem\";}s:10:\"\0*\0item_id\";s:3:\"119\";s:12:\"\0*\0item_type\";s:8:\"category\";s:5:\"\0*\0id\";i:4040;s:9:\"\0*\0parent\";s:4:\"4052\";s:12:\"\0*\0parentRef\";r:307;s:8:\"\0*\0level\";i:1;s:11:\"\0*\0children\";a:0:{}}}}i:4043;O:11:\"RokMenuNode\":17:{s:8:\"\0*\0title\";s:8:\"Features\";s:7:\"\0*\0link\";s:46:\"http://mimothemes.com/demos/plus/?page_id=2168\";s:8:\"\0*\0cssId\";N;s:9:\"\0*\0target\";s:0:\"\";s:13:\"\0*\0attributes\";a:0:{}s:18:\"\0*\0_link_additions\";a:0:{}s:16:\"\0*\0_link_attribs\";a:0:{}s:14:\"\0*\0_li_classes\";a:3:{i:0;s:0:\"\";i:1;s:8:\"item4043\";i:2;s:6:\"parent\";}s:13:\"\0*\0_a_classes\";a:0:{}s:16:\"\0*\0_span_classes\";a:1:{i:0;s:8:\"menuitem\";}s:10:\"\0*\0item_id\";s:4:\"4043\";s:12:\"\0*\0item_type\";s:6:\"custom\";s:5:\"\0*\0id\";i:4043;s:9:\"\0*\0parent\";s:1:\"0\";s:12:\"\0*\0parentRef\";r:1;s:8:\"\0*\0level\";i:0;s:11:\"\0*\0children\";a:2:{i:4050;O:11:\"RokMenuNode\":17:{s:8:\"\0*\0title\";s:10:\"Shortcodes\";s:7:\"\0*\0link\";s:43:\"http://testingweb123.webuda.com/shortcodes/\";s:8:\"\0*\0cssId\";N;s:9:\"\0*\0target\";s:0:\"\";s:13:\"\0*\0attributes\";a:0:{}s:18:\"\0*\0_link_additions\";a:0:{}s:16:\"\0*\0_link_attribs\";a:0:{}s:14:\"\0*\0_li_classes\";a:2:{i:0;s:0:\"\";i:1;s:8:\"item4050\";}s:13:\"\0*\0_a_classes\";a:0:{}s:16:\"\0*\0_span_classes\";a:1:{i:0;s:8:\"menuitem\";}s:10:\"\0*\0item_id\";s:4:\"2344\";s:12:\"\0*\0item_type\";s:4:\"page\";s:5:\"\0*\0id\";i:4050;s:9:\"\0*\0parent\";s:4:\"4043\";s:12:\"\0*\0parentRef\";r:350;s:8:\"\0*\0level\";i:1;s:11:\"\0*\0children\";a:0:{}}i:4045;O:11:\"RokMenuNode\":17:{s:8:\"\0*\0title\";s:7:\"Layouts\";s:7:\"\0*\0link\";s:40:\"http://mimothemes.com/demos/plus/?cat=20\";s:8:\"\0*\0cssId\";N;s:9:\"\0*\0target\";s:0:\"\";s:13:\"\0*\0attributes\";a:0:{}s:18:\"\0*\0_link_additions\";a:0:{}s:16:\"\0*\0_link_attribs\";a:0:{}s:14:\"\0*\0_li_classes\";a:3:{i:0;s:0:\"\";i:1;s:8:\"item4045\";i:2;s:6:\"parent\";}s:13:\"\0*\0_a_classes\";a:0:{}s:16:\"\0*\0_span_classes\";a:1:{i:0;s:8:\"menuitem\";}s:10:\"\0*\0item_id\";s:4:\"4045\";s:12:\"\0*\0item_type\";s:6:\"custom\";s:5:\"\0*\0id\";i:4045;s:9:\"\0*\0parent\";s:4:\"4043\";s:12:\"\0*\0parentRef\";r:350;s:8:\"\0*\0level\";i:1;s:11:\"\0*\0children\";a:7:{i:4051;O:11:\"RokMenuNode\":17:{s:8:\"\0*\0title\";s:4:\"Blog\";s:7:\"\0*\0link\";s:37:\"http://testingweb123.webuda.com/blog/\";s:8:\"\0*\0cssId\";N;s:9:\"\0*\0target\";s:0:\"\";s:13:\"\0*\0attributes\";a:0:{}s:18:\"\0*\0_link_additions\";a:0:{}s:16:\"\0*\0_link_attribs\";a:0:{}s:14:\"\0*\0_li_classes\";a:2:{i:0;s:0:\"\";i:1;s:8:\"item4051\";}s:13:\"\0*\0_a_classes\";a:0:{}s:16:\"\0*\0_span_classes\";a:1:{i:0;s:8:\"menuitem\";}s:10:\"\0*\0item_id\";s:4:\"1162\";s:12:\"\0*\0item_type\";s:4:\"page\";s:5:\"\0*\0id\";i:4051;s:9:\"\0*\0parent\";s:4:\"4045\";s:12:\"\0*\0parentRef\";r:393;s:8:\"\0*\0level\";i:2;s:11:\"\0*\0children\";a:0:{}}i:4046;O:11:\"RokMenuNode\":17:{s:8:\"\0*\0title\";s:17:\"Category Newswall\";s:7:\"\0*\0link\";s:40:\"http://mimothemes.com/demos/plus/?cat=20\";s:8:\"\0*\0cssId\";N;s:9:\"\0*\0target\";s:0:\"\";s:13:\"\0*\0attributes\";a:0:{}s:18:\"\0*\0_link_additions\";a:0:{}s:16:\"\0*\0_link_attribs\";a:0:{}s:14:\"\0*\0_li_classes\";a:2:{i:0;s:0:\"\";i:1;s:8:\"item4046\";}s:13:\"\0*\0_a_classes\";a:0:{}s:16:\"\0*\0_span_classes\";a:1:{i:0;s:8:\"menuitem\";}s:10:\"\0*\0item_id\";s:4:\"4046\";s:12:\"\0*\0item_type\";s:6:\"custom\";s:5:\"\0*\0id\";i:4046;s:9:\"\0*\0parent\";s:4:\"4045\";s:12:\"\0*\0parentRef\";r:393;s:8:\"\0*\0level\";i:2;s:11:\"\0*\0children\";a:0:{}}i:4049;O:11:\"RokMenuNode\":17:{s:8:\"\0*\0title\";s:13:\"Category Blog\";s:7:\"\0*\0link\";s:45:\"http://testingweb123.webuda.com/category/net/\";s:8:\"\0*\0cssId\";N;s:9:\"\0*\0target\";s:0:\"\";s:13:\"\0*\0attributes\";a:0:{}s:18:\"\0*\0_link_additions\";a:0:{}s:16:\"\0*\0_link_attribs\";a:0:{}s:14:\"\0*\0_li_classes\";a:2:{i:0;s:0:\"\";i:1;s:8:\"item4049\";}s:13:\"\0*\0_a_classes\";a:0:{}s:16:\"\0*\0_span_classes\";a:1:{i:0;s:8:\"menuitem\";}s:10:\"\0*\0item_id\";s:3:\"111\";s:12:\"\0*\0item_type\";s:8:\"category\";s:5:\"\0*\0id\";i:4049;s:9:\"\0*\0parent\";s:4:\"4045\";s:12:\"\0*\0parentRef\";r:393;s:8:\"\0*\0level\";i:2;s:11:\"\0*\0children\";a:0:{}}i:4055;O:11:\"RokMenuNode\":17:{s:8:\"\0*\0title\";s:11:\"Single post\";s:7:\"\0*\0link\";s:52:\"http://testingweb123.webuda.com/art/newswall-widget/\";s:8:\"\0*\0cssId\";N;s:9:\"\0*\0target\";s:0:\"\";s:13:\"\0*\0attributes\";a:0:{}s:18:\"\0*\0_link_additions\";a:0:{}s:16:\"\0*\0_link_attribs\";a:0:{}s:14:\"\0*\0_li_classes\";a:2:{i:0;s:0:\"\";i:1;s:8:\"item4055\";}s:13:\"\0*\0_a_classes\";a:0:{}s:16:\"\0*\0_span_classes\";a:1:{i:0;s:8:\"menuitem\";}s:10:\"\0*\0item_id\";s:4:\"1223\";s:12:\"\0*\0item_type\";s:4:\"post\";s:5:\"\0*\0id\";i:4055;s:9:\"\0*\0parent\";s:4:\"4045\";s:12:\"\0*\0parentRef\";r:393;s:8:\"\0*\0level\";i:2;s:11:\"\0*\0children\";a:0:{}}i:4056;O:11:\"RokMenuNode\":17:{s:8:\"\0*\0title\";s:14:\"Page fullwidth\";s:7:\"\0*\0link\";s:45:\"http://testingweb123.webuda.com/price-tables/\";s:8:\"\0*\0cssId\";N;s:9:\"\0*\0target\";s:0:\"\";s:13:\"\0*\0attributes\";a:0:{}s:18:\"\0*\0_link_additions\";a:0:{}s:16:\"\0*\0_link_attribs\";a:0:{}s:14:\"\0*\0_li_classes\";a:2:{i:0;s:0:\"\";i:1;s:8:\"item4056\";}s:13:\"\0*\0_a_classes\";a:0:{}s:16:\"\0*\0_span_classes\";a:1:{i:0;s:8:\"menuitem\";}s:10:\"\0*\0item_id\";s:4:\"2355\";s:12:\"\0*\0item_type\";s:4:\"page\";s:5:\"\0*\0id\";i:4056;s:9:\"\0*\0parent\";s:4:\"4045\";s:12:\"\0*\0parentRef\";r:393;s:8:\"\0*\0level\";i:2;s:11:\"\0*\0children\";a:0:{}}i:4048;O:11:\"RokMenuNode\":17:{s:8:\"\0*\0title\";s:13:\"Home Newswall\";s:7:\"\0*\0link\";s:39:\"http://testingweb123.webuda.com/home-2/\";s:8:\"\0*\0cssId\";N;s:9:\"\0*\0target\";s:0:\"\";s:13:\"\0*\0attributes\";a:0:{}s:18:\"\0*\0_link_additions\";a:0:{}s:16:\"\0*\0_link_attribs\";a:0:{}s:14:\"\0*\0_li_classes\";a:2:{i:0;s:0:\"\";i:1;s:8:\"item4048\";}s:13:\"\0*\0_a_classes\";a:0:{}s:16:\"\0*\0_span_classes\";a:1:{i:0;s:8:\"menuitem\";}s:10:\"\0*\0item_id\";s:4:\"2161\";s:12:\"\0*\0item_type\";s:4:\"page\";s:5:\"\0*\0id\";i:4048;s:9:\"\0*\0parent\";s:4:\"4045\";s:12:\"\0*\0parentRef\";r:393;s:8:\"\0*\0level\";i:2;s:11:\"\0*\0children\";a:0:{}}i:4047;O:11:\"RokMenuNode\":17:{s:8:\"\0*\0title\";s:7:\"Contact\";s:7:\"\0*\0link\";s:40:\"http://testingweb123.webuda.com/contact/\";s:8:\"\0*\0cssId\";N;s:9:\"\0*\0target\";s:0:\"\";s:13:\"\0*\0attributes\";a:0:{}s:18:\"\0*\0_link_additions\";a:0:{}s:16:\"\0*\0_link_attribs\";a:0:{}s:14:\"\0*\0_li_classes\";a:2:{i:0;s:0:\"\";i:1;s:8:\"item4047\";}s:13:\"\0*\0_a_classes\";a:0:{}s:16:\"\0*\0_span_classes\";a:1:{i:0;s:8:\"menuitem\";}s:10:\"\0*\0item_id\";s:4:\"2341\";s:12:\"\0*\0item_type\";s:4:\"page\";s:5:\"\0*\0id\";i:4047;s:9:\"\0*\0parent\";s:4:\"4045\";s:12:\"\0*\0parentRef\";r:393;s:8:\"\0*\0level\";i:2;s:11:\"\0*\0children\";a:0:{}}}}}}}}\";','yes'),(11472,'duplicator_settings','a:4:{s:7:\"version\";s:5:\"0.4.6\";s:18:\"uninstall_settings\";b:1;s:15:\"uninstall_files\";b:1;s:16:\"uninstall_tables\";b:1;}','yes'),(11473,'duplicator_version_plugin','0.4.6','yes'),(11474,'duplicator_options','s:217:\"a:9:{s:6:\"dbhost\";s:9:\"localhost\";s:6:\"dbname\";s:0:\"\";s:6:\"dbuser\";s:0:\"\";s:7:\"url_new\";s:0:\"\";s:8:\"email-me\";s:1:\"0\";s:12:\"email_others\";s:0:\"\";s:10:\"dir_bypass\";s:0:\"\";s:9:\"log_level\";s:1:\"0\";s:8:\"skip_ext\";s:0:\"\";}\";','yes'),(11475,'duplicator_pack_passcount','0','yes'),(11476,'duplicator_add1_passcount','0','yes'),(11477,'duplicator_add1_clicked','0','yes'),(27065,'rewrite_rules','a:163:{s:19:\"sitemap_index\\.xml$\";s:19:\"index.php?sitemap=1\";s:31:\"([^/]+?)-sitemap([0-9]+)?\\.xml$\";s:51:\"index.php?sitemap=$matches[1]&sitemap_n=$matches[2]\";s:14:\"sitemap\\.xslt$\";s:16:\"index.php?xslt=1\";s:24:\"([a-z]+)?-?sitemap\\.xsl$\";s:25:\"index.php?xsl=$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:37:\"portfolio/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"portfolio/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"portfolio/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"portfolio/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"portfolio/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"portfolio/([^/]+)/trackback/?$\";s:36:\"index.php?portfolio=$matches[1]&tb=1\";s:38:\"portfolio/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?portfolio=$matches[1]&paged=$matches[2]\";s:45:\"portfolio/([^/]+)/comment-page-([0-9]{1,})/?$\";s:49:\"index.php?portfolio=$matches[1]&cpage=$matches[2]\";s:30:\"portfolio/([^/]+)(/[0-9]+)?/?$\";s:48:\"index.php?portfolio=$matches[1]&page=$matches[2]\";s:26:\"portfolio/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"portfolio/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"portfolio/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"portfolio/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"portfolio/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:59:\"portfolio-category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:57:\"index.php?portfolio-category=$matches[1]&feed=$matches[2]\";s:54:\"portfolio-category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:57:\"index.php?portfolio-category=$matches[1]&feed=$matches[2]\";s:47:\"portfolio-category/([^/]+)/page/?([0-9]{1,})/?$\";s:58:\"index.php?portfolio-category=$matches[1]&paged=$matches[2]\";s:29:\"portfolio-category/([^/]+)/?$\";s:40:\"index.php?portfolio-category=$matches[1]\";s:54:\"portfolio-tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?portfolio-tag=$matches[1]&feed=$matches[2]\";s:49:\"portfolio-tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?portfolio-tag=$matches[1]&feed=$matches[2]\";s:42:\"portfolio-tag/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?portfolio-tag=$matches[1]&paged=$matches[2]\";s:24:\"portfolio-tag/([^/]+)/?$\";s:35:\"index.php?portfolio-tag=$matches[1]\";s:39:\"testimonial/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:49:\"testimonial/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:69:\"testimonial/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"testimonial/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"testimonial/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"testimonial/([^/]+)/trackback/?$\";s:38:\"index.php?testimonial=$matches[1]&tb=1\";s:40:\"testimonial/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?testimonial=$matches[1]&paged=$matches[2]\";s:47:\"testimonial/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?testimonial=$matches[1]&cpage=$matches[2]\";s:32:\"testimonial/([^/]+)(/[0-9]+)?/?$\";s:50:\"index.php?testimonial=$matches[1]&page=$matches[2]\";s:28:\"testimonial/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:38:\"testimonial/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:58:\"testimonial/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"testimonial/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"testimonial/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:61:\"testimonial-category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:59:\"index.php?testimonial-category=$matches[1]&feed=$matches[2]\";s:56:\"testimonial-category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:59:\"index.php?testimonial-category=$matches[1]&feed=$matches[2]\";s:49:\"testimonial-category/([^/]+)/page/?([0-9]{1,})/?$\";s:60:\"index.php?testimonial-category=$matches[1]&paged=$matches[2]\";s:31:\"testimonial-category/([^/]+)/?$\";s:42:\"index.php?testimonial-category=$matches[1]\";s:39:\"price_table/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:49:\"price_table/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:69:\"price_table/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"price_table/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"price_table/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"price_table/([^/]+)/trackback/?$\";s:38:\"index.php?price_table=$matches[1]&tb=1\";s:40:\"price_table/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?price_table=$matches[1]&paged=$matches[2]\";s:47:\"price_table/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?price_table=$matches[1]&cpage=$matches[2]\";s:32:\"price_table/([^/]+)(/[0-9]+)?/?$\";s:50:\"index.php?price_table=$matches[1]&page=$matches[2]\";s:28:\"price_table/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:38:\"price_table/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:58:\"price_table/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"price_table/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"price_table/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:61:\"price-table-category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:59:\"index.php?price-table-category=$matches[1]&feed=$matches[2]\";s:56:\"price-table-category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:59:\"index.php?price-table-category=$matches[1]&feed=$matches[2]\";s:49:\"price-table-category/([^/]+)/page/?([0-9]{1,})/?$\";s:60:\"index.php?price-table-category=$matches[1]&paged=$matches[2]\";s:31:\"price-table-category/([^/]+)/?$\";s:42:\"index.php?price-table-category=$matches[1]\";s:39:\"gdl-gallery/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:49:\"gdl-gallery/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:69:\"gdl-gallery/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"gdl-gallery/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"gdl-gallery/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"gdl-gallery/([^/]+)/trackback/?$\";s:38:\"index.php?gdl-gallery=$matches[1]&tb=1\";s:40:\"gdl-gallery/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?gdl-gallery=$matches[1]&paged=$matches[2]\";s:47:\"gdl-gallery/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?gdl-gallery=$matches[1]&cpage=$matches[2]\";s:32:\"gdl-gallery/([^/]+)(/[0-9]+)?/?$\";s:50:\"index.php?gdl-gallery=$matches[1]&page=$matches[2]\";s:28:\"gdl-gallery/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:38:\"gdl-gallery/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:58:\"gdl-gallery/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"gdl-gallery/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"gdl-gallery/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"personnel/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"personnel/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"personnel/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"personnel/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"personnel/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"personnel/([^/]+)/trackback/?$\";s:36:\"index.php?personnal=$matches[1]&tb=1\";s:38:\"personnel/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?personnal=$matches[1]&paged=$matches[2]\";s:45:\"personnel/([^/]+)/comment-page-([0-9]{1,})/?$\";s:49:\"index.php?personnal=$matches[1]&cpage=$matches[2]\";s:30:\"personnel/([^/]+)(/[0-9]+)?/?$\";s:48:\"index.php?personnal=$matches[1]&page=$matches[2]\";s:26:\"personnel/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"personnel/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"personnel/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"personnel/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"personnel/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:59:\"personnal-category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:57:\"index.php?personnal-category=$matches[1]&feed=$matches[2]\";s:54:\"personnal-category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:57:\"index.php?personnal-category=$matches[1]&feed=$matches[2]\";s:47:\"personnal-category/([^/]+)/page/?([0-9]{1,})/?$\";s:58:\"index.php?personnal-category=$matches[1]&paged=$matches[2]\";s:29:\"personnal-category/([^/]+)/?$\";s:40:\"index.php?personnal-category=$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:41:\"index.php?&page_id=3280&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: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]\";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:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:20:\"([^/]+)(/[0-9]+)?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";}','yes'),(27053,'_transient_doing_cron','1385563660.9518949985504150390625','yes'),(26933,'_transient_timeout_jetpack_https_test','1384972536','no'),(26934,'_transient_jetpack_https_test','1','no'),(27038,'_transient_timeout_wpcom_subscribers_total','1384923136','no'),(27039,'_transient_wpcom_subscribers_total','a:2:{s:6:\"status\";s:7:\"success\";s:5:\"value\";i:0;}','no'),(23977,'_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1384195714','no'),(23978,'_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1384152514','no'),(23979,'_transient_timeout_dash_4077549d03da2e451c8b5f002294ff51','1384195714','no'),(2066,'colabs_options','a:42:{s:16:\"colabs_logotitle\";s:4:\"logo\";s:21:\"colabs_custom_favicon\";s:70:\"http://testingweb123.webuda.com/wp-content/uploads/2013/09/favicon.png\";s:11:\"colabs_logo\";s:83:\"http://testingweb123.webuda.com/wp-content/uploads/2013/09/euteamohoje-1024x378.jpg\";s:18:\"colabs_logo_footer\";s:67:\"http://testingweb123.webuda.com/wp-content/uploads/2013/09/selo.png\";s:22:\"colabs_layout_settings\";s:12:\"two-col-left\";s:21:\"colabs_disable_mobile\";s:5:\"false\";s:22:\"colabs_headline_slider\";s:4:\"true\";s:23:\"colabs_frontpage_layout\";s:12:\"two-col-left\";s:22:\"colabs_social_facebook\";s:36:\"https://www.facebook.com/EuTeAmoHoje\";s:21:\"colabs_social_twitter\";s:1:\"#\";s:20:\"colabs_social_flickr\";s:0:\"\";s:19:\"colabs_social_skype\";s:0:\"\";s:20:\"colabs_social_google\";s:0:\"\";s:19:\"colabs_social_vimeo\";s:0:\"\";s:20:\"colabs_social_linked\";s:0:\"\";s:12:\"colabs_share\";a:0:{}s:16:\"colabs_og_enable\";s:0:\"\";s:18:\"colabs_og_sitename\";s:0:\"\";s:16:\"colabs_og_admins\";s:0:\"\";s:13:\"colabs_og_img\";s:0:\"\";s:25:\"colabs_post_image_support\";s:4:\"true\";s:17:\"colabs_pis_resize\";s:4:\"true\";s:20:\"colabs_pis_hard_crop\";s:4:\"true\";s:13:\"colabs_resize\";s:4:\"true\";s:15:\"colabs_auto_img\";s:4:\"true\";s:16:\"colabs_rss_thumb\";s:5:\"false\";s:14:\"colabs_thumb_w\";s:3:\"100\";s:14:\"colabs_thumb_h\";s:3:\"100\";s:25:\"colabs_custom_field_image\";s:0:\"\";s:16:\"colabs_pt_enable\";s:4:\"true\";s:19:\"colabs_gosquared_id\";s:0:\"\";s:23:\"colabs_google_analytics\";s:507:\"<script type=\"text/javascript\">\r\n\r\n var _gaq = _gaq || [];\r\n _gaq.push([\\\'_setAccount\\\', \\\'UA-32169156-14\\\']);\r\n _gaq.push([\\\'_trackPageview\\\']);\r\n\r\n (function() {\r\n var ga = document.createElement(\\\'script\\\'); ga.type = \\\'text/javascript\\\'; ga.async = true;\r\n ga.src = (\\\'https:\\\' == document.location.protocol ? \\\'https://ssl\\\' : \\\'http://www\\\') + \\\'.google-analytics.com/ga.js\\\';\r\n var s = document.getElementsByTagName(\\\'script\\\')[0]; s.parentNode.insertBefore(ga, s);\r\n })();\r\n\r\n</script>\";s:13:\"colabs_feedid\";s:0:\"\";s:18:\"colabs_feedlinkurl\";s:0:\"\";s:23:\"colabs_feedlinkcomments\";s:0:\"\";s:20:\"colabs_footer_credit\";s:4:\"true\";s:24:\"colabs_footer_credit_txt\";s:152:\"Copyright © 2013 Eu Te Amo Hoje Blog. Todos os direitos reservados.\r\nDesign por <a href=\"http://pedro-velez.elance.com\" target=\"_blank\">Pedro Velez</a>\";s:16:\"colabs_ad_single\";s:4:\"true\";s:24:\"colabs_ad_single_adsense\";s:0:\"\";s:22:\"colabs_ad_single_image\";s:71:\"http://v4.colorlabsproject.com/wp-content/uploads/2012/08/banner468.png\";s:20:\"colabs_ad_single_url\";s:38:\"http://www.colorlabsproject.com/deals/\";s:24:\"colabs_contactform_email\";s:0:\"\";}','yes'),(2067,'colabs_editor_template','a:1:{i:0;a:5:{s:4:\"name\";s:15:\"Color Reference\";s:4:\"desc\";s:38:\"Color reference for custom file editor\";s:2:\"id\";s:19:\"colabs_editor_color\";s:3:\"std\";s:3:\"fff\";s:4:\"type\";s:5:\"color\";}}','yes'),(2068,'colabs_template','a:50:{i:0;a:3:{s:4:\"name\";s:16:\"General Settings\";s:4:\"type\";s:7:\"heading\";s:4:\"icon\";s:7:\"general\";}i:1;a:6:{s:4:\"name\";s:23:\"Use for blog title/logo\";s:4:\"desc\";s:35:\"Select title or logo for your blog.\";s:2:\"id\";s:16:\"colabs_logotitle\";s:3:\"std\";s:4:\"logo\";s:4:\"type\";s:7:\"select2\";s:7:\"options\";a:2:{s:4:\"logo\";s:4:\"Logo\";s:5:\"title\";s:5:\"Title\";}}i:2;a:5:{s:4:\"name\";s:14:\"Custom Favicon\";s:4:\"desc\";s:173:\"Upload a 16x16px ico image that will represent your website\'s favicon. Favicon/bookmark icon will be shown at the left of your blog\'s address in visitor\'s internet browsers.\";s:2:\"id\";s:21:\"colabs_custom_favicon\";s:3:\"std\";s:75:\"http://testingweb123.webuda.com/wp-content/themes/burogu/images/favicon.png\";s:4:\"type\";s:6:\"upload\";}i:3;a:5:{s:4:\"name\";s:18:\"Header Custom Logo\";s:4:\"desc\";s:92:\"Upload a logo for your theme, or specify an image URL directly. Best image size in 219x48 px\";s:2:\"id\";s:11:\"colabs_logo\";s:3:\"std\";s:72:\"http://testingweb123.webuda.com/wp-content/themes/burogu/images/logo.png\";s:4:\"type\";s:6:\"upload\";}i:4;a:5:{s:4:\"name\";s:18:\"Footer Custom Logo\";s:4:\"desc\";s:63:\"Upload a logo for your theme, or specify an image URL directly.\";s:2:\"id\";s:18:\"colabs_logo_footer\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:6:\"upload\";}i:5;a:6:{s:4:\"name\";s:11:\"Main Layout\";s:4:\"desc\";s:87:\"Select main content and sidebar alignment. Choose between left or right sidebar layout.\";s:2:\"id\";s:22:\"colabs_layout_settings\";s:3:\"std\";s:7:\"one-col\";s:4:\"type\";s:6:\"images\";s:7:\"options\";a:3:{s:7:\"one-col\";s:80:\"http://testingweb123.webuda.com/wp-content/themes/burogu/functions/images/1c.png\";s:12:\"two-col-left\";s:81:\"http://testingweb123.webuda.com/wp-content/themes/burogu/functions/images/2cl.png\";s:13:\"two-col-right\";s:81:\"http://testingweb123.webuda.com/wp-content/themes/burogu/functions/images/2cr.png\";}}i:6;a:5:{s:4:\"name\";s:18:\"Disable Responsive\";s:4:\"desc\";s:48:\"You can disable responsive module for your site.\";s:2:\"id\";s:21:\"colabs_disable_mobile\";s:3:\"std\";s:5:\"false\";s:4:\"type\";s:8:\"checkbox\";}i:7;a:3:{s:4:\"name\";s:18:\"FrontPage Settings\";s:4:\"type\";s:7:\"heading\";s:4:\"icon\";s:4:\"home\";}i:8;a:4:{s:4:\"name\";s:25:\"Headline Portfolio Slider\";s:4:\"desc\";s:71:\"Enable/Disable to manage your portfolio slider on the top of frontpage.\";s:2:\"id\";s:22:\"colabs_headline_slider\";s:4:\"type\";s:8:\"checkbox\";}i:9;a:6:{s:4:\"name\";s:16:\"Frontpage Layout\";s:4:\"desc\";s:87:\"Select main content and sidebar alignment. Choose between left or right sidebar layout.\";s:2:\"id\";s:23:\"colabs_frontpage_layout\";s:3:\"std\";s:7:\"one-col\";s:4:\"type\";s:6:\"images\";s:7:\"options\";a:3:{s:7:\"one-col\";s:80:\"http://testingweb123.webuda.com/wp-content/themes/burogu/functions/images/1c.png\";s:12:\"two-col-left\";s:81:\"http://testingweb123.webuda.com/wp-content/themes/burogu/functions/images/2cl.png\";s:13:\"two-col-right\";s:81:\"http://testingweb123.webuda.com/wp-content/themes/burogu/functions/images/2cr.png\";}}i:10;a:3:{s:4:\"name\";s:17:\"Social Networking\";s:4:\"icon\";s:4:\"misc\";s:4:\"type\";s:7:\"heading\";}i:11;a:5:{s:4:\"name\";s:8:\"Facebook\";s:4:\"desc\";s:31:\"Enter your Facebook profile URL\";s:2:\"id\";s:22:\"colabs_social_facebook\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:12;a:5:{s:4:\"name\";s:7:\"Twitter\";s:4:\"desc\";s:22:\"Enter your Twitter URL\";s:2:\"id\";s:21:\"colabs_social_twitter\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:13;a:5:{s:4:\"name\";s:10:\"Flickr URL\";s:4:\"desc\";s:21:\"Enter your Flickr URL\";s:2:\"id\";s:20:\"colabs_social_flickr\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:14;a:5:{s:4:\"name\";s:9:\"Skype URL\";s:4:\"desc\";s:24:\"Enter your Skype account\";s:2:\"id\";s:19:\"colabs_social_skype\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:15;a:5:{s:4:\"name\";s:10:\"Google URL\";s:4:\"desc\";s:21:\"Enter your Google URL\";s:2:\"id\";s:20:\"colabs_social_google\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:16;a:5:{s:4:\"name\";s:9:\"Vimeo URL\";s:4:\"desc\";s:20:\"Enter your Vimeo URL\";s:2:\"id\";s:19:\"colabs_social_vimeo\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:17;a:5:{s:4:\"name\";s:12:\"LinkedIn URL\";s:4:\"desc\";s:23:\"Enter your LinkedIn URL\";s:2:\"id\";s:20:\"colabs_social_linked\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:18;a:7:{s:4:\"name\";s:34:\"Enable/Disable Social Share Button\";s:4:\"desc\";s:58:\"Select which social share button you would like to enable.\";s:2:\"id\";s:12:\"colabs_share\";s:3:\"std\";a:3:{i:0;s:6:\"fblike\";i:1;s:7:\"twitter\";i:2;s:14:\"google_plusone\";}s:4:\"type\";s:11:\"multicheck2\";s:5:\"class\";s:0:\"\";s:7:\"options\";a:5:{s:6:\"fblike\";s:20:\"Facebook Like Button\";s:7:\"twitter\";s:20:\"Twitter Share Button\";s:14:\"google_plusone\";s:16:\"Google +1 Button\";s:9:\"pinterest\";s:9:\"Pinterest\";s:8:\"linkedin\";s:9:\"Linked In\";}}i:19;a:3:{s:4:\"name\";s:19:\"Open Graph Settings\";s:4:\"type\";s:7:\"heading\";s:4:\"icon\";s:5:\"graph\";}i:20;a:7:{s:4:\"name\";s:10:\"Open Graph\";s:4:\"desc\";s:39:\"Enable or disable Open Graph Meta tags.\";s:2:\"id\";s:16:\"colabs_og_enable\";s:4:\"type\";s:7:\"select2\";s:3:\"std\";s:0:\"\";s:5:\"class\";s:9:\"collapsed\";s:7:\"options\";a:2:{s:0:\"\";s:6:\"Enable\";s:7:\"disable\";s:7:\"Disable\";}}i:21;a:6:{s:4:\"name\";s:9:\"Site Name\";s:4:\"desc\";s:38:\"Open Graph Site Name ( og:site_name ).\";s:2:\"id\";s:18:\"colabs_og_sitename\";s:3:\"std\";s:0:\"\";s:5:\"class\";s:6:\"hidden\";s:4:\"type\";s:4:\"text\";}i:22;a:6:{s:4:\"name\";s:5:\"Admin\";s:4:\"desc\";s:31:\"Open Graph Admin ( fb:admins ).\";s:2:\"id\";s:16:\"colabs_og_admins\";s:3:\"std\";s:0:\"\";s:5:\"class\";s:6:\"hidden\";s:4:\"type\";s:4:\"text\";}i:23;a:6:{s:4:\"name\";s:5:\"Image\";s:4:\"desc\";s:59:\"You can put the url for your Open Graph Image ( og:image ).\";s:2:\"id\";s:13:\"colabs_og_img\";s:3:\"std\";s:0:\"\";s:5:\"class\";s:11:\"hidden last\";s:4:\"type\";s:4:\"text\";}i:24;a:3:{s:4:\"name\";s:18:\"Thumbnail Settings\";s:4:\"type\";s:7:\"heading\";s:4:\"icon\";s:5:\"image\";}i:25;a:6:{s:4:\"name\";s:24:\"WordPress Featured Image\";s:4:\"desc\";s:48:\"Use WordPress Featured Image for post thumbnail.\";s:2:\"id\";s:25:\"colabs_post_image_support\";s:3:\"std\";s:4:\"true\";s:5:\"class\";s:9:\"collapsed\";s:4:\"type\";s:8:\"checkbox\";}i:26;a:6:{s:4:\"name\";s:41:\"WordPress Featured Image - Dynamic Resize\";s:4:\"desc\";s:87:\"Resize post thumbnail dynamically using WordPress native functions (requires PHP 5.2+).\";s:2:\"id\";s:17:\"colabs_pis_resize\";s:3:\"std\";s:4:\"true\";s:5:\"class\";s:6:\"hidden\";s:4:\"type\";s:8:\"checkbox\";}i:27;a:6:{s:4:\"name\";s:36:\"WordPress Featured Image - Hard Crop\";s:4:\"desc\";s:64:\"Original image will be cropped to match the target aspect ratio.\";s:2:\"id\";s:20:\"colabs_pis_hard_crop\";s:3:\"std\";s:4:\"true\";s:5:\"class\";s:11:\"hidden last\";s:4:\"type\";s:8:\"checkbox\";}i:28;a:5:{s:4:\"name\";s:22:\"TimThumb Image Resizer\";s:4:\"desc\";s:92:\"Enable timthumb.php script which dynamically resizes images added thorugh post custom field.\";s:2:\"id\";s:13:\"colabs_resize\";s:3:\"std\";s:4:\"true\";s:4:\"type\";s:8:\"checkbox\";}i:29;a:5:{s:4:\"name\";s:19:\"Automatic Thumbnail\";s:4:\"desc\";s:157:\"Generate post thumbnail from the first image uploaded in post (if there is no image specified through post custom field or WordPress Featured Image feature).\";s:2:\"id\";s:15:\"colabs_auto_img\";s:3:\"std\";s:4:\"true\";s:4:\"type\";s:8:\"checkbox\";}i:30;a:5:{s:4:\"name\";s:27:\"Thumbnail Image in RSS Feed\";s:4:\"desc\";s:39:\"Add post thumbnail to RSS feed article.\";s:2:\"id\";s:16:\"colabs_rss_thumb\";s:3:\"std\";s:5:\"false\";s:4:\"type\";s:8:\"checkbox\";}i:31;a:5:{s:4:\"name\";s:26:\"Thumbnail Image Dimensions\";s:4:\"desc\";s:109:\"Enter an integer value i.e. 250 for the desired size which will be used when dynamically creating the images.\";s:2:\"id\";s:23:\"colabs_image_dimensions\";s:3:\"std\";s:0:\"\";s:4:\"type\";a:2:{i:0;a:4:{s:2:\"id\";s:14:\"colabs_thumb_w\";s:4:\"type\";s:4:\"text\";s:3:\"std\";i:100;s:4:\"meta\";s:5:\"Width\";}i:1;a:4:{s:2:\"id\";s:14:\"colabs_thumb_h\";s:4:\"type\";s:4:\"text\";s:3:\"std\";i:100;s:4:\"meta\";s:6:\"Height\";}}}i:32;a:5:{s:4:\"name\";s:18:\"Custom Field Image\";s:4:\"desc\";s:84:\"Enter your custom field image name to change the default name (default name: image).\";s:2:\"id\";s:25:\"colabs_custom_field_image\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:33;a:3:{s:4:\"name\";s:22:\"Analytics ID, RSS feed\";s:4:\"type\";s:7:\"heading\";s:4:\"icon\";s:10:\"statistics\";}i:34;a:5:{s:4:\"name\";s:27:\"Enable PressTrends Tracking\";s:4:\"desc\";s:209:\"PressTrends is a simple usage tracker that allows us to see how our customers are using our themes, so that we can help improve them for you. <strong>None</strong> of your personal data is sent to PressTrends.\";s:2:\"id\";s:16:\"colabs_pt_enable\";s:3:\"std\";s:4:\"true\";s:4:\"type\";s:8:\"checkbox\";}i:35;a:5:{s:4:\"name\";s:15:\"GoSquared Token\";s:4:\"desc\";s:175:\"You can use <a href=\'http://www.gosquared.com/livestats/?ref=11674\'>GoSquared</a> real-time web analytics. Enter your <strong>GoSquared Token</strong> here (ex. GSN-893821-D).\";s:2:\"id\";s:19:\"colabs_gosquared_id\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:36;a:5:{s:4:\"name\";s:16:\"Google Analytics\";s:4:\"desc\";s:84:\"Manage your website statistics with Google Analytics, put your Analytics Code here. \";s:2:\"id\";s:23:\"colabs_google_analytics\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:37;a:5:{s:4:\"name\";s:13:\"Feedburner ID\";s:4:\"desc\";s:25:\"Enter your Feedburner ID.\";s:2:\"id\";s:13:\"colabs_feedid\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:38;a:5:{s:4:\"name\";s:14:\"Feedburner URL\";s:4:\"desc\";s:68:\"Feedburner URL. This will replace RSS feed link. Start with http://.\";s:2:\"id\";s:18:\"colabs_feedlinkurl\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:39;a:5:{s:4:\"name\";s:23:\"Feedburner Comments URL\";s:4:\"desc\";s:76:\"Feedburner URL. This will replace RSS comment feed link. Start with http://.\";s:2:\"id\";s:23:\"colabs_feedlinkcomments\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:40;a:3:{s:4:\"name\";s:15:\"Footer Settings\";s:4:\"type\";s:7:\"heading\";s:4:\"icon\";s:6:\"footer\";}i:41;a:6:{s:4:\"name\";s:30:\"Enable / Disable Custom Credit\";s:4:\"desc\";s:45:\"Activate to add custom credit on footer area.\";s:2:\"id\";s:20:\"colabs_footer_credit\";s:5:\"class\";s:9:\"collapsed\";s:3:\"std\";s:5:\"false\";s:4:\"type\";s:8:\"checkbox\";}i:42;a:6:{s:4:\"name\";s:13:\"Footer Credit\";s:4:\"desc\";s:52:\"You can customize footer credit on footer area here.\";s:2:\"id\";s:24:\"colabs_footer_credit_txt\";s:3:\"std\";s:0:\"\";s:5:\"class\";s:11:\"hidden last\";s:4:\"type\";s:8:\"textarea\";}i:43;a:3:{s:4:\"name\";s:20:\"Single Ad (468x60px)\";s:4:\"type\";s:7:\"heading\";s:4:\"icon\";s:3:\"ads\";}i:44;a:6:{s:4:\"name\";s:9:\"Enable Ad\";s:4:\"desc\";s:35:\"Enable the ad space for single post\";s:2:\"id\";s:16:\"colabs_ad_single\";s:3:\"std\";s:5:\"false\";s:5:\"class\";s:9:\"collapsed\";s:4:\"type\";s:8:\"checkbox\";}i:45;a:6:{s:4:\"name\";s:12:\"Adsense Code\";s:4:\"desc\";s:56:\"Enter your adsense code (or other ad network code) here.\";s:2:\"id\";s:24:\"colabs_ad_single_adsense\";s:3:\"std\";s:0:\"\";s:5:\"class\";s:6:\"hidden\";s:4:\"type\";s:8:\"textarea\";}i:46;a:6:{s:4:\"name\";s:14:\"Image Location\";s:4:\"desc\";s:46:\"Enter the URL to the banner ad image location.\";s:2:\"id\";s:22:\"colabs_ad_single_image\";s:3:\"std\";s:0:\"\";s:5:\"class\";s:6:\"hidden\";s:4:\"type\";s:6:\"upload\";}i:47;a:6:{s:4:\"name\";s:15:\"Destination URL\";s:4:\"desc\";s:45:\"Enter the URL where this banner ad points to.\";s:2:\"id\";s:20:\"colabs_ad_single_url\";s:3:\"std\";s:31:\"http://www.colorlabsproject.com\";s:5:\"class\";s:11:\"hidden last\";s:4:\"type\";s:4:\"text\";}i:48;a:3:{s:4:\"name\";s:12:\"Contact Form\";s:4:\"type\";s:7:\"heading\";s:4:\"icon\";s:7:\"general\";}i:49;a:5:{s:4:\"name\";s:25:\"Destination Email Address\";s:4:\"desc\";s:101:\"All inquiries made by your visitors through the Contact Form page will be sent to this email address.\";s:2:\"id\";s:24:\"colabs_contactform_email\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}}','yes'),(2069,'colabs_themename','Burogu','yes'),(2070,'colabs_shortname','colabs','yes'),(2071,'colabs_manual','http://colorlabsproject.com','yes'),(2072,'colabs_pt_auth','3bkal5czl80s94uurt8ku5rj3riwbtjt7','yes'),(2073,'colabs_custom_template','a:7:{i:0;a:5:{s:4:\"name\";s:6:\"layout\";s:5:\"label\";s:6:\"Layout\";s:4:\"type\";s:6:\"images\";s:4:\"desc\";s:75:\"Select a specific layout for this post/page. Overrides default site layout.\";s:7:\"options\";a:4:{s:0:\"\";s:88:\"http://testingweb123.webuda.com/wp-content/themes/burogu/functions/images/layout-off.png\";s:7:\"one-col\";s:80:\"http://testingweb123.webuda.com/wp-content/themes/burogu/functions/images/1c.png\";s:12:\"two-col-left\";s:81:\"http://testingweb123.webuda.com/wp-content/themes/burogu/functions/images/2cl.png\";s:13:\"two-col-right\";s:81:\"http://testingweb123.webuda.com/wp-content/themes/burogu/functions/images/2cr.png\";}}i:1;a:5:{s:4:\"name\";s:15:\"colabs_featured\";s:5:\"label\";s:8:\"Featured\";s:4:\"type\";s:8:\"checkbox\";s:5:\"class\";s:0:\"\";s:4:\"desc\";s:44:\"Check this to make the portfolio as featured\";}i:2;a:6:{s:4:\"name\";s:16:\"colabs_ad_single\";s:3:\"std\";s:10:\"general_ad\";s:5:\"label\";s:17:\"Enable/Disable Ad\";s:4:\"type\";s:5:\"radio\";s:4:\"desc\";s:78:\"You can set No Ad, Custom Ad or Use General Ad that you can set on Theme Panel\";s:7:\"options\";a:3:{s:4:\"none\";s:4:\"None\";s:10:\"general_ad\";s:14:\"Use General Ad\";s:9:\"custom_ad\";s:9:\"Custom Ad\";}}i:3;a:6:{s:5:\"label\";s:12:\"Adsense Code\";s:4:\"desc\";s:56:\"Enter your adsense code (or other ad network code) here.\";s:4:\"name\";s:24:\"colabs_ad_single_adsense\";s:3:\"std\";s:0:\"\";s:5:\"class\";s:9:\"custom_ad\";s:4:\"type\";s:8:\"textarea\";}i:4;a:6:{s:5:\"label\";s:14:\"Image Location\";s:4:\"desc\";s:46:\"Enter the URL to the banner ad image location.\";s:4:\"name\";s:22:\"colabs_ad_single_image\";s:3:\"std\";s:0:\"\";s:5:\"class\";s:9:\"custom_ad\";s:4:\"type\";s:6:\"upload\";}i:5;a:6:{s:5:\"label\";s:15:\"Destination URL\";s:4:\"desc\";s:45:\"Enter the URL where this banner ad points to.\";s:4:\"name\";s:20:\"colabs_ad_single_url\";s:3:\"std\";s:31:\"http://www.colorlabsproject.com\";s:5:\"class\";s:9:\"custom_ad\";s:4:\"type\";s:4:\"text\";}i:6;a:5:{s:4:\"name\";s:6:\"layout\";s:5:\"label\";s:6:\"Layout\";s:4:\"type\";s:6:\"images\";s:4:\"desc\";s:75:\"Select a specific layout for this post/page. Overrides default site layout.\";s:7:\"options\";a:4:{s:0:\"\";s:88:\"http://testingweb123.webuda.com/wp-content/themes/burogu/functions/images/layout-off.png\";s:7:\"one-col\";s:80:\"http://testingweb123.webuda.com/wp-content/themes/burogu/functions/images/1c.png\";s:12:\"two-col-left\";s:81:\"http://testingweb123.webuda.com/wp-content/themes/burogu/functions/images/2cl.png\";s:13:\"two-col-right\";s:81:\"http://testingweb123.webuda.com/wp-content/themes/burogu/functions/images/2cr.png\";}}}','yes'),(2272,'colabs_custom_upload_tracking','a:0:{}','yes'),(2074,'colabs_metabox_settings','a:3:{s:4:\"post\";a:7:{s:2:\"id\";s:21:\"colabsthemes-settings\";s:5:\"title\";s:30:\"ColorLabs Post Detail Settings\";s:8:\"callback\";s:27:\"colabsthemes_metabox_create\";s:4:\"page\";s:4:\"post\";s:7:\"context\";s:6:\"normal\";s:8:\"priority\";s:4:\"high\";s:13:\"callback_args\";s:0:\"\";}s:4:\"page\";a:7:{s:2:\"id\";s:21:\"colabsthemes-settings\";s:5:\"title\";s:30:\"ColorLabs Page Detail Settings\";s:8:\"callback\";s:27:\"colabsthemes_metabox_create\";s:4:\"page\";s:4:\"page\";s:7:\"context\";s:6:\"normal\";s:8:\"priority\";s:4:\"high\";s:13:\"callback_args\";s:0:\"\";}s:9:\"portfolio\";a:7:{s:2:\"id\";s:21:\"colabsthemes-settings\";s:5:\"title\";s:35:\"ColorLabs Portfolio Detail Settings\";s:8:\"callback\";s:27:\"colabsthemes_metabox_create\";s:4:\"page\";s:9:\"portfolio\";s:7:\"context\";s:4:\"side\";s:8:\"priority\";s:4:\"high\";s:13:\"callback_args\";s:0:\"\";}}','yes'),(2082,'colabs_ad_single','true','yes'),(2083,'colabs_logotitle','logo','yes'),(2084,'colabs_custom_favicon','http://testingweb123.webuda.com/wp-content/uploads/2013/09/favicon.png','yes'),(2085,'colabs_logo','http://testingweb123.webuda.com/wp-content/uploads/2013/09/euteamohoje-1024x378.jpg','yes'),(2086,'colabs_layout_settings','two-col-left','yes'),(2087,'colabs_pt_enable','true','yes'),(2088,'colabs_disable_mobile','false','yes'),(2089,'colabs_social_facebook','https://www.facebook.com/EuTeAmoHoje','yes'),(2090,'colabs_social_twitter','#','yes'),(2091,'colabs_share','a:0:{}','yes'),(2092,'colabs_post_image_support','true','yes'),(2093,'colabs_pis_resize','true','yes'),(2094,'colabs_pis_hard_crop','true','yes'),(2095,'colabs_resize','true','yes'),(2096,'colabs_auto_img','true','yes'),(2097,'colabs_rss_thumb','false','yes'),(2098,'colabs_thumb_w','100','yes'),(2099,'colabs_thumb_h','100','yes'),(2100,'colabs_google_analytics','<script type=\"text/javascript\">\r\n\r\n var _gaq = _gaq || [];\r\n _gaq.push([\\\'_setAccount\\\', \\\'UA-32169156-14\\\']);\r\n _gaq.push([\\\'_trackPageview\\\']);\r\n\r\n (function() {\r\n var ga = document.createElement(\\\'script\\\'); ga.type = \\\'text/javascript\\\'; ga.async = true;\r\n ga.src = (\\\'https:\\\' == document.location.protocol ? \\\'https://ssl\\\' : \\\'http://www\\\') + \\\'.google-analytics.com/ga.js\\\';\r\n var s = document.getElementsByTagName(\\\'script\\\')[0]; s.parentNode.insertBefore(ga, s);\r\n })();\r\n\r\n</script>','yes'),(2101,'colabs_footer_credit','true','yes'),(2102,'colabs_ad_single_image','http://v4.colorlabsproject.com/wp-content/uploads/2012/08/banner468.png','yes'),(2103,'colabs_ad_single_url','http://www.colorlabsproject.com/deals/','yes'),(2104,'colabs_headline_slider','true','yes'),(2105,'colabs_social_flickr','','yes'),(2106,'colabs_social_skype','','yes'),(2107,'colabs_social_google','','yes'),(2108,'colabs_social_vimeo','','yes'),(2109,'colabs_frontpage_layout','two-col-left','yes'),(2110,'colabs_social_linked','','yes'),(2133,'colabs_logo_footer','http://testingweb123.webuda.com/wp-content/uploads/2013/09/selo.png','yes'),(2134,'colabs_share_fblike','false','yes'),(2135,'colabs_share_twitter','false','yes'),(2136,'colabs_share_google_plusone','false','yes'),(2137,'colabs_share_pinterest','false','yes'),(2138,'colabs_share_linkedin','false','yes'),(2139,'colabs_og_enable','','yes'),(2140,'colabs_og_sitename','','yes'),(2141,'colabs_og_admins','','yes'),(2142,'colabs_og_img','','yes'),(2143,'colabs_custom_field_image','','yes'),(2144,'colabs_gosquared_id','','yes'),(2145,'colabs_feedid','','yes'),(2146,'colabs_feedlinkurl','','yes'),(2147,'colabs_feedlinkcomments','','yes'),(2148,'colabs_footer_credit_txt','Copyright © 2013 Eu Te Amo Hoje Blog. Todos os direitos reservados.\r\nDesign por <a href=\"http://pedro-velez.elance.com\" target=\"_blank\">Pedro Velez</a>','yes'),(2149,'colabs_ad_single_adsense','','yes'),(2150,'colabs_contactform_email','','yes'),(2155,'widget_colabs_adwidget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(2159,'widget_colabs_facebook','a:2:{i:3;a:5:{s:5:\"title\";s:8:\"Facebook\";s:3:\"fid\";s:11:\"EuTeAmoHoje\";s:11:\"connections\";s:2:\"12\";s:5:\"width\";s:3:\"260\";s:6:\"height\";s:3:\"365\";}s:12:\"_multiwidget\";i:1;}','yes'),(2163,'widget_colabs_search','a:2:{i:2;a:1:{s:5:\"title\";s:5:\"Busca\";}s:12:\"_multiwidget\";i:1;}','yes'),(2167,'widget_colabs_social','a:2:{i:2;a:1:{s:5:\"title\";s:6:\"Social\";}s:12:\"_multiwidget\";i:1;}','yes'),(2171,'widget_colabs_tabs','a:2:{i:2;a:5:{s:6:\"number\";s:1:\"3\";s:10:\"thumb_size\";s:0:\"\";s:5:\"order\";s:6:\"latest\";s:3:\"pop\";s:2:\"on\";s:4:\"tags\";s:2:\"on\";}s:12:\"_multiwidget\";i:1;}','yes'),(2203,'widget_colabs_twitter','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(2502,'infinite_scroll','a:9:{s:7:\"loading\";a:3:{s:7:\"msgText\";s:19:\"<em>Loading...</em>\";s:11:\"finishedMsg\";s:29:\"<em>No additional posts.</em>\";s:3:\"img\";s:86:\"http://testingweb123.webuda.com/wp-content/plugins/infinite-scroll/img/ajax-loader.gif\";}s:12:\"nextSelector\";s:18:\"#next page-numbers\";s:11:\"navSelector\";s:29:\"#pagination colabs-pagination\";s:12:\"itemSelector\";s:8:\".article\";s:15:\"contentSelector\";s:10:\"#container\";s:5:\"debug\";b:1;s:8:\"behavior\";s:0:\"\";s:8:\"callback\";s:0:\"\";s:10:\"db_version\";s:5:\"2.6.1\";}','yes'),(2228,'colabs_seo_template','a:31:{i:0;a:3:{s:4:\"name\";s:10:\"Page Title\";s:4:\"icon\";s:4:\"misc\";s:4:\"type\";s:7:\"heading\";}i:1;a:5:{s:4:\"name\";s:10:\"Blog Title\";s:4:\"desc\";s:94:\"NOTE: This value corresponds to that in the Settings > General tab in the WordPress Dashboard.\";s:2:\"id\";s:8:\"blogname\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:2;a:5:{s:4:\"name\";s:16:\"Blog Description\";s:4:\"desc\";s:94:\"NOTE: This value corresponds to that in the Settings > General tab in the WordPress Dashboard.\";s:2:\"id\";s:15:\"blogdescription\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:3;a:5:{s:4:\"name\";s:9:\"Separator\";s:4:\"desc\";s:85:\"Set a character that separates elements of your page titles ( eg. |, -, or » ).\";s:2:\"id\";s:20:\"seo_colabs_separator\";s:3:\"std\";s:1:\"|\";s:4:\"type\";s:4:\"text\";}i:4;a:6:{s:4:\"name\";s:18:\"Custom Page Titles\";s:4:\"desc\";s:89:\"Check this box to gain control over the elements of the page titles (highly recommended).\";s:2:\"id\";s:19:\"seo_colabs_wp_title\";s:3:\"std\";s:4:\"true\";s:5:\"class\";s:9:\"collapsed\";s:4:\"type\";s:8:\"checkbox\";}i:5;a:7:{s:4:\"name\";s:21:\"Homepage Title Layout\";s:4:\"desc\";s:39:\"Define the order of the title elements.\";s:2:\"id\";s:22:\"seo_colabs_home_layout\";s:3:\"std\";s:1:\"a\";s:5:\"class\";s:6:\"hidden\";s:7:\"options\";a:4:{s:1:\"b\";s:10:\"Blog title\";s:1:\"a\";s:28:\"Blog title; Blog description\";s:1:\"c\";s:16:\"Blog description\";s:1:\"d\";s:28:\"Blog description; Blog title\";}s:4:\"type\";s:7:\"select2\";}i:6;a:7:{s:4:\"name\";s:19:\"Single Title Layout\";s:4:\"desc\";s:39:\"Define the order of the title elements.\";s:2:\"id\";s:24:\"seo_colabs_single_layout\";s:3:\"std\";s:1:\"f\";s:5:\"class\";s:6:\"hidden\";s:7:\"options\";a:6:{s:1:\"b\";s:11:\"Page title;\";s:1:\"a\";s:22:\"Page title; Blog title\";s:1:\"d\";s:28:\"Page title; Blog description\";s:1:\"f\";s:40:\"Page title; Blog title; Blog description\";s:1:\"c\";s:23:\"Blog title; Page title;\";s:1:\"e\";s:40:\"Blog title; Page title; Blog description\";}s:4:\"type\";s:7:\"select2\";}i:7;a:7:{s:4:\"name\";s:17:\"Page Title Layout\";s:4:\"desc\";s:39:\"Define the order of the title elements.\";s:2:\"id\";s:22:\"seo_colabs_page_layout\";s:3:\"std\";s:1:\"f\";s:5:\"class\";s:6:\"hidden\";s:7:\"options\";a:6:{s:1:\"b\";s:11:\"Page title;\";s:1:\"a\";s:22:\"Page title; Blog title\";s:1:\"d\";s:28:\"Page title; Blog description\";s:1:\"f\";s:40:\"Page title; Blog title; Blog description\";s:1:\"c\";s:23:\"Blog title; Page title;\";s:1:\"e\";s:40:\"Blog title; Page title; Blog description\";}s:4:\"type\";s:7:\"select2\";}i:8;a:7:{s:4:\"name\";s:20:\"Archive Title Layout\";s:4:\"desc\";s:39:\"Define the order of the title elements.\";s:2:\"id\";s:25:\"seo_colabs_archive_layout\";s:3:\"std\";s:1:\"f\";s:5:\"class\";s:6:\"hidden\";s:7:\"options\";a:6:{s:1:\"b\";s:11:\"Page title;\";s:1:\"a\";s:22:\"Page title; Blog title\";s:1:\"d\";s:28:\"Page title; Blog description\";s:1:\"f\";s:40:\"Page title; Blog title; Blog description\";s:1:\"c\";s:23:\"Blog title; Page title;\";s:1:\"e\";s:40:\"Blog title; Page title; Blog description\";}s:4:\"type\";s:7:\"select2\";}i:9;a:6:{s:4:\"name\";s:11:\"Page Number\";s:4:\"desc\";s:62:\"Define a text string that precedes page number in page titles.\";s:2:\"id\";s:20:\"seo_colabs_paged_var\";s:3:\"std\";s:4:\"Page\";s:5:\"class\";s:6:\"hidden\";s:4:\"type\";s:4:\"text\";}i:10;a:7:{s:4:\"name\";s:20:\"Page Number Position\";s:4:\"desc\";s:50:\"Define the position of page number in page titles.\";s:2:\"id\";s:24:\"seo_colabs_paged_var_pos\";s:3:\"std\";s:6:\"before\";s:5:\"class\";s:6:\"hidden\";s:7:\"options\";a:2:{s:6:\"before\";s:12:\"Before Title\";s:5:\"after\";s:11:\"After Title\";}s:4:\"type\";s:7:\"select2\";}i:11;a:6:{s:4:\"name\";s:21:\"Disable Custom Titles\";s:4:\"desc\";s:130:\"If you prefer to have uniform titles across you theme. Alternatively they will be generated from custom fields and/or plugin data.\";s:2:\"id\";s:32:\"seo_colabs_wp_custom_field_title\";s:3:\"std\";s:5:\"false\";s:5:\"class\";s:11:\"hidden hide\";s:4:\"type\";s:8:\"checkbox\";}i:12;a:3:{s:4:\"name\";s:16:\"Description Meta\";s:4:\"icon\";s:4:\"misc\";s:4:\"type\";s:7:\"heading\";}i:13;a:7:{s:4:\"name\";s:20:\"Homepage Description\";s:4:\"desc\";s:60:\"Choose where to populate the homepage meta description from.\";s:2:\"id\";s:25:\"seo_colabs_meta_home_desc\";s:3:\"std\";s:1:\"b\";s:5:\"class\";s:9:\"collapsed\";s:7:\"options\";a:3:{s:1:\"a\";s:3:\"Off\";s:1:\"b\";s:21:\"From Site Description\";s:1:\"c\";s:32:\"From Custom Homepage Description\";}s:4:\"type\";s:5:\"radio\";}i:14;a:6:{s:4:\"name\";s:27:\"Custom Homepage Description\";s:4:\"desc\";s:47:\"Add a custom meta description to your homepage.\";s:2:\"id\";s:32:\"seo_colabs_meta_home_desc_custom\";s:3:\"std\";s:0:\"\";s:5:\"class\";s:11:\"hidden last\";s:4:\"type\";s:8:\"textarea\";}i:15;a:6:{s:4:\"name\";s:28:\"Single Page/Post Description\";s:4:\"desc\";s:68:\"Choose where to populate the single Page/Post meta description from.\";s:2:\"id\";s:27:\"seo_colabs_meta_single_desc\";s:3:\"std\";s:1:\"c\";s:7:\"options\";a:3:{s:1:\"a\";s:5:\"Off *\";s:1:\"b\";s:36:\"From Custom Field and/or Plugin Data\";s:1:\"c\";s:36:\"Automatically from Post/Page Content\";}s:4:\"type\";s:5:\"radio\";}i:16;a:6:{s:4:\"name\";s:28:\"Global Post/Page Description\";s:4:\"desc\";s:194:\"Add a custom meta description to your posts and pages. This will only show if no other data is available from the selection above. This will still be added even if setting above is set to \"Off\".\";s:2:\"id\";s:36:\"seo_colabs_meta_single_desc_sitewide\";s:3:\"std\";s:0:\"\";s:5:\"class\";s:9:\"collapsed\";s:4:\"type\";s:8:\"checkbox\";}i:17;a:6:{s:4:\"name\";s:28:\"Global Post/Page Description\";s:4:\"desc\";s:35:\"Add a global post/page description.\";s:2:\"id\";s:34:\"seo_colabs_meta_single_desc_custom\";s:3:\"std\";s:0:\"\";s:5:\"class\";s:6:\"hidden\";s:4:\"type\";s:8:\"textarea\";}i:18;a:3:{s:4:\"name\";s:12:\"Keyword Meta\";s:4:\"icon\";s:4:\"misc\";s:4:\"type\";s:7:\"heading\";}i:19;a:7:{s:4:\"name\";s:17:\"Homepage Keywords\";s:4:\"desc\";s:57:\"Choose where to populate the homepage meta keywords from.\";s:2:\"id\";s:24:\"seo_colabs_meta_home_key\";s:3:\"std\";s:1:\"a\";s:5:\"class\";s:9:\"collapsed\";s:7:\"options\";a:2:{s:1:\"a\";s:3:\"Off\";s:1:\"c\";s:29:\"From Custom Homepage Keywords\";}s:4:\"type\";s:5:\"radio\";}i:20;a:6:{s:4:\"name\";s:24:\"Custom Homepage Keywords\";s:4:\"desc\";s:56:\"Add a comma-separated list of keywords to your homepage.\";s:2:\"id\";s:31:\"seo_colabs_meta_home_key_custom\";s:3:\"std\";s:0:\"\";s:5:\"class\";s:11:\"hidden last\";s:4:\"type\";s:8:\"textarea\";}i:21;a:6:{s:4:\"name\";s:25:\"Single Page/Post Keywords\";s:4:\"desc\";s:65:\"Choose where to populate the single page/post meta keywords from.\";s:2:\"id\";s:26:\"seo_colabs_meta_single_key\";s:3:\"std\";s:1:\"c\";s:7:\"options\";a:3:{s:1:\"a\";s:5:\"Off *\";s:1:\"b\";s:33:\"From Custom Fields and/or Plugins\";s:1:\"c\";s:45:\"Automatically from Post Tags & Categories\";}s:4:\"type\";s:5:\"radio\";}i:22;a:6:{s:4:\"name\";s:25:\"Global Post/Page Keywords\";s:4:\"desc\";s:191:\"Add custom meta keywords to your posts and pages. These will only show if no other data is available from the selection above. These will still be added even if setting above is set to \"Off\".\";s:2:\"id\";s:35:\"seo_colabs_meta_single_key_sitewide\";s:3:\"std\";s:0:\"\";s:5:\"class\";s:9:\"collapsed\";s:4:\"type\";s:8:\"checkbox\";}i:23;a:6:{s:4:\"name\";s:25:\"Global Post/Page Keywords\";s:4:\"desc\";s:63:\"Add a comma-separated list of keywords to your posts and pages.\";s:2:\"id\";s:33:\"seo_colabs_meta_single_key_custom\";s:3:\"std\";s:0:\"\";s:5:\"class\";s:6:\"hidden\";s:4:\"type\";s:8:\"textarea\";}i:24;a:3:{s:4:\"name\";s:16:\"Indexing Options\";s:4:\"icon\";s:4:\"misc\";s:4:\"type\";s:7:\"heading\";}i:25;a:6:{s:4:\"name\";s:22:\"Archive Pages to Index\";s:4:\"desc\";s:142:\"Select which archive pages to be indexed. Indexing archive pages may result in duplicate entries in search engines and cause content dilution.\";s:2:\"id\";s:24:\"seo_colabs_meta_indexing\";s:3:\"std\";s:8:\"category\";s:4:\"type\";s:10:\"multicheck\";s:7:\"options\";a:5:{s:8:\"category\";s:17:\"Category Archives\";s:3:\"tag\";s:12:\"Tag Archives\";s:6:\"author\";s:12:\"Author Pages\";s:6:\"search\";s:14:\"Search Results\";s:4:\"date\";s:13:\"Date Archives\";}}i:26;a:5:{s:4:\"name\";s:36:\"Add \'follow\' Meta to Posts and Pages\";s:4:\"desc\";s:180:\"Check this box to add \'follow\' meta to all posts and pages. This means that all links on these pages will be crawled by search engines, including those leading away from your site.\";s:2:\"id\";s:29:\"seo_colabs_meta_single_follow\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"checkbox\";}i:27;a:3:{s:4:\"name\";s:17:\"Advanced Settings\";s:4:\"icon\";s:7:\"general\";s:4:\"type\";s:7:\"heading\";}i:28;a:3:{s:4:\"name\";s:11:\"Please Read\";s:4:\"type\";s:4:\"info\";s:3:\"std\";s:189:\"Data from 3rd party plugin such as All-in-One SEO Pack, Headspace 2 and WordPress SEO By Yoast can also be used where applicable. Use the checkbox below to use 3rd party plugin data.</span>\";}i:29;a:5:{s:4:\"name\";s:25:\"Use 3rd Party Plugin Data\";s:4:\"desc\";s:201:\"Meta data added to <strong>custom fields in posts and pages</strong> will be extracted and used where applicable. This typically does not include home page and archive pages and only single post/pages.\";s:2:\"id\";s:31:\"seo_colabs_use_third_party_data\";s:3:\"std\";s:5:\"false\";s:4:\"type\";s:8:\"checkbox\";}i:30;a:5:{s:4:\"name\";s:27:\"Hide ColorLabs SEO Settings\";s:4:\"desc\";s:91:\"Check this box to hide the ColorLabs SEO Settings box in the post and page editing screens.\";s:2:\"id\";s:22:\"seo_colabs_hide_fields\";s:3:\"std\";s:5:\"false\";s:4:\"type\";s:8:\"checkbox\";}}','yes'),(2279,'page_on_front','3280','yes'),(2723,'widget_colabs_embedwidget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(3961,'synved_social_settings','a:66:{s:14:\"use_shortlinks\";i:0;s:14:\"share_full_url\";i:0;s:17:\"shortcode_widgets\";b:1;s:11:\"show_credit\";b:1;s:21:\"share_message_default\";s:16:\"Partilhe o amor!\";s:15:\"automatic_share\";b:1;s:24:\"automatic_share_position\";s:11:\"before_post\";s:22:\"automatic_share_single\";b:1;s:26:\"automatic_share_post_types\";a:1:{i:0;s:4:\"post\";}s:22:\"automatic_share_prefix\";s:0:\"\";s:23:\"automatic_share_postfix\";s:0:\"\";s:16:\"automatic_follow\";i:0;s:25:\"automatic_follow_position\";s:10:\"after_post\";s:23:\"automatic_follow_single\";i:0;s:27:\"automatic_follow_post_types\";a:1:{i:0;s:4:\"post\";}s:29:\"automatic_follow_before_share\";i:0;s:23:\"automatic_follow_prefix\";s:0:\"\";s:24:\"automatic_follow_postfix\";s:0:\"\";s:23:\"automatic_append_prefix\";s:0:\"\";s:26:\"automatic_append_separator\";s:5:\"<br/>\";s:24:\"automatic_append_postfix\";s:0:\"\";s:9:\"icon_skin\";s:7:\"regular\";s:23:\"addon_extra_icons_info_\";N;s:21:\"addon_grey_fade_info_\";N;s:24:\"addon_light_prompt_info_\";N;s:9:\"icon_size\";i:48;s:15:\"icon_resolution\";s:6:\"single\";s:12:\"icon_spacing\";i:5;s:12:\"custom_style\";s:0:\"\";s:16:\"facebook_display\";s:4:\"both\";s:19:\"facebook_share_link\";s:0:\"\";s:20:\"facebook_share_title\";s:21:\"Partilhar no Facebook\";s:20:\"facebook_follow_link\";s:36:\"https://www.facebook.com/EuTeAmoHoje\";s:21:\"facebook_follow_title\";s:20:\"Siga-nos no facebook\";s:15:\"twitter_display\";s:4:\"both\";s:18:\"twitter_share_link\";s:0:\"\";s:19:\"twitter_share_title\";s:0:\"\";s:19:\"twitter_follow_link\";s:0:\"\";s:20:\"twitter_follow_title\";s:0:\"\";s:19:\"google_plus_display\";s:4:\"both\";s:22:\"google_plus_share_link\";s:0:\"\";s:23:\"google_plus_share_title\";s:0:\"\";s:23:\"google_plus_follow_link\";s:0:\"\";s:24:\"google_plus_follow_title\";s:0:\"\";s:14:\"reddit_display\";s:5:\"share\";s:17:\"reddit_share_link\";s:0:\"\";s:18:\"reddit_share_title\";s:0:\"\";s:17:\"pinterest_display\";s:5:\"share\";s:20:\"pinterest_share_link\";s:0:\"\";s:21:\"pinterest_share_title\";s:0:\"\";s:21:\"pinterest_follow_link\";s:0:\"\";s:22:\"pinterest_follow_title\";s:0:\"\";s:16:\"linkedin_display\";s:4:\"both\";s:19:\"linkedin_share_link\";s:0:\"\";s:20:\"linkedin_share_title\";s:0:\"\";s:20:\"linkedin_follow_link\";s:0:\"\";s:21:\"linkedin_follow_title\";s:0:\"\";s:12:\"mail_display\";s:5:\"share\";s:15:\"mail_share_link\";s:0:\"\";s:16:\"mail_share_title\";s:0:\"\";s:11:\"rss_display\";s:6:\"follow\";s:15:\"rss_follow_link\";s:0:\"\";s:16:\"rss_follow_title\";s:0:\"\";s:15:\"youtube_display\";s:6:\"follow\";s:19:\"youtube_follow_link\";s:0:\"\";s:20:\"youtube_follow_title\";s:0:\"\";}','yes'),(3989,'s4pabovepost','true','yes'),(3990,'s4pbelowpost','','yes'),(3991,'s4pgabovepost','true','yes'),(3992,'s4pgbelowpost','','yes'),(3993,'s4habovepost','true','yes'),(3994,'s4hbelowpost','','yes'),(3995,'s4aabovepost','true','yes'),(3996,'s4abelowpost','','yes'),(3997,'s4_twitter','true','yes'),(3998,'s4_fblike','true','yes'),(3999,'s4_plusone','true','yes'),(4000,'s4_fbshare','','yes'),(4001,'s4onpost','true','yes'),(4002,'s4onpage','','yes'),(4003,'s4onhome','true','yes'),(4004,'s4onarchi','','yes'),(4005,'s4iconsize','small','yes'),(4006,'s4iconalign','left','yes'),(4007,'s4excludeid','','yes'),(4008,'s4_fbsend','','yes'),(4009,'s4optimize','true','yes'),(4010,'s4twtvia','','yes'),(4011,'s4excludecat','','yes'),(4012,'s4defthumb','','yes'),(4013,'s4onexcer','true','yes'),(4014,'s4fblikelang','pt_BR','yes'),(4015,'s4ccss','','yes'),(4016,'s4_linkedin','','yes'),(4017,'s4scripthead','head','yes'),(4018,'s4allscripts','true','yes'),(4019,'s4dmob','','yes'),(4020,'s4cblarge','','yes'),(4021,'s4cbsmall','','yes'),(4022,'s4_cbtn','','yes'),(4023,'s4dispord','1,2,3,4,5,6','yes'),(4024,'s4onexcererr','','yes'),(4025,'s4nofbjava','','yes'),(4026,'s4nometa','','yes'),(4027,'s4analytics','','yes'),(4028,'s4vbhide','vbhide','yes'),(4029,'s4dispvb','true','yes'),(4030,'s4vbmargin','100','yes'),(4031,'s4vremove','','yes'),(4032,'s4vbavis','true','yes'),(4096,'SOCIALTOOLBAROPTIONS','a:28:{s:8:\"position\";s:6:\"bottom\";s:9:\"icon_size\";s:6:\"normal\";s:16:\"background_color\";s:6:\"c71654\";s:12:\"border_color\";s:6:\"666666\";s:18:\"twitter_background\";s:6:\"999999\";s:16:\"hover_background\";s:6:\"6c2121\";s:15:\"hover_animation\";s:5:\"false\";s:9:\"icon_type\";s:5:\"white\";s:12:\"button_color\";s:5:\"white\";s:6:\"update\";s:7:\"UPDATED\";s:12:\"show_tweeter\";s:2:\"no\";s:10:\"bird_color\";s:5:\"white\";s:11:\"font_family\";s:28:\"Arial, Helvetica, sans-serif\";s:9:\"font_size\";s:4:\"12px\";s:10:\"font_color\";s:6:\"ffffff\";s:10:\"link_color\";s:6:\"ffffff\";s:17:\"twitter_timestamp\";s:5:\"false\";s:13:\"whole_website\";s:4:\"true\";s:9:\"home_page\";s:1:\"1\";s:16:\"category_archive\";s:1:\"1\";s:16:\"blog_single_post\";s:16:\"blog_single_post\";s:14:\"specific_pages\";s:0:\"\";s:13:\"exclude_pages\";s:0:\"\";s:10:\"share_home\";s:5:\"false\";s:15:\"google_plus_one\";s:5:\"false\";s:16:\"pinterest_button\";s:5:\"false\";s:16:\"facebook_setting\";s:5:\"false\";s:11:\"credit_logo\";s:5:\"false\";}','yes'),(4076,'cnss-width','32','yes'),(4077,'cnss-height','32','yes'),(4078,'cnss-margin','4','yes'),(4079,'cnss-row-count','1','yes'),(4080,'cnss-vertical-horizontal','horizontal','yes'),(4097,'SOCIALTOOLBARICONS','a:9:{i:0;a:4:{s:4:\"name\";s:3:\"RSS\";s:3:\"url\";s:0:\"\";s:5:\"order\";i:0;s:6:\"enable\";i:0;}i:1;a:4:{s:4:\"name\";s:7:\"twitter\";s:3:\"url\";s:1:\"#\";s:5:\"order\";i:1;s:6:\"enable\";i:1;}i:2;a:4:{s:4:\"name\";s:8:\"facebook\";s:3:\"url\";s:36:\"https://www.facebook.com/EuTeAmoHoje\";s:5:\"order\";i:2;s:6:\"enable\";i:1;}i:3;a:4:{s:4:\"name\";s:7:\"myspace\";s:3:\"url\";s:0:\"\";s:5:\"order\";i:3;s:6:\"enable\";i:0;}i:4;a:4:{s:4:\"name\";s:8:\"LinkedIn\";s:3:\"url\";s:0:\"\";s:5:\"order\";i:4;s:6:\"enable\";i:0;}i:5;a:4:{s:4:\"name\";s:6:\"flickr\";s:3:\"url\";s:0:\"\";s:5:\"order\";i:5;s:6:\"enable\";i:0;}i:6;a:4:{s:4:\"name\";s:5:\"vimeo\";s:3:\"url\";s:0:\"\";s:5:\"order\";i:6;s:6:\"enable\";i:0;}i:7;a:4:{s:4:\"name\";s:7:\"YouTube\";s:3:\"url\";s:0:\"\";s:5:\"order\";i:7;s:6:\"enable\";i:1;}i:8;a:4:{s:4:\"name\";s:7:\"Google+\";s:3:\"url\";s:0:\"\";s:5:\"order\";i:8;s:6:\"enable\";i:1;}}','yes'),(4155,'jetpack_activated','1','yes'),(4156,'jetpack_options','a:9:{s:7:\"version\";s:16:\"2.4.2:1378404690\";s:11:\"old_version\";s:16:\"2.4.2:1378404690\";s:28:\"fallback_no_verify_ssl_certs\";i:0;s:9:\"time_diff\";i:0;s:2:\"id\";i:57370591;s:10:\"blog_token\";s:65:\"i#7SamVHwW1bOcVqRHhilM*hi#SlAK@P.$!0xcT%CqSyBF(zQdgtGV@zn*#Oz4JNl\";s:6:\"public\";i:1;s:11:\"user_tokens\";a:1:{i:1;s:67:\"ohPyHtKX#0t$wbbxJ!89weRU@&f)(aj3.JZc5Ud1pKY2$RT8y!g01!PH8@R&4@#iN.1\";}s:11:\"master_user\";i:1;}','yes'),(4172,'jetpack_active_modules','a:22:{i:0;s:10:\"vaultpress\";i:1;s:17:\"widget-visibility\";i:3;s:18:\"after-the-deadline\";i:5;s:10:\"omnisearch\";i:7;s:11:\"mobile-push\";i:9;s:10:\"custom-css\";i:11;s:12:\"contact-form\";i:13;s:10:\"shortlinks\";i:15;s:5:\"stats\";i:17;s:9:\"publicize\";i:19;s:13:\"post-by-email\";i:21;s:5:\"notes\";i:23;s:7:\"widgets\";i:25;s:10:\"sharedaddy\";i:27;s:19:\"gravatar-hovercards\";i:29;s:21:\"enhanced-distribution\";i:31;s:10:\"shortcodes\";i:33;s:8:\"json-api\";i:35;s:5:\"latex\";i:37;s:13:\"subscriptions\";i:39;s:8:\"comments\";i:41;s:5:\"likes\";}','yes'),(4184,'sharing-options','a:1:{s:6:\"global\";a:5:{s:12:\"button_style\";s:8:\"official\";s:13:\"sharing_label\";s:10:\"Partilhar:\";s:10:\"open_links\";s:3:\"new\";s:4:\"show\";a:0:{}s:6:\"custom\";a:0:{}}}','yes'),(4176,'stats_options','a:7:{s:9:\"admin_bar\";b:1;s:5:\"roles\";a:1:{i:0;s:13:\"administrator\";}s:11:\"count_roles\";a:0:{}s:7:\"blog_id\";i:57370591;s:12:\"do_not_track\";b:1;s:10:\"hide_smile\";b:0;s:7:\"version\";s:1:\"9\";}','yes'),(4203,'sharing-services','a:2:{s:7:\"visible\";a:3:{i:0;s:8:\"facebook\";i:1;s:7:\"twitter\";i:2;s:13:\"google-plus-1\";}s:6:\"hidden\";a:0:{}}','yes'),(4209,'sharedaddy_disable_resources','0','yes'),(4210,'disabled_likes','1','yes'),(4211,'jetpack_comment_likes_enabled','0','yes'),(6502,'cmsms_options_increase_style_header','a:11:{s:22:\"increase_header_height\";i:184;s:23:\"increase_header_nav_top\";i:117;s:25:\"increase_header_nav_right\";s:1:\"0\";s:25:\"increase_header_nav_fixed\";i:1;s:22:\"increase_header_social\";b:1;s:26:\"increase_header_social_top\";i:40;s:28:\"increase_header_social_right\";s:1:\"0\";s:27:\"increase_header_custom_html\";i:0;s:31:\"increase_header_custom_html_top\";s:2:\"10\";s:33:\"increase_header_custom_html_right\";s:1:\"0\";s:20:\"increase_header_html\";s:0:\"\";}','yes'),(6347,'types_children','a:0:{}','yes'),(4357,'stats_cache','a:2:{s:32:\"d7dbf5f9121ec9a291ed5324cfa5f631\";a:1:{i:1384152556;a:8:{i:0;a:4:{s:7:\"post_id\";s:4:\"4284\";s:10:\"post_title\";s:23:\"DFW Properties for Rent\";s:14:\"post_permalink\";s:52:\"http://www.westromgroup.com/dfw-properties-for-rent/\";s:5:\"views\";s:2:\"26\";}i:1;a:4:{s:7:\"post_id\";s:1:\"0\";s:10:\"post_title\";s:9:\"Home page\";s:14:\"post_permalink\";s:32:\"http://testingweb123.webuda.com/\";s:5:\"views\";s:2:\"13\";}i:2;a:4:{s:7:\"post_id\";s:4:\"3280\";s:10:\"post_title\";s:4:\"Home\";s:14:\"post_permalink\";s:28:\"http://www.westromgroup.com/\";s:5:\"views\";s:1:\"5\";}i:3;a:4:{s:7:\"post_id\";s:4:\"4292\";s:10:\"post_title\";s:26:\"Rental Qualifying Criteria\";s:14:\"post_permalink\";s:55:\"http://www.westromgroup.com/rental-qualifying-criteria/\";s:5:\"views\";s:1:\"3\";}i:4;a:4:{s:7:\"post_id\";s:2:\"74\";s:10:\"post_title\";s:5:\"About\";s:14:\"post_permalink\";s:34:\"http://www.westromgroup.com/about/\";s:5:\"views\";s:1:\"2\";}i:5;a:4:{s:7:\"post_id\";s:4:\"5187\";s:10:\"post_title\";s:13:\"Tenant Portal\";s:14:\"post_permalink\";s:42:\"http://www.westromgroup.com/tenant-portal/\";s:5:\"views\";s:1:\"1\";}i:6;a:4:{s:7:\"post_id\";s:4:\"5145\";s:10:\"post_title\";s:23:\"Property Management Fee\";s:14:\"post_permalink\";s:52:\"http://www.westromgroup.com/property-management-fee/\";s:5:\"views\";s:1:\"1\";}i:7;a:4:{s:7:\"post_id\";s:4:\"5174\";s:10:\"post_title\";s:37:\"Services for Real Estate Property DFW\";s:14:\"post_permalink\";s:53:\"http://www.westromgroup.com/real-estate-property-dfw/\";s:5:\"views\";s:1:\"1\";}}}s:32:\"c2c6616d6e6ea4f23804c929d05abc68\";a:1:{i:1384152556;a:5:{i:0;a:2:{s:10:\"searchterm\";s:13:\"westrom group\";s:5:\"views\";s:1:\"8\";}i:1;a:2:{s:10:\"searchterm\";s:17:\"westrom group.com\";s:5:\"views\";s:1:\"3\";}i:2;a:2:{s:10:\"searchterm\";s:21:\"westrom group company\";s:5:\"views\";s:1:\"2\";}i:3;a:2:{s:10:\"searchterm\";s:19:\"westrom group texas\";s:5:\"views\";s:1:\"2\";}i:4;a:2:{s:10:\"searchterm\";s:12:\"westromgroup\";s:5:\"views\";s:1:\"1\";}}}}','yes'),(4370,'shs_slider_settings','a:7:{s:10:\"pause_time\";s:4:\"7000\";s:10:\"trans_time\";s:4:\"1000\";s:5:\"width\";s:5:\"950px\";s:6:\"height\";s:5:\"350px\";s:9:\"direction\";s:4:\"Down\";s:14:\"pause_on_hover\";s:2:\"No\";s:15:\"show_navigation\";s:2:\"No\";}','yes'),(4379,'shs_slider_contents','a:3:{i:0;s:103:\"<img src=\\\"http://testingweb123.webuda.com/wp-content/uploads/2013/09/euteamohoje.jpg\\\" width=\\\"1350\\\">\";i:1;s:104:\"<img src=\\\"http://testingweb123.webuda.com/wp-content/uploads/2013/09/euteamohoje1.jpg\\\" width=\\\"1350\\\">\";i:2;s:0:\"\";}','yes'),(6497,'cmsms_options_increase_error','a:3:{s:21:\"increase_error_search\";i:1;s:29:\"increase_error_sitemap_button\";i:1;s:27:\"increase_error_sitemap_link\";s:0:\"\";}','yes'),(4635,'safecss_rev','49','yes'),(4640,'safecss_revision_migrated','1378821719','yes'),(4748,'widget_blog_subscription','a:5:{i:2;a:5:{s:5:\"title\";s:10:\"Newsletter\";s:14:\"subscribe_text\";s:0:\"\";s:19:\"subscribe_logged_in\";s:0:\"\";s:16:\"subscribe_button\";s:8:\"Subsribe\";s:22:\"show_subscribers_total\";b:1;}i:3;a:5:{s:5:\"title\";s:20:\"Subcribe to our Blog\";s:14:\"subscribe_text\";s:0:\"\";s:19:\"subscribe_logged_in\";s:0:\"\";s:16:\"subscribe_button\";s:8:\"Subsribe\";s:22:\"show_subscribers_total\";b:1;}i:4;a:5:{s:5:\"title\";s:15:\"Subscribe to Us\";s:14:\"subscribe_text\";s:85:\"Enter your email address to subscribe to our news and receive notifications by email.\";s:19:\"subscribe_logged_in\";s:0:\"\";s:16:\"subscribe_button\";s:9:\"Subscribe\";s:22:\"show_subscribers_total\";b:1;}i:5;a:5:{s:5:\"title\";s:12:\"Subscribe us\";s:14:\"subscribe_text\";s:102:\"Enter your email address to subscribe to this website and receive notifications of new posts by email.\";s:19:\"subscribe_logged_in\";s:0:\"\";s:16:\"subscribe_button\";s:9:\"Subscribe\";s:22:\"show_subscribers_total\";b:1;}s:12:\"_multiwidget\";i:1;}','yes'),(4787,'widget_image','a:2:{i:2;a:9:{s:5:\"title\";s:0:\"\";s:7:\"img_url\";s:70:\"http://testingweb123.webuda.com/wp-content/uploads/2013/09/anuncio.jpg\";s:8:\"alt_text\";s:9:\"ad-google\";s:9:\"img_title\";s:9:\"ad-google\";s:7:\"caption\";s:0:\"\";s:5:\"align\";s:6:\"center\";s:9:\"img_width\";i:200;s:10:\"img_height\";i:200;s:4:\"link\";s:1:\"#\";}s:12:\"_multiwidget\";i:1;}','yes'),(6328,'widget_themify-recent-comments','a:3:{i:2;a:0:{}i:3;a:5:{s:5:\"title\";s:15:\"Recent Comments\";s:10:\"show_count\";s:1:\"3\";s:11:\"show_avatar\";s:2:\"on\";s:11:\"avatar_size\";s:2:\"32\";s:14:\"excerpt_length\";s:2:\"60\";}s:12:\"_multiwidget\";i:1;}','yes'),(4857,'widget_top-posts','a:2:{i:2;a:3:{s:5:\"title\";s:7:\"POPULAR\";s:5:\"count\";i:10;s:7:\"display\";s:4:\"grid\";}s:12:\"_multiwidget\";i:1;}','yes'),(6348,'status_children','a:0:{}','yes'),(7920,'theme_mods_twentythirteen','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1379516068;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:21:{i:0;s:21:\"custom-contact-form-2\";i:1;s:19:\"blog_subscription-4\";i:2;s:8:\"search-3\";i:3;s:10:\"calendar-2\";i:4;s:6:\"meta-2\";i:5;s:12:\"categories-2\";i:6;s:17:\"recent-comments-2\";i:7;s:5:\"rss-2\";i:8;s:10:\"nav_menu-2\";i:9;s:18:\"facebook-likebox-2\";i:10;s:10:\"archives-2\";i:11;s:6:\"text-2\";i:12;s:11:\"top-posts-2\";i:13;s:7:\"image-2\";i:14;s:18:\"twitter_timeline-2\";i:15;s:19:\"blog_subscription-2\";i:16;s:19:\"blog_subscription-3\";i:17;s:11:\"tag_cloud-2\";i:18;s:7:\"pages-2\";i:19;s:8:\"search-2\";i:20;s:14:\"recent-posts-2\";}s:9:\"sidebar-1\";a:0:{}s:9:\"sidebar-2\";a:0:{}}}}','yes'),(5602,'fbcomments','a:15:{s:4:\"mods\";s:0:\"\";s:5:\"appID\";s:16:\"1390698654493973\";s:4:\"fbml\";s:2:\"on\";s:4:\"fbns\";s:2:\"on\";s:5:\"html5\";s:2:\"on\";s:5:\"posts\";s:2:\"on\";s:8:\"language\";s:5:\"pt_BR\";s:6:\"scheme\";s:5:\"light\";s:3:\"num\";s:1:\"5\";s:5:\"width\";s:3:\"450\";s:5:\"title\";s:12:\"Comentários\";s:10:\"titleclass\";s:0:\"\";s:5:\"count\";s:2:\"on\";s:8:\"countmsg\";s:12:\"Comentários\";s:10:\"countstyle\";s:0:\"\";}','yes'),(5748,'widget_twitter_timeline','a:2:{i:3;a:9:{s:5:\"title\";s:20:\"Follow us on Twitter\";s:5:\"width\";i:200;s:6:\"height\";i:400;s:11:\"tweet-limit\";i:4;s:9:\"widget-id\";s:18:\"396543302670888960\";s:10:\"link-color\";s:7:\"#f96e5b\";s:12:\"border-color\";s:7:\"#e8e8e8\";s:5:\"theme\";s:5:\"light\";s:6:\"chrome\";a:0:{}}s:12:\"_multiwidget\";i:1;}','yes'),(6161,'theme_mods_domestica','a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:226;}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1379504568;s:4:\"data\";a:6:{s:19:\"wp_inactive_widgets\";a:22:{i:0;s:6:\"text-4\";i:1;s:7:\"pages-2\";i:2;s:6:\"text-3\";i:3;s:10:\"calendar-2\";i:4;s:6:\"text-2\";i:5;s:5:\"rss-2\";i:6;s:11:\"tag_cloud-2\";i:7;s:10:\"nav_menu-2\";i:8;s:22:\"wpzoom-widget-social-2\";i:9;s:22:\"wpzoom-feature-posts-2\";i:10;s:24:\"wpzoom-recent-comments-2\";i:11;s:15:\"wpzoom-flickr-2\";i:12;s:16:\"wpzoom-twitter-2\";i:13;s:23:\"wpzoom-twitter-bubble-2\";i:14;s:25:\"wpzoom-featured-realtor-2\";i:15;s:23:\"wpzoom-locator-search-2\";i:16;s:8:\"search-2\";i:17;s:14:\"recent-posts-2\";i:18;s:17:\"recent-comments-2\";i:19;s:10:\"archives-2\";i:20;s:12:\"categories-2\";i:21;s:6:\"meta-2\";}s:7:\"sidebar\";a:3:{i:0;s:23:\"wpzoom-locator-search-3\";i:1;s:22:\"wpzoom-feature-posts-3\";i:2;s:18:\"facebook-likebox-2\";}s:14:\"horizontal_bar\";a:1:{i:0;s:23:\"wpzoom-locator-search-4\";}s:8:\"footer_1\";a:1:{i:0;s:22:\"wpzoom-widget-social-3\";}s:8:\"footer_2\";a:0:{}s:8:\"footer_3\";a:1:{i:0;s:23:\"wpzoom-twitter-bubble-3\";}}}}','yes'),(6500,'cmsms_options_increase_recaptcha','','yes'),(6501,'cmsms_options_increase_style_bg','a:6:{s:15:\"increase_bg_col\";s:7:\"#f2f2f2\";s:22:\"increase_bg_img_enable\";i:1;s:15:\"increase_bg_img\";s:69:\"http://testingweb123.webuda.com/wp-content/themes/increase/img/bg.jpg\";s:15:\"increase_bg_rep\";s:9:\"no-repeat\";s:15:\"increase_bg_pos\";s:10:\"top center\";s:15:\"increase_bg_att\";s:5:\"fixed\";}','yes'),(6162,'wpzoom_misc_logo_path','','yes'),(6163,'wpzoom_misc_favicon','','yes'),(6164,'wpzoom_misc_feedburner','','yes'),(6165,'wpzoom_comments_page','off','yes'),(6166,'wpzoom_currency','$','yes'),(6167,'wpzoom_price','Price','yes'),(6168,'wpzoom_bedrooms','Bedrooms','yes'),(6169,'wpzoom_bathrooms','Bathrooms','yes'),(6170,'wpzoom_address','Address','yes'),(6171,'wpzoom_listing_1','City','yes'),(6172,'wpzoom_listing_2','State','yes'),(6173,'wpzoom_listing_3','ZIP','yes'),(6174,'wpzoom_listing_4','Square Feet','yes'),(6175,'wpzoom_listing_5','','yes'),(6176,'wpzoom_listing_6','','yes'),(6177,'wpzoom_listing_7','','yes'),(6178,'wpzoom_listing_8','','yes'),(6179,'wpzoom_listing_9','','yes'),(6180,'wpzoom_listing_10','','yes'),(6181,'wpzoom_listing_11','','yes'),(6182,'wpzoom_listing_12','','yes'),(6183,'wpzoom_listing_13','','yes'),(6184,'wpzoom_listing_14','','yes'),(6185,'wpzoom_listing_15','','yes'),(6186,'wpzoom_listing_16','','yes'),(6187,'wpzoom_listing_17','','yes'),(6188,'wpzoom_listing_18','','yes'),(6189,'wpzoom_listing_19','','yes'),(6190,'wpzoom_listing_20','','yes'),(6191,'wpzoom_agent_enable','off','yes'),(6192,'wpzoom_agent_role_name','Agent','yes'),(6193,'wpzoom_agent_role_parent','author','yes'),(6194,'wpzoom_lang_1','View Listing','yes'),(6195,'wpzoom_lang_2','Read More','yes'),(6196,'wpzoom_lang_3','My Listings','yes'),(6197,'wpzoom_lang_4','Recent Listings','yes'),(6198,'wpzoom_lang_5','Contact Information','yes'),(6199,'wpzoom_lang_6','Twitter','yes'),(6200,'wpzoom_lang_7','Phone','yes'),(6201,'wpzoom_lang_8','Interested in my listings?','yes'),(6202,'wpzoom_lang_9','Contact me now!','yes'),(6203,'wpzoom_lang_10','Description','yes'),(6204,'wpzoom_lang_11','Listing Details','yes'),(6205,'wpzoom_lang_12','Contact Agent','yes'),(6206,'wpzoom_lang_13','Interested in this listing?','yes'),(6207,'wpzoom_lang_14','Book an appointment!','yes'),(6208,'wpzoom_lang_15','Show map','yes'),(6209,'wpzoom_search_price_values','50000\r\n75000\r\n100000\r\n150000\r\n200000\r\n250000\r\n300000\r\n350000\r\n400000\r\n450000\r\n500000\r\n600000\r\n700000\r\n800000\r\n900000\r\n1000000\r\n1500000\r\n2000000\r\n2500000\r\n5000000\r\n10000000\r\n15000000\r\n20000000','yes'),(6210,'wpzoom_search_status','Property Status','yes'),(6211,'wpzoom_search_type','Property Type','yes'),(6212,'wpzoom_search_location','Location','yes'),(6213,'wpzoom_search_pricemin','Price (min)','yes'),(6214,'wpzoom_search_pricemax','Price (max)','yes'),(6215,'wpzoom_search_bed','Bedrooms','yes'),(6216,'wpzoom_search_bath','Bathrooms','yes'),(6217,'wpzoom_search_btn','Search','yes'),(6218,'wpzoom_post_switcher','on','yes'),(6219,'wpzoom_post_layout','Grid','yes'),(6220,'wpzoom_list_content','Excerpt','yes'),(6221,'wpzoom_list_thumb','on','yes'),(6222,'wpzoom_list_price','off','yes'),(6223,'wpzoom_list_morebtn','on','yes'),(6224,'wpzoom_list_author','on','yes'),(6225,'wpzoom_list_author_contact','on','yes'),(6226,'wpzoom_display_content','Excerpt','yes'),(6227,'wpzoom_excerpt_length','50','yes'),(6228,'wpzoom_index_thumb','on','yes'),(6229,'wpzoom_display_date','on','yes'),(6230,'wpzoom_display_category','on','yes'),(6231,'wpzoom_display_comments','on','yes'),(6232,'wpzoom_display_morebtn','on','yes'),(6233,'wpzoom_post_date','on','yes'),(6234,'wpzoom_post_share','on','yes'),(6235,'wpzoom_post_tags','on','yes'),(6236,'wpzoom_post_comments','on','yes'),(6237,'wpzoom_slider_index','on','yes'),(6238,'wpzoom_featured_rotate','on','yes'),(6239,'wpzoom_featured_interval','3000','yes'),(6240,'wpzoom_homepage_content','Latest listings','yes'),(6241,'wpzoom_estate_posts','4','yes'),(6242,'wpzoom_exclude_cats_recent','off','yes'),(6243,'wpzoom_seo_enable','on','yes'),(6244,'wpzoom_seo_home_title','Site Title - Site Description','yes'),(6245,'wpzoom_seo_posts_title','Page Title','yes'),(6246,'wpzoom_seo_pages_title','Page Title - Site Title','yes'),(6247,'wpzoom_title_separator',' — ','yes'),(6248,'wpzoom_meta_desc','','yes'),(6249,'wpzoom_meta_key','','yes'),(6250,'wpzoom_index_category','index','yes'),(6251,'wpzoom_index_tag','index','yes'),(6252,'wpzoom_index_author','index','yes'),(6253,'wpzoom_index_date','index','yes'),(6254,'wpzoom_index_search','index','yes'),(6255,'wpzoom_canonical','off','yes'),(6256,'wpzoom_misc_address','9 Street Address, Brighton BN17GP','yes'),(6257,'wpzoom_misc_phone','1234 567890','yes'),(6258,'wpzoom_header_code','','yes'),(6259,'wpzoom_footer_code','','yes'),(6260,'wpzoom_bg_css_color','','yes'),(6261,'wpzoom_a_css_color','','yes'),(6262,'wpzoom_ahover_css_color','','yes'),(6263,'wpzoom_btn_css_color','','yes'),(6264,'wpzoom_btnhover_css_color','','yes'),(6265,'wpzoom_widgetbg_css_color','','yes'),(6266,'wpzoom_banner_sidebar_enable','off','yes'),(6267,'wpzoom_banner_sidebar_position','Before widgets','yes'),(6268,'wpzoom_banner_sidebar_html','','yes'),(6269,'wpzoom_banner_sidebar','','yes'),(6270,'wpzoom_banner_sidebar_url','','yes'),(6271,'wpzoom_banner_sidebar_alt','','yes'),(6272,'wpzoom_meta_generator','on','yes'),(6273,'wpzoom_framework_fonts_preview','on','yes'),(6274,'wpzoom_framework_update_enable','on','yes'),(6275,'wpzoom_framework_update_notification_enable','on','yes'),(6276,'wpzoom_framework_theme_update_notification_enable','on','yes'),(6277,'wpzoom_framework_newthemes_enable','on','yes'),(6278,'wpzoom_framework_shortcodes_enable','on','yes'),(6279,'wpzoom_framework_wzslider_enable','on','yes'),(6280,'wpzoom_misc_import','','yes'),(6281,'wpzoom_misc_load_default_widgets','off','yes'),(6282,'wpzoom_misc_import_widgets','','yes'),(6284,'Pronamic_Google_maps','a:2:{s:9:\"installed\";b:1;s:6:\"active\";a:3:{s:4:\"page\";b:0;s:4:\"post\";b:0;s:6:\"estate\";b:1;}}','yes'),(6286,'wpzoom_framework_last_checked','1379504551','yes'),(6287,'_transient_framework_version','1.3.9','yes'),(6288,'_transient_wpzoom_temp_theme_version','1.2.5','yes'),(6290,'wpzoom_theme_last_checked','1379513571','yes'),(6291,'wpzoom_wpzoom_activated','yes','yes'),(6292,'wpzoom_wpzoom_activated_time','1379338748','yes'),(6293,'wpzoom_taxonomies_loaded','1','yes'),(27016,'_site_transient_timeout_theme_roots','1384914019','yes'),(6304,'widget_childpropertieswidget','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(6305,'widget_dsidx-list-areas','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(6306,'widget_dsidx-listings','a:3:{i:2;a:0:{}i:4;a:6:{s:14:\"listingsToShow\";s:2:\"25\";s:14:\"defaultDisplay\";s:3:\"map\";s:11:\"querySource\";s:4:\"area\";s:16:\"areaSourceConfig\";a:3:{s:4:\"type\";s:4:\"city\";s:4:\"name\";s:0:\"\";s:4:\"sort\";s:14:\"DateAdded|DESC\";}s:16:\"linkSourceConfig\";a:1:{s:4:\"sort\";s:14:\"DateAdded|DESC\";}s:5:\"title\";s:19:\"IDX/MLS Integration\";}s:12:\"_multiwidget\";i:1;}','yes'),(6307,'widget_dsidx-search','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(6308,'widget_fcc_refine_widget','a:3:{i:2;a:0:{}i:3;a:1:{s:5:\"title\";s:3:\"Tet\";}s:12:\"_multiwidget\";i:1;}','yes'),(6309,'widget_featuredpropertieswidget','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(6310,'widget_gallerypropertieswidget','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(6311,'widget_horizontal-widget','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(6312,'widget_latestpropertieswidget','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(6313,'widget_links','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(6314,'widget_list-custom-post-type-posts-with-ajax','a:3:{i:2;a:0:{}i:3;a:2:{s:9:\"post_type\";s:6:\"estate\";s:5:\"title\";s:13:\"Select a Post\";}s:12:\"_multiwidget\";i:1;}','yes'),(6315,'widget_mcswwidget','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(6354,'widget_facebook-likebox','a:2:{i:2;a:2:{s:5:\"title\";s:19:\"Like us on Facebook\";s:9:\"like_args\";a:9:{s:4:\"href\";s:37:\"https://www.facebook.com/westromgroup\";s:5:\"width\";i:200;s:6:\"height\";i:580;s:11:\"colorscheme\";s:5:\"light\";s:10:\"show_faces\";b:1;s:6:\"stream\";b:1;s:11:\"show_border\";b:1;s:6:\"header\";b:0;s:10:\"force_wall\";b:1;}}s:12:\"_multiwidget\";i:1;}','yes'),(6316,'widget_otherpropertieswidget','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(6318,'widget_pronamic_google_maps','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(6319,'widget_query-multiple-taxonomies','','yes'),(6320,'widget_quickflickr','a:2:{s:5:\"title\";s:14:\"Flickr Gallery\";s:5:\"error\";s:47:\"Your Quick Flickr Widget needs to be configured\";}','yes'),(6321,'widget_recent_news','a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";s:1:\"1\";}','yes'),(6322,'widget_searchpropertieswidget','a:3:{i:2;a:0:{}i:3;a:4:{s:5:\"title\";s:4:\"Test\";s:25:\"searchable_property_types\";a:2:{i:0;s:9:\"floorplan\";i:1;s:18:\"single_family_home\";}s:21:\"searchable_attributes\";a:6:{i:0;s:7:\"deposit\";i:1;s:4:\"area\";i:2;s:8:\"bedrooms\";i:3;s:13:\"property_type\";i:4;s:4:\"city\";i:5;s:5:\"price\";}s:8:\"per_page\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(6323,'widget_sh_sb_widget','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(6324,'widget_social_connect','a:15:{s:5:\"title\";s:0:\"\";s:5:\"email\";s:0:\"\";s:10:\"email_name\";s:0:\"\";s:7:\"twitter\";s:0:\"\";s:12:\"twitter_name\";s:0:\"\";s:8:\"facebook\";s:0:\"\";s:13:\"facebook_name\";s:0:\"\";s:6:\"flickr\";s:0:\"\";s:11:\"flickr_name\";s:0:\"\";s:8:\"dribbble\";s:0:\"\";s:13:\"dribbble_name\";s:0:\"\";s:7:\"youtube\";s:0:\"\";s:12:\"youtube_name\";s:0:\"\";s:5:\"vimeo\";s:0:\"\";s:10:\"vimeo_name\";s:0:\"\";}','yes'),(6326,'widget_taxonomy-drill-down','a:3:{i:2;a:0:{}i:3;a:3:{s:5:\"title\";s:4:\"Test\";s:4:\"mode\";s:9:\"dropdowns\";s:10:\"taxonomies\";a:4:{i:0;s:8:\"location\";i:1;s:5:\"types\";i:2;s:6:\"status\";i:3;s:5:\"price\";}}s:12:\"_multiwidget\";i:1;}','yes'),(6327,'widget_taxonomy_picker','a:3:{i:2;a:0:{}i:3;a:26:{s:5:\"title\";s:7:\"Example\";s:12:\"fix_post_tag\";s:12:\"post_tag=all\";s:16:\"orderby_post_tag\";s:4:\"name\";s:13:\"sort_post_tag\";s:3:\"Asc\";s:17:\"taxonomy_location\";s:2:\"on\";s:12:\"fix_location\";s:12:\"location=all\";s:16:\"orderby_location\";s:4:\"name\";s:13:\"sort_location\";s:3:\"Asc\";s:14:\"taxonomy_types\";s:2:\"on\";s:9:\"fix_types\";s:9:\"types=all\";s:13:\"orderby_types\";s:4:\"name\";s:10:\"sort_types\";s:3:\"Asc\";s:15:\"taxonomy_status\";s:2:\"on\";s:10:\"fix_status\";s:10:\"status=all\";s:14:\"orderby_status\";s:4:\"name\";s:11:\"sort_status\";s:3:\"Asc\";s:14:\"taxonomy_price\";s:2:\"on\";s:9:\"fix_price\";s:9:\"price=all\";s:13:\"orderby_price\";s:4:\"name\";s:10:\"sort_price\";s:3:\"Asc\";s:14:\"category_title\";s:0:\"\";s:17:\"choose_categories\";s:1:\"A\";s:14:\"set_categories\";s:0:\"\";s:12:\"choose_pages\";s:1:\"A\";s:9:\"set_pages\";s:0:\"\";s:10:\"taxonomies\";a:4:{s:8:\"location\";a:5:{s:4:\"name\";s:8:\"location\";s:5:\"value\";s:12:\"location=all\";s:6:\"hidden\";s:0:\"\";s:7:\"orderby\";s:4:\"name\";s:4:\"sort\";s:3:\"Asc\";}s:5:\"types\";a:5:{s:4:\"name\";s:5:\"types\";s:5:\"value\";s:9:\"types=all\";s:6:\"hidden\";s:0:\"\";s:7:\"orderby\";s:4:\"name\";s:4:\"sort\";s:3:\"Asc\";}s:6:\"status\";a:5:{s:4:\"name\";s:6:\"status\";s:5:\"value\";s:10:\"status=all\";s:6:\"hidden\";s:0:\"\";s:7:\"orderby\";s:4:\"name\";s:4:\"sort\";s:3:\"Asc\";}s:5:\"price\";a:5:{s:4:\"name\";s:5:\"price\";s:5:\"value\";s:9:\"price=all\";s:6:\"hidden\";s:0:\"\";s:7:\"orderby\";s:4:\"name\";s:4:\"sort\";s:3:\"Asc\";}}}s:12:\"_multiwidget\";i:1;}','yes'),(6330,'widget_widget_twentyeleven_ephemera','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(6331,'widget_wptuts-flickr-widget','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(6332,'widget_wpzoom-feature-posts','a:3:{i:2;a:0:{}i:3;a:10:{s:5:\"title\";s:17:\"Recent Blog Posts\";s:8:\"category\";s:1:\"0\";s:10:\"show_count\";s:1:\"5\";s:9:\"show_date\";s:2:\"on\";s:10:\"show_thumb\";s:2:\"on\";s:12:\"show_excerpt\";N;s:10:\"hide_title\";N;s:11:\"thumb_width\";s:2:\"50\";s:12:\"thumb_height\";s:2:\"50\";s:14:\"excerpt_length\";s:2:\"55\";}s:12:\"_multiwidget\";i:1;}','yes'),(6499,'cmsms_options_increase_code','a:3:{s:25:\"increase_google_analytics\";s:0:\"\";s:19:\"increase_custom_css\";s:0:\"\";s:18:\"increase_custom_js\";s:0:\"\";}','yes'),(6498,'cmsms_options_increase_seo','a:4:{s:12:\"increase_seo\";i:1;s:18:\"increase_seo_title\";s:0:\"\";s:24:\"increase_seo_description\";s:0:\"\";s:21:\"increase_seo_keywords\";s:0:\"\";}','yes'),(6033,'widget_weptile-image-slider-widget','a:2:{i:2;a:20:{s:5:\"title\";s:0:\"\";s:12:\"slider-width\";s:3:\"200\";s:13:\"slider-height\";s:3:\"200\";s:17:\"slider-responsive\";s:1:\"1\";s:12:\"slider-theme\";s:5:\"light\";s:19:\"slider-start-random\";s:1:\"1\";s:16:\"slider-prev-text\";s:8:\"Previous\";s:16:\"slider-next-text\";s:4:\"Next\";s:13:\"slider-effect\";s:4:\"fade\";s:12:\"slider-speed\";s:4:\"3000\";s:15:\"slider-duration\";s:4:\"3000\";s:13:\"slider-slices\";s:0:\"\";s:18:\"slider-box-columns\";s:0:\"\";s:15:\"slider-box-rows\";s:0:\"\";s:18:\"slider-image-links\";a:3:{i:0;s:62:\"http://www.euteamohoje.com.br/produto/colar-tres-coracoes.html\";i:1;s:61:\"http://www.euteamohoje.com.br/produto/caneca-amor-eterno.html\";i:2;s:65:\"http://www.euteamohoje.com.br/produto/eu-te-amo-hoje-o-livro.html\";}s:25:\"slider-image-link-targets\";a:3:{i:0;s:6:\"_blank\";i:1;s:6:\"_blank\";i:2;s:6:\"_blank\";}s:22:\"slider-image-link-rels\";a:3:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";}s:21:\"slider-image-captions\";a:3:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";}s:17:\"slider-image-alts\";a:3:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";}s:13:\"slider-images\";a:3:{i:0;s:89:\"http://testingweb123.webuda.com/wp-content/uploads/2013/09/ba7d009f152-e1379078237596.jpg\";i:1;s:89:\"http://testingweb123.webuda.com/wp-content/uploads/2013/09/93c77513612-e1379078246629.jpg\";i:2;s:89:\"http://testingweb123.webuda.com/wp-content/uploads/2013/09/4a14123f8e3-e1379078260335.jpg\";}}s:12:\"_multiwidget\";i:1;}','yes'),(6341,'widget_wpzoom-widget-three-items','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(6342,'widget_wpzoom-widget-two-items','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(6496,'cmsms_options_increase_sitemap','a:6:{s:20:\"increase_sitemap_nav\";i:1;s:23:\"increase_sitemap_categs\";i:1;s:21:\"increase_sitemap_tags\";i:1;s:22:\"increase_sitemap_month\";i:1;s:26:\"increase_sitemap_pj_categs\";i:1;s:24:\"increase_sitemap_pj_tags\";i:1;}','yes'),(6495,'cmsms_options_increase_sidebar','a:1:{s:16:\"increase_sidebar\";a:1:{i:0;s:4:\"Blog\";}}','yes'),(6494,'cmsms_options_increase_general','a:3:{s:20:\"increase_theme_color\";s:7:\"#33BEE5\";s:19:\"increase_responsive\";i:1;s:15:\"increase_retina\";i:1;}','yes'),(6493,'theme_mods_increase','a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:2:{s:7:\"primary\";i:226;s:6:\"footer\";i:226;}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1379513268;s:4:\"data\";a:6:{s:19:\"wp_inactive_widgets\";a:18:{i:0;s:10:\"calendar-2\";i:1;s:6:\"meta-2\";i:2;s:12:\"categories-2\";i:3;s:17:\"recent-comments-2\";i:4;s:5:\"rss-2\";i:5;s:10:\"nav_menu-2\";i:6;s:18:\"facebook-likebox-2\";i:7;s:10:\"archives-2\";i:8;s:6:\"text-2\";i:9;s:11:\"top-posts-2\";i:10;s:7:\"image-2\";i:11;s:18:\"twitter_timeline-2\";i:12;s:19:\"blog_subscription-2\";i:13;s:19:\"blog_subscription-3\";i:14;s:11:\"tag_cloud-2\";i:15;s:7:\"pages-2\";i:16;s:8:\"search-2\";i:17;s:14:\"recent-posts-2\";}s:15:\"sidebar_default\";a:2:{i:0;s:8:\"search-3\";i:1;s:21:\"custom-contact-form-2\";}s:11:\"sidebar_top\";a:3:{i:0;s:17:\"custom-featured-5\";i:1;s:17:\"custom-featured-6\";i:2;s:17:\"custom-featured-7\";}s:14:\"sidebar_middle\";a:3:{i:0;s:14:\"custom-video-2\";i:1;s:28:\"custom-recent-testimonials-2\";i:2;s:19:\"custom-posts-tabs-2\";}s:14:\"sidebar_bottom\";a:3:{i:0;s:17:\"custom-facebook-2\";i:1;s:16:\"custom-twitter-2\";i:2;s:19:\"blog_subscription-4\";}s:4:\"blog\";a:0:{}}}}','yes'),(8346,'kpw_enable_boxed_style','disable','yes'),(23982,'_transient_timeout_feed_b9388c83948825c1edaef0d856b7b109','1384195716','no'),(23983,'_transient_feed_b9388c83948825c1edaef0d856b7b109','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n \n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:72:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"WordPress Plugins » View: Most Popular\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://wordpress.org/plugins/browse/popular/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"WordPress Plugins » View: Most Popular\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 11 Nov 2013 06:17:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"http://bbpress.org/?v=1.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:15:{i:0;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"All in One SEO Pack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"http://wordpress.org/plugins/all-in-one-seo-pack/#post-753\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 30 Mar 2007 20:08:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"753@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:126:\"All in One SEO Pack is a WordPress SEO plugin to automatically optimize your Wordpress blog for Search Engines such as Google.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"uberdose\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"WordPress SEO by Yoast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"http://wordpress.org/plugins/wordpress-seo/#post-8321\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 01 Jan 2009 20:34:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"8321@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:131:\"Improve your WordPress SEO: Write better content and have a fully optimized WordPress site using the WordPress SEO plugin by Yoast.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Joost de Valk\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Contact Form 7\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"http://wordpress.org/plugins/contact-form-7/#post-2141\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 02 Aug 2007 12:45:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"2141@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"Just another contact form plugin. Simple but flexible.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Takayuki Miyoshi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Akismet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"http://wordpress.org/plugins/akismet/#post-15\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Mar 2007 22:11:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"15@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"Akismet checks your comments against the Akismet web service to see if they look like spam or not.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WooCommerce - excelling eCommerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"http://wordpress.org/plugins/woocommerce/#post-29860\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 05 Sep 2011 08:13:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"29860@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"WooCommerce is a powerful, extendable eCommerce plugin that helps you sell anything. Beautifully.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"WooThemes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Google XML Sitemaps\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"http://wordpress.org/plugins/google-sitemap-generator/#post-132\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Mar 2007 22:31:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"132@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:105:\"This plugin will generate a special XML sitemap which will help search engines to better index your blog.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"Arnee\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"WordPress Importer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://wordpress.org/plugins/wordpress-importer/#post-18101\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 May 2010 17:42:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"18101@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"Import posts, pages, comments, custom fields, categories, tags and more from a WordPress export file.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Brian Colinger\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"Jetpack by WordPress.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"http://wordpress.org/plugins/jetpack/#post-23862\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 Jan 2011 02:21:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"23862@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:104:\"Supercharge your WordPress site with powerful features previously only available to WordPress.com users.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Tim Moore\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"NextGEN Gallery\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://wordpress.org/plugins/nextgen-gallery/#post-1169\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 23 Apr 2007 20:08:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"1169@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:122:\"The most popular WordPress gallery plugin and one of the most popular plugins of all time with over 7.5 million downloads.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Alex Rabe\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Wordfence Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"http://wordpress.org/plugins/wordfence/#post-29832\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 04 Sep 2011 03:13:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"29832@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:148:\"Wordfence Security is a free enterprise class security plugin that includes a firewall, virus scanning, real-time traffic with geolocation and more.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Wordfence\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WP Super Cache\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"http://wordpress.org/plugins/wp-super-cache/#post-2572\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 05 Nov 2007 11:40:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"2572@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"A very fast caching engine for WordPress that produces static html files.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Donncha O Caoimh\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Ultimate TinyMCE\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"http://wordpress.org/plugins/ultimate-tinymce/#post-32088\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 14 Nov 2011 09:06:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"32088@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"Description: Beef up the WordPress TinyMCE content editor with a plethora of advanced options.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Josh (Ult. Tinymce)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Captcha\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"http://wordpress.org/plugins/captcha/#post-26129\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 27 Apr 2011 05:53:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"26129@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"This plugin allows you to implement super security captcha form into web forms.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"bestwebsoft\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"WP-Optimize\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"http://wordpress.org/plugins/wp-optimize/#post-8691\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 21 Jan 2009 04:28:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"8691@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:115:\"This simple but effective plugin allows you to clean up your WordPress database and optimize it without phpMyAdmin.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"ruhanirabin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"TinyMCE Advanced\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"http://wordpress.org/plugins/tinymce-advanced/#post-2082\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 27 Jun 2007 15:00:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"2082@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"Enables the advanced features of TinyMCE, the WordPress WYSIWYG editor.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Andrew Ozz\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:45:\"http://wordpress.org/plugins/rss/view/popular\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:10:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Mon, 11 Nov 2013 06:48:36 GMT\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:7:\"expires\";s:29:\"Mon, 11 Nov 2013 06:52:28 GMT\";s:13:\"cache-control\";s:0:\"\";s:6:\"pragma\";s:0:\"\";s:13:\"last-modified\";s:31:\"Mon, 11 Nov 2013 06:17:28 +0000\";s:4:\"x-nc\";s:11:\"HIT lax 249\";}s:5:\"build\";s:14:\"20131106173658\";}','no'),(6415,'advancediFrameAdminOptions','a:52:{s:11:\"securitykey\";s:40:\"f27ddc0b9919f90ab1441226ce9d2fc779300d34\";s:3:\"src\";s:29:\"http://www.tinywebgallery.com\";s:5:\"width\";s:4:\"100%\";s:6:\"height\";s:3:\"600\";s:9:\"scrolling\";s:4:\"auto\";s:11:\"marginwidth\";s:1:\"0\";s:12:\"marginheight\";s:1:\"0\";s:11:\"frameborder\";s:1:\"0\";s:12:\"transparency\";s:4:\"true\";s:10:\"content_id\";s:0:\"\";s:14:\"content_styles\";s:0:\"\";s:13:\"hide_elements\";s:0:\"\";s:5:\"class\";s:0:\"\";s:20:\"shortcode_attributes\";s:4:\"true\";s:21:\"url_forward_parameter\";s:0:\"\";s:2:\"id\";s:15:\"advanced_iframe\";s:4:\"name\";s:0:\"\";s:6:\"onload\";s:0:\"\";s:13:\"onload_resize\";s:5:\"false\";s:17:\"onload_scroll_top\";s:5:\"false\";s:13:\"additional_js\";s:0:\"\";s:14:\"additional_css\";s:0:\"\";s:22:\"store_height_in_cookie\";s:5:\"false\";s:17:\"additional_height\";s:1:\"0\";s:17:\"iframe_content_id\";s:0:\"\";s:21:\"iframe_content_styles\";s:0:\"\";s:20:\"iframe_hide_elements\";s:0:\"\";s:15:\"version_counter\";s:1:\"1\";s:24:\"onload_show_element_only\";s:0:\"\";s:11:\"include_url\";s:0:\"\";s:15:\"include_content\";s:0:\"\";s:14:\"include_height\";s:0:\"\";s:12:\"include_fade\";s:0:\"\";s:30:\"include_hide_page_until_loaded\";s:5:\"false\";s:15:\"donation_bottom\";s:5:\"false\";s:19:\"onload_resize_width\";s:5:\"false\";s:14:\"resize_on_ajax\";s:0:\"\";s:21:\"resize_on_ajax_jquery\";s:4:\"true\";s:15:\"resize_on_click\";s:0:\"\";s:24:\"resize_on_click_elements\";s:1:\"a\";s:22:\"hide_page_until_loaded\";s:5:\"false\";s:19:\"show_part_of_iframe\";s:5:\"false\";s:21:\"show_part_of_iframe_x\";s:3:\"100\";s:21:\"show_part_of_iframe_y\";s:3:\"100\";s:25:\"show_part_of_iframe_width\";s:3:\"400\";s:26:\"show_part_of_iframe_height\";s:3:\"300\";s:30:\"show_part_of_iframe_new_window\";s:0:\"\";s:27:\"show_part_of_iframe_new_url\";s:0:\"\";s:39:\"show_part_of_iframe_next_viewports_hide\";s:5:\"false\";s:34:\"show_part_of_iframe_next_viewports\";s:0:\"\";s:39:\"show_part_of_iframe_next_viewports_loop\";s:5:\"false\";s:5:\"style\";s:0:\"\";}','yes'),(6503,'cmsms_options_increase_style_content','a:5:{s:15:\"increase_layout\";s:9:\"r_sidebar\";s:19:\"increase_breadcrumb\";i:1;s:20:\"increase_top_sidebar\";i:0;s:23:\"increase_middle_sidebar\";i:0;s:23:\"increase_bottom_sidebar\";i:1;}','yes'),(6504,'cmsms_options_increase_style_footer','a:3:{s:34:\"increase_footer_additional_content\";s:6:\"social\";s:20:\"increase_footer_html\";s:0:\"\";s:25:\"increase_footer_copyright\";s:43:\"Westrom Group © 2013 | All Rights Reserved\";}','yes'),(6505,'cmsms_options_increase_logo_image','a:5:{s:17:\"increase_logo_url\";s:71:\"http://testingweb123.webuda.com/wp-content/themes/increase/img/logo.png\";s:19:\"increase_logo_width\";i:190;s:20:\"increase_logo_height\";i:70;s:17:\"increase_logo_top\";i:30;s:18:\"increase_logo_left\";s:1:\"0\";}','yes'),(6506,'cmsms_options_increase_logo_text','a:4:{s:18:\"increase_text_logo\";i:0;s:24:\"increase_text_logo_title\";s:13:\"Westrom Group\";s:27:\"increase_text_logo_subtitle\";i:0;s:32:\"increase_text_logo_subtitle_text\";s:20:\"Corporate & Business\";}','yes'),(6507,'cmsms_options_increase_logo_favicon','a:2:{s:16:\"increase_favicon\";i:1;s:20:\"increase_favicon_url\";s:74:\"http://testingweb123.webuda.com/wp-content/themes/increase/img/favicon.ico\";}','yes'),(6508,'cmsms_options_increase_font_content','a:9:{s:33:\"increase_content_font_system_font\";s:36:\"Arial, Geneva, Helvetica, sans-serif\";s:33:\"increase_content_font_google_font\";s:18:\"Droid+Sans:400,700\";s:32:\"increase_content_font_font_color\";s:7:\"#727a7e\";s:31:\"increase_content_font_font_size\";i:13;s:33:\"increase_content_font_line_height\";i:18;s:33:\"increase_content_font_font_weight\";s:6:\"normal\";s:32:\"increase_content_font_font_style\";s:6:\"normal\";s:30:\"increase_bottom_headings_color\";s:7:\"#ffffff\";s:34:\"increase_bottom_content_font_color\";s:7:\"#d1d3d4\";}','yes'),(6509,'cmsms_options_increase_font_link','a:12:{s:30:\"increase_link_font_system_font\";s:36:\"Arial, Geneva, Helvetica, sans-serif\";s:30:\"increase_link_font_google_font\";s:18:\"Droid+Sans:400,700\";s:29:\"increase_link_font_font_color\";s:7:\"#33BEE5\";s:28:\"increase_link_font_font_size\";i:13;s:30:\"increase_link_font_line_height\";i:18;s:30:\"increase_link_font_font_weight\";s:6:\"normal\";s:29:\"increase_link_font_font_style\";s:6:\"normal\";s:24:\"increase_link_font_hover\";s:7:\"#727a7e\";s:39:\"increase_bottom_content_link_font_color\";s:7:\"#B6C4CB\";s:45:\"increase_bottom_content_link_font_hover_color\";s:7:\"#33bee5\";s:31:\"increase_footer_link_font_color\";s:7:\"#B6C4CB\";s:26:\"increase_footer_font_hover\";s:7:\"#33bee5\";}','yes'),(6510,'cmsms_options_increase_font_nav','a:26:{s:35:\"increase_nav_title_font_system_font\";s:36:\"Arial, Geneva, Helvetica, sans-serif\";s:35:\"increase_nav_title_font_google_font\";s:18:\"Oxygen:400,300,700\";s:34:\"increase_nav_title_font_font_color\";s:7:\"#ffffff\";s:33:\"increase_nav_title_font_font_size\";i:14;s:35:\"increase_nav_title_font_line_height\";i:18;s:35:\"increase_nav_title_font_font_weight\";s:6:\"normal\";s:34:\"increase_nav_title_font_font_style\";s:6:\"normal\";s:29:\"increase_nav_title_font_hover\";s:7:\"#ffffff\";s:38:\"increase_nav_dropdown_font_system_font\";s:36:\"Arial, Geneva, Helvetica, sans-serif\";s:38:\"increase_nav_dropdown_font_google_font\";s:18:\"Oxygen:400,300,700\";s:37:\"increase_nav_dropdown_font_font_color\";s:7:\"#4E5C64\";s:36:\"increase_nav_dropdown_font_font_size\";i:13;s:38:\"increase_nav_dropdown_font_line_height\";i:18;s:38:\"increase_nav_dropdown_font_font_weight\";s:6:\"normal\";s:37:\"increase_nav_dropdown_font_font_style\";s:6:\"normal\";s:32:\"increase_nav_dropdown_font_hover\";s:7:\"#33BEE5\";s:29:\"increase_nav_title_bg_color_1\";s:7:\"#33bee5\";s:29:\"increase_nav_title_bg_color_2\";s:7:\"#fabe09\";s:29:\"increase_nav_title_bg_color_3\";s:7:\"#6cc437\";s:29:\"increase_nav_title_bg_color_4\";s:7:\"#f97a14\";s:29:\"increase_nav_title_bg_color_5\";s:7:\"#e94f4f\";s:29:\"increase_nav_title_bg_color_6\";s:7:\"#48dcb8\";s:29:\"increase_nav_title_bg_color_7\";s:7:\"#33bee5\";s:29:\"increase_nav_title_bg_color_8\";s:7:\"#de5c8d\";s:29:\"increase_nav_title_bg_color_9\";s:7:\"#db4141\";s:30:\"increase_nav_title_bg_color_10\";s:7:\"#3387e5\";}','yes'),(6511,'cmsms_options_increase_font_h1','a:7:{s:28:\"increase_h1_font_system_font\";s:36:\"Arial, Geneva, Helvetica, sans-serif\";s:28:\"increase_h1_font_google_font\";s:18:\"Oxygen:400,300,700\";s:27:\"increase_h1_font_font_color\";s:7:\"#4E5C64\";s:26:\"increase_h1_font_font_size\";i:32;s:28:\"increase_h1_font_line_height\";i:36;s:28:\"increase_h1_font_font_weight\";s:3:\"300\";s:27:\"increase_h1_font_font_style\";s:6:\"normal\";}','yes'),(6512,'cmsms_options_increase_font_h2','a:7:{s:28:\"increase_h2_font_system_font\";s:36:\"Arial, Geneva, Helvetica, sans-serif\";s:28:\"increase_h2_font_google_font\";s:18:\"Oxygen:400,300,700\";s:27:\"increase_h2_font_font_color\";s:7:\"#4E5C64\";s:26:\"increase_h2_font_font_size\";i:24;s:28:\"increase_h2_font_line_height\";i:36;s:28:\"increase_h2_font_font_weight\";s:3:\"300\";s:27:\"increase_h2_font_font_style\";s:6:\"normal\";}','yes'),(6513,'cmsms_options_increase_font_h3','a:7:{s:28:\"increase_h3_font_system_font\";s:36:\"Arial, Geneva, Helvetica, sans-serif\";s:28:\"increase_h3_font_google_font\";s:18:\"Oxygen:400,300,700\";s:27:\"increase_h3_font_font_color\";s:7:\"#4E5C64\";s:26:\"increase_h3_font_font_size\";i:22;s:28:\"increase_h3_font_line_height\";i:36;s:28:\"increase_h3_font_font_weight\";s:3:\"300\";s:27:\"increase_h3_font_font_style\";s:6:\"normal\";}','yes'),(6514,'cmsms_options_increase_font_h4','a:7:{s:28:\"increase_h4_font_system_font\";s:36:\"Arial, Geneva, Helvetica, sans-serif\";s:28:\"increase_h4_font_google_font\";s:18:\"Oxygen:400,300,700\";s:27:\"increase_h4_font_font_color\";s:7:\"#4E5C64\";s:26:\"increase_h4_font_font_size\";i:20;s:28:\"increase_h4_font_line_height\";i:36;s:28:\"increase_h4_font_font_weight\";s:3:\"300\";s:27:\"increase_h4_font_font_style\";s:6:\"normal\";}','yes'),(6515,'cmsms_options_increase_font_h5','a:7:{s:28:\"increase_h5_font_system_font\";s:36:\"Arial, Geneva, Helvetica, sans-serif\";s:28:\"increase_h5_font_google_font\";s:18:\"Oxygen:400,300,700\";s:27:\"increase_h5_font_font_color\";s:7:\"#4E5C64\";s:26:\"increase_h5_font_font_size\";i:18;s:28:\"increase_h5_font_line_height\";i:24;s:28:\"increase_h5_font_font_weight\";s:3:\"300\";s:27:\"increase_h5_font_font_style\";s:6:\"normal\";}','yes'),(6516,'cmsms_options_increase_font_h6','a:7:{s:28:\"increase_h6_font_system_font\";s:36:\"Arial, Geneva, Helvetica, sans-serif\";s:28:\"increase_h6_font_google_font\";s:18:\"Oxygen:400,300,700\";s:27:\"increase_h6_font_font_color\";s:7:\"#4E5C64\";s:26:\"increase_h6_font_font_size\";i:16;s:28:\"increase_h6_font_line_height\";i:18;s:28:\"increase_h6_font_font_weight\";s:3:\"300\";s:27:\"increase_h6_font_font_style\";s:6:\"normal\";}','yes'),(6517,'cmsms_options_increase_font_other','a:40:{s:31:\"increase_quote_font_system_font\";s:36:\"Arial, Geneva, Helvetica, sans-serif\";s:31:\"increase_quote_font_google_font\";s:18:\"Oxygen:400,300,700\";s:30:\"increase_quote_font_font_color\";s:7:\"#727A7E\";s:29:\"increase_quote_font_font_size\";i:16;s:31:\"increase_quote_font_line_height\";i:24;s:31:\"increase_quote_font_font_weight\";s:6:\"normal\";s:30:\"increase_quote_font_font_style\";s:6:\"normal\";s:33:\"increase_dropcap_font_system_font\";s:36:\"Arial, Geneva, Helvetica, sans-serif\";s:33:\"increase_dropcap_font_google_font\";s:18:\"Oxygen:400,300,700\";s:32:\"increase_dropcap_font_font_color\";s:7:\"#ffffff\";s:31:\"increase_dropcap_font_font_size\";i:24;s:33:\"increase_dropcap_font_line_height\";i:48;s:33:\"increase_dropcap_font_font_weight\";s:4:\"bold\";s:32:\"increase_dropcap_font_font_style\";s:6:\"normal\";s:30:\"increase_code_font_system_font\";s:33:\"Arial,Geneva,Helvetica,sans-serif\";s:30:\"increase_code_font_google_font\";s:18:\"Droid+Sans:400,700\";s:29:\"increase_code_font_font_color\";s:7:\"#727A7E\";s:28:\"increase_code_font_font_size\";i:13;s:30:\"increase_code_font_line_height\";i:18;s:30:\"increase_code_font_font_weight\";s:6:\"normal\";s:29:\"increase_code_font_font_style\";s:6:\"normal\";s:31:\"increase_small_font_system_font\";s:36:\"Arial, Geneva, Helvetica, sans-serif\";s:31:\"increase_small_font_google_font\";s:18:\"Droid+Sans:400,700\";s:30:\"increase_small_font_font_color\";s:7:\"#727a7e\";s:29:\"increase_small_font_font_size\";i:12;s:31:\"increase_small_font_line_height\";i:18;s:31:\"increase_small_font_font_weight\";s:6:\"normal\";s:30:\"increase_small_font_font_style\";s:6:\"normal\";s:31:\"increase_input_font_system_font\";s:33:\"Arial,Geneva,Helvetica,sans-serif\";s:31:\"increase_input_font_google_font\";s:0:\"\";s:30:\"increase_input_font_font_color\";s:7:\"#727A7E\";s:29:\"increase_input_font_font_size\";i:12;s:31:\"increase_input_font_line_height\";i:18;s:31:\"increase_input_font_font_weight\";s:6:\"normal\";s:30:\"increase_input_font_font_style\";s:6:\"normal\";s:30:\"increase_bottom_headings_color\";s:7:\"#ffffff\";s:34:\"increase_bottom_content_font_color\";s:7:\"#d1d3d4\";s:26:\"increase_footer_font_color\";s:7:\"#d1d3d4\";s:31:\"increase_footer_link_font_color\";s:7:\"#B6C4CB\";s:26:\"increase_footer_font_hover\";s:7:\"#33BEE5\";}','yes'),(6518,'cmsms_options_increase_icon_heading','a:1:{s:22:\"increase_heading_icons\";a:11:{i:0;s:4:\"4578\";i:1;s:4:\"4579\";i:2;s:4:\"4582\";i:3;s:4:\"4583\";i:4;s:4:\"4581\";i:5;s:4:\"4577\";i:6;s:4:\"4576\";i:7;s:4:\"4575\";i:8;s:4:\"4574\";i:9;s:4:\"4573\";i:10;s:4:\"4580\";}}','yes'),(6519,'cmsms_options_increase_icon_social','a:1:{s:21:\"increase_social_icons\";a:5:{i:0;s:90:\"http://testingweb123.webuda.com/wp-content/themes/increase/img/facebook.png|#3a454b|#|true\";i:1;s:89:\"http://testingweb123.webuda.com/wp-content/themes/increase/img/youtube.png|#3a454b|#|true\";i:2;s:87:\"http://testingweb123.webuda.com/wp-content/themes/increase/img/vimeo.png|#3a454b|#|true\";i:3;s:89:\"http://testingweb123.webuda.com/wp-content/themes/increase/img/twitter.png|#3a454b|#|true\";i:4;s:90:\"http://testingweb123.webuda.com/wp-content/themes/increase/img/linkedin.png|#3a454b|#|true\";}}','yes'),(6520,'cmsms_options_increase_blog_page','a:6:{s:23:\"increase_blog_page_date\";i:1;s:22:\"increase_blog_page_cat\";b:0;s:25:\"increase_blog_page_author\";b:0;s:26:\"increase_blog_page_comment\";i:1;s:22:\"increase_blog_page_tag\";i:0;s:23:\"increase_blog_page_more\";i:1;}','yes'),(6521,'cmsms_options_increase_blog_post','a:22:{s:25:\"increase_blog_post_layout\";s:9:\"r_sidebar\";s:24:\"increase_blog_post_title\";i:1;s:23:\"increase_blog_post_date\";i:1;s:22:\"increase_blog_post_cat\";b:0;s:25:\"increase_blog_post_author\";b:0;s:26:\"increase_blog_post_comment\";i:1;s:22:\"increase_blog_post_tag\";i:0;s:26:\"increase_blog_post_nav_box\";i:1;s:28:\"increase_blog_post_share_box\";i:1;s:29:\"increase_blog_post_author_box\";i:1;s:36:\"increase_blog_more_posts_box_related\";s:4:\"true\";s:36:\"increase_blog_more_posts_box_popular\";s:4:\"true\";s:35:\"increase_blog_more_posts_box_recent\";s:4:\"true\";s:31:\"increase_blog_post_r_p_l_number\";s:1:\"4\";s:33:\"increase_standard_post_format_img\";s:7:\"#FABE09\";s:30:\"increase_aside_post_format_img\";s:7:\"#F97A14\";s:30:\"increase_quote_post_format_img\";s:7:\"#6dc437\";s:29:\"increase_link_post_format_img\";s:7:\"#3C9EF1\";s:30:\"increase_image_post_format_img\";s:7:\"#DE5C8D\";s:32:\"increase_gallery_post_format_img\";s:7:\"#E94F4F\";s:30:\"increase_video_post_format_img\";s:7:\"#48DCB8\";s:30:\"increase_audio_post_format_img\";s:7:\"#BC9EE5\";}','yes'),(6522,'cmsms_options_increase_portfolio_full','a:3:{s:29:\"increase_portfolio_full_title\";i:1;s:29:\"increase_portfolio_full_descr\";i:1;s:27:\"increase_portfolio_full_cat\";i:1;}','yes'),(6523,'cmsms_options_increase_portfolio_project','a:18:{s:33:\"increase_portfolio_project_layout\";s:9:\"fullwidth\";s:32:\"increase_portfolio_project_title\";i:0;s:31:\"increase_portfolio_project_date\";i:1;s:30:\"increase_portfolio_project_cat\";i:1;s:33:\"increase_portfolio_project_author\";i:1;s:34:\"increase_portfolio_project_comment\";i:0;s:30:\"increase_portfolio_project_tag\";i:0;s:31:\"increase_portfolio_project_link\";i:0;s:34:\"increase_portfolio_project_nav_box\";i:1;s:36:\"increase_portfolio_project_share_box\";i:1;s:37:\"increase_portfolio_project_author_box\";i:1;s:44:\"increase_portfolio_more_projects_box_related\";s:4:\"true\";s:44:\"increase_portfolio_more_projects_box_popular\";s:4:\"true\";s:43:\"increase_portfolio_more_projects_box_recent\";s:4:\"true\";s:39:\"increase_portfolio_project_r_p_l_number\";s:1:\"4\";s:28:\"increase_project_album_color\";s:7:\"#6CC437\";s:29:\"increase_project_slider_color\";s:7:\"#FABE09\";s:28:\"increase_project_video_color\";s:7:\"#F97A14\";}','yes'),(6524,'cmsms_options_increase_testimonial_t_page','a:6:{s:39:\"increase_testimonial_page_author_avatar\";i:1;s:38:\"increase_testimonial_page_author_descr\";i:1;s:30:\"increase_testimonial_page_date\";i:0;s:29:\"increase_testimonial_page_cat\";i:0;s:33:\"increase_testimonial_page_comment\";i:0;s:30:\"increase_testimonial_page_more\";i:1;}','yes'),(6525,'cmsms_options_increase_testimonial_t_post','a:11:{s:32:\"increase_testimonial_post_layout\";s:9:\"r_sidebar\";s:39:\"increase_testimonial_post_author_avatar\";i:1;s:38:\"increase_testimonial_post_author_descr\";i:1;s:30:\"increase_testimonial_post_date\";i:0;s:29:\"increase_testimonial_post_cat\";i:0;s:33:\"increase_testimonial_post_comment\";i:0;s:33:\"increase_testimonial_post_nav_box\";i:1;s:35:\"increase_testimonial_post_share_box\";i:1;s:55:\"increase_testimonial_post_more_testimonials_box_popular\";s:4:\"true\";s:54:\"increase_testimonial_post_more_testimonials_box_recent\";s:4:\"true\";s:36:\"increase_testimonial_post_p_l_number\";s:1:\"4\";}','yes'),(27017,'_site_transient_theme_roots','a:3:{s:15:\"kingpower-v1-00\";s:7:\"/themes\";s:14:\"twentythirteen\";s:7:\"/themes\";s:12:\"twentytwelve\";s:7:\"/themes\";}','yes'),(6569,'pj-sort-categs_children','a:0:{}','yes'),(6590,'tl-categs_children','a:0:{}','yes'),(6571,'pj-categs_children','a:0:{}','yes'),(6917,'widget_custom-divider','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(6926,'widget_custom-featured','a:7:{i:2;a:5:{s:5:\"title\";s:0:\"\";s:8:\"subtitle\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:4:\"text\";s:0:\"\";s:12:\"widget_width\";s:9:\"one_first\";}i:3;a:5:{s:5:\"title\";s:16:\"This is a titile\";s:8:\"subtitle\";s:18:\"This is a subtitle\";s:4:\"icon\";s:0:\"\";s:4:\"text\";s:45:\"Here\'s some content to help view the webpage.\";s:12:\"widget_width\";s:9:\"one_third\";}i:4;a:5:{s:5:\"title\";s:0:\"\";s:8:\"subtitle\";s:0:\"\";s:4:\"icon\";s:0:\"\";s:4:\"text\";s:0:\"\";s:12:\"widget_width\";s:9:\"one_first\";}i:5;a:5:{s:5:\"title\";s:15:\"This is a title\";s:8:\"subtitle\";s:8:\"Subtitle\";s:4:\"icon\";s:4:\"4578\";s:4:\"text\";s:7:\"Content\";s:12:\"widget_width\";s:9:\"one_third\";}i:6;a:5:{s:5:\"title\";s:12:\"Second block\";s:8:\"subtitle\";s:16:\"Another subtitle\";s:4:\"icon\";s:4:\"4579\";s:4:\"text\";s:32:\"Some more content to the website\";s:12:\"widget_width\";s:9:\"one_third\";}i:7;a:5:{s:5:\"title\";s:11:\"Third title\";s:8:\"subtitle\";s:18:\"some subtitle here\";s:4:\"icon\";s:4:\"4580\";s:4:\"text\";s:68:\"Here is some content to be viewed. Just for display layout purposes.\";s:12:\"widget_width\";s:9:\"one_third\";}s:12:\"_multiwidget\";i:1;}','yes'),(7147,'widget_custom-recent-testimonials','a:2:{i:2;a:4:{s:5:\"title\";s:12:\"Testimonials\";s:8:\"category\";s:0:\"\";s:6:\"number\";i:3;s:12:\"widget_width\";s:9:\"one_third\";}s:12:\"_multiwidget\";i:1;}','yes'),(7160,'widget_custom-video','a:2:{i:2;a:3:{s:5:\"title\";s:5:\"Video\";s:3:\"url\";s:42:\"http://www.youtube.com/watch?v=5Yo_O6Lv2so\";s:12:\"widget_width\";s:9:\"one_third\";}s:12:\"_multiwidget\";i:1;}','yes'),(7229,'widget_custom-posts-tabs','a:2:{i:2;a:6:{s:6:\"latest\";i:1;s:7:\"popular\";i:1;s:6:\"recent\";i:1;s:5:\"title\";s:0:\"\";s:6:\"number\";i:3;s:12:\"widget_width\";s:9:\"one_third\";}s:12:\"_multiwidget\";i:1;}','yes'),(7258,'widget_custom-contact-form','a:2:{i:2;a:4:{s:5:\"title\";s:15:\"Contact us now!\";s:5:\"email\";s:0:\"\";s:8:\"formname\";s:26:\"sidebar_542916464619338500\";s:12:\"widget_width\";s:9:\"one_first\";}s:12:\"_multiwidget\";i:1;}','yes'),(7287,'widget_custom-advertisement','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(7355,'widget_custom-twitter','a:2:{i:2;a:4:{s:5:\"title\";s:7:\"Twitter\";s:4:\"user\";s:6:\"design\";s:6:\"number\";i:3;s:12:\"widget_width\";s:9:\"one_third\";}s:12:\"_multiwidget\";i:1;}','yes'),(7340,'widget_custom-facebook','a:2:{i:2;a:3:{s:5:\"title\";s:8:\"Facebook\";s:3:\"url\";s:47:\"https://www.facebook.com/designfacepage?fref=ts\";s:12:\"widget_width\";s:9:\"one_third\";}s:12:\"_multiwidget\";i:1;}','yes'),(7921,'theme_mods_kingpower-v1-00','a:2:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:9:\"main_menu\";i:280;}}','yes'),(8349,'kpw_default_date_format','d M Y','yes'),(8059,'kpw_top_bar_text','#000000','yes'),(8060,'kpw_top_bar_background','#375e9c','yes'),(8061,'kpw_top_search_text','#ffffff','yes'),(8062,'kpw_top_search_background','#0a0a0a','yes'),(8063,'kpw_main_navigation_text','#000000','yes'),(8064,'kpw_main_navigation_description','#969696','yes'),(8065,'kpw_main_navigation_text_hover','#000000','yes'),(8066,'kpw_main_navigation_text_current','#000000','yes'),(8067,'kpw_main_navigation_background_hover','#375e9c','yes'),(8068,'kpw_sub_navigation_background','#000000','yes'),(8069,'kpw_sub_navigation_border','#424242','yes'),(8070,'kpw_sub_navigation_text','#f9f9f9','yes'),(8071,'kpw_sub_navigation_text_hover','#b5b5b5','yes'),(8072,'kpw_sub_navigation_text_current','#b5b5b5','yes'),(8073,'kpw_page_header_title_color','#ffffff','yes'),(8074,'kpw_page_header_left_bar','#375e9c','yes'),(8075,'kpw_page_header_caption','#e2e2e2','yes'),(8076,'kpw_item_header_title','#111111','yes'),(8077,'kpw_item_header_left_bar','#375e9c','yes'),(8078,'kpw_title_color','#111111','yes'),(8079,'kpw_content_color','#505050','yes'),(8080,'kpw_body_background','#ededed','yes'),(8081,'kpw_container_background','#ffffff','yes'),(8082,'kpw_link_color','#375e9c','yes'),(8083,'kpw_link_hover_color','#4f92ff','yes'),(8084,'kpw_selection_text_clor','#ffffff','yes'),(8085,'kpw_selection_background','#4f4f4f','yes'),(8086,'kpw_sidebar_link_color','#595959','yes'),(8087,'kpw_sidebar_link_hover_color','#999999','yes'),(8088,'kpw_sidebar_title_color','#222222','yes'),(8089,'kpw_sidebar_info_color','#a5a5a5','yes'),(8090,'kpw_post_widget_frame_background','#eeeeee','yes'),(8091,'kpw_tagcloud_background','#f5f5f5','yes'),(8092,'kpw_footer_gallery_title_color','#ffffff','yes'),(8093,'kpw_footer_gallery_navigation_background','#3a3a3a','yes'),(8094,'kpw_footer_gallery_background','#222222','yes'),(8095,'kpw_footer_link_color','#ededed','yes'),(8096,'kpw_footer_link_hover_color','#a8a8a8','yes'),(8097,'kpw_footer_title_color','#ececec','yes'),(8098,'kpw_footer_content_color','#bababa','yes'),(8099,'kpw_footer_content_info_color','#b1b1b1','yes'),(8100,'kpw_footer_background','#2b2b2b','yes'),(8101,'kpw_footer_divider_color','#3b3b3b','yes'),(8102,'kpw_footer_input_text','#adadad','yes'),(8103,'kpw_footer_input_background','#333333','yes'),(8104,'kpw_footer_input_border','#434343','yes'),(8105,'kpw_footer_button_text','#7a7a7a','yes'),(8106,'kpw_footer_button_color','#141414','yes'),(8107,'kpw_footer_personnal_widget_info','#ffffff','yes'),(8108,'kpw_footer_tagcloud_background','#191919','yes'),(8109,'kpw_footer_post_widget_frame_background','#191919','yes'),(8110,'kpw_copyright_top_border','#060606','yes'),(8111,'kpw_copyright_bottom_border','#3e3e3e','yes'),(8112,'kpw_copyright_text','#999999','yes'),(8113,'kpw_copyright_scroll_top','#4b4b4b','yes'),(8114,'kpw_slider_title_color','#375e9c','yes'),(8115,'kpw_slider_title_background','#ffffff','yes'),(8116,'kpw_slider_caption_color','#ffffff','yes'),(8117,'kpw_slider_caption_background','#000000','yes'),(8118,'kpw_slider_caption_border','#375e9c','yes'),(8119,'kpw_slider_bullet_color','#ffffff','yes'),(8120,'kpw_slider_bullet_active','#bbbbbb','yes'),(8121,'kpw_slider_navigation_background','#375e9c','yes'),(8122,'kpw_slider_navigation_active_background','#333333','yes'),(8123,'kpw_slider_thumbnail_background','#000000','yes'),(8124,'kpw_under_slider_background','#375e9c','yes'),(8125,'kpw_stunning_text_title_color','#ffffff','yes'),(8126,'kpw_stunning_text_caption_color','#ffffff','yes'),(8127,'kpw_stunning_text_background_color','#434343','yes'),(8128,'kpw_stunning_text_top_border','#375e9c','yes'),(8129,'kpw_post_title_color','#424242','yes'),(8130,'kpw_post_title_hover_color','#9c9c9c','yes'),(8131,'kpw_post_info_color','#787878','yes'),(8132,'kpw_post_info_background','#f8f8f8','yes'),(8133,'kpw_post_widget_info_color','#3a3a3a','yes'),(8134,'kpw_post_about_author_color','#f5f5f5','yes'),(8135,'kpw_pagination_background','#f5f5f5','yes'),(8136,'kpw_pagination_text','#7b7b7b','yes'),(8137,'kpw_pagination_hover_background','#375e9c','yes'),(8138,'kpw_pagination_hover_text','#ffffff','yes'),(8139,'kpw_pagination_current_background','#375e9c','yes'),(8140,'kpw_pagination_current_text','#ffffff','yes'),(8141,'kpw_port_thumbnail_hover_color','#375e9c','yes'),(8142,'kpw_port_title_background','#f6f6f6','yes'),(8143,'kpw_port_title_border','#e4e4e4','yes'),(8144,'kpw_port_title_background_hover','#343434','yes'),(8145,'kpw_port_title_color','#393939','yes'),(8146,'kpw_port_title_hover_color','#ffffff','yes'),(8147,'kpw_port_filter_color','#111111','yes'),(8148,'kpw_port_tag_color','#aaaaaa','yes'),(8149,'kpw_port_info_color','#7a7a7a','yes'),(8150,'kpw_port_info_head_color','#404040','yes'),(8151,'kpw_port_carousel_nav','#f6f6f6','yes'),(8152,'kpw_port_carousel_nav_border','#e3e3e3','yes'),(8153,'kpw_contact_form_background_color','#ffffff','yes'),(8154,'kpw_contact_form_text_color','#888888','yes'),(8155,'kpw_contact_form_border_color','#e3e3e3','yes'),(8156,'kpw_contact_form_frame_color','#f7f7f7','yes'),(8157,'kpw_contact_form_inner_shadow','#ececec','yes'),(8158,'kpw_price_tag_color','#404040','yes'),(8159,'kpw_price_tag_suffix','#a5a5a5','yes'),(8160,'kpw_price_tag_background','#fafafa','yes'),(8161,'kpw_price_tag_border','#ffffff','yes'),(8162,'kpw_price_content_color','#868686','yes'),(8163,'kpw_price_button_background','#5b5b5b','yes'),(8164,'kpw_price_button_text','#ffffff','yes'),(8165,'kpw_price_tag_active_color','#ffffff','yes'),(8166,'kpw_price_tag_active_background','#375e9c','yes'),(8167,'kpw_price_active_border','#375e9c','yes'),(8168,'kpw_price_active_button_background','#375e9c','yes'),(8169,'kpw_personnal_background','#f7f7f7','yes'),(8170,'kpw_personnal_position_text','#9d9d9d','yes'),(8171,'kpw_personnal_title','#353535','yes'),(8172,'kpw_personnal_thumbnail_border','#375e9c','yes'),(8173,'kpw_personnal_content','#838383','yes'),(8174,'kpw_personnal_widget_info','#4a4a4a','yes'),(8175,'kpw_accordion_title','#111111','yes'),(8176,'kpw_accordion_title_background','#eaeaea','yes'),(8177,'kpw_blockquote_color','#ababab','yes'),(8178,'kpw_blockquote_border','#cfcfcf','yes'),(8179,'kpw_button_background_color','#e1e1e1','yes'),(8180,'kpw_button_text_color','#5e5e5e','yes'),(8181,'kpw_column_service2_title_color','#111111','yes'),(8182,'kpw_divider_line','#e6e6e6','yes'),(8183,'kpw_back_to_top_text_color','#919191','yes'),(8184,'kpw_feature_media_background','#f4f4f4','yes'),(8185,'kpw_feature_media_icon_background','#375e9c','yes'),(8186,'kpw_feature_media_title','#111111','yes'),(8187,'kpw_feature_media_caption','#808080','yes'),(8188,'kpw_feature_media_content','#4d4d4d','yes'),(8189,'kpw_feature_media_button_background','#d3d3d3','yes'),(8190,'kpw_feature_media_button_text','#5e5e5e','yes'),(8191,'kpw_table_border','#e5e5e5','yes'),(8192,'kpw_table_text_title','#666666','yes'),(8193,'kpw_table_title_background','#fdfdfd','yes'),(8194,'kpw_tab_background_color','#ffffff','yes'),(8195,'kpw_tab_text_color','#707070','yes'),(8196,'kpw_tab_active_text_color','#575757','yes'),(8197,'kpw_tab_active_title_border','#375e9c','yes'),(8198,'kpw_tab_title_text','#959595','yes'),(8199,'kpw_tab_title_background','#fafafa','yes'),(8200,'kpw_testimonial_slide_content','#9d9d9d','yes'),(8201,'kpw_testimonial_slide_info','#656565','yes'),(8202,'kpw_testimonial_slide_background','#eaeaea','yes'),(8203,'kpw_testimonial_static_content_color','#666666','yes'),(8204,'kpw_testimonial_static_border','#bdbdbd','yes'),(8205,'kpw_testimonial_static_info','#a8a8a8','yes'),(8347,'kpw_enable_responsive','enable','yes'),(8348,'kpw_space_excerpt','enable','yes'),(8350,'kpw_default_widget_date_format','d M Y','yes'),(8351,'kpw_default_post_header','Blog Post','yes'),(8352,'kpw_default_post_sidebar','post-no-sidebar','yes'),(8353,'kpw_show_post_tag','Yes','yes'),(8354,'kpw_show_post_comment_info','Yes','yes'),(8355,'kpw_show_post_author_info','Yes','yes'),(8356,'kpw_use_portfolio_as','portfolio style','yes'),(8357,'kpw_gdl_portfolio_slug','portfolio','yes'),(8358,'kpw_gdl_related_portfolio','Yes','yes'),(8359,'kpw_gdl_related_portfolio_size','1/4','yes'),(8360,'kpw_gdl_related_portfolio_num_fetch','4','yes'),(8361,'kpw_gdl_related_portfolio_title','Yes','yes'),(8362,'kpw_gdl_related_portfolio_tag','Yes','yes'),(8363,'kpw_search_archive_sidebar','no-sidebar','yes'),(8364,'kpw_search_archive_num_excerpt','285','yes'),(8365,'kpw_search_archive_item_size','1/4 Blog Widget','yes'),(8366,'kpw_search_archive_full_blog_content','No','yes'),(8367,'kpw_portfolio_archive_size','1/3','yes'),(8368,'kpw_portfolio_archive_show_title','Yes','yes'),(8369,'kpw_portfolio_archive_show_tags','Yes','yes'),(8370,'kpw_create_sidebar','<sidebar><name>right</name><name>left</name></sidebar>','yes'),(8371,'kpw_show_footer','enable','yes'),(8372,'kpw_footer_style','footer-style1','yes'),(8373,'kpw_enable_analytics','disable','yes'),(8374,'kpw_enable_favicon','disable','yes'),(8375,'kpw_woo_all_product_sidebar','all-prod-no-sidebar','yes'),(8376,'kpw_woo_single_product_sidebar','single-prod-no-sidebar','yes'),(8377,'kpw_header_title_size','21','yes'),(8378,'kpw_content_size','16','yes'),(8379,'kpw_widget_title_size','17','yes'),(8380,'kpw_h1_size','30','yes'),(8381,'kpw_h2_size','25','yes'),(8382,'kpw_h3_size','20','yes'),(8383,'kpw_h4_size','18','yes'),(8384,'kpw_h5_size','16','yes'),(8385,'kpw_h6_size','15','yes'),(8386,'kpw_header_font','- Electrolize','yes'),(8387,'kpw_navigation_font','- Electrolize','yes'),(8388,'kpw_slider_title_font','- Electrolize','yes'),(8389,'kpw_content_font','- Open Sans','yes'),(8390,'kpw_stunning_text_font','- Open Sans','yes'),(10087,'kpw_google_font_weight','400','yes'),(8392,'kpw_google_font_subset','latin','yes'),(8393,'kpw_upload_font','<uploadfont></uploadfont>','yes'),(8394,'kpw_logo_top_margin','32','yes'),(8395,'kpw_logo_bottom_margin','32','yes'),(8396,'kpw_navigation_top_margin','35','yes'),(8397,'kpw_full_slider_content_margin','-130','yes'),(8398,'kpw_enable_top_search','enable','yes'),(8399,'kpw_default_title_background_predefined','1t','yes'),(8400,'kpw_background_style','Pattern','yes'),(8401,'kpw_background_pattern','13','yes'),(8402,'kpw_social_icon_type','light','yes'),(8403,'kpw_icon_type','dark','yes'),(8404,'kpw_carousel_icon_type','light','yes'),(8405,'kpw_footer_icon_type','light','yes'),(8406,'kpw_facebook_share','enable','yes'),(8407,'kpw_twitter_share','enable','yes'),(8408,'kpw_stumble_upon_share','enable','yes'),(8409,'kpw_my_space_share','enable','yes'),(8410,'kpw_digg_share','enable','yes'),(8411,'kpw_reddit_share','enable','yes'),(8412,'kpw_linkedin_share','enable','yes'),(8413,'kpw_google_plus_share','enable','yes'),(8414,'kpw_pinterest_share','enable','yes'),(8415,'kpw_show_footer_gallery','disable','yes'),(8416,'kpw_show_footer_gallery_only_homepage','disable','yes'),(8417,'kpw_footer_gallery_id','clients','yes'),(8418,'kpw_footer_gallery_title','Our Clients','yes'),(8419,'kpw_show_copyright','enable','yes'),(8420,'kpw_copyright_left_area','Westrom Group © 2013 All Rights Reserved<br> Designed and customized by <a href=\"http://pedro-velez.elance.com\" target=\"_blank\">Pedro Velez</a>','yes'),(8421,'kpw_enable_admin_translator','enable','yes'),(8422,'kpw_translator_social_shares','Social Share','yes'),(8423,'kpw_translator_leave_reply','Leave a Reply','yes'),(8424,'kpw_translator_about_author','About the Author','yes'),(8425,'kpw_translator_continue_reading','Read More →','yes'),(8426,'kpw_translator_read_the_blog','Read The Blog','yes'),(8427,'kpw_translator_view_all_portfolio','View All Portfolio','yes'),(8428,'kpw_translator_all','All','yes'),(8429,'kpw_translator_tag','Tags: ','yes'),(8430,'kpw_translator_client','Client: ','yes'),(8431,'kpw_translator_skill','Skill: ','yes'),(8432,'kpw_translator_visit_website','Visit Website: ','yes'),(8433,'kpw_translator_related_portfolio','Related Portfolio','yes'),(8434,'kpw_translator_name_contact_form','Name','yes'),(8435,'kpw_translator_name_error_contact_form','Please enter your name','yes'),(8436,'kpw_translator_email_contact_form','Email','yes'),(8437,'kpw_translator_email_error_contact_form','Please enter a valid email address','yes'),(8438,'kpw_translator_message_contact_form','Message','yes'),(8439,'kpw_translator_message_error_contact_form','Please enter message','yes'),(8440,'kpw_translator_submit_contact_form','Submit','yes'),(8441,'kpw_translator_contact_send_error','Message cannot be sent to destination','yes'),(8442,'kpw_translator_contact_send_complete','The e-mail was sent successfully','yes'),(8443,'kpw_translator_read_more_price','Read More','yes'),(8444,'kpw_404_title','Page Not Found','yes'),(8445,'kpw_404_content','The page you are looking for doesn\'t seem to exist.','yes'),(8446,'kpw_search_header_title','Search Results.','yes'),(8447,'kpw_search_not_found_title','Search Not Found.','yes'),(8448,'kpw_search_not_found','Sorry, but nothing matched your search criteria. Please try again with some different keywords.','yes'),(8449,'kpw_nivo_slider_effect','sliceDown','yes'),(8450,'kpw_nivo_slider_pause_on_hover','enable','yes'),(8451,'kpw_nivo_slider_show_bullets','enable','yes'),(8452,'kpw_nivo_slider_show_navigation','enable','yes'),(8453,'kpw_nivo_slider_animation_speed','500','yes'),(8454,'kpw_nivo_slider_pause_time','12000','yes'),(8455,'kpw_enable_comment_captcha','enable','yes'),(8456,'kpw_enable_lightbox_thumbnail','enable','yes'),(8457,'kpw_enable_lightbox_thumbnail_width','80','yes'),(8458,'kpw_enable_lightbox_thumbnail_height','45','yes'),(8459,'kpw_flex_slider_effect','fade','yes'),(8460,'kpw_flex_slider_pause_on_hover','enable','yes'),(8461,'kpw_flex_slider_show_bullets','enable','yes'),(8462,'kpw_flex_slider_show_navigation','enable','yes'),(8463,'kpw_flex_slider_animation_speed','600','yes'),(8464,'kpw_flex_slider_pause_time','12000','yes'),(8465,'kpw_flex_slider_pause_on_action','disable','yes'),(8466,'kpw_flex_thumbnail_width','75','yes'),(8467,'kpw_flex_thumbnail_height','50','yes'),(8468,'kpw_anything_slider_pause_on_hover','enable','yes'),(8469,'kpw_anything_slider_show_bulltes','enable','yes'),(8470,'kpw_anything_slider_hover_bulltes','disable','yes'),(8471,'kpw_anything_slider_show_navigation','enable','yes'),(8472,'kpw_anything_slider_hover_navigation','enable','yes'),(8473,'kpw_anything_slider_animation_speed','600','yes'),(8474,'kpw_anything_slider_pause_time','12000','yes'),(8475,'kpw_disable_right_click','disable','yes'),(8794,'widget_popular-post-widget','a:2:{i:2;a:3:{s:5:\"title\";s:11:\"Latest News\";s:8:\"post_cat\";s:3:\"All\";s:8:\"show_num\";s:1:\"5\";}s:12:\"_multiwidget\";i:1;}','yes'),(10037,'kpw_additional_style','.gdl-label{font-size:37px;}','yes'),(8898,'kpw_default_post_left_sidebar','right','yes'),(8899,'kpw_default_post_right_sidebar','right','yes'),(8900,'kpw_search_archive_left_sidebar','right','yes'),(8901,'kpw_search_archive_right_sidebar','right','yes'),(8902,'kpw_woo_all_product_left_sidebar','right','yes'),(8903,'kpw_woo_all_product_right_sidebar','right','yes'),(8904,'kpw_woo_single_product_left_sidebar','right','yes'),(8905,'kpw_woo_single_product_right_sidebar','right','yes'),(8906,'kpw_logo','5128','yes'),(26945,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1384888910;s:7:\"checked\";a:3:{s:15:\"kingpower-v1-00\";s:3:\"1.0\";s:14:\"twentythirteen\";s:3:\"1.0\";s:12:\"twentytwelve\";s:3:\"1.2\";}s:8:\"response\";a:2:{s:14:\"twentythirteen\";a:3:{s:11:\"new_version\";s:3:\"1.1\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentythirteen\";s:7:\"package\";s:60:\"https://wordpress.org/themes/download/twentythirteen.1.1.zip\";}s:12:\"twentytwelve\";a:3:{s:11:\"new_version\";s:3:\"1.3\";s:3:\"url\";s:41:\"https://wordpress.org/themes/twentytwelve\";s:7:\"package\";s:58:\"https://wordpress.org/themes/download/twentytwelve.1.3.zip\";}}s:12:\"translations\";a:0:{}}','yes'),(20566,'db_upgraded','','yes'); /*!40000 ALTER TABLE `wp_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_postmeta` -- DROP TABLE IF EXISTS `wp_postmeta`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_postmeta` ( `meta_id` bigint(20) unsigned NOT NULL auto_increment, `post_id` bigint(20) unsigned NOT NULL default '0', `meta_key` varchar(255) default NULL, `meta_value` longtext, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`) ) ENGINE=MyISAM AUTO_INCREMENT=11476 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_postmeta` -- LOCK TABLES `wp_postmeta` WRITE; /*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */; INSERT INTO `wp_postmeta` VALUES (7850,100,'page-option-sidebar-template','no-sidebar'),(7843,100,'_wpas_done_all','1'),(7844,100,'_edit_last','1'),(10996,5171,'_wp_attached_file','2013/09/column-service-4.png'),(10997,5171,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:256;s:6:\"height\";i:256;s:4:\"file\";s:28:\"2013/09/column-service-4.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"column-service-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a: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:\"\";}}'),(7756,2257,'_edit_last','1'),(7757,2257,'post-option-gallery-xml','<slider-item><slider><image>2935</image><linktype>Lightbox</linktype><link></link></slider><slider><image>2933</image><linktype>Lightbox</linktype><link></link></slider></slider-item>'),(7758,2257,'_thumbnail_id','2931'),(7759,2263,'_edit_last','1'),(7760,2263,'post-option-gallery-xml','<slider-item><slider><image>2928</image><linktype>Lightbox</linktype><link></link></slider><slider><image>2927</image><linktype>Lightbox</linktype><link></link></slider></slider-item>'),(7761,2263,'_thumbnail_id','2930'),(7771,3029,'_wpas_done_all','1'),(7772,3029,'_edit_last','1'),(7773,3029,'post-option-gallery-xml','<slider-item><slider><image>3033</image><linktype>Link to URL</linktype><link>http://goodlayers.com</link></slider><slider><image>3030</image><linktype>Link to URL</linktype><link>http://goodlayers.com</link></slider><slider><image>3034</image><linktype>Link to URL</linktype><link>http://goodlayers.com</link></slider><slider><image>3037</image><linktype>Link to URL</linktype><link>http://goodlayers.com</link></slider><slider><image>3038</image><linktype>Link to URL</linktype><link>http://goodlayers.com</link></slider><slider><image>3036</image><linktype>Link to URL</linktype><link>http://goodlayers.com</link></slider><slider><image>3035</image><linktype>Link to URL</linktype><link>http://goodlayers.com</link></slider><slider><image>3032</image><linktype>Link to URL</linktype><link>http://goodlayers.com</link></slider></slider-item>'),(10990,5168,'_wp_attached_file','2013/09/column-service-1.png'),(10991,5168,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:256;s:6:\"height\";i:256;s:4:\"file\";s:28:\"2013/09/column-service-1.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"column-service-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a: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:\"\";}}'),(10992,5169,'_wp_attached_file','2013/09/column-service-2.png'),(10993,5169,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:256;s:6:\"height\";i:256;s:4:\"file\";s:28:\"2013/09/column-service-2.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"column-service-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a: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:\"\";}}'),(10994,5170,'_wp_attached_file','2013/09/column-service-3.png'),(10995,5170,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:256;s:6:\"height\";i:256;s:4:\"file\";s:28:\"2013/09/column-service-3.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"column-service-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a: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:\"\";}}'),(7292,4287,'wpzoom_estate_square_feet',''),(7291,4287,'wpzoom_estate_zip',''),(7290,4287,'wpzoom_estate_state',''),(7289,4287,'wpzoom_estate_city',''),(7288,4287,'_wpas_done_all','1'),(7287,4287,'_wp_page_template','default'),(7751,3185,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1090;s:4:\"file\";s:20:\"2013/03/slider-2.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"slider-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"slider-2-300x170.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"slider-2-1024x581.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:581;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:\"\";}}'),(7752,3189,'_wp_attached_file','2013/03/Fotolia_20569370_Subscription_Monthly_XXL.jpg'),(7753,3189,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:53:\"2013/03/Fotolia_20569370_Subscription_Monthly_XXL.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"Fotolia_20569370_Subscription_Monthly_XXL-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:53:\"Fotolia_20569370_Subscription_Monthly_XXL-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"430x280\";a:3:{s:4:\"file\";s:53:\"Fotolia_20569370_Subscription_Monthly_XXL-430x280.jpg\";s:5:\"width\";i:430;s:6:\"height\";i:280;}}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:21:\"Yuri Arcurs - Fotolia\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(10889,5145,'_edit_last','1'),(7740,3036,'_wp_attached_file','2013/03/videohive.png'),(7741,3036,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:179;s:6:\"height\";i:44;s:4:\"file\";s:21:\"2013/03/videohive.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"videohive-150x44.png\";s:5:\"width\";i:150;s:6:\"height\";i:44;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:\"\";}}'),(7742,3037,'_wp_attached_file','2013/03/photodune.png'),(7743,3037,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:194;s:6:\"height\";i:46;s:4:\"file\";s:21:\"2013/03/photodune.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"photodune-150x46.png\";s:5:\"width\";i:150;s:6:\"height\";i:46;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:\"\";}}'),(7744,3038,'_wp_attached_file','2013/03/code-canyon.png'),(7745,3038,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:208;s:6:\"height\";i:39;s:4:\"file\";s:23:\"2013/03/code-canyon.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"code-canyon-150x39.png\";s:5:\"width\";i:150;s:6:\"height\";i:39;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:\"\";}}'),(7746,3039,'_wp_attached_file','2013/03/logo-footer.png'),(7747,3039,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:371;s:6:\"height\";i:69;s:4:\"file\";s:23:\"2013/03/logo-footer.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"logo-footer-150x69.png\";s:5:\"width\";i:150;s:6:\"height\";i:69;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"logo-footer-300x55.png\";s:5:\"width\";i:300;s:6:\"height\";i:55;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:\"\";}}'),(6105,4180,'custom_css_add','yes'),(7786,3264,'_wp_attached_file','2013/03/slider-5.jpg'),(7748,3183,'_wp_attached_file','2013/03/slider-1.jpg'),(7749,3183,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1090;s:4:\"file\";s:20:\"2013/03/slider-1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"slider-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"slider-1-300x170.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"slider-1-1024x581.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:581;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:\"\";}}'),(7706,2936,'_wp_attached_file','2012/01/Fotolia_32060553_Subscription_Monthly_XXL.jpg'),(7707,2936,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:843;s:4:\"file\";s:53:\"2012/01/Fotolia_32060553_Subscription_Monthly_XXL.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"Fotolia_32060553_Subscription_Monthly_XXL-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:53:\"Fotolia_32060553_Subscription_Monthly_XXL-300x252.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"400x280\";a:3:{s:4:\"file\";s:53:\"Fotolia_32060553_Subscription_Monthly_XXL-400x280.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:280;}s:7:\"150x150\";a:3:{s:4:\"file\";s:53:\"Fotolia_32060553_Subscription_Monthly_XXL-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;}}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:14:\"olly - Fotolia\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(7708,2940,'_wp_attached_file','2013/03/Fotolia_19974571_resized.png'),(7709,2940,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:755;s:4:\"file\";s:36:\"2013/03/Fotolia_19974571_resized.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Fotolia_19974571_resized-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:36:\"Fotolia_19974571_resized-300x188.png\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"Fotolia_19974571_resized-1024x644.png\";s:5:\"width\";i:1024;s:6:\"height\";i:644;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:\"\";}}'),(7710,2941,'_wp_attached_file','2013/03/Fotolia_27365219_resized.png'),(7711,2941,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:693;s:4:\"file\";s:36:\"2013/03/Fotolia_27365219_resized.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Fotolia_27365219_resized-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:36:\"Fotolia_27365219_resized-300x207.png\";s:5:\"width\";i:300;s:6:\"height\";i:207;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:\"\";}}'),(7712,2942,'_wp_attached_file','2013/03/Fotolia_29773789_resized.png'),(7713,2942,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:695;s:4:\"file\";s:36:\"2013/03/Fotolia_29773789_resized.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Fotolia_29773789_resized-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:36:\"Fotolia_29773789_resized-300x208.png\";s:5:\"width\";i:300;s:6:\"height\";i:208;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:\"\";}}'),(7714,2943,'_wp_attached_file','2013/03/Fotolia_31103810_resized.png'),(7715,2943,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:842;s:4:\"file\";s:36:\"2013/03/Fotolia_31103810_resized.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"Fotolia_31103810_resized-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:36:\"Fotolia_31103810_resized-300x210.png\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:37:\"Fotolia_31103810_resized-1024x718.png\";s:5:\"width\";i:1024;s:6:\"height\";i:718;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"760x300\";a:3:{s:4:\"file\";s:36:\"Fotolia_31103810_resized-760x300.png\";s:5:\"width\";i:760;s:6:\"height\";i:300;}s:7:\"400x250\";a:3:{s:4:\"file\";s:36:\"Fotolia_31103810_resized-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;}s:7:\"400x240\";a:3:{s:4:\"file\";s:36:\"Fotolia_31103810_resized-400x240.png\";s:5:\"width\";i:400;s:6:\"height\";i:240;}}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:\"\";}}'),(7716,2944,'_wp_attached_file','2012/08/Untitled-1.jpg'),(7717,2944,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:649;s:4:\"file\";s:22:\"2012/08/Untitled-1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Untitled-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Untitled-1-300x278.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:278;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"560x300\";a:3:{s:4:\"file\";s:22:\"Untitled-1-560x300.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:300;}s:7:\"400x380\";a:3:{s:4:\"file\";s:22:\"Untitled-1-400x380.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:380;}}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:\"\";}}'),(7718,2945,'_wp_attached_file','2012/08/Untitled-2.jpg'),(7719,2945,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:667;s:4:\"file\";s:22:\"2012/08/Untitled-2.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Untitled-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Untitled-2-300x250.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"560x300\";a:3:{s:4:\"file\";s:22:\"Untitled-2-560x300.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:300;}s:7:\"400x380\";a:3:{s:4:\"file\";s:22:\"Untitled-2-400x380.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:380;}}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:\"\";}}'),(7720,2946,'_wp_attached_file','2012/08/Untitled-3.jpg'),(7721,2946,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:922;s:6:\"height\";i:955;s:4:\"file\";s:22:\"2012/08/Untitled-3.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Untitled-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Untitled-3-289x300.jpg\";s:5:\"width\";i:289;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"560x300\";a:3:{s:4:\"file\";s:22:\"Untitled-3-560x300.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:300;}s:7:\"400x380\";a:3:{s:4:\"file\";s:22:\"Untitled-3-400x380.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:380;}}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:\"\";}}'),(7722,2947,'_wp_attached_file','2012/08/Untitled-4.jpg'),(7723,2947,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:819;s:6:\"height\";i:665;s:4:\"file\";s:22:\"2012/08/Untitled-4.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Untitled-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Untitled-4-300x243.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"560x300\";a:3:{s:4:\"file\";s:22:\"Untitled-4-560x300.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:300;}s:7:\"400x380\";a:3:{s:4:\"file\";s:22:\"Untitled-4-400x380.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:380;}}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:\"\";}}'),(5705,4100,'_menu_item_orphaned','1378315567'),(5704,4100,'_menu_item_url','http://testingweb123.webuda.com/'),(5703,4100,'_menu_item_xfn',''),(5702,4100,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(5701,4100,'_menu_item_target',''),(5700,4100,'_menu_item_object','custom'),(5699,4100,'_menu_item_object_id','4100'),(5698,4100,'_menu_item_menu_item_parent','0'),(5697,4100,'_menu_item_type','custom'),(7782,3234,'_wp_attached_file','2013/03/slider-4.jpg'),(7783,3234,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1090;s:4:\"file\";s:20:\"2013/03/slider-4.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"slider-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"slider-4-300x170.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"slider-4-1024x581.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:581;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:\"\";}}'),(703,2093,'post-option-gallery-xml','<slider-item><slider><image>3476</image><linktype>Lightbox</linktype><link></link></slider><slider><image>3487</image><linktype>Lightbox</linktype><link></link></slider><slider><image>3486</image><linktype>Lightbox</linktype><link></link></slider><slider><image>3479</image><linktype>Lightbox</linktype><link></link></slider><slider><image>3478</image><linktype>Lightbox</linktype><link></link></slider><slider><image>2915</image><linktype>Lightbox</linktype><link></link></slider><slider><image>3465</image><linktype>Lightbox</linktype><link></link></slider><slider><image>3480</image><linktype>Lightbox</linktype><link></link></slider><slider><image>3475</image><linktype>Lightbox</linktype><link></link></slider><slider><image>3446</image><linktype>Lightbox</linktype><link></link></slider><slider><image>3445</image><linktype>Lightbox</linktype><link></link></slider><slider><image>3444</image><linktype>Lightbox</linktype><link></link></slider></slider-item>'),(7845,100,'page-option-item-xml','<item-tag><Contact-Form><size>element1-1</size><email>info@westromgroup.com</email><item-margin>60</item-margin></Contact-Form></item-tag>'),(7846,100,'_wp_page_template','default'),(7847,100,'page-option-show-title','Yes'),(7848,100,'page-option-choose-right-sidebar','right'),(702,2093,'_edit_last','1'),(709,2263,'post-option-gallery-xml','<slider-item><slider><image>3465</image><linktype>Lightbox</linktype><link></link></slider><slider><image>3463</image><linktype>Lightbox</linktype><link></link></slider></slider-item>'),(708,2263,'_edit_last','1'),(7789,3267,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1090;s:4:\"file\";s:14:\"2013/03/bg.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"bg-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"bg-300x170.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:15:\"bg-1024x581.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:581;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:\"\";}}'),(706,2257,'post-option-gallery-xml','<slider-item><slider><image>3487</image><linktype>Lightbox</linktype><link></link></slider><slider><image>3486</image><linktype>Lightbox</linktype><link></link></slider></slider-item>'),(705,2257,'_edit_last','1'),(190,1055,'_edit_last','1'),(191,1055,'_edit_lock','1377526399:1'),(192,1057,'_edit_last','1'),(193,1057,'_edit_lock','1377526423:1'),(194,1059,'_edit_last','1'),(195,1059,'_edit_lock','1377526335:1'),(196,1061,'_edit_last','1'),(197,1061,'_edit_lock','1377526355:1'),(198,1063,'_edit_lock','1377526402:1'),(199,1063,'_edit_last','1'),(200,1065,'_edit_last','1'),(201,1065,'_edit_lock','1377526423:1'),(202,1067,'_edit_last','1'),(203,1067,'_edit_lock','1377526461:1'),(10903,5145,'page-option-bottom-slider-column','None'),(10902,5145,'page-option-enable-full-slider','Yes'),(10901,5145,'page-option-top-slider-xml','<slider-item></slider-item>'),(10900,5145,'page-option-layer-slider-id','1'),(10897,5145,'page-option-caption',''),(10898,5145,'page-option-show-content','Yes'),(10899,5145,'page-option-top-slider-types','Title'),(10896,5145,'page-option-choose-right-sidebar','right'),(10895,5145,'page-option-choose-left-sidebar','left'),(10894,5145,'page-option-sidebar-template','right-sidebar'),(10893,5145,'page-option-item-xml','<item-tag></item-tag>'),(10892,5145,'_wpas_done_all','1'),(10891,5145,'_wp_page_template','default'),(10890,5145,'_edit_lock','1383376978:1'),(10954,5159,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:563;s:4:\"file\";s:16:\"2013/09/item.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"item-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:16:\"item-300x187.png\";s:5:\"width\";i:300;s:6:\"height\";i:187;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:\"\";}}'),(7784,3242,'_wp_attached_file','2013/03/slider-6.jpg'),(7785,3242,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1090;s:4:\"file\";s:20:\"2013/03/slider-6.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"slider-6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"slider-6-300x170.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"slider-6-1024x581.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:581;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:\"\";}}'),(7286,4287,'_edit_last','1'),(7285,4287,'_edit_lock','1383375903:1'),(7284,4284,'wpzoom_estate_wpzbathroom',''),(7283,4284,'wpzoom_estate_wpzbedroom',''),(7282,4284,'wpzoom_estate_wpzprice',''),(7281,4284,'wpzoom_estate_wpzaddress',''),(7280,4284,'wpzoom_post_template',''),(7279,4284,'wpzoom_estate_square_feet',''),(7278,4284,'wpzoom_estate_zip',''),(7277,4284,'wpzoom_estate_state',''),(7276,4284,'wpzoom_estate_city',''),(7275,4284,'_wpas_done_all','1'),(7274,4284,'_wp_page_template','default'),(7273,4284,'_edit_lock','1383844902:1'),(7272,4284,'_edit_last','1'),(7271,74,'wpzoom_estate_wpzbathroom',''),(7270,74,'wpzoom_estate_wpzbedroom',''),(7269,74,'wpzoom_estate_wpzprice',''),(7268,74,'wpzoom_estate_wpzaddress',''),(7267,74,'wpzoom_post_template',''),(7266,74,'wpzoom_estate_square_feet',''),(7265,74,'wpzoom_estate_zip',''),(7264,74,'wpzoom_estate_state',''),(7263,74,'wpzoom_estate_city',''),(10998,5168,'_edit_lock','1379677203:1'),(7755,2093,'post-option-gallery-xml','<slider-item><slider><image>2930</image><linktype>Lightbox</linktype><link></link></slider><slider><image>2943</image><linktype>Lightbox</linktype><link></link></slider><slider><image>2931</image><linktype>Lightbox</linktype><link></link></slider><slider><image>2941</image><linktype>Lightbox</linktype><link></link></slider><slider><image>2915</image><linktype>Lightbox</linktype><link></link></slider><slider><image>2932</image><linktype>Lightbox</linktype><link></link></slider><slider><image>2933</image><linktype>Lightbox</linktype><link></link></slider><slider><image>2927</image><linktype>Lightbox</linktype><link></link></slider><slider><image>2905</image><linktype>Lightbox</linktype><link></link></slider><slider><image>2935</image><linktype>Lightbox</linktype><link></link></slider><slider><image>2936</image><linktype>Lightbox</linktype><link></link></slider><slider><image>2942</image><linktype>Lightbox</linktype><link></link></slider></slider-item>'),(7750,3185,'_wp_attached_file','2013/03/slider-2.jpg'),(7320,4292,'wpzoom_estate_wpzbathroom',''),(7319,4292,'wpzoom_estate_wpzbedroom',''),(6113,4182,'custom_css_preprocessor',''),(6112,4182,'content_width',''),(6111,4182,'custom_css_add','yes'),(6110,4181,'custom_css_preprocessor',''),(6109,4181,'content_width',''),(6108,4181,'custom_css_add','yes'),(6107,4180,'custom_css_preprocessor',''),(6106,4180,'content_width',''),(7738,3035,'_wp_attached_file','2013/03/themeforest.png'),(7739,3035,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:211;s:6:\"height\";i:40;s:4:\"file\";s:23:\"2013/03/themeforest.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"themeforest-150x40.png\";s:5:\"width\";i:150;s:6:\"height\";i:40;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:\"\";}}'),(7671,4922,'custom_css_preprocessor',''),(10884,5142,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:563;s:4:\"file\";s:18:\"2013/09/slide3.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"slide3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"slide3-300x187.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:187;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:\"\";}}'),(10883,5142,'_wp_attached_file','2013/09/slide3.jpg'),(7674,2891,'_wp_attached_file','2013/03/shortcode-capture.png'),(7675,2891,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:250;s:4:\"file\";s:29:\"2013/03/shortcode-capture.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"shortcode-capture-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"shortcode-capture-300x117.png\";s:5:\"width\";i:300;s:6:\"height\";i:117;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:\"\";}}'),(7676,2903,'_wp_attached_file','2012/01/Fotolia_15310985_Subscription_Monthly_XXL.jpg'),(7677,2903,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:805;s:4:\"file\";s:53:\"2012/01/Fotolia_15310985_Subscription_Monthly_XXL.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"Fotolia_15310985_Subscription_Monthly_XXL-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:53:\"Fotolia_15310985_Subscription_Monthly_XXL-300x241.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:241;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"90x60\";a:3:{s:4:\"file\";s:51:\"Fotolia_15310985_Subscription_Monthly_XXL-90x60.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:60;}s:7:\"150x150\";a:3:{s:4:\"file\";s:53:\"Fotolia_15310985_Subscription_Monthly_XXL-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;}s:7:\"760x300\";a:3:{s:4:\"file\";s:53:\"Fotolia_15310985_Subscription_Monthly_XXL-760x300.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:300;}s:7:\"400x250\";a:3:{s:4:\"file\";s:53:\"Fotolia_15310985_Subscription_Monthly_XXL-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;}s:7:\"400x240\";a:3:{s:4:\"file\";s:53:\"Fotolia_15310985_Subscription_Monthly_XXL-400x240.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:240;}}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:14:\"olly - Fotolia\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(7678,2905,'_wp_attached_file','2012/01/Fotolia_39252218_Subscription_Monthly_XL.jpg'),(7679,2905,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:750;s:4:\"file\";s:52:\"2012/01/Fotolia_39252218_Subscription_Monthly_XL.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"Fotolia_39252218_Subscription_Monthly_XL-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:52:\"Fotolia_39252218_Subscription_Monthly_XL-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"150x150\";a:3:{s:4:\"file\";s:52:\"Fotolia_39252218_Subscription_Monthly_XL-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;}s:7:\"760x300\";a:3:{s:4:\"file\";s:52:\"Fotolia_39252218_Subscription_Monthly_XL-760x300.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:300;}s:7:\"400x250\";a:3:{s:4:\"file\";s:52:\"Fotolia_39252218_Subscription_Monthly_XL-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;}}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:20:\"1stGallery - Fotolia\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(7680,2910,'_wp_attached_file','2011/12/Fotolia_37808319_Subscription_Monthly_XL2.jpg'),(7681,2910,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:518;s:4:\"file\";s:53:\"2011/12/Fotolia_37808319_Subscription_Monthly_XL2.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"Fotolia_37808319_Subscription_Monthly_XL2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:53:\"Fotolia_37808319_Subscription_Monthly_XL2-300x155.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"400x250\";a:3:{s:4:\"file\";s:53:\"Fotolia_37808319_Subscription_Monthly_XL2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;}s:7:\"150x150\";a:3:{s:4:\"file\";s:53:\"Fotolia_37808319_Subscription_Monthly_XL2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;}s:7:\"760x300\";a:3:{s:4:\"file\";s:53:\"Fotolia_37808319_Subscription_Monthly_XL2-760x300.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:300;}s:7:\"400x240\";a:3:{s:4:\"file\";s:53:\"Fotolia_37808319_Subscription_Monthly_XL2-400x240.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:240;}s:5:\"90x60\";a:3:{s:4:\"file\";s:51:\"Fotolia_37808319_Subscription_Monthly_XL2-90x60.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:60;}}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:\"\";}}'),(7682,2912,'_wp_attached_file','2011/10/Fotolia_13190586_Subscription_Monthly_XXL.jpg'),(7683,2912,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:53:\"2011/10/Fotolia_13190586_Subscription_Monthly_XXL.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"Fotolia_13190586_Subscription_Monthly_XXL-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:53:\"Fotolia_13190586_Subscription_Monthly_XXL-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"400x240\";a:3:{s:4:\"file\";s:53:\"Fotolia_13190586_Subscription_Monthly_XXL-400x240.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:240;}s:7:\"150x150\";a:3:{s:4:\"file\";s:53:\"Fotolia_13190586_Subscription_Monthly_XXL-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;}s:7:\"760x300\";a:3:{s:4:\"file\";s:53:\"Fotolia_13190586_Subscription_Monthly_XXL-760x300.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:300;}s:7:\"560x220\";a:3:{s:4:\"file\";s:53:\"Fotolia_13190586_Subscription_Monthly_XXL-560x220.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:220;}s:7:\"400x250\";a:3:{s:4:\"file\";s:53:\"Fotolia_13190586_Subscription_Monthly_XXL-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;}}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:14:\"olly - Fotolia\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(7684,2915,'_wp_attached_file','2011/09/Fotolia_44732079_Subscription_Monthly_XL.jpg'),(7685,2915,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:700;s:4:\"file\";s:52:\"2011/09/Fotolia_44732079_Subscription_Monthly_XL.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"Fotolia_44732079_Subscription_Monthly_XL-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:52:\"Fotolia_44732079_Subscription_Monthly_XL-300x210.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"400x240\";a:3:{s:4:\"file\";s:52:\"Fotolia_44732079_Subscription_Monthly_XL-400x240.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:240;}s:7:\"760x300\";a:3:{s:4:\"file\";s:52:\"Fotolia_44732079_Subscription_Monthly_XL-760x300.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:300;}s:7:\"560x220\";a:3:{s:4:\"file\";s:52:\"Fotolia_44732079_Subscription_Monthly_XL-560x220.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:220;}s:5:\"90x60\";a:3:{s:4:\"file\";s:50:\"Fotolia_44732079_Subscription_Monthly_XL-90x60.jpg\";s:5:\"width\";i:90;s:6:\"height\";i:60;}s:7:\"150x150\";a:3:{s:4:\"file\";s:52:\"Fotolia_44732079_Subscription_Monthly_XL-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;}s:7:\"400x250\";a:3:{s:4:\"file\";s:52:\"Fotolia_44732079_Subscription_Monthly_XL-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;}}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:13:\"Iakov Kalinin\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(7686,2917,'_wp_attached_file','2011/08/Fotolia_33064312_Subscription_Monthly_XXL.jpg'),(7687,2917,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:53:\"2011/08/Fotolia_33064312_Subscription_Monthly_XXL.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"Fotolia_33064312_Subscription_Monthly_XXL-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:53:\"Fotolia_33064312_Subscription_Monthly_XXL-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"400x400\";a:3:{s:4:\"file\";s:53:\"Fotolia_33064312_Subscription_Monthly_XXL-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;}s:7:\"400x240\";a:3:{s:4:\"file\";s:53:\"Fotolia_33064312_Subscription_Monthly_XXL-400x240.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:240;}s:7:\"760x300\";a:3:{s:4:\"file\";s:53:\"Fotolia_33064312_Subscription_Monthly_XXL-760x300.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:300;}s:7:\"560x220\";a:3:{s:4:\"file\";s:53:\"Fotolia_33064312_Subscription_Monthly_XXL-560x220.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:220;}s:7:\"150x150\";a:3:{s:4:\"file\";s:53:\"Fotolia_33064312_Subscription_Monthly_XXL-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;}s:7:\"400x280\";a:3:{s:4:\"file\";s:53:\"Fotolia_33064312_Subscription_Monthly_XXL-400x280.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:280;}s:7:\"400x250\";a:3:{s:4:\"file\";s:53:\"Fotolia_33064312_Subscription_Monthly_XXL-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;}}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:21:\"pizuttipics - Fotolia\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(7688,2919,'_wp_attached_file','2011/07/Fotolia_30205775_Subscription_Monthly_XL.jpg'),(7689,2919,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:664;s:4:\"file\";s:52:\"2011/07/Fotolia_30205775_Subscription_Monthly_XL.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"Fotolia_30205775_Subscription_Monthly_XL-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:52:\"Fotolia_30205775_Subscription_Monthly_XL-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"760x300\";a:3:{s:4:\"file\";s:52:\"Fotolia_30205775_Subscription_Monthly_XL-760x300.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:300;}s:7:\"560x220\";a:3:{s:4:\"file\";s:52:\"Fotolia_30205775_Subscription_Monthly_XL-560x220.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:220;}s:7:\"150x150\";a:3:{s:4:\"file\";s:52:\"Fotolia_30205775_Subscription_Monthly_XL-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;}s:7:\"400x250\";a:3:{s:4:\"file\";s:52:\"Fotolia_30205775_Subscription_Monthly_XL-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;}}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:30:\"FRANCESCO RIDOLFI 340/6726114\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(7690,2927,'_wp_attached_file','2012/01/Flipclock_large.png'),(7691,2927,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:900;s:4:\"file\";s:27:\"2012/01/Flipclock_large.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Flipclock_large-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Flipclock_large-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"Flipclock_large-1024x768.png\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"400x400\";a:3:{s:4:\"file\";s:27:\"Flipclock_large-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;}s:7:\"150x150\";a:3:{s:4:\"file\";s:27:\"Flipclock_large-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;}s:7:\"400x280\";a:3:{s:4:\"file\";s:27:\"Flipclock_large-400x280.png\";s:5:\"width\";i:400;s:6:\"height\";i:280;}}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:\"\";}}'),(7692,2928,'_wp_attached_file','2012/01/history-dribbble-big.png'),(7693,2928,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1067;s:6:\"height\";i:800;s:4:\"file\";s:32:\"2012/01/history-dribbble-big.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"history-dribbble-big-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:32:\"history-dribbble-big-300x224.png\";s:5:\"width\";i:300;s:6:\"height\";i:224;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"history-dribbble-big-1024x767.png\";s:5:\"width\";i:1024;s:6:\"height\";i:767;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"400x400\";a:3:{s:4:\"file\";s:32:\"history-dribbble-big-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;}s:7:\"150x150\";a:3:{s:4:\"file\";s:32:\"history-dribbble-big-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;}s:7:\"400x280\";a:3:{s:4:\"file\";s:32:\"history-dribbble-big-400x280.png\";s:5:\"width\";i:400;s:6:\"height\";i:280;}}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:\"\";}}'),(7694,2929,'_wp_attached_file','2012/01/olimp_1600x1200.jpg'),(7695,2929,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1600;s:6:\"height\";i:1200;s:4:\"file\";s:27:\"2012/01/olimp_1600x1200.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"olimp_1600x1200-150x150.jpg\";s:5:\"width\";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:\"olimp_1600x1200-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"olimp_1600x1200-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"400x400\";a:3:{s:4:\"file\";s:27:\"olimp_1600x1200-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;}s:7:\"150x150\";a:3:{s:4:\"file\";s:27:\"olimp_1600x1200-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;}s:7:\"400x280\";a:3:{s:4:\"file\";s:27:\"olimp_1600x1200-400x280.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:280;}}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:\"\";}}'),(7696,2930,'_wp_attached_file','2012/01/paint_large.png'),(7697,2930,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:23:\"2012/01/paint_large.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"paint_large-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:23:\"paint_large-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"400x400\";a:3:{s:4:\"file\";s:23:\"paint_large-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;}}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:\"\";}}'),(7698,2931,'_wp_attached_file','2012/01/snap_large.png'),(7699,2931,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:22:\"2012/01/snap_large.png\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"snap_large-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"snap_large-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:7:\"400x400\";a:3:{s:4:\"file\";s:22:\"snap_large-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;}s:7:\"150x150\";a:3:{s:4:\"file\";s:22:\"snap_large-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;}s:7:\"400x280\";a:3:{s:4:\"file\";s:22:\"snap_large-400x280.png\";s:5:\"width\";i:400;s:6:\"height\";i:280;}}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:\"\";}}'),(7700,2932,'_wp_attached_file','2012/01/spyshot2_large.png'),(7701,2932,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:26:\"2012/01/spyshot2_large.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"spyshot2_large-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"spyshot2_large-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;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:\"\";}}'),(7702,2933,'_wp_attached_file','2012/01/Fotolia_35877734_Subscription_Monthly_XXL.jpg'),(7703,2933,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:768;s:4:\"file\";s:53:\"2012/01/Fotolia_35877734_Subscription_Monthly_XXL.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"Fotolia_35877734_Subscription_Monthly_XXL-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:53:\"Fotolia_35877734_Subscription_Monthly_XXL-300x230.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"400x400\";a:3:{s:4:\"file\";s:53:\"Fotolia_35877734_Subscription_Monthly_XXL-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;}s:7:\"400x250\";a:3:{s:4:\"file\";s:53:\"Fotolia_35877734_Subscription_Monthly_XXL-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;}s:7:\"150x150\";a:3:{s:4:\"file\";s:53:\"Fotolia_35877734_Subscription_Monthly_XXL-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;}s:7:\"400x280\";a:3:{s:4:\"file\";s:53:\"Fotolia_35877734_Subscription_Monthly_XXL-400x280.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:280;}s:7:\"400x240\";a:3:{s:4:\"file\";s:53:\"Fotolia_35877734_Subscription_Monthly_XXL-400x240.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:240;}}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:14:\"olly - Fotolia\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(7704,2935,'_wp_attached_file','2012/01/card18.jpg'),(7705,2935,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:600;s:4:\"file\";s:18:\"2012/01/card18.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"card18-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"card18-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;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:\"\";}}'),(2535,2325,'_wp_old_slug','jane-smith'),(2536,2325,'personnal-option-social-info','\n[social type=\"deviantart\"]PLACE_LINK_HERE[/social]\n[social type=\"digg\"]PLACE_LINK_HERE[/social]\n[social type=\"flickr\"]PLACE_LINK_HERE[/social]\n[social type=\"lastfm\"]PLACE_LINK_HERE[/social]'),(2537,2325,'_edit_last','1'),(2538,2325,'personnal-option-position','Adminstration Asst.'),(2539,2333,'personnal-option-social-info','[social type=\"facebook\"]PLACE_LINK_HERE[/social]\n[social type=\"twitter\"]PLACE_LINK_HERE[/social]\n[social type=\"deviantart\"]PLACE_LINK_HERE[/social]\n[social type=\"digg\"]PLACE_LINK_HERE[/social]'),(2540,2333,'_edit_last','1'),(2541,2333,'personnal-option-position','President'),(2542,2333,'_dp_original','2325'),(2544,2334,'personnal-option-social-info','[social type=\"lastfm\"]PLACE_LINK_HERE[/social]\n[social type=\"picasa\"]PLACE_LINK_HERE[/social]\n[social type=\"rss\"]PLACE_LINK_HERE[/social]\n[social type=\"skype\"]PLACE_LINK_HERE[/social]'),(2545,2334,'_edit_last','1'),(2546,2334,'personnal-option-position',' Sales and Leasing agent'),(2547,2334,'_dp_original','2325'),(7754,2093,'_edit_last','1'),(2550,2335,'personnal-option-social-info','[social type=\"tumblr\"]PLACE_LINK_HERE[/social]\n[social type=\"youtube\"]PLACE_LINK_HERE[/social]\n[social type=\"vimeo\"]PLACE_LINK_HERE[/social]\n[social type=\"pinterest\"]#[/social]'),(2551,2335,'_edit_last','1'),(2552,2335,'personnal-option-position','Manager'),(2553,2335,'_dp_original','2325'),(2642,518,'_edit_last','1'),(2643,518,'price-table-price-tag','$29.99'),(2644,518,'price-table-option-url','#'),(2645,518,'price-table-best-price','No'),(2646,518,'price-table-price-color',''),(2647,518,'price-table-price-suffix','/mo'),(2648,521,'_edit_last','1'),(2649,521,'price-table-price-tag','$39.99'),(2650,521,'price-table-option-url','#'),(2651,521,'price-table-best-price','Yes'),(2652,521,'_dp_original','518'),(2653,521,'price-table-price-color','#f2a14b'),(2654,521,'price-table-price-suffix','/mo'),(2655,522,'_edit_last','1'),(2656,522,'price-table-price-tag','$49.99'),(2657,522,'price-table-option-url','#'),(2658,522,'price-table-best-price','No'),(2659,522,'_dp_original','521'),(2660,522,'price-table-price-color','#F2804B'),(2661,522,'price-table-price-suffix','/mo'),(2670,3660,'_edit_last','1'),(2671,3660,'price-table-price-tag','$59.99'),(2672,3660,'price-table-price-suffix','mo'),(2673,3660,'price-table-option-url','#'),(2674,3660,'price-table-best-price','No'),(10932,5151,'page-option-enable-full-slider','Yes'),(10915,5149,'_menu_item_xfn',''),(10916,5149,'_menu_item_url',''),(10918,5149,'_wpas_done_all','1'),(10929,5151,'page-option-top-slider-types','Title'),(10930,5151,'page-option-layer-slider-id','1'),(10931,5151,'page-option-top-slider-xml','<slider-item></slider-item>'),(10912,5149,'_menu_item_object','page'),(10913,5149,'_menu_item_target',''),(10914,5149,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3796,2093,'_edit_lock','1377790028:1'),(3795,2257,'_edit_lock','1377790024:1'),(3794,2263,'_edit_lock','1377790022:1'),(7787,3264,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1090;s:4:\"file\";s:20:\"2013/03/slider-5.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"slider-5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"slider-5-300x170.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"slider-5-1024x581.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:581;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:\"\";}}'),(6043,4160,'_wpas_done_all','1'),(6044,4160,'custom_css_add','yes'),(6045,4160,'content_width',''),(6046,4160,'custom_css_preprocessor',''),(6047,4161,'custom_css_add','yes'),(6048,4161,'content_width',''),(6049,4161,'custom_css_preprocessor',''),(6050,4162,'custom_css_add','yes'),(6051,4162,'content_width',''),(6052,4162,'custom_css_preprocessor',''),(6053,4163,'custom_css_add','yes'),(6054,4163,'content_width',''),(6055,4163,'custom_css_preprocessor',''),(6056,4164,'custom_css_add','yes'),(6057,4164,'content_width',''),(6058,4164,'custom_css_preprocessor',''),(6059,4165,'custom_css_add','yes'),(6060,4165,'content_width',''),(6061,4165,'custom_css_preprocessor',''),(6062,4166,'custom_css_add','yes'),(6063,4166,'content_width',''),(6064,4166,'custom_css_preprocessor',''),(6065,4167,'custom_css_add','yes'),(6066,4167,'content_width',''),(6067,4167,'custom_css_preprocessor',''),(6068,4168,'custom_css_add','yes'),(6069,4168,'content_width',''),(6070,4168,'custom_css_preprocessor',''),(6071,4169,'custom_css_add','yes'),(6072,4169,'content_width',''),(6073,4169,'custom_css_preprocessor',''),(6074,4170,'custom_css_add','yes'),(6075,4170,'content_width',''),(6076,4170,'custom_css_preprocessor',''),(6077,4171,'custom_css_add','yes'),(6078,4171,'content_width',''),(6079,4171,'custom_css_preprocessor',''),(6080,4172,'custom_css_add','yes'),(6081,4172,'content_width',''),(6082,4172,'custom_css_preprocessor',''),(6083,4173,'custom_css_add','yes'),(6084,4173,'content_width',''),(6085,4173,'custom_css_preprocessor',''),(6086,4174,'custom_css_add','yes'),(6087,4174,'content_width',''),(6088,4174,'custom_css_preprocessor',''),(6089,4175,'custom_css_add','yes'),(6090,4175,'content_width',''),(6091,4175,'custom_css_preprocessor',''),(6092,4176,'custom_css_add','yes'),(6093,4176,'content_width',''),(6094,4176,'custom_css_preprocessor',''),(7788,3267,'_wp_attached_file','2013/03/bg.jpg'),(7822,3339,'_wp_attached_file','2013/03/Test-PDF.pdf'),(7318,4292,'wpzoom_estate_wpzprice',''),(7317,4292,'wpzoom_estate_wpzaddress',''),(7316,4292,'wpzoom_post_template',''),(7315,4292,'wpzoom_estate_square_feet',''),(7669,4922,'custom_css_add','yes'),(7670,4922,'content_width',''),(7427,4331,'custom_css_preprocessor',''),(7428,4332,'custom_css_add','yes'),(7425,4331,'custom_css_add','yes'),(7426,4331,'content_width',''),(6330,4250,'custom_css_preprocessor',''),(6325,4249,'custom_css_add','yes'),(6326,4249,'content_width',''),(6327,4249,'custom_css_preprocessor',''),(6328,4250,'custom_css_add','yes'),(6329,4250,'content_width',''),(7724,2966,'_wp_attached_file','2013/03/vader.jpg'),(7725,2966,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:700;s:6:\"height\";i:700;s:4:\"file\";s:17:\"2013/03/vader.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"vader-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"vader-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"400x400\";a:3:{s:4:\"file\";s:17:\"vader-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;}s:7:\"400x280\";a:3:{s:4:\"file\";s:17:\"vader-400x280.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:280;}}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:\"\";}}'),(7726,3005,'_wp_attached_file','2013/03/Fotolia_30806367_Subscription_Monthly_XL.jpg'),(7727,3005,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:52:\"2013/03/Fotolia_30806367_Subscription_Monthly_XL.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"Fotolia_30806367_Subscription_Monthly_XL-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:52:\"Fotolia_30806367_Subscription_Monthly_XL-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"760x300\";a:3:{s:4:\"file\";s:52:\"Fotolia_30806367_Subscription_Monthly_XL-760x300.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:300;}}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:14:\"dell - Fotolia\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(7728,3006,'_wp_attached_file','2013/03/Fotolia_32494698_Subscription_Monthly_XL.jpg'),(7729,3006,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:52:\"2013/03/Fotolia_32494698_Subscription_Monthly_XL.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"Fotolia_32494698_Subscription_Monthly_XL-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:52:\"Fotolia_32494698_Subscription_Monthly_XL-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:7:\"400x250\";a:3:{s:4:\"file\";s:52:\"Fotolia_32494698_Subscription_Monthly_XL-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;}s:7:\"150x150\";a:3:{s:4:\"file\";s:52:\"Fotolia_32494698_Subscription_Monthly_XL-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;}s:7:\"760x300\";a:3:{s:4:\"file\";s:52:\"Fotolia_32494698_Subscription_Monthly_XL-760x300.jpg\";s:5:\"width\";i:760;s:6:\"height\";i:300;}}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:15:\"Beboy - Fotolia\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(7730,3030,'_wp_attached_file','2013/03/3docean.png'),(7731,3030,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:164;s:6:\"height\";i:37;s:4:\"file\";s:19:\"2013/03/3docean.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"3docean-150x37.png\";s:5:\"width\";i:150;s:6:\"height\";i:37;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:\"\";}}'),(7732,3032,'_wp_attached_file','2013/03/activeden.png'),(7733,3032,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:175;s:6:\"height\";i:42;s:4:\"file\";s:21:\"2013/03/activeden.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"activeden-150x42.png\";s:5:\"width\";i:150;s:6:\"height\";i:42;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:\"\";}}'),(7734,3033,'_wp_attached_file','2013/03/audiojungle.png'),(7735,3033,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:202;s:6:\"height\";i:45;s:4:\"file\";s:23:\"2013/03/audiojungle.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"audiojungle-150x45.png\";s:5:\"width\";i:150;s:6:\"height\";i:45;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:\"\";}}'),(7736,3034,'_wp_attached_file','2013/03/codecanyon.png'),(7737,3034,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:221;s:6:\"height\";i:57;s:4:\"file\";s:22:\"2013/03/codecanyon.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"codecanyon-150x57.png\";s:5:\"width\";i:150;s:6:\"height\";i:57;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:\"\";}}'),(7851,100,'page-option-top-slider-xml','<slider-item></slider-item>'),(7852,100,'page-option-top-slider-types','Title'),(7853,100,'page-option-top-slider-height','360'),(7854,100,'page-option-show-content','Yes'),(7856,100,'page-option-layer-slider-id','1'),(7857,100,'page-option-enable-full-slider','Yes'),(7858,100,'page-option-bottom-slider-column','None'),(7859,100,'page-option-bottom-slider-column1','[column_service background_color=\"#f16236\" color=\"#ffffff\" head_image=\"IMAGE_URL\" head_image_width=\"\" title=\"TITLE\" ]CONTENT[/column_service]'),(7860,100,'page-option-bottom-slider-column2','[column_service background_color=\"#f2714a\" color=\"#ffffff\" head_image=\"IMAGE_URL\" head_image_width=\"\" title=\"TITLE\" ]CONTENT[/column_service]'),(7861,100,'page-option-bottom-slider-column3','[column_service background_color=\"#f4815e\" color=\"#ffffff\" head_image=\"IMAGE_URL\" head_image_width=\"\" title=\"TITLE\" ]CONTENT[/column_service]'),(7862,100,'page-option-bottom-slider-column4','[column_service background_color=\"#f59172\" color=\"#ffffff\" head_image=\"IMAGE_URL\" head_image_width=\"\" title=\"TITLE\" ]CONTENT[/column_service]'),(7790,3272,'_wp_attached_file','2013/03/slider-2-1.png'),(7791,3272,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:438;s:6:\"height\";i:306;s:4:\"file\";s:22:\"2013/03/slider-2-1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"slider-2-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"slider-2-1-300x209.png\";s:5:\"width\";i:300;s:6:\"height\";i:209;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:\"\";}}'),(7792,3275,'_wp_attached_file','2013/03/slider-4-1.png'),(7793,3275,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:280;s:6:\"height\";i:359;s:4:\"file\";s:22:\"2013/03/slider-4-1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"slider-4-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"slider-4-1-233x300.png\";s:5:\"width\";i:233;s:6:\"height\";i:300;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:\"\";}}'),(7794,3276,'_wp_attached_file','2013/03/slider-4-2.png'),(7795,3276,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:280;s:6:\"height\";i:358;s:4:\"file\";s:22:\"2013/03/slider-4-2.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"slider-4-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"slider-4-2-234x300.png\";s:5:\"width\";i:234;s:6:\"height\";i:300;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:\"\";}}'),(7796,3277,'_wp_attached_file','2013/03/slider-4-3.png'),(7818,3320,'_wp_attached_file','2013/03/item-1.png'),(7819,3320,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:397;s:6:\"height\";i:859;s:4:\"file\";s:18:\"2013/03/item-1.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"item-1-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:18:\"item-1-138x300.png\";s:5:\"width\";i:138;s:6:\"height\";i:300;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:\"\";}}'),(7820,3330,'_wp_attached_file','2013/03/logo.png'),(7821,3330,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:449;s:6:\"height\";i:83;s:4:\"file\";s:16:\"2013/03/logo.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"logo-150x83.png\";s:5:\"width\";i:150;s:6:\"height\";i:83;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"logo-300x55.png\";s:5:\"width\";i:300;s:6:\"height\";i:55;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:\"\";}}'),(10911,5149,'_menu_item_object_id','5145'),(10910,5149,'_menu_item_menu_item_parent','5110'),(10909,5149,'_menu_item_type','post_type'),(10908,5145,'sharing_disabled','1'),(10907,5145,'page-option-bottom-slider-column4','[column_service background_color=\"#f59172\" color=\"#ffffff\" head_image=\"IMAGE_URL\" head_image_width=\"\" title=\"TITLE\" ]CONTENT[/column_service]'),(10906,5145,'page-option-bottom-slider-column3','[column_service background_color=\"#f4815e\" color=\"#ffffff\" head_image=\"IMAGE_URL\" head_image_width=\"\" title=\"TITLE\" ]CONTENT[/column_service]'),(10905,5145,'page-option-bottom-slider-column2','[column_service background_color=\"#f2714a\" color=\"#ffffff\" head_image=\"IMAGE_URL\" head_image_width=\"\" title=\"TITLE\" ]CONTENT[/column_service]'),(11138,5211,'_wp_attached_file','2013/09/Family-HouseComposite.jpg'),(11139,5211,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:780;s:6:\"height\";i:320;s:4:\"file\";s:33:\"2013/09/Family-HouseComposite.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Family-HouseComposite-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"Family-HouseComposite-300x123.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:123;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:4.20000000000000017763568394002504646778106689453125;s:6:\"credit\";s:8:\"Losevsky\";s:6:\"camera\";s:5:\"E8800\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1124562659;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"11.8\";s:3:\"iso\";s:2:\"50\";s:13:\"shutter_speed\";s:16:\"0.00377216144851\";s:5:\"title\";s:29:\"family on herb under blue sky\";}}'),(10953,5159,'_wp_attached_file','2013/09/item.png'),(11136,5210,'_wp_attached_file','2013/09/safe-family.jpeg'),(11137,5210,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:429;s:4:\"file\";s:24:\"2013/09/safe-family.jpeg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"safe-family-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"safe-family-300x128.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:8;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:12:\"Canon EOS 5D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1182928758;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"28\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";}}'),(10938,5151,'sharing_disabled','1'),(10937,5151,'page-option-bottom-slider-column4','[column_service background_color=\"#f59172\" color=\"#ffffff\" head_image=\"IMAGE_URL\" head_image_width=\"\" title=\"TITLE\" ]CONTENT[/column_service]'),(10936,5151,'page-option-bottom-slider-column3','[column_service background_color=\"#f4815e\" color=\"#ffffff\" head_image=\"IMAGE_URL\" head_image_width=\"\" title=\"TITLE\" ]CONTENT[/column_service]'),(10935,5151,'page-option-bottom-slider-column2','[column_service background_color=\"#f2714a\" color=\"#ffffff\" head_image=\"IMAGE_URL\" head_image_width=\"\" title=\"TITLE\" ]CONTENT[/column_service]'),(10934,5151,'page-option-bottom-slider-column1','[column_service background_color=\"#f16236\" color=\"#ffffff\" head_image=\"IMAGE_URL\" head_image_width=\"\" title=\"TITLE\" ]CONTENT[/column_service]'),(10879,5141,'custom_css_preprocessor',''),(10880,5136,'_edit_lock','1379599266:1'),(10881,5136,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:400;s:6:\"height\";i:381;s:4:\"file\";s:11:\"ForSale.png\";}}'),(10882,5136,'_edit_last','1'),(10877,5141,'custom_css_add','yes'),(10878,5141,'content_width',''),(10876,5140,'custom_css_preprocessor',''),(10875,5140,'content_width',''),(10874,5140,'custom_css_add','yes'),(10873,5139,'custom_css_preprocessor',''),(10872,5139,'content_width',''),(10871,5139,'custom_css_add','yes'),(10869,5138,'content_width',''),(10870,5138,'custom_css_preprocessor',''),(10868,5138,'custom_css_add','yes'),(10867,5137,'custom_css_preprocessor',''),(10866,5137,'content_width',''),(10865,5137,'custom_css_add','yes'),(11447,59,'_wp_trash_meta_comments_status','a:1:{i:44;s:1:\"1\";}'),(11446,59,'_wp_trash_meta_time','1383380739'),(11445,59,'_wp_trash_meta_status','publish'),(11440,666,'_wp_trash_meta_comments_status','a:1:{i:46;s:1:\"1\";}'),(11441,668,'_wp_trash_meta_status','publish'),(11442,668,'_wp_trash_meta_time','1383380739'),(11443,53,'_wp_trash_meta_status','publish'),(11444,53,'_wp_trash_meta_time','1383380739'),(11439,666,'_wp_trash_meta_time','1383380739'),(11438,666,'_wp_trash_meta_status','publish'),(11437,671,'_wp_trash_meta_comments_status','a:4:{i:51;s:1:\"1\";i:49;s:1:\"1\";i:50;s:1:\"1\";i:52;s:1:\"1\";}'),(11436,671,'_wp_trash_meta_time','1383380739'),(11435,671,'_wp_trash_meta_status','publish'),(11434,51,'_wp_trash_meta_comments_status','a:1:{i:43;s:1:\"1\";}'),(11433,51,'_wp_trash_meta_time','1383380738'),(11432,51,'_wp_trash_meta_status','publish'),(11431,366,'_wp_trash_meta_time','1383380738'),(11430,366,'_wp_trash_meta_status','publish'),(11429,372,'_wp_trash_meta_time','1383380738'),(11428,372,'_wp_trash_meta_status','publish'),(11299,2640,'_yoast_wpseo_meta-robots-noindex','0'),(11296,2640,'_yoast_wpseo_focuskw','realty property management'),(11297,2640,'_yoast_wpseo_title','Realty Property Management News'),(11298,2640,'_yoast_wpseo_metadesc','Westrom group delivers the latest Realty Property Management News while providing financial tips an d home hacks that you can use in improving your home.'),(11294,5136,'_wp_attachment_image_alt','dfw properties'),(11295,5211,'_wp_attachment_image_alt','dfw properties'),(11293,4284,'_yoast_wpseo_google-plus-description',''),(11292,4284,'_yoast_wpseo_opengraph-description',''),(11291,4284,'_yoast_wpseo_redirect',''),(11290,4284,'_yoast_wpseo_canonical',''),(11289,4284,'_yoast_wpseo_sitemap-html-include','-'),(11288,4284,'_yoast_wpseo_sitemap-prio','-'),(11287,4284,'_yoast_wpseo_sitemap-include','-'),(11286,4284,'_yoast_wpseo_meta-robots-adv','none'),(11285,4284,'_yoast_wpseo_meta-robots-nofollow','0'),(11284,4284,'_yoast_wpseo_meta-robots-noindex','0'),(11282,4284,'_yoast_wpseo_title',''),(11283,4284,'_yoast_wpseo_metadesc','Westrom Group offers meticulously appraised DFW properties for rent.'),(11425,379,'_wp_trash_meta_time','1383380738'),(11420,73,'_wp_trash_meta_time','1383380738'),(11421,73,'_wp_trash_meta_comments_status','a:4:{i:53;s:1:\"1\";i:54;s:1:\"1\";i:55;s:1:\"1\";i:56;s:1:\"1\";}'),(11422,382,'_wp_trash_meta_status','publish'),(11423,382,'_wp_trash_meta_time','1383380738'),(11424,379,'_wp_trash_meta_status','publish'),(11419,73,'_wp_trash_meta_status','publish'),(11418,996,'_wp_trash_meta_comments_status','a:7:{i:77;s:1:\"0\";i:78;s:1:\"0\";i:79;s:1:\"0\";i:80;s:1:\"0\";i:81;s:1:\"1\";i:82;s:1:\"1\";i:83;s:1:\"1\";}'),(11417,996,'_wp_trash_meta_time','1383380738'),(11416,996,'_wp_trash_meta_status','publish'),(11415,993,'_wp_trash_meta_comments_status','a:3:{i:74;s:1:\"1\";i:75;s:1:\"0\";i:76;s:1:\"0\";}'),(11414,993,'_wp_trash_meta_time','1383380738'),(11413,993,'_wp_trash_meta_status','publish'),(6432,7,'_wpas_done_all','1'),(6433,7,'_edit_last','1'),(6435,7,'wpzoom_estate_city',''),(6436,7,'wpzoom_estate_square_feet','4200'),(6437,7,'wpzoom_post_template',''),(6438,7,'wpzoom_estate_wpzaddress','5776 168th Place, Bellevue'),(6439,7,'wpzoom_estate_wpzprice','1000000'),(6440,7,'wpzoom_estate_wpzbedroom','4'),(6441,7,'wpzoom_estate_wpzbathroom','3'),(6442,7,'wpzoom_is_featured','1'),(6443,7,'wpzoom_featured_title','5776 168th Place, Bellevue'),(6444,7,'wpzoom_featured_description','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.'),(6445,7,'_pronamic_google_maps_active','true'),(6446,7,'_pronamic_google_maps_latitude','47.551212'),(6447,7,'_pronamic_google_maps_longitude','-122.11699'),(6448,7,'_pronamic_google_maps_map_type','roadmap'),(6449,7,'_pronamic_google_maps_zoom','13'),(6450,7,'_pronamic_google_maps_title',''),(6451,7,'_pronamic_google_maps_description','5776 168th Place, Bellevue'),(6452,7,'_pronamic_google_maps_address','5776 168th Place, Bellevue'),(6453,7,'_pronamic_google_maps_geocode_status','OK'),(6454,7,'wpzoom_estate_zip',''),(7314,4292,'wpzoom_estate_zip',''),(7313,4292,'wpzoom_estate_state',''),(7312,4292,'wpzoom_estate_city',''),(7311,4292,'_wpas_done_all','1'),(7310,4292,'_wp_page_template','default'),(7309,4292,'_edit_last','1'),(7308,4292,'_edit_lock','1383371048:1'),(10828,4284,'page-option-enable-full-slider','Yes'),(10827,4284,'page-option-top-slider-xml','<slider-item></slider-item>'),(10818,100,'sharing_disabled','1'),(10820,4284,'page-option-sidebar-template','no-sidebar'),(10821,4284,'page-option-choose-left-sidebar','right'),(10822,4284,'page-option-choose-right-sidebar','right'),(10823,4284,'page-option-caption','<a href=\"http://www.westromgroup.com/qualification-criteria/\">| Qualification Criteria |</a><a href=\"https://app.propertyware.com/pw/portals/westromgroupcompany/tenantApplication.action\">| Tenant Application |</a><a href=\"http://www.westromgroup.com/application-fee/\">| Application Fee |</a>'),(10826,4284,'page-option-layer-slider-id','1'),(7297,4287,'wpzoom_estate_wpzbathroom',''),(7296,4287,'wpzoom_estate_wpzbedroom',''),(7295,4287,'wpzoom_estate_wpzprice',''),(7294,4287,'wpzoom_estate_wpzaddress',''),(7293,4287,'wpzoom_post_template',''),(11157,5222,'testimonial-option-author-position','Fort Worth, TX'),(11156,5222,'_wpas_done_all','1'),(11155,5222,'_edit_lock','1382014573:1'),(11154,5222,'_edit_last','1'),(11173,5234,'page-option-bottom-slider-column1','[column_service background_color=\"#f16236\" color=\"#ffffff\" head_image=\"IMAGE_URL\" head_image_width=\"\" title=\"TITLE\" ]CONTENT[/column_service]'),(11172,5234,'page-option-bottom-slider-column','None'),(11171,5234,'page-option-enable-full-slider','Yes'),(11170,5234,'page-option-top-slider-xml','<slider-item></slider-item>'),(11169,5234,'page-option-layer-slider-id','1'),(11168,5234,'page-option-top-slider-types','Title'),(11167,5234,'page-option-show-content','Yes'),(11166,5234,'page-option-caption',''),(11165,5234,'page-option-choose-right-sidebar','right'),(11164,5234,'page-option-choose-left-sidebar','right'),(11163,5234,'page-option-sidebar-template','no-sidebar'),(11161,5234,'_wpas_done_all','1'),(11162,5234,'page-option-item-xml','<item-tag></item-tag>'),(11160,5234,'_wp_page_template','default'),(11159,5234,'_edit_lock','1382020477:1'),(11178,5243,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:32:\"2013/10/owners-portal-button.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"owners-portal-button-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a: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:\"\";}}'),(11177,5243,'_wp_attached_file','2013/10/owners-portal-button.jpg'),(11176,5234,'page-option-bottom-slider-column4','[column_service background_color=\"#f59172\" color=\"#ffffff\" head_image=\"IMAGE_URL\" head_image_width=\"\" title=\"TITLE\" ]CONTENT[/column_service]'),(11175,5234,'page-option-bottom-slider-column3','[column_service background_color=\"#f4815e\" color=\"#ffffff\" head_image=\"IMAGE_URL\" head_image_width=\"\" title=\"TITLE\" ]CONTENT[/column_service]'),(11174,5234,'page-option-bottom-slider-column2','[column_service background_color=\"#f2714a\" color=\"#ffffff\" head_image=\"IMAGE_URL\" head_image_width=\"\" title=\"TITLE\" ]CONTENT[/column_service]'),(6550,39,'_wpas_done_all','1'),(6551,39,'_edit_last','1'),(11397,379,'_yoast_wpseo_linkdex','0'),(6553,39,'wpzoom_estate_city',''),(6554,39,'wpzoom_estate_square_feet',''),(6555,39,'wpzoom_post_template',''),(6556,39,'wpzoom_estate_wpzaddress','1808 Killarney Wy, Bellevue'),(6557,39,'wpzoom_estate_wpzprice','2300000'),(6558,39,'wpzoom_estate_wpzbedroom','6'),(6559,39,'wpzoom_estate_wpzbathroom','3'),(6560,39,'wpzoom_is_featured','1'),(6561,39,'wpzoom_featured_title','1808 Killarney Wy, Bellevue'),(6562,39,'wpzoom_featured_description','<p>Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.</p>'),(6563,39,'_pronamic_google_maps_active','true'),(6564,39,'_pronamic_google_maps_latitude','47.5943325'),(6565,39,'_pronamic_google_maps_longitude','-122.2077936'),(6566,39,'_pronamic_google_maps_map_type','roadmap'),(6567,39,'_pronamic_google_maps_zoom','17'),(6568,39,'_pronamic_google_maps_title',''),(6569,39,'_pronamic_google_maps_description','1808 Killarney Wy, Bellevue'),(6570,39,'_pronamic_google_maps_address','1808 Killarney Wy, Bellevue'),(6571,39,'_pronamic_google_maps_geocode_status','OK'),(6572,39,'wpzoom_estate_zip',''),(7262,74,'_edit_lock','1383844835:1'),(7261,7,'wpzoom_estate_state',''),(7260,7,'_edit_lock','1379342647:1'),(6618,601,'_wpas_done_all','1'),(6619,601,'_edit_last','1'),(6621,601,'wpzoom_estate_city','Chicago'),(6622,601,'wpzoom_estate_square_feet',''),(6623,601,'wpzoom_estate_zip','98004'),(6624,601,'wpzoom_post_template',''),(6625,601,'wpzoom_estate_wpzaddress','100 Cedar Crest Lane, Chicago'),(6626,601,'wpzoom_estate_wpzprice','2900000'),(6627,601,'wpzoom_estate_wpzbedroom','6'),(6628,601,'wpzoom_estate_wpzbathroom','4'),(6629,601,'wpzoom_is_featured','1'),(6630,601,'wpzoom_featured_title','100 Cedar Crest Lane, Chicago'),(6631,601,'wpzoom_featured_description','<p>Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.</p>'),(6632,601,'_pronamic_google_maps_active','true'),(6633,601,'_pronamic_google_maps_latitude','42.1377318'),(6634,601,'_pronamic_google_maps_longitude','-88.466145'),(6635,601,'_pronamic_google_maps_map_type','roadmap'),(6636,601,'_pronamic_google_maps_zoom','16'),(6637,601,'_pronamic_google_maps_title',''),(6638,601,'_pronamic_google_maps_description','100 Cedar Crest Lane, Chicago'),(6639,601,'_pronamic_google_maps_address','100 Cedar Crest Lane, Chicago'),(6640,601,'_pronamic_google_maps_geocode_status','OK'),(6641,607,'_wpas_done_all','1'),(6642,607,'_edit_last','1'),(6644,607,'wpzoom_estate_city','San Diego'),(6645,607,'wpzoom_estate_square_feet','2900'),(6646,607,'wpzoom_estate_zip',''),(6647,607,'wpzoom_post_template',''),(6648,607,'wpzoom_estate_wpzaddress','9833 Ne 15th St, San Diego'),(6649,607,'wpzoom_estate_wpzprice','2700000'),(6650,607,'wpzoom_estate_wpzbedroom','4'),(6651,607,'wpzoom_estate_wpzbathroom','4'),(6652,607,'wpzoom_is_featured','1'),(6653,607,'wpzoom_featured_title','9833 Ne 15th St, San Diego'),(6654,607,'wpzoom_featured_description','<p>Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.</p>'),(6655,607,'_pronamic_google_maps_active','false'),(6656,607,'_pronamic_google_maps_latitude','32.711553'),(6657,607,'_pronamic_google_maps_longitude','-117.1503959'),(6658,607,'_pronamic_google_maps_map_type','roadmap'),(6659,607,'_pronamic_google_maps_zoom','18'),(6660,607,'_pronamic_google_maps_title',''),(6661,607,'_pronamic_google_maps_description','9833 Ne 15th St'),(6662,607,'_pronamic_google_maps_address','9833 Ne 15th St, San Diego'),(6663,607,'_pronamic_google_maps_geocode_status','OK'),(6664,614,'_wpas_done_all','1'),(6665,614,'_edit_last','1'),(6667,614,'wpzoom_estate_city','Seattle'),(6668,614,'wpzoom_estate_square_feet',''),(6669,614,'wpzoom_estate_zip','98001'),(6670,614,'wpzoom_post_template',''),(6671,614,'wpzoom_estate_wpzaddress','2929 W Eaton St, Seattle'),(6672,614,'wpzoom_estate_wpzprice','2300000'),(6673,614,'wpzoom_estate_wpzbedroom','5'),(6674,614,'wpzoom_estate_wpzbathroom','3'),(6675,614,'wpzoom_is_featured','1'),(6676,614,'wpzoom_featured_title','2929 W Eaton St, Seattle'),(6677,614,'wpzoom_featured_description','<p>Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.</p>'),(6678,614,'_pronamic_google_maps_active','true'),(6679,614,'_pronamic_google_maps_latitude','47.6328771'),(6680,614,'_pronamic_google_maps_longitude','-122.3954408'),(6681,614,'_pronamic_google_maps_map_type','roadmap'),(6682,614,'_pronamic_google_maps_zoom','17'),(6683,614,'_pronamic_google_maps_title',''),(6684,614,'_pronamic_google_maps_description','2929 W Eaton St, Seattle'),(6685,614,'_pronamic_google_maps_address','2929 W Eaton St'),(6686,614,'_pronamic_google_maps_geocode_status','OK'),(6687,74,'_wpas_done_all','1'),(6688,74,'_edit_last','1'),(6689,74,'_wp_page_template','default'),(7817,3029,'post-option-gallery-xml','<slider-item><slider><image>3033</image><linktype>Link to URL</linktype><link>http://goodlayers.com</link></slider><slider><image>3030</image><linktype>Link to URL</linktype><link>http://goodlayers.com</link></slider><slider><image>3034</image><linktype>Link to URL</linktype><link>http://goodlayers.com</link></slider><slider><image>3037</image><linktype>Link to URL</linktype><link>http://goodlayers.com</link></slider><slider><image>3038</image><linktype>Link to URL</linktype><link>http://goodlayers.com</link></slider><slider><image>3036</image><linktype>Link to URL</linktype><link>http://goodlayers.com</link></slider><slider><image>3035</image><linktype>Link to URL</linktype><link>http://goodlayers.com</link></slider><slider><image>3032</image><linktype>Link to URL</linktype><link>http://goodlayers.com</link></slider></slider-item>'),(7816,3029,'_edit_last','1'),(10825,4284,'page-option-top-slider-types','Title'),(7403,614,'wpzoom_estate_state',''),(7400,601,'_edit_lock','1379342627:1'),(7399,614,'_edit_lock','1379342619:1'),(7802,2257,'post-option-gallery-xml','<slider-item><slider><image>2935</image><linktype>Lightbox</linktype><link></link></slider><slider><image>2933</image><linktype>Lightbox</linktype><link></link></slider></slider-item>'),(7801,2257,'_edit_last','1'),(7799,2093,'_edit_last','1'),(7800,2093,'post-option-gallery-xml','<slider-item><slider><image>2930</image><linktype>Lightbox</linktype><link></link></slider><slider><image>2943</image><linktype>Lightbox</linktype><link></link></slider><slider><image>2931</image><linktype>Lightbox</linktype><link></link></slider><slider><image>2941</image><linktype>Lightbox</linktype><link></link></slider><slider><image>2915</image><linktype>Lightbox</linktype><link></link></slider><slider><image>2932</image><linktype>Lightbox</linktype><link></link></slider><slider><image>2933</image><linktype>Lightbox</linktype><link></link></slider><slider><image>2927</image><linktype>Lightbox</linktype><link></link></slider><slider><image>2905</image><linktype>Lightbox</linktype><link></link></slider><slider><image>2935</image><linktype>Lightbox</linktype><link></link></slider><slider><image>2936</image><linktype>Lightbox</linktype><link></link></slider><slider><image>2942</image><linktype>Lightbox</linktype><link></link></slider></slider-item>'),(6823,51,'_wpas_done_all','1'),(6824,51,'wpzoom_post_embed_skin',''),(6825,51,'wpzoom_post_embed_hd',''),(6826,51,'wpzoom_post_embed_self',''),(6827,51,'wpzoom_post_embed_code',''),(6828,51,'wpzoom_post_embed_location',''),(6830,51,'wpzoom_post_template','Default'),(6831,51,'wpzoom_post_social',''),(6832,51,'wpzoom_is_featured',''),(6833,51,'Views','19'),(6834,51,'_edit_last','1'),(6835,51,'wpzoom_featured_title',''),(6836,53,'_wpas_done_all','1'),(6837,53,'wpzoom_post_embed_code',''),(6839,53,'wpzoom_post_embed_self',''),(6840,53,'wpzoom_post_social',''),(6841,53,'wpzoom_post_embed_location','No'),(6842,53,'wpzoom_post_author','Yes'),(6843,53,'wpzoom_post_template','Default'),(6844,53,'_edit_last','1'),(6845,53,'wpzoom_post_embed_skin','Five'),(6846,53,'wpzoom_post_embed_hd',''),(6847,53,'Views','2'),(6848,53,'_wp_old_slug','g-power-m6-hurricane-cs-based-on-bmw-m6'),(6849,56,'_wpas_done_all','1'),(6850,56,'wpzoom_featured_title',''),(6851,56,'wpzoom_is_featured',''),(6852,56,'wpzoom_post_embed_skin',''),(6853,56,'wpzoom_post_embed_hd',''),(6854,56,'wpzoom_post_embed_self',''),(6855,56,'wpzoom_post_embed_code',''),(6856,56,'wpzoom_post_social',''),(6857,56,'Views','82'),(6858,56,'_thumbnail_id','497'),(6859,56,'wpzoom_post_embed_location',''),(6860,56,'wpzoom_post_template','Default'),(6861,56,'_edit_last','1'),(6862,58,'_wpas_done_all','1'),(6863,58,'_edit_last','1'),(6864,58,'wpzoom_post_social',''),(6865,58,'wpzoom_post_template','Default'),(6866,58,'Views','30'),(6867,58,'wpzoom_post_embed_skin','Five'),(6868,58,'wpzoom_post_embed_hd',''),(6869,58,'wpzoom_post_embed_self',''),(6870,58,'wpzoom_post_embed_code',''),(6871,58,'wpzoom_post_embed_location','No'),(6872,59,'_wpas_done_all','1'),(6873,59,'wpzoom_post_embed_skin','Five'),(6874,59,'wpzoom_post_embed_hd',''),(6875,59,'wpzoom_post_embed_self',''),(6876,59,'wpzoom_post_embed_code',''),(6877,59,'_wp_old_slug','world'),(6878,59,'wpzoom_post_embed_location','No'),(6879,59,'wpzoom_post_template','Sidebar on the left'),(6880,59,'wpzoom_post_author','Yes'),(6881,59,'wpzoom_post_social','Yes'),(6883,59,'_edit_last','1'),(6884,62,'_wpas_done_all','1'),(6885,62,'wpzoom_post_social',''),(6886,62,'wpzoom_post_template','Default'),(6887,62,'_edit_last','1'),(6888,62,'_wp_old_slug','bmw-z2-concept-to-be-shown-off-in-frankfurt-this-year-2'),(6889,62,'wpzoom_post_embed_skin','Five'),(6890,62,'wpzoom_post_embed_hd',''),(6891,62,'wpzoom_post_embed_self',''),(6892,62,'wpzoom_post_embed_code',''),(6893,62,'wpzoom_post_embed_location','No'),(6894,62,'Views','52'),(6895,66,'_wpas_done_all','1'),(6896,66,'Views','25'),(6897,66,'wpzoom_post_social','Yes'),(6898,66,'wpzoom_post_template','Default'),(6900,66,'_edit_last','1'),(6901,69,'_wpas_done_all','1'),(6902,69,'wpzoom_post_embed_self',''),(6903,69,'wpzoom_post_embed_code',''),(6904,69,'wpzoom_post_embed_location','No'),(6905,69,'Views','17'),(6906,69,'wpzoom_post_social',''),(6907,69,'wpzoom_post_template','Default'),(6908,69,'_edit_last','1'),(6909,69,'wpzoom_post_embed_skin','Five'),(6910,69,'wpzoom_post_embed_hd',''),(6911,366,'_wpas_done_all','1'),(6912,366,'wpzoom_post_embed_skin','Stormtrooper'),(6913,366,'wpzoom_post_embed_hd','http://content.longtailvideo.com/videos/bunny.mp4'),(6914,366,'wpzoom_post_embed_self','http://content.longtailvideo.com/videos/bunny.flv'),(6915,366,'wpzoom_post_embed_code',''),(6916,366,'wpzoom_post_embed_location','No'),(6917,366,'_wp_old_slug',''),(6918,366,'Views','160'),(6919,366,'_thumbnail_id','474'),(6920,366,'wpzoom_post_social',''),(6921,366,'wpzoom_post_template','Default'),(6922,366,'_edit_last','1'),(6923,372,'_wpas_done_all','1'),(6925,372,'_edit_last','1'),(6926,372,'wpzoom_post_embed_skin','Five'),(6927,372,'wpzoom_post_embed_hd',''),(6928,372,'wpzoom_post_embed_self',''),(6929,372,'wpzoom_post_embed_location','No'),(6930,372,'wpzoom_post_embed_code',''),(6931,372,'Views','206'),(6932,372,'_wp_old_slug',''),(6933,372,'wpzoom_post_social',''),(6934,372,'wpzoom_post_template','Default'),(6935,375,'_wpas_done_all','1'),(6936,375,'Views','24'),(6937,375,'_wp_old_slug',''),(6938,375,'wpzoom_post_social',''),(6939,375,'wpzoom_post_template','Default'),(6941,375,'_edit_last','1'),(7806,2263,'_thumbnail_id','2930'),(7805,2263,'post-option-gallery-xml','<slider-item><slider><image>2928</image><linktype>Lightbox</linktype><link></link></slider><slider><image>2927</image><linktype>Lightbox</linktype><link></link></slider></slider-item>'),(7804,2263,'_edit_last','1'),(6953,664,'_wpas_done_all','1'),(6954,664,'Views','13'),(6955,664,'wpzoom_post_social',''),(6956,664,'wpzoom_post_author','Yes'),(6957,664,'wpzoom_post_template','Default'),(6959,664,'_edit_last','1'),(6960,665,'_wpas_done_all','1'),(6961,665,'wpzoom_post_embed_code',''),(6962,665,'wpzoom_post_embed_location','No'),(6963,665,'wpzoom_post_social',''),(6964,665,'wpzoom_post_template','Default'),(6965,665,'_edit_last','1'),(6966,665,'wpzoom_post_embed_self',''),(6967,665,'wpzoom_post_embed_hd',''),(6968,665,'wpzoom_post_embed_skin','Five'),(6969,665,'Views','68'),(6970,666,'_wpas_done_all','1'),(6971,666,'_ntz_featured_title',''),(6972,666,'_ntz_is_featured','1'),(6973,666,'wpzoom_post_embed_hd',''),(6974,666,'wpzoom_post_embed_skin',''),(6975,666,'wpzoom_post_embed_code',''),(6976,666,'wpzoom_featured_title',''),(6977,666,'wpzoom_is_featured','1'),(6978,666,'_edit_last','1'),(6979,666,'wpzoom_post_embed_self',''),(6980,666,'_thumbnail_id','493'),(6981,666,'Views','159'),(6982,666,'wpzoom_post_template','Default'),(6983,666,'wpzoom_post_author','Yes'),(6984,666,'wpzoom_post_social',''),(6985,666,'wpzoom_post_embed_location',''),(6986,667,'_wpas_done_all','1'),(6987,667,'wpzoom_post_embed_location','No'),(6988,667,'Views','7'),(6989,667,'wpzoom_post_social',''),(6990,667,'wpzoom_post_template','Default'),(6991,667,'_edit_last','1'),(6992,667,'wpzoom_post_embed_code',''),(6993,667,'wpzoom_post_embed_skin','Five'),(6994,667,'wpzoom_post_embed_self',''),(6995,667,'wpzoom_post_embed_hd',''),(6996,668,'_wpas_done_all','1'),(6997,668,'Views','12'),(7849,100,'page-option-choose-left-sidebar','left'),(6999,668,'wpzoom_post_embed_code','http://vimeo.com/15142335'),(7000,668,'wpzoom_post_embed_location','In the middle column'),(7001,668,'wpzoom_post_social','Yes'),(7002,668,'wpzoom_post_author','Yes'),(7003,668,'wpzoom_post_template','Default'),(7004,668,'_edit_last','1'),(7005,669,'_wpas_done_all','1'),(7006,669,'Views','36'),(7007,669,'wpzoom_post_social',''),(7008,669,'_edit_last','1'),(7009,669,'wpzoom_post_template','Default'),(7010,669,'wpzoom_post_embed_code',''),(7011,669,'wpzoom_post_embed_location','No'),(7012,669,'wpzoom_post_embed_self',''),(7013,669,'wpzoom_post_embed_hd',''),(7014,669,'wpzoom_post_embed_skin','Five'),(7015,670,'_wpas_done_all','1'),(7016,670,'wpzoom_post_embed_skin','Five'),(7017,670,'wpzoom_post_embed_hd',''),(7018,670,'wpzoom_post_embed_self',''),(7019,670,'wpzoom_post_embed_code',''),(7020,670,'wpzoom_post_embed_location','No'),(7021,670,'Views','45'),(7022,670,'wpzoom_post_social','Yes'),(7023,670,'wpzoom_post_template','Default'),(7025,670,'_edit_last','1'),(7026,671,'_wpas_done_all','1'),(7027,671,'wpzoom_post_author','Yes'),(7028,671,'wpzoom_post_template','Default'),(7029,671,'_edit_last','1'),(7030,671,'wpzoom_post_social',''),(7031,671,'Views','112'),(7032,671,'wpzoom_post_embed_skin','Five'),(7033,671,'wpzoom_post_embed_hd',''),(7034,671,'wpzoom_post_embed_self',''),(7035,671,'wpzoom_post_embed_code',''),(7036,671,'wpzoom_post_embed_location','No'),(7037,671,'_thumbnail_id','407'),(7038,671,'_wp_old_slug','schwarzenegger-calls-for-pot-debate'),(7039,73,'_wpas_done_all','1'),(7040,73,'_thumbnail_id','494'),(7041,73,'Views','79'),(7042,73,'wpzoom_post_social',''),(7043,73,'wpzoom_post_author','Yes'),(7044,73,'wpzoom_post_template',''),(7045,73,'wpzoom_estate_wpzbathroom',''),(7046,73,'wpzoom_estate_wpzbedroom',''),(7047,73,'wpzoom_estate_wpzprice',''),(7048,73,'wpzoom_estate_wpzaddress',''),(7049,73,'wpzoom_estate_square_feetx',''),(7050,73,'wpzoom_estate_zip',''),(7051,73,'wpzoom_post_embed_location',''),(7052,73,'_edit_last','1'),(7053,73,'wpzoom_post_embed_skin',''),(7054,73,'wpzoom_post_embed_hd',''),(7055,73,'wpzoom_post_embed_self',''),(7056,73,'wpzoom_featured_title',''),(7057,73,'wpzoom_is_featured',''),(7058,73,'wpzoom_post_embed_code',''),(7059,73,'wpzoom_estate_square_feet',''),(7060,73,'wpzoom_estate_city',''),(7061,379,'_wpas_done_all','1'),(7062,379,'Views','69'),(7063,379,'_wp_old_slug',''),(7064,379,'wpzoom_post_social',''),(7065,379,'wpzoom_post_template','Default'),(7067,379,'_edit_last','1'),(7068,382,'_wpas_done_all','1'),(7069,382,'wpzoom_post_social',''),(7070,382,'wpzoom_post_template','Default'),(7072,382,'_edit_last','1'),(7073,382,'Views','19'),(7074,382,'_wp_old_slug',''),(7075,382,'wpzoom_post_embed_skin','Five'),(7076,382,'wpzoom_post_embed_hd',''),(7077,382,'wpzoom_post_embed_self',''),(7078,382,'wpzoom_post_embed_code',''),(7079,382,'wpzoom_post_embed_location','No'),(7080,385,'_wpas_done_all','1'),(7081,385,'wpzoom_post_embed_skin','Five'),(7082,385,'wpzoom_post_embed_hd',''),(7083,385,'wpzoom_post_embed_self',''),(7084,385,'wpzoom_post_social',''),(7085,385,'_wp_old_slug',''),(7086,385,'_thumbnail_id','466'),(7087,385,'wpzoom_post_embed_location','Yes'),(7088,385,'wpzoom_post_embed_code','<iframe src=\"http://player.vimeo.com/video/17439665?title=0&byline=0&portrait=0\" width=\"681\" height=\"383\" frameborder=\"0\"></iframe>'),(7089,385,'wpzoom_post_template','Default'),(7090,385,'_edit_last','1'),(7091,385,'Views','811'),(7092,388,'_wpas_done_all','1'),(7093,388,'wpzoom_post_template','Default'),(7095,388,'_edit_last','1'),(7096,388,'wpzoom_is_featured','1'),(7097,388,'wpzoom_featured_title',''),(7098,388,'_wp_old_slug',''),(7099,388,'wpzoom_post_social',''),(7100,388,'_ntz_featured_title',''),(7101,388,'_ntz_is_featured','1'),(7102,388,'Views','493'),(7103,388,'wpzoom_post_embed_skin',''),(7104,388,'wpzoom_post_embed_hd',''),(7105,388,'wpzoom_post_embed_self',''),(7106,388,'wpzoom_post_embed_code',''),(7107,388,'wpzoom_post_embed_location',''),(7108,391,'_wpas_done_all','1'),(7109,391,'wpzoom_post_embed_code',''),(7110,391,'wpzoom_post_embed_location',''),(7111,391,'_thumbnail_id','471'),(7112,391,'Views','397'),(7113,391,'_wp_old_slug',''),(7114,391,'wpzoom_post_social',''),(7115,391,'wpzoom_estate_wpzaddress',''),(7116,391,'wpzoom_post_template','full'),(7117,391,'_edit_last','1'),(7118,391,'wpzoom_estate_wpzbedroom',''),(7119,391,'wpzoom_estate_wpzprice',''),(7120,391,'wpzoom_estate_square_feetx',''),(7121,391,'wpzoom_estate_zip',''),(7122,391,'wpzoom_estate_wpzbathroom',''),(7123,391,'_ntz_is_featured','1'),(7124,391,'wpzoom_is_featured','1'),(7125,391,'wpzoom_estate_city',''),(7126,391,'wpzoom_estate_square_feet',''),(7127,391,'wpzoom_featured_title',''),(7128,391,'wpzoom_post_embed_hd',''),(7129,391,'wpzoom_post_embed_skin',''),(7130,391,'_ntz_featured_title',''),(7131,391,'wpzoom_post_embed_self',''),(7132,394,'_wpas_done_all','1'),(7133,394,'wpzoom_post_embed_hd',''),(7134,394,'wpzoom_post_embed_skin','Five'),(7135,394,'wpzoom_post_embed_location','No'),(7136,394,'wpzoom_post_embed_code',''),(7137,394,'wpzoom_post_embed_self',''),(7138,394,'_wp_old_slug',''),(7139,394,'wpzoom_post_social',''),(7140,394,'wpzoom_post_template','Default'),(7142,394,'_edit_last','1'),(7143,394,'Views','175'),(7144,397,'_wpas_done_all','1'),(7145,397,'wpzoom_post_embed_code','<iframe src=\"http://player.vimeo.com/video/17398038?title=0&byline=0&portrait=0\" width=\"600\" height=\"336\" frameborder=\"0\"></iframe>'),(7146,397,'wpzoom_post_embed_location','No'),(7147,397,'_thumbnail_id','468'),(7148,397,'Views','148'),(7149,397,'wpzoom_post_social',''),(7150,397,'_wp_old_slug',''),(7151,397,'wpzoom_post_template','Default'),(7152,397,'_edit_last','1'),(7153,397,'wpzoom_post_embed_skin','Five'),(7154,397,'wpzoom_post_embed_hd',''),(7155,397,'wpzoom_post_embed_self',''),(7156,400,'_wpas_done_all','1'),(7157,400,'wpzoom_post_embed_code',''),(7158,400,'wpzoom_post_embed_self',''),(7159,400,'wpzoom_post_embed_hd',''),(7160,400,'_wp_old_slug',''),(7161,400,'wpzoom_post_social',''),(7162,400,'wpzoom_post_template','Default'),(7163,400,'wpzoom_post_embed_skin','Five'),(7164,400,'wpzoom_post_embed_location','No'),(7165,400,'_thumbnail_id','401'),(7166,400,'_edit_last','1'),(7167,400,'Views','36'),(7168,403,'_wpas_done_all','1'),(7169,403,'wpzoom_post_embed_self',''),(7170,403,'wpzoom_post_embed_location','No'),(7171,403,'wpzoom_post_embed_code',''),(7172,403,'Views','121'),(7173,403,'wpzoom_post_embed_skin','Five'),(7174,403,'wpzoom_post_embed_hd',''),(7175,403,'_wp_old_slug',''),(7176,403,'wpzoom_post_social',''),(7177,403,'wpzoom_post_template','Default'),(7178,403,'_thumbnail_id','405'),(7179,403,'_edit_last','1'),(7180,503,'_wpas_done_all','1'),(7181,503,'Views','289'),(7182,503,'wpzoom_post_embed_skin','Five'),(7183,503,'wpzoom_post_embed_hd',''),(7184,503,'wpzoom_post_embed_self',''),(7185,503,'wpzoom_post_embed_code',''),(7186,503,'wpzoom_post_embed_location','No'),(7187,503,'wpzoom_post_template','Default'),(7188,503,'_edit_last','1'),(7189,503,'_thumbnail_id','504'),(7190,672,'_wpas_done_all','1'),(7191,672,'_wp_old_slug','bmw-m3-gt4-and-alpina-b6-gt3-at-silverstone'),(7192,672,'wpzoom_post_embed_skin','Five'),(7193,672,'wpzoom_post_embed_hd',''),(7194,672,'wpzoom_post_embed_location','No'),(7195,672,'wpzoom_post_social',''),(7196,672,'wpzoom_post_author','Yes'),(7197,672,'wpzoom_post_template','Default'),(7198,672,'_edit_last','1'),(7199,672,'wpzoom_post_embed_code','<iframe src=\"http://player.vimeo.com/video/22884674?title=0&byline=0&portrait=0&color=ffffff\" width=\"620\" height=\"349\" frameborder=\"0\"></iframe>'),(7200,672,'wpzoom_post_embed_self',''),(7201,672,'_thumbnail_id','477'),(7202,672,'Views','902'),(7203,673,'_wpas_done_all','1'),(7204,673,'_edit_last','1'),(7205,673,'Views','254'),(7206,673,'_thumbnail_id','496'),(7207,673,'_wp_old_slug','blackberry-playbook'),(7208,673,'wpzoom_post_embed_skin','Five'),(7209,673,'_wp_old_slug','mercedes-e-class-coupe-new-competition-for-the-bmw-3-series-coupe'),(7210,673,'wpzoom_post_author','Yes'),(7211,673,'wpzoom_post_template','Default'),(7212,673,'wpzoom_post_embed_hd',''),(7213,673,'wpzoom_post_embed_self',''),(7214,673,'wpzoom_post_embed_code','<iframe src=\"http://player.vimeo.com/video/24195442?title=0&byline=0&portrait=0\" width=\"400\" height=\"225\" frameborder=\"0\"></iframe>'),(7215,673,'wpzoom_post_embed_location','No'),(7216,673,'wpzoom_post_social',''),(7217,674,'_wpas_done_all','1'),(7218,674,'wpzoom_post_author','Yes'),(7219,674,'wpzoom_post_template','side-left'),(7220,674,'_edit_last','1'),(7221,674,'wpzoom_is_featured','1'),(7222,674,'wpzoom_featured_title',''),(7223,674,'wpzoom_estate_city',''),(7224,674,'wpzoom_post_embed_location',''),(7225,674,'wpzoom_post_social',''),(7226,674,'wpzoom_post_embed_skin',''),(7227,674,'wpzoom_post_embed_hd',''),(7228,674,'wpzoom_post_embed_self',''),(7229,674,'_thumbnail_id','480'),(7230,674,'Views','849'),(7231,674,'_ntz_featured_title',''),(7232,674,'_ntz_is_featured','1'),(7233,674,'wpzoom_post_embed_code',''),(7234,674,'wpzoom_estate_wpzbathroom',''),(7235,674,'wpzoom_estate_wpzbedroom',''),(7236,674,'wpzoom_estate_wpzprice',''),(7237,674,'wpzoom_estate_wpzaddress',''),(7238,674,'wpzoom_estate_square_feetx',''),(7239,674,'wpzoom_estate_zip',''),(7240,674,'wpzoom_estate_square_feet',''),(10824,4284,'page-option-show-content','Yes'),(7803,2257,'_thumbnail_id','2931'),(7406,601,'wpzoom_estate_state',''),(7407,607,'_edit_lock','1379342736:1'),(11396,382,'_yoast_wpseo_linkdex','0'),(11395,388,'_wp_trash_meta_time','1383380428'),(11394,388,'_wp_trash_meta_status','publish'),(11393,394,'_wp_trash_meta_time','1383380428'),(11392,394,'_wp_trash_meta_status','publish'),(11391,397,'_wp_trash_meta_time','1383380428'),(11390,397,'_wp_trash_meta_status','publish'),(11329,5145,'_yoast_wpseo_sitemap-prio','-'),(11330,5145,'_yoast_wpseo_sitemap-html-include','-'),(11331,5145,'_yoast_wpseo_canonical',''),(11332,5145,'_yoast_wpseo_redirect',''),(11333,5145,'_yoast_wpseo_opengraph-description',''),(11334,5145,'_yoast_wpseo_google-plus-description',''),(11365,1091,'_wp_trash_meta_time','1383380427'),(11366,1091,'_wp_trash_meta_comments_status','a:1:{i:84;s:1:\"0\";}'),(11367,3002,'_wp_trash_meta_status','publish'),(11368,3002,'_wp_trash_meta_time','1383380427'),(11369,1098,'_wp_trash_meta_status','publish'),(11370,1098,'_wp_trash_meta_time','1383380427'),(11371,1098,'_wp_trash_meta_comments_status','a:4:{i:85;s:1:\"1\";i:86;s:1:\"0\";i:87;s:1:\"0\";i:88;s:1:\"0\";}'),(11372,503,'_wp_trash_meta_status','publish'),(11373,503,'_wp_trash_meta_time','1383380427'),(11374,672,'_wp_trash_meta_status','publish'),(11375,672,'_wp_trash_meta_time','1383380427'),(11376,672,'_wp_trash_meta_comments_status','a:1:{i:57;s:1:\"1\";}'),(11377,391,'_wp_trash_meta_status','publish'),(11378,391,'_wp_trash_meta_time','1383380427'),(11379,674,'_wp_trash_meta_status','publish'),(11380,674,'_wp_trash_meta_time','1383380427'),(11381,674,'_wp_trash_meta_comments_status','a:2:{i:58;s:1:\"1\";i:59;s:1:\"1\";}'),(11382,673,'_wp_trash_meta_status','publish'),(11383,673,'_wp_trash_meta_time','1383380427'),(11384,385,'_wp_trash_meta_status','publish'),(11385,385,'_wp_trash_meta_time','1383380427'),(11386,403,'_wp_trash_meta_status','publish'),(11387,403,'_wp_trash_meta_time','1383380428'),(11388,400,'_wp_trash_meta_status','publish'),(11389,400,'_wp_trash_meta_time','1383380428'),(7410,607,'wpzoom_estate_state',''),(7411,39,'_edit_lock','1379342651:1'),(11328,5145,'_yoast_wpseo_sitemap-include','-'),(11327,5145,'_yoast_wpseo_meta-robots-adv','none'),(11326,5145,'_yoast_wpseo_meta-robots-nofollow','0'),(7414,39,'wpzoom_estate_state',''),(11158,5234,'_edit_last','1'),(11325,5145,'_yoast_wpseo_meta-robots-noindex','0'),(10819,4284,'page-option-item-xml','<item-tag></item-tag>'),(7429,4332,'content_width',''),(7430,4332,'custom_css_preprocessor',''),(11323,5145,'_yoast_wpseo_title',''),(11324,5145,'_yoast_wpseo_metadesc','Westrom Group offers trusted services with a reasonable property management fee.'),(11266,4292,'_yoast_wpseo_google-plus-description',''),(11265,4292,'_yoast_wpseo_opengraph-description',''),(11264,4292,'_yoast_wpseo_redirect',''),(11263,4292,'_yoast_wpseo_canonical',''),(11262,4292,'_yoast_wpseo_sitemap-html-include','-'),(11261,4292,'_yoast_wpseo_sitemap-prio','-'),(11260,4292,'_yoast_wpseo_sitemap-include','-'),(11259,4292,'_yoast_wpseo_meta-robots-adv','none'),(11267,5174,'_yoast_wpseo_focuskw','Real Estate Property DFW'),(11257,4292,'_yoast_wpseo_meta-robots-noindex','0'),(11258,4292,'_yoast_wpseo_meta-robots-nofollow','0'),(11412,56,'_yoast_wpseo_linkdex','0'),(11411,66,'_yoast_wpseo_linkdex','0'),(11410,69,'_yoast_wpseo_linkdex','0'),(11409,667,'_yoast_wpseo_linkdex','0'),(11408,62,'_yoast_wpseo_linkdex','0'),(11407,664,'_yoast_wpseo_linkdex','0'),(11406,59,'_yoast_wpseo_linkdex','0'),(11405,53,'_yoast_wpseo_linkdex','0'),(11404,668,'_yoast_wpseo_linkdex','0'),(11403,666,'_yoast_wpseo_linkdex','0'),(11402,671,'_yoast_wpseo_linkdex','0'),(11401,51,'_yoast_wpseo_linkdex','0'),(11400,366,'_yoast_wpseo_linkdex','0'),(11280,5210,'_wp_attachment_image_alt','real estate property management DFW'),(11279,5174,'_yoast_wpseo_google-plus-description',''),(11278,5174,'_yoast_wpseo_opengraph-description',''),(11277,5174,'_yoast_wpseo_redirect',''),(11276,5174,'_yoast_wpseo_canonical',''),(11275,5174,'_yoast_wpseo_sitemap-html-include','-'),(11274,5174,'_yoast_wpseo_sitemap-prio','-'),(11273,5174,'_yoast_wpseo_sitemap-include','-'),(11272,5174,'_yoast_wpseo_meta-robots-adv','none'),(11271,5174,'_yoast_wpseo_meta-robots-nofollow','0'),(11270,5174,'_yoast_wpseo_meta-robots-noindex','0'),(11269,5174,'_yoast_wpseo_metadesc','Westrom Group, a reputable real estate property DFW management'),(8384,528,'_wpas_done_all','1'),(11210,528,'page-option-caption',''),(8386,528,'_edit_last','1'),(8387,528,'page-option-item-xml','<item-tag></item-tag>'),(8388,528,'page-option-sidebar-template','right-sidebar'),(8389,528,'page-option-choose-left-sidebar','left'),(8390,528,'page-option-choose-right-sidebar','right'),(8391,528,'page-option-show-title','Yes'),(8392,528,'page-option-top-slider-types','Title'),(8393,528,'page-option-top-slider-height','360'),(8394,528,'page-option-top-slider-xml','<slider-item></slider-item>'),(8395,528,'_wp_page_template','default'),(8396,528,'page-option-show-content','Yes'),(8397,528,'page-option-layer-slider-id','1'),(8398,528,'page-option-enable-full-slider','Yes'),(8399,528,'page-option-bottom-slider-column','None'),(8400,528,'page-option-bottom-slider-column1','[column_service background_color=\"#f16236\" color=\"#ffffff\" head_image=\"IMAGE_URL\" head_image_width=\"\" title=\"TITLE\" ]CONTENT[/column_service]'),(8401,528,'page-option-bottom-slider-column2','[column_service background_color=\"#f2714a\" color=\"#ffffff\" head_image=\"IMAGE_URL\" head_image_width=\"\" title=\"TITLE\" ]CONTENT[/column_service]'),(8402,528,'page-option-bottom-slider-column3','[column_service background_color=\"#f4815e\" color=\"#ffffff\" head_image=\"IMAGE_URL\" head_image_width=\"\" title=\"TITLE\" ]CONTENT[/column_service]'),(8403,528,'page-option-bottom-slider-column4','[column_service background_color=\"#f59172\" color=\"#ffffff\" head_image=\"IMAGE_URL\" head_image_width=\"\" title=\"TITLE\" ]CONTENT[/column_service]'),(11316,4287,'_yoast_wpseo_sitemap-prio','-'),(11315,4287,'_yoast_wpseo_sitemap-include','-'),(11314,4287,'_yoast_wpseo_meta-robots-adv','none'),(11313,4287,'_yoast_wpseo_meta-robots-nofollow','0'),(11312,4287,'_yoast_wpseo_meta-robots-noindex','0'),(11311,4287,'_yoast_wpseo_metadesc','With Westrom Group, DFW real property management services are made affordable and easy'),(11310,4287,'_yoast_wpseo_title',''),(11308,2640,'_yoast_wpseo_google-plus-description',''),(11307,2640,'_yoast_wpseo_opengraph-description',''),(11306,2640,'_yoast_wpseo_redirect',''),(11305,2640,'_yoast_wpseo_canonical',''),(11304,2640,'_yoast_wpseo_sitemap-html-include','-'),(11303,2640,'_yoast_wpseo_sitemap-prio','-'),(11302,2640,'_yoast_wpseo_sitemap-include','-'),(11301,2640,'_yoast_wpseo_meta-robots-adv','none'),(11256,4292,'_yoast_wpseo_metadesc','Westrom Group provides a fair and unbiased application process that everyone must undergo.All applicants are expected to pass the Rental Qualifying Criteria'),(11255,4292,'_yoast_wpseo_title','Westrom Group Company DFW Rental Qualifying Criteria'),(11254,4292,'_yoast_wpseo_focuskw','Rental Qualifying Criteria'),(11253,74,'_yoast_wpseo_google-plus-description',''),(11252,74,'_yoast_wpseo_opengraph-description',''),(11251,74,'_yoast_wpseo_redirect',''),(11250,74,'_yoast_wpseo_canonical',''),(11249,74,'_yoast_wpseo_sitemap-html-include','-'),(11248,74,'_yoast_wpseo_sitemap-prio','-'),(11247,74,'_yoast_wpseo_sitemap-include','-'),(11246,74,'_yoast_wpseo_meta-robots-adv','none'),(11245,74,'_yoast_wpseo_meta-robots-nofollow','0'),(11244,74,'_yoast_wpseo_meta-robots-noindex','0'),(11335,97,'_yoast_wpseo_linkdex','0'),(11242,74,'_yoast_wpseo_title','About Westrom Group - real estate property management'),(11241,74,'_yoast_wpseo_focuskw','real estate property management'),(11240,3280,'_yoast_wpseo_google-plus-description',''),(11239,3280,'_yoast_wpseo_opengraph-description',''),(11238,3280,'_yoast_wpseo_redirect',''),(11237,3280,'_yoast_wpseo_canonical',''),(11236,3280,'_yoast_wpseo_sitemap-html-include','-'),(11235,3280,'_yoast_wpseo_sitemap-prio','-'),(11234,3280,'_yoast_wpseo_sitemap-include','-'),(11233,3280,'_yoast_wpseo_meta-robots-adv','none'),(11232,3280,'_yoast_wpseo_meta-robots-nofollow','0'),(11231,3280,'_yoast_wpseo_meta-robots-noindex','0'),(11230,3280,'_yoast_wpseo_metadesc','Westrom Group Company is a full service real property management Dallas and real estate company serving the Dallas/Fort Worth Metroplex.'),(10831,4284,'page-option-bottom-slider-column2','[column_service background_color=\"#f2714a\" color=\"#ffffff\" head_image=\"IMAGE_URL\" head_image_width=\"\" title=\"TITLE\" ]CONTENT[/column_service]'),(10830,4284,'page-option-bottom-slider-column1','[column_service background_color=\"#f16236\" color=\"#ffffff\" head_image=\"IMAGE_URL\" head_image_width=\"\" title=\"TITLE\" ]CONTENT[/column_service]'),(11043,5184,'_menu_item_target',''),(11042,5184,'_menu_item_object','page'),(11041,5184,'_menu_item_object_id','5174'),(11040,5184,'_menu_item_menu_item_parent','0'),(11039,5184,'_menu_item_type','post_type'),(11038,5182,'custom_css_preprocessor',''),(11037,5182,'content_width',''),(11036,5182,'custom_css_add','yes'),(11035,5181,'custom_css_preprocessor',''),(11034,5181,'content_width',''),(11033,5181,'custom_css_add','yes'),(11032,5180,'custom_css_preprocessor',''),(11030,5180,'custom_css_add','yes'),(11031,5180,'content_width',''),(11029,5179,'custom_css_preprocessor',''),(11028,5179,'content_width',''),(11027,5179,'custom_css_add','yes'),(11026,5178,'custom_css_preprocessor',''),(11025,5178,'content_width',''),(11024,5178,'custom_css_add','yes'),(11023,5177,'custom_css_preprocessor',''),(10858,5133,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:230;s:6:\"height\";i:230;s:4:\"file\";s:17:\"2013/09/item4.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"item4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a: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:\"\";}}'),(10857,5133,'_wp_attached_file','2013/09/item4.jpg'),(10856,5132,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:230;s:6:\"height\";i:230;s:4:\"file\";s:17:\"2013/09/item3.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"item3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a: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:\"\";}}'),(10855,5132,'_wp_attached_file','2013/09/item3.jpg'),(10854,5131,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:230;s:6:\"height\";i:230;s:4:\"file\";s:17:\"2013/09/item2.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"item2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a: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:\"\";}}'),(10852,5130,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:230;s:6:\"height\";i:230;s:4:\"file\";s:17:\"2013/09/item1.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"item1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a: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:\"\";}}'),(10851,5130,'_wp_attached_file','2013/09/item1.jpg'),(10850,5129,'_wp_attachment_backup_sizes','a:4:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1280;s:6:\"height\";i:853;s:4:\"file\";s:23:\"property-management.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:31:\"property-management-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:31:\"property-management-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:32:\"property-management-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(10849,5129,'_edit_last','1'),(10848,5129,'_edit_lock','1379597067:1'),(10843,5127,'_wpas_done_all','1'),(10836,5127,'_menu_item_object_id','5127'),(10837,5127,'_menu_item_object','custom'),(10838,5127,'_menu_item_target',''),(10839,5127,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(10840,5127,'_menu_item_xfn',''),(10841,5127,'_menu_item_url','https://app.propertyware.com/pw/portals/westromgroupcompany/tenantApplication.action'),(10835,5127,'_menu_item_menu_item_parent','5110'),(11119,5205,'_menu_item_type','post_type'),(10834,5127,'_menu_item_type','custom'),(11120,5205,'_menu_item_menu_item_parent','5110'),(11121,5205,'_menu_item_object_id','4284'),(11122,5205,'_menu_item_object','page'),(11123,5205,'_menu_item_target',''),(11124,5205,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(11125,5205,'_menu_item_xfn',''),(11126,5205,'_menu_item_url',''),(11128,5205,'_wpas_done_all','1'),(10833,4284,'page-option-bottom-slider-column4','[column_service background_color=\"#f59172\" color=\"#ffffff\" head_image=\"IMAGE_URL\" head_image_width=\"\" title=\"TITLE\" ]CONTENT[/column_service]'),(10832,4284,'page-option-bottom-slider-column3','[column_service background_color=\"#f4815e\" color=\"#ffffff\" head_image=\"IMAGE_URL\" head_image_width=\"\" title=\"TITLE\" ]CONTENT[/column_service]'),(10864,5136,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:201;s:6:\"height\";i:191;s:4:\"file\";s:34:\"2013/09/ForSale-e1379598993131.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"ForSale-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:\"ForSale-300x285.png\";s:5:\"width\";i:300;s:6:\"height\";i:285;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:\"\";}}'),(10863,5136,'_wp_attached_file','2013/09/ForSale-e1379598993131.png'),(10861,5135,'_wp_attached_file','2013/09/item6.jpg'),(10862,5135,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:230;s:6:\"height\";i:230;s:4:\"file\";s:17:\"2013/09/item6.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"item6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a: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:\"\";}}'),(10860,5134,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:230;s:6:\"height\";i:230;s:4:\"file\";s:17:\"2013/09/item5.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"item5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a: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:\"\";}}'),(11475,3280,'_yoast_wpseo_opengraph-image',''),(11474,665,'_wp_trash_meta_time','1383380876'),(11473,665,'_wp_trash_meta_status','publish'),(7666,4921,'custom_css_add','yes'),(7667,4921,'content_width',''),(7668,4921,'custom_css_preprocessor',''),(11472,58,'_wp_trash_meta_time','1383380876'),(11471,58,'_wp_trash_meta_status','publish'),(11470,669,'_wp_trash_meta_comments_status','a:1:{i:48;s:1:\"1\";}'),(11469,669,'_wp_trash_meta_time','1383380876'),(11468,669,'_wp_trash_meta_status','publish'),(11467,670,'_wp_trash_meta_time','1383380875'),(11464,58,'_yoast_wpseo_linkdex','0'),(11463,669,'_yoast_wpseo_linkdex','0'),(11462,670,'_yoast_wpseo_linkdex','0'),(11461,56,'_wp_trash_meta_time','1383380739'),(11460,56,'_wp_trash_meta_status','publish'),(11459,66,'_wp_trash_meta_comments_status','a:1:{i:45;s:1:\"1\";}'),(11458,66,'_wp_trash_meta_time','1383380739'),(11457,66,'_wp_trash_meta_status','publish'),(11456,69,'_wp_trash_meta_time','1383380739'),(11455,69,'_wp_trash_meta_status','publish'),(11454,667,'_wp_trash_meta_comments_status','a:1:{i:47;s:1:\"1\";}'),(11453,667,'_wp_trash_meta_time','1383380739'),(11452,667,'_wp_trash_meta_status','publish'),(11451,62,'_wp_trash_meta_time','1383380739'),(11450,62,'_wp_trash_meta_status','publish'),(11449,664,'_wp_trash_meta_time','1383380739'),(10817,5117,'_edit_lock','1379621721:1'),(10815,5118,'_wp_attached_file','2013/09/rentals.html'),(9010,11,'_wpas_done_all','1'),(9011,11,'_edit_last','1'),(9012,11,'post-option-sidebar-template','no-sidebar'),(9013,11,'post-option-thumbnail-html5-video',''),(9014,11,'post-option-skill-value','LogicPro'),(9015,11,'post-option-clients-name','BMG'),(9016,11,'post-option-website-url','http://google.com'),(9017,11,'post-option-author-info-enabled',''),(9018,11,'post-option-thumbnail-types','Image'),(9019,11,'post-option-featured-image-type','Link to Current Post'),(9020,11,'post-option-featured-image-url',''),(9021,11,'post-option-thumbnail-xml','<slider-item></slider-item>'),(9022,11,'post-option-inside-thumbnail-types','Image'),(9023,11,'post-option-inside-thumbnial-image','2936'),(9024,11,'post-option-inside-thumbnail-video',''),(9025,11,'post-option-inside-thumbnail-xml','<slider-item></slider-item>'),(9026,11,'post-option-caption',''),(9027,11,'post-option-inside-thumbnail-html5-video',''),(9028,11,'post-option-choose-left-sidebar','blog'),(9029,11,'post-option-choose-right-sidebar','blog'),(9030,11,'post-option-blog-header-title',''),(9031,11,'post-option-thumbnail-video',''),(9032,11,'_thumbnail_id','2936'),(9033,11,'post-option-blog-header-caption',''),(9034,38,'_wpas_done_all','1'),(9035,38,'post-option-inside-thumbnail-html5-video',''),(9036,38,'_edit_last','1'),(9037,38,'post-option-sidebar-template','no-sidebar'),(9038,38,'post-option-thumbnail-html5-video',''),(9039,38,'post-option-skill-value','Illustrator, Photoshop'),(9040,38,'post-option-clients-name','Google'),(9041,38,'post-option-website-url','http://google.com'),(9042,38,'post-option-author-info-enabled',''),(9043,38,'post-option-thumbnail-types','Image'),(9044,38,'post-option-featured-image-type','Lightbox to Video'),(9045,38,'post-option-featured-image-url','http://vimeo.com/20156764'),(9046,38,'post-option-thumbnail-video',''),(9047,38,'post-option-thumbnail-xml','<slider-item></slider-item>'),(9048,38,'post-option-inside-thumbnail-types','Image'),(9049,38,'post-option-inside-thumbnial-image','2932'),(9050,38,'post-option-inside-thumbnail-video',''),(9051,38,'post-option-inside-thumbnail-xml','<slider-item></slider-item>'),(9052,38,'post-option-caption',''),(9053,38,'post-option-choose-left-sidebar','blog'),(9054,38,'post-option-choose-right-sidebar','blog'),(9055,38,'post-option-blog-header-title',''),(9056,38,'post-option-social-enabled',''),(9057,38,'_thumbnail_id','2932'),(9058,38,'post-option-blog-header-caption',''),(9059,49,'_wpas_done_all','1'),(9060,49,'_edit_last','1'),(9061,49,'post-option-sidebar-template','no-sidebar'),(9062,49,'post-option-thumbnail-html5-video',''),(9063,49,'post-option-skill-value','Brain Only'),(9064,49,'post-option-clients-name','Goodlayers'),(9065,49,'post-option-website-url','http://goodlayers.com'),(9066,49,'post-option-author-info-enabled',''),(9067,49,'post-option-thumbnail-types','Video'),(9068,49,'post-option-featured-image-type','Lightbox to Picture'),(9069,49,'post-option-featured-image-url','http://themes.goodlayers.com/goodspace/wp-content/uploads/2012/04/book07.jpg'),(9070,49,'post-option-thumbnail-video','http://vimeo.com/20156764'),(9071,49,'post-option-thumbnail-xml','<slider-item></slider-item>'),(9072,49,'post-option-inside-thumbnail-types','Video'),(9073,49,'post-option-inside-thumbnial-image','2029'),(9074,49,'post-option-inside-thumbnail-video','http://vimeo.com/20156764'),(9075,49,'post-option-inside-thumbnail-xml','<slider-item></slider-item>'),(9076,49,'post-option-caption',''),(9077,49,'post-option-inside-thumbnail-html5-video',''),(9078,49,'post-option-choose-left-sidebar','blog'),(9079,49,'post-option-choose-right-sidebar','blog'),(9080,49,'post-option-blog-header-title',''),(9081,49,'post-option-social-enabled',''),(9082,49,'_thumbnail_id','2932'),(9083,49,'post-option-blog-header-caption',''),(9084,4931,'_wpas_done_all','1'),(9085,4931,'_edit_last','1'),(9086,4931,'post-option-sidebar-template','no-sidebar'),(9087,4931,'post-option-thumbnail-html5-video',''),(9088,4931,'post-option-skill-value','HTML, CSS'),(9089,4931,'post-option-clients-name','GoodLayers'),(9090,4931,'post-option-website-url','http://goodlayers.com'),(9091,4931,'post-option-author-info-enabled',''),(9092,4931,'post-option-thumbnail-types','Image'),(9093,4931,'post-option-featured-image-type','Link to Current Post'),(9094,4931,'post-option-featured-image-url',''),(9095,4931,'post-option-thumbnail-video',''),(9096,4931,'post-option-thumbnail-xml','<slider-item></slider-item>'),(9097,4931,'post-option-inside-thumbnail-types','Image'),(9098,4931,'post-option-inside-thumbnial-image','2931'),(9099,4931,'post-option-inside-thumbnail-video',''),(9100,4931,'post-option-inside-thumbnail-xml','<slider-item></slider-item>'),(9101,4931,'post-option-caption',''),(9102,4931,'post-option-inside-thumbnail-html5-video',''),(9103,4931,'post-option-choose-left-sidebar','blog'),(9104,4931,'post-option-choose-right-sidebar','blog'),(9105,4931,'post-option-blog-header-title',''),(9106,4931,'_thumbnail_id','2931'),(9107,4931,'post-option-blog-header-caption',''),(9108,4931,'post-option-social-enabled',''),(9109,4932,'_wpas_done_all','1'),(9110,4932,'post-option-blog-header-title',''),(9111,4932,'_edit_last','1'),(9112,4932,'post-option-sidebar-template','no-sidebar'),(9113,4932,'post-option-skill-value','Illustrator, Photoshop'),(9114,4932,'post-option-clients-name','goodlayers'),(9115,4932,'post-option-website-url','http://goodlayers.com'),(9116,4932,'post-option-author-info-enabled',''),(9117,4932,'post-option-thumbnail-types','Slider'),(9118,4932,'post-option-featured-image-type','Lightbox to Current Thumbnail'),(9119,4932,'post-option-featured-image-url',''),(9120,4932,'post-option-thumbnail-video',''),(9121,4932,'post-option-thumbnail-xml','<slider-item><slider><image>2928</image><title></title><caption></caption><linktype>No Link</linktype><link></link></slider><slider><image>2966</image><title></title><caption></caption><linktype>No Link</linktype><link></link></slider><slider><image>2917</image><title></title><caption></caption><linktype>No Link</linktype><link></link></slider></slider-item>'),(9122,4932,'post-option-inside-thumbnail-types','Slider'),(9123,4932,'post-option-inside-thumbnail-video',''),(9124,4932,'post-option-inside-thumbnail-xml','<slider-item><slider><image>2928</image><title></title><caption></caption><linktype>No Link</linktype><link></link></slider><slider><image>2929</image><title></title><caption></caption><linktype>No Link</linktype><link></link></slider><slider><image>2927</image><title></title><caption></caption><linktype>No Link</linktype><link></link></slider><slider><image>2931</image><title></title><caption></caption><linktype>No Link</linktype><link></link></slider></slider-item>'),(9125,4932,'post-option-caption',''),(9126,4932,'post-option-choose-left-sidebar','blog'),(9127,4932,'post-option-thumbnail-html5-video',''),(9128,4932,'post-option-inside-thumbnail-html5-video',''),(9129,4932,'post-option-choose-right-sidebar','blog'),(9130,4932,'post-option-inside-thumbnial-image',''),(9131,4932,'_thumbnail_id','2928'),(9132,4932,'post-option-blog-header-caption',''),(9133,4932,'post-option-social-enabled',''),(11214,5254,'_edit_lock','1382456540:1'),(11213,5254,'_wp_attached_file','2013/10/application-fee.html'),(10959,5161,'_wp_attached_file','2012/08/Unknown-person.gif'),(9139,2333,'_edit_last','1'),(9140,2333,'personnal-option-position','President'),(9141,2333,'_dp_original','2325'),(10968,2334,'_thumbnail_id','5161'),(9143,2334,'_edit_last','1'),(9144,2334,'personnal-option-position',' Sales and Leasing agent'),(9145,2334,'_dp_original','2325'),(9147,2335,'_edit_last','1'),(9148,2335,'personnal-option-position','Manager'),(9149,2335,'_dp_original','2325'),(9150,2640,'_wpas_done_all','1'),(11309,4287,'_yoast_wpseo_focuskw','Real Property Management Services'),(11322,5145,'_yoast_wpseo_focuskw','property management fee'),(9152,2640,'page-option-show-content','Yes'),(9153,2640,'page-option-top-slider-types','Title'),(9154,2640,'page-option-top-slider-height','360'),(9155,2640,'page-option-top-slider-xml','<slider-item></slider-item>'),(9156,2640,'_wp_page_template','default'),(9157,2640,'_edit_last','1'),(9158,2640,'page-option-item-xml','<item-tag><Blog><size>element1-1</size><header></header><item-size>1/1 Blog Widget</item-size><category>blog</category><show-thumbnail>Yes</show-thumbnail><num-fetch>4</num-fetch><num-excerpt>480</num-excerpt><show-full-blog-post>No</show-full-blog-post><pagination>Yes</pagination><offset></offset><orderby>date</orderby><order>desc</order><item-margin>40</item-margin></Blog></item-tag>'),(9159,2640,'page-option-sidebar-template','right-sidebar'),(11045,5184,'_menu_item_xfn',''),(11044,5184,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(9162,2640,'page-option-show-title','Yes'),(9163,2640,'page-option-layer-slider-id','1'),(9164,2640,'page-option-enable-full-slider','Yes'),(9165,2640,'page-option-bottom-slider-column','None'),(9166,2640,'page-option-bottom-slider-column1','[column_service background_color=\"#f16236\" color=\"#ffffff\" head_image=\"IMAGE_URL\" head_image_width=\"\" title=\"TITLE\" ]CONTENT[/column_service]'),(9167,2640,'page-option-bottom-slider-column2','[column_service background_color=\"#f2714a\" color=\"#ffffff\" head_image=\"IMAGE_URL\" head_image_width=\"\" title=\"TITLE\" ]CONTENT[/column_service]'),(9168,2640,'page-option-bottom-slider-column3','[column_service background_color=\"#f4815e\" color=\"#ffffff\" head_image=\"IMAGE_URL\" head_image_width=\"\" title=\"TITLE\" ]CONTENT[/column_service]'),(9169,2640,'page-option-bottom-slider-column4','[column_service background_color=\"#f59172\" color=\"#ffffff\" head_image=\"IMAGE_URL\" head_image_width=\"\" title=\"TITLE\" ]CONTENT[/column_service]'),(11001,5174,'_edit_last','1'),(10989,5167,'custom_css_preprocessor',''),(10988,5167,'content_width',''),(10987,5167,'custom_css_add','yes'),(10986,5166,'custom_css_preprocessor',''),(10985,5166,'content_width',''),(10983,5165,'custom_css_preprocessor',''),(10984,5166,'custom_css_add','yes'),(10975,5163,'custom_css_add','yes'),(10976,5163,'content_width',''),(10977,5163,'custom_css_preprocessor',''),(10978,5164,'custom_css_add','yes'),(10979,5164,'content_width',''),(10980,5164,'custom_css_preprocessor',''),(10981,5165,'custom_css_add','yes'),(10982,5165,'content_width',''),(11100,2333,'_wp_old_slug','susan-doe'),(11101,2335,'_wp_old_slug','carrie-doe'),(11102,2334,'_wp_old_slug','chris-doe'),(11103,2325,'_wp_old_slug','rose-doe'),(11110,4287,'page-option-top-slider-types','Title'),(11111,4287,'page-option-layer-slider-id','1'),(11112,4287,'page-option-top-slider-xml','<slider-item></slider-item>'),(11113,4287,'page-option-enable-full-slider','Yes'),(11114,4287,'page-option-bottom-slider-column','None'),(11115,4287,'page-option-bottom-slider-column1','[column_service background_color=\"#f16236\" color=\"#ffffff\" head_image=\"IMAGE_URL\" head_image_width=\"\" title=\"TITLE\" ]CONTENT[/column_service]'),(11116,4287,'page-option-bottom-slider-column2','[column_service background_color=\"#f2714a\" color=\"#ffffff\" head_image=\"IMAGE_URL\" head_image_width=\"\" title=\"TITLE\" ]CONTENT[/column_service]'),(11117,4287,'page-option-bottom-slider-column3','[column_service background_color=\"#f4815e\" color=\"#ffffff\" head_image=\"IMAGE_URL\" head_image_width=\"\" title=\"TITLE\" ]CONTENT[/column_service]'),(10965,2335,'_thumbnail_id','5161'),(10966,2335,'_wp_old_slug','marry-santa'),(10967,2334,'_edit_lock','1380104686:1'),(10969,2334,'_wp_old_slug','john-doe'),(10970,2325,'_edit_lock','1380104570:1'),(10971,2325,'_thumbnail_id','5161'),(10972,2325,'_wp_old_slug','allan-smith'),(10973,5119,'_edit_lock','1379621700:1'),(10974,5118,'_edit_lock','1379621718:1'),(10962,2335,'_edit_lock','1380104467:1'),(10961,2333,'_thumbnail_id','5161'),(10958,2947,'_edit_lock','1379621050:1'),(10960,5161,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:280;s:6:\"height\";i:280;s:4:\"file\";s:26:\"2012/08/Unknown-person.gif\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Unknown-person-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";}s:7:\"400x380\";a:3:{s:4:\"file\";s:26:\"Unknown-person-400x380.gif\";s:5:\"width\";i:400;s:6:\"height\";i:380;}s:7:\"150x150\";a:3:{s:4:\"file\";s:26:\"Unknown-person-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;}}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:\"\";}}'),(10957,2333,'_edit_lock','1380104542:1'),(11215,74,'_yoast_wpseo_linkdex','72'),(11216,5145,'_yoast_wpseo_linkdex','60'),(11217,100,'_yoast_wpseo_linkdex','0'),(11218,3280,'_yoast_wpseo_linkdex','47'),(11219,5151,'_yoast_wpseo_linkdex','0'),(11220,4287,'_yoast_wpseo_linkdex','84'),(11221,2640,'_yoast_wpseo_linkdex','59'),(11222,5234,'_yoast_wpseo_linkdex','0'),(11223,4284,'_yoast_wpseo_linkdex','77'),(11224,4292,'_yoast_wpseo_linkdex','89'),(11225,5174,'_yoast_wpseo_linkdex','66'),(11226,5187,'_yoast_wpseo_linkdex','0'),(11227,528,'_yoast_wpseo_linkdex','0'),(11228,3280,'_yoast_wpseo_focuskw','real property management dallas'),(11229,3280,'_yoast_wpseo_title','Real Property Management Dallas'),(11319,4287,'_yoast_wpseo_redirect',''),(11318,4287,'_yoast_wpseo_canonical',''),(9248,3280,'_wpas_done_all','1'),(9249,3280,'_edit_last','1'),(9250,3280,'page-option-item-xml','<item-tag><Column><size>element1-1</size><header></header><column-text></column-text><item-margin>10</item-margin></Column><Stunning-Text><size>element1-1</size><title>Want to learn about real estate <span style="font-weight: normal; font-style: italic; color: #375d9c;">investing</span>?</title><caption></caption><button-text>Contact us</button-text><button-link>http://www.westromgroup.com/contact/</button-link><item-margin>80</item-margin></Stunning-Text><About-Us><size>element2-3</size><header>About Us</header><image>3189</image><content>Westrom Group Company is a full service property management and real estate company serving the Dallas/Fort Worth Metroplex. Since 1999, Westrom Group has expanded greatly. We have managed over 300 rental properties, renovated houses and apartment complexes, and orchestrated over $50 million in real estate transactions in the past. If you would like more information about management of your properties, or buying or selling your property, please call now <strong>817-445-1108</strong> or</content><button-text>Know more</button-text><button-link>http://www.westromgroup.com/about/</button-link><enable-pdf>No</enable-pdf><item-margin>40</item-margin></About-Us><Accordion><size>element1-3</size><header>Why Choose Us?</header><tab-item><tab><title>Company Mission</title><caption></caption><active></active></tab><tab><title>Guarantee</title><caption></caption><active></active></tab><tab><title>Turn Key Services</title><caption></caption><active></active></tab><tab><title>Common sense</title><caption></caption><active></active></tab></tab-item><item-margin>80</item-margin></Accordion><Blog><size>element2-3</size><header>Recent News</header><item-size>1/3 Blog Widget</item-size><category>blog</category><show-thumbnail>Yes</show-thumbnail><num-fetch>3</num-fetch><num-excerpt>90</num-excerpt><show-full-blog-post>No</show-full-blog-post><pagination>No</pagination><offset></offset><orderby>date</orderby><order>desc</order><item-margin>40</item-margin></Blog><Testimonial><size>element1-3</size><header>Testimonial</header><display-type>Carousel Testimonial</display-type><item-size>1/4</item-size><category>All</category><num-fetch>0</num-fetch><orderby>date</orderby><order>desc</order><item-margin>40</item-margin></Testimonial><Personnal><size>element1-1</size><header>Our Team</header><item-size>1/4</item-size><num-fetch>4</num-fetch><category>All</category><item-margin>45</item-margin></Personnal><Column><size>element1-2</size><header>Online Services</header><column-text><div class=portal-button><a href="http://www.westromgroup.com/owners-portal/"><img src="http://www.westromgroup.com/wp-content/uploads/2013/10/owners-portal-button.jpg" class="portal-button" style="padding-right:20px;"></a><a href="http://www.westromgroup.com/tenant-portal/"><img src="http://www.westromgroup.com/wp-content/uploads/2013/10/tenants-portal-button.jpg" class="portal-button"></a>\r\n</div></column-text><item-margin>45</item-margin></Column><Column><size>element1-2</size><header>Featured Media</header><column-text><div class="fluid-width-video-wrapper" style="padding-top: 57.8125%;"><iframe src="//www.youtube.com/embed/7V_1oENbE5M"></iframe></div>\r\n<br>\r\n<div class="featured-media-content-wrapper"><br><div class="featured-media-header-icon"><i class="icon-film"></i></div><div class="featured-media-title-wrapper"><div class="featured-media-left-bar"></div><div class="featured-media-left-bar"></div><h4 class="featured-media-title">Featured Media</h4><div class="clear"></div><div class="featured-media-caption">Joel Westrom saving you money. Fixing loose door handle</div><a class="featured-media-button gdl-button large" href="http://testingweb123.webuda.com/management-services/">Learn More</a></div>\r\n<div class="featured-media-social-wrapper"><div class="shortcode-social-icon"><a href="#"><img class="no-preload" src="http://testingweb123.webuda.com/wp-content/themes/kingpower-v1-00/images/icon/social-icon-m/youtube.png" width="32" height="32" alt="youtube"></a></div></div></column-text><item-margin>45</item-margin></Column></item-tag>'),(11182,5245,'custom_css_add','yes'),(11183,5245,'content_width',''),(11104,4287,'page-option-item-xml','<item-tag></item-tag>'),(11105,4287,'page-option-sidebar-template','right-sidebar'),(11106,4287,'page-option-choose-left-sidebar','right'),(11107,4287,'page-option-choose-right-sidebar','right'),(11108,4287,'page-option-caption',''),(11109,4287,'page-option-show-content','Yes'),(10788,3280,'page-option-choose-right-sidebar','right'),(10789,5115,'_wp_attached_file','2013/09/bg.jpg'),(10790,5115,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1090;s:4:\"file\";s:14:\"2013/09/bg.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:14:\"bg-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:14:\"bg-300x170.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:15:\"bg-1024x581.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:581;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:\"\";}}'),(9251,3280,'page-option-sidebar-template','no-sidebar'),(9252,3280,'page-option-show-title','No'),(9253,3280,'page-option-top-slider-types','Layer Slider'),(9254,3280,'page-option-top-slider-height','360'),(9255,3280,'page-option-top-slider-xml','<slider-item><slider><image>3183</image><title>This is The King of All Themes. </title><caption>Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Donec ullamcorper nulla non metus auctor fringilla. Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Duis mollis.</caption><linktype>No Link</linktype><link></link></slider><slider><image>3242</image><title>Justo Dapibus Risus</title><caption>Sed posuere consectetur est at lobortis. Maecenas faucibus mollis interdum. Donec id elit non mi porta gravida at eget metus.</caption><linktype>No Link</linktype><link></link></slider><slider><image>3264</image><title>Fermentum Etiam</title><caption>Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Curabitur blandit tempus porttitor. Cras mattis consectetur purus sit amet fermentum.</caption><linktype>No Link</linktype><link></link></slider><slider><image>3185</image><title></title><caption></caption><linktype>No Link</linktype><link></link></slider><slider><image>3234</image><title></title><caption>Nullam id dolor id nibh ultricies vehicula ut id elit. Integer posuere erat a ante venenatis dapibus. Vivamus sagittis lacus vel augue laoreet.</caption><linktype>No Link</linktype><link></link></slider></slider-item>'),(9256,3280,'_wp_page_template','default'),(9257,3280,'page-option-show-content','Yes'),(9258,3280,'page-option-caption',''),(9259,3280,'page-option-layer-slider-id','5'),(9260,3280,'page-option-enable-full-slider','No'),(9261,3280,'page-option-bottom-slider-column','4'),(9264,3280,'page-option-bottom-slider-column3','<a href=\"http://www.westromgroup.com/real-estate-services/\">[column_service background_color=\"#375d9c\" color=\"#ffffff\" head_image=\"http://www.westromgroup.com/wp-content/uploads/2013/09/column-service-3.png\" head_image_width=\"98\" title=\"<a href=\'http://www.westromgroup.com/real-estate-services/\'>Real Estate Services</a>\" ]<a href=\"http://www.westromgroup.com/real-estate-services/\">Click here to view our real estate services!</a>[/column_service]</a>'),(9265,3280,'page-option-bottom-slider-column2','<a href=\"http://www.westromgroup.com/maintenance-request/\">[column_service background_color=\"#375d9c\" color=\"#ffffff\" head_image=\"http://www.westromgroup.com/wp-content/uploads/2013/09/column-service-2.png\" head_image_width=\"98\" title=\"<a href=\'http://www.westromgroup.com/maintenance-request/\'>Maintenance Request</a>\" ]<a href=\"http://www.westromgroup.com/maintenance-request/\">Click here to submit a maintenance request!</a>[/column_service]</a>'),(9266,3280,'page-option-bottom-slider-column1','<a href=\"http://www.westromgroup.com/tenant-portal/\">[column_service background_color=\"#375d9c\" color=\"#ffffff\" head_image=\"http://www.westromgroup.com/wp-content/uploads/2013/09/column-service-1.png\" head_image_width=\"98\" title=\"<a href=\'http://www.westromgroup.com/tenant-portal/\'>Pay Rent</a>\" ]<a href=\"http://www.westromgroup.com/tenant-portal/\">Click here to pay your rent online!</a>[/column_service]</a>'),(9267,3280,'page-option-bottom-slider-column4','<a href=\"http://www.westromgroup.com/properties-for-rent/\">[column_service background_color=\"#375d9c\" color=\"#ffffff\" head_image=\"http://www.westromgroup.com/wp-content/uploads/2013/09/column-service-4.png\" head_image_width=\"98\" title=\"<a href=\'http://www.westromgroup.com/properties-for-rent/\'>Properties for Rent</a>\" ]<a href=\"http://www.westromgroup.com/properties-for-rent/\">Click here to find properties for rent!</a>[/column_service]</a>'),(9268,3280,'_dp_original','9'),(9353,60,'_wpas_done_all','1'),(9354,60,'_thumbnail_id','2917'),(9355,60,'post-option-blog-header-title',''),(9356,60,'post-option-blog-header-caption',''),(9357,60,'post-option-thumbnail-html5-video',''),(9358,60,'post-option-inside-thumbnail-html5-video',''),(9359,60,'_edit_last','1'),(9360,60,'post-option-sidebar-template','right-sidebar'),(9361,60,'post-option-choose-left-sidebar','blog-left'),(9362,60,'post-option-choose-right-sidebar','blog'),(9363,60,'post-option-author-info-enabled','Yes'),(9364,60,'post-option-social-enabled','Yes'),(9365,60,'post-option-thumbnail-types','Image'),(9366,60,'post-option-thumbnail-video',''),(9367,60,'post-option-thumbnail-xml','<slider-item></slider-item>'),(9368,60,'post-option-inside-thumbnail-types','Image'),(9369,60,'post-option-inside-thumbnial-image','2917'),(9370,60,'post-option-inside-thumbnail-video',''),(9371,60,'post-option-inside-thumbnail-xml','<slider-item></slider-item>'),(9372,60,'post-option-caption',''),(9373,97,'_wpas_done_all','1'),(9374,97,'_thumbnail_id','2912'),(9375,97,'post-option-choose-left-sidebar','blog'),(9376,97,'post-option-choose-right-sidebar','blog'),(9377,97,'post-option-blog-header-caption',''),(9378,97,'_edit_last','1'),(9379,97,'post-option-sidebar-template','right-sidebar'),(9380,97,'post-option-author-info-enabled','Yes'),(9381,97,'post-option-social-enabled','Yes'),(9382,97,'post-option-thumbnail-types','Image'),(9383,97,'post-option-thumbnail-video',''),(9384,97,'post-option-thumbnail-xml','<slider-item></slider-item>'),(9385,97,'post-option-inside-thumbnail-types','Image'),(9386,97,'post-option-inside-thumbnial-image','2912'),(9387,97,'post-option-inside-thumbnail-video',''),(9388,97,'post-option-inside-thumbnail-xml','<slider-item></slider-item>'),(9389,97,'post-option-caption',''),(9390,97,'post-option-inside-thumbnail-html5-video',''),(9391,97,'post-option-thumbnail-html5-video',''),(9392,97,'post-option-blog-header-title',''),(9393,105,'_wpas_done_all','1'),(9394,105,'_edit_last','1'),(9395,105,'post-option-sidebar-template','no-sidebar'),(9396,105,'post-option-thumbnail-html5-video',''),(9397,105,'post-option-skill-value','Photoshop'),(9398,105,'post-option-clients-name','GoodLayers'),(9399,105,'post-option-website-url','http://goodlayers.com'),(9400,105,'post-option-author-info-enabled',''),(9401,105,'post-option-thumbnail-types','Image'),(9402,105,'post-option-featured-image-type','Link to Current Post'),(9403,105,'post-option-featured-image-url',''),(9404,105,'post-option-thumbnail-xml','<slider-item></slider-item>'),(9405,105,'post-option-inside-thumbnail-types','Image'),(9406,105,'post-option-inside-thumbnial-image','2929'),(9407,105,'post-option-inside-thumbnail-video',''),(9408,105,'post-option-inside-thumbnail-xml','<slider-item></slider-item>'),(9409,105,'post-option-thumbnail-video',''),(9410,105,'post-option-caption',''),(9411,105,'post-option-inside-thumbnail-html5-video',''),(9412,105,'post-option-choose-left-sidebar','blog'),(9413,105,'post-option-choose-right-sidebar','blog'),(9414,105,'post-option-blog-header-title',''),(9415,105,'post-option-blog-header-caption',''),(9416,105,'_thumbnail_id','2929'),(9417,105,'post-option-social-enabled',''),(9418,107,'_wpas_done_all','1'),(9419,107,'_thumbnail_id','2915'),(9420,107,'post-option-blog-header-title',''),(9421,107,'post-option-blog-header-caption',''),(9422,107,'post-option-thumbnail-html5-video',''),(9423,107,'post-option-inside-thumbnail-html5-video',''),(9424,107,'_edit_last','1'),(9425,107,'post-option-sidebar-template','right-sidebar'),(9426,107,'post-option-choose-left-sidebar','portfolio'),(9427,107,'post-option-choose-right-sidebar','blog'),(9428,107,'post-option-author-info-enabled','Yes'),(9429,107,'post-option-social-enabled','Yes'),(9430,107,'post-option-thumbnail-types','Image'),(9431,107,'post-option-thumbnail-video',''),(9432,107,'post-option-thumbnail-xml','<slider-item></slider-item>'),(9433,107,'post-option-inside-thumbnail-types','Image'),(9434,107,'post-option-inside-thumbnial-image','2915'),(9435,107,'post-option-inside-thumbnail-video',''),(9436,107,'post-option-inside-thumbnail-xml','<slider-item></slider-item>'),(9437,107,'post-option-caption',''),(9438,111,'_wpas_done_all','1'),(9439,111,'post-option-caption',''),(9440,111,'_edit_last','1'),(9441,111,'post-option-sidebar-template','no-sidebar'),(9442,111,'post-option-skill-value','HTML, CSS'),(9443,111,'post-option-clients-name','goodlayers'),(9444,111,'post-option-website-url','http://goodlayers.com'),(9445,111,'post-option-author-info-enabled',''),(9446,111,'post-option-thumbnail-types','Image'),(9447,111,'post-option-featured-image-type','Lightbox to Current Thumbnail'),(9448,111,'post-option-featured-image-url',''),(9449,111,'post-option-thumbnail-video',''),(9450,111,'post-option-thumbnail-xml','<slider-item></slider-item>'),(9451,111,'post-option-thumbnail-html5-video',''),(9452,111,'post-option-inside-thumbnail-html5-video',''),(9453,111,'post-option-inside-thumbnail-types','Image'),(9454,111,'post-option-inside-thumbnial-image','2933'),(9455,111,'post-option-inside-thumbnail-video',''),(9456,111,'post-option-inside-thumbnail-xml','<slider-item><slider><image>1656</image><title></title><caption></caption><linktype>No Link</linktype><link></link></slider><slider><image>1659</image><title></title><caption></caption><linktype>No Link</linktype><link></link></slider><slider><image>1660</image><title></title><caption></caption><linktype>No Link</linktype><link></link></slider><slider><image>1661</image><title></title><caption></caption><linktype>No Link</linktype><link></link></slider></slider-item>'),(9457,111,'post-option-choose-right-sidebar','blog'),(9458,111,'post-option-choose-left-sidebar','blog'),(9459,111,'post-option-blog-header-title',''),(9460,111,'post-option-blog-header-caption',''),(9461,111,'_thumbnail_id','2933'),(9462,111,'post-option-social-enabled',''),(9463,113,'_wpas_done_all','1'),(9464,113,'post-option-caption',''),(9465,113,'_edit_last','1'),(9466,113,'post-option-sidebar-template','no-sidebar'),(9467,113,'post-option-thumbnail-html5-video',''),(9468,113,'post-option-skill-value','Illustrator, Photoshop'),(9469,113,'post-option-clients-name','H&B'),(9470,113,'post-option-website-url','http://saintdo.me'),(9471,113,'post-option-author-info-enabled',''),(9472,113,'post-option-thumbnail-types','Image'),(9473,113,'post-option-featured-image-type','Link to Current Post'),(9474,113,'post-option-featured-image-url',''),(9475,113,'post-option-thumbnail-video',''),(9476,113,'post-option-thumbnail-xml','<slider-item></slider-item>'),(9477,113,'post-option-inside-thumbnail-types','Image'),(9478,113,'post-option-inside-thumbnial-image','2930'),(9479,113,'post-option-inside-thumbnail-video',''),(9480,113,'post-option-inside-thumbnail-xml','<slider-item></slider-item>'),(9481,113,'post-option-inside-thumbnail-html5-video',''),(9482,113,'post-option-choose-left-sidebar','blog'),(9483,113,'post-option-choose-right-sidebar','blog'),(9484,113,'post-option-blog-header-title',''),(9485,113,'_thumbnail_id','2930'),(9486,113,'post-option-blog-header-caption',''),(9494,182,'_wpas_done_all','1'),(9495,182,'post-option-sidebar-template','no-sidebar'),(9496,182,'post-option-thumbnail-html5-video',''),(9497,182,'post-option-skill-value','HTML, CSS'),(9498,182,'_edit_last','1'),(9499,182,'post-option-clients-name','goodlayers'),(9500,182,'post-option-website-url','http://goodlayers.com'),(9501,182,'post-option-author-info-enabled',''),(9502,182,'post-option-thumbnail-types','Image'),(9503,182,'post-option-featured-image-type','Lightbox to Current Thumbnail'),(9504,182,'post-option-featured-image-url','http://www.youtube.com/watch?v=AeTlXtEOplA'),(9505,182,'post-option-thumbnail-xml','<slider-item><slider><image>2327</image><title></title><caption></caption><linktype>No Link</linktype><link></link></slider><slider><image>2055</image><title></title><caption></caption><linktype>No Link</linktype><link></link></slider><slider><image>2410</image><title></title><caption></caption><linktype>No Link</linktype><link></link></slider></slider-item>'),(9506,182,'post-option-inside-thumbnail-types','Image'),(9507,182,'post-option-inside-thumbnial-image','2927'),(9508,182,'post-option-inside-thumbnail-xml','<slider-item><slider><image>2055</image><title></title><caption></caption><linktype>No Link</linktype><link></link></slider><slider><image>2410</image><title></title><caption></caption><linktype>No Link</linktype><link></link></slider><slider><image>2022</image><title></title><caption></caption><linktype>No Link</linktype><link></link></slider></slider-item>'),(9509,182,'post-option-inside-thumbnail-html5-video',''),(9510,182,'post-option-thumbnail-video','http://vimeo.com/42315883'),(9511,182,'post-option-inside-thumbnail-video','http://vimeo.com/42315883'),(9512,182,'post-option-caption',''),(9513,182,'post-option-choose-left-sidebar','blog'),(9514,182,'post-option-choose-right-sidebar','blog'),(9515,182,'post-option-blog-header-title',''),(9516,182,'_thumbnail_id','2927'),(9517,182,'post-option-blog-header-caption',''),(9518,182,'post-option-social-enabled',''),(9519,518,'_edit_last','1'),(9520,518,'price-table-price-tag','$29.99'),(9521,518,'price-table-option-url','#'),(9522,518,'price-table-best-price','No'),(9523,518,'price-table-price-color',''),(9524,518,'price-table-price-suffix','/mo'),(9525,521,'_edit_last','1'),(9526,521,'price-table-price-tag','$39.99'),(9527,521,'price-table-option-url','#'),(9528,521,'price-table-best-price','Yes'),(9529,521,'_dp_original','518'),(9530,521,'price-table-price-color','#f2a14b'),(9531,521,'price-table-price-suffix','/mo'),(9532,522,'_edit_last','1'),(9533,522,'price-table-price-tag','$49.99'),(9534,522,'price-table-option-url','#'),(9535,522,'price-table-best-price','No'),(9536,522,'_dp_original','521'),(9537,522,'price-table-price-color','#F2804B'),(9538,522,'price-table-price-suffix','/mo'),(9539,993,'_wpas_done_all','1'),(9540,993,'_thumbnail_id','2910'),(9541,993,'post-option-choose-left-sidebar','blog'),(9542,993,'post-option-choose-right-sidebar','blog'),(9543,993,'post-option-blog-header-caption',''),(9544,993,'_edit_last','1'),(9545,993,'post-option-sidebar-template','left-sidebar'),(9546,993,'post-option-author-info-enabled','Yes'),(9547,993,'post-option-social-enabled','Yes'),(9548,993,'post-option-thumbnail-types','Image'),(9549,993,'post-option-thumbnail-video',''),(9550,993,'post-option-thumbnail-xml','<slider-item></slider-item>'),(9551,993,'post-option-inside-thumbnail-types','Image'),(9552,993,'post-option-inside-thumbnial-image','2910'),(9553,993,'post-option-inside-thumbnail-video',''),(9554,993,'post-option-inside-thumbnail-xml','<slider-item></slider-item>'),(9555,993,'post-option-caption',''),(9556,993,'post-option-blog-header-title',''),(9557,993,'post-option-thumbnail-html5-video',''),(9558,993,'post-option-inside-thumbnail-html5-video',''),(9559,996,'_wpas_done_all','1'),(9560,996,'_thumbnail_id','2903'),(9561,996,'post-option-blog-header-caption',''),(9562,996,'_edit_last','1'),(9563,996,'post-option-sidebar-template','right-sidebar'),(9564,996,'post-option-author-info-enabled','Yes'),(9565,996,'post-option-social-enabled','Yes'),(9566,996,'post-option-thumbnail-types','Slider'),(9567,996,'post-option-thumbnail-video',''),(9568,996,'post-option-thumbnail-xml','<slider-item><slider><image>2903</image><title></title><caption></caption><linktype>No Link</linktype><link></link></slider><slider><image>2933</image><title></title><caption></caption><linktype>No Link</linktype><link></link></slider><slider><image>2943</image><title></title><caption></caption><linktype>No Link</linktype><link></link></slider></slider-item>'),(9569,996,'post-option-thumbnail-html5-video',''),(9570,996,'post-option-inside-thumbnail-types','Slider'),(9571,996,'post-option-inside-thumbnial-image','944'),(9572,996,'post-option-inside-thumbnail-video',''),(9573,996,'post-option-inside-thumbnail-xml','<slider-item><slider><image>2903</image><title></title><caption></caption><linktype>No Link</linktype><link></link></slider><slider><image>3005</image><title></title><caption></caption><linktype>No Link</linktype><link></link></slider><slider><image>2943</image><title></title><caption></caption><linktype>No Link</linktype><link></link></slider></slider-item>'),(9574,996,'post-option-inside-thumbnail-html5-video',''),(9575,996,'post-option-choose-left-sidebar','blog'),(9576,996,'post-option-choose-right-sidebar','blog'),(9577,996,'post-option-caption',''),(9578,996,'post-option-blog-header-title',''),(9583,1091,'_wpas_done_all','1'),(9584,1091,'_thumbnail_id','2919'),(9585,1091,'post-option-choose-left-sidebar','blog'),(9586,1091,'post-option-choose-right-sidebar','blog'),(9587,1091,'post-option-blog-header-caption',''),(9588,1091,'_edit_last','1'),(9589,1091,'post-option-sidebar-template','right-sidebar'),(9590,1091,'post-option-author-info-enabled','Yes'),(9591,1091,'post-option-social-enabled','Yes'),(9592,1091,'post-option-thumbnail-types','Image'),(9593,1091,'post-option-thumbnail-video',''),(9594,1091,'post-option-thumbnail-xml','<slider-item></slider-item>'),(9595,1091,'post-option-inside-thumbnail-types','Image'),(9596,1091,'post-option-inside-thumbnial-image','2919'),(9597,1091,'post-option-inside-thumbnail-video',''),(9598,1091,'post-option-inside-thumbnail-xml','<slider-item></slider-item>'),(9599,1091,'post-option-caption',''),(9600,1091,'post-option-blog-header-title',''),(9601,1091,'post-option-thumbnail-html5-video',''),(9602,1091,'post-option-inside-thumbnail-html5-video',''),(9603,1098,'_wpas_done_all','1'),(9604,1098,'post-option-blog-header-caption',''),(9605,1098,'_wp_old_slug','post-with-both-sidebar'),(9606,1098,'_wp_old_slug','just-the-post'),(9607,1098,'_wp_old_slug','this-is-just-a-post'),(9608,1098,'post-option-caption',''),(9609,1098,'_edit_last','1'),(9610,1098,'post-option-sidebar-template','right-sidebar'),(9611,1098,'post-option-author-info-enabled','Yes'),(9612,1098,'post-option-social-enabled','Yes'),(9613,1098,'post-option-thumbnail-types','Image'),(9614,1098,'post-option-thumbnail-video',''),(9615,1098,'post-option-thumbnail-xml','<slider-item></slider-item>'),(9616,1098,'post-option-inside-thumbnail-types','Image'),(9617,1098,'post-option-inside-thumbnial-image','2905'),(9618,1098,'post-option-inside-thumbnail-video',''),(9619,1098,'post-option-inside-thumbnail-xml','<slider-item></slider-item>'),(9620,1098,'post-option-blog-header-title',''),(9621,1098,'post-option-thumbnail-html5-video',''),(9622,1098,'post-option-inside-thumbnail-html5-video',''),(9623,1098,'post-option-choose-left-sidebar','blog'),(9624,1098,'post-option-choose-right-sidebar','blog'),(9625,1098,'_thumbnail_id','2905'),(9628,3002,'_wpas_done_all','1'),(9629,3002,'_edit_last','1'),(9630,3002,'post-option-sidebar-template','right-sidebar'),(9631,3002,'post-option-choose-left-sidebar','blog'),(9632,3002,'post-option-choose-right-sidebar','blog'),(9633,3002,'post-option-blog-header-title',''),(9634,3002,'post-option-blog-header-caption',''),(9635,3002,'post-option-author-info-enabled','Yes'),(9636,3002,'post-option-social-enabled','Yes'),(9637,3002,'post-option-thumbnail-types','Image'),(9638,3002,'post-option-thumbnail-video',''),(9639,3002,'post-option-thumbnail-xml','<slider-item></slider-item>'),(9640,3002,'post-option-thumbnail-html5-video',''),(9641,3002,'post-option-inside-thumbnail-types','Image'),(9642,3002,'post-option-inside-thumbnial-image','3006'),(9643,3002,'post-option-inside-thumbnail-video',''),(9644,3002,'post-option-inside-thumbnail-xml','<slider-item></slider-item>'),(9645,3002,'post-option-inside-thumbnail-html5-video',''),(9646,3002,'_thumbnail_id','3006'),(11099,5194,'custom_css_preprocessor',''),(11098,5194,'content_width',''),(11097,5194,'custom_css_add','yes'),(11096,5193,'custom_css_preprocessor',''),(11095,5193,'content_width',''),(11094,5193,'custom_css_add','yes'),(11092,5192,'content_width',''),(11091,5192,'custom_css_add','yes'),(11090,5191,'custom_css_preprocessor',''),(11089,5191,'content_width',''),(11088,5191,'custom_css_add','yes'),(11087,5187,'page-option-bottom-slider-column4','[column_service background_color=\"#f59172\" color=\"#ffffff\" head_image=\"IMAGE_URL\" head_image_width=\"\" title=\"TITLE\" ]CONTENT[/column_service]'),(11086,5187,'page-option-bottom-slider-column3','[column_service background_color=\"#f4815e\" color=\"#ffffff\" head_image=\"IMAGE_URL\" head_image_width=\"\" title=\"TITLE\" ]CONTENT[/column_service]'),(11085,5187,'page-option-bottom-slider-column2','[column_service background_color=\"#f2714a\" color=\"#ffffff\" head_image=\"IMAGE_URL\" head_image_width=\"\" title=\"TITLE\" ]CONTENT[/column_service]'),(11084,5187,'page-option-bottom-slider-column1','[column_service background_color=\"#f16236\" color=\"#ffffff\" head_image=\"IMAGE_URL\" head_image_width=\"\" title=\"TITLE\" ]CONTENT[/column_service]'),(11083,5187,'page-option-bottom-slider-column','None'),(11082,5187,'page-option-enable-full-slider','Yes'),(11081,5187,'page-option-top-slider-xml','<slider-item></slider-item>'),(11080,5187,'page-option-layer-slider-id','1'),(11079,5187,'page-option-top-slider-types','Title'),(11077,5187,'page-option-caption',''),(11078,5187,'page-option-show-content','Yes'),(11076,5187,'page-option-choose-right-sidebar','right'),(11075,5187,'page-option-choose-left-sidebar','right'),(11074,5187,'page-option-sidebar-template','no-sidebar'),(11073,5187,'page-option-item-xml','<item-tag></item-tag>'),(11071,5187,'_wp_page_template','default'),(11072,5187,'_wpas_done_all','1'),(11070,5187,'_edit_last','1'),(11069,5187,'_edit_lock','1382020792:1'),(11066,5184,'_wpas_done_all','1'),(11046,5184,'_menu_item_url',''),(11118,4287,'page-option-bottom-slider-column4','[column_service background_color=\"#f59172\" color=\"#ffffff\" head_image=\"IMAGE_URL\" head_image_width=\"\" title=\"TITLE\" ]CONTENT[/column_service]'),(10811,2640,'page-option-choose-left-sidebar','right'),(10808,2640,'_edit_lock','1383373406:1'),(10812,2640,'page-option-choose-right-sidebar','right'),(10813,100,'_edit_lock','1382020618:1'),(10928,5151,'page-option-show-content','Yes'),(10927,5151,'page-option-caption',''),(10926,5151,'page-option-choose-right-sidebar','right'),(10924,5151,'page-option-sidebar-template','no-sidebar'),(10925,5151,'page-option-choose-left-sidebar','right'),(10923,5151,'page-option-item-xml','<item-tag></item-tag>'),(10922,5151,'_wpas_done_all','1'),(10921,5151,'_wp_page_template','default'),(10919,5151,'_edit_last','1'),(10920,5151,'_edit_lock','1382020642:1'),(10844,5128,'_wp_attached_file','2013/09/default-logo.png'),(10845,5128,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:224;s:6:\"height\";i:42;s:4:\"file\";s:24:\"2013/09/default-logo.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"default-logo-150x42.png\";s:5:\"width\";i:150;s:6:\"height\";i:42;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:\"\";}}'),(10847,5129,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:515;s:4:\"file\";s:46:\"2013/09/property-management-e1379597030518.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"property-management-e1379597030518-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"property-management-e1379597030518-300x120.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"property-management-e1379597030518-1024x412.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:412;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:16:\"Copyright Corbis\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:8:\"CB026637\";}}'),(10846,5129,'_wp_attached_file','2013/09/property-management-e1379597030518.jpg'),(10780,5110,'_wpas_done_all','1'),(10745,5110,'_menu_item_url',''),(10744,5110,'_menu_item_xfn',''),(10743,5110,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(10742,5110,'_menu_item_target',''),(10741,5110,'_menu_item_object','page'),(10740,5110,'_menu_item_object_id','4284'),(10739,5110,'_menu_item_menu_item_parent','0'),(10738,5110,'_menu_item_type','post_type'),(10779,5109,'_wpas_done_all','1'),(10736,5109,'_menu_item_url',''),(10735,5109,'_menu_item_xfn',''),(10734,5109,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(10733,5109,'_menu_item_target',''),(10732,5109,'_menu_item_object','page'),(10731,5109,'_menu_item_object_id','4292'),(10730,5109,'_menu_item_menu_item_parent','5110'),(10729,5109,'_menu_item_type','post_type'),(10778,5108,'_wpas_done_all','1'),(10727,5108,'_menu_item_url',''),(10726,5108,'_menu_item_xfn',''),(10725,5108,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(10724,5108,'_menu_item_target',''),(10723,5108,'_menu_item_object','page'),(10722,5108,'_menu_item_object_id','4287'),(10721,5108,'_menu_item_menu_item_parent','0'),(10720,5108,'_menu_item_type','post_type'),(11011,5174,'page-option-top-slider-types','Title'),(11010,5174,'page-option-show-content','Yes'),(11009,5174,'page-option-caption',''),(11008,5174,'page-option-choose-right-sidebar','right'),(11007,5174,'page-option-choose-left-sidebar','left'),(11006,5174,'page-option-sidebar-template','right-sidebar'),(11005,5174,'page-option-item-xml','<item-tag></item-tag>'),(11004,5174,'_wpas_done_all','1'),(10775,5105,'_wpas_done_all','1'),(10700,5105,'_menu_item_url',''),(10699,5105,'_menu_item_xfn',''),(10698,5105,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(10697,5105,'_menu_item_target',''),(10696,5105,'_menu_item_object','page'),(10695,5105,'_menu_item_object_id','74'),(10694,5105,'_menu_item_menu_item_parent','0'),(10693,5105,'_menu_item_type','post_type'),(11021,5177,'custom_css_add','yes'),(11022,5177,'content_width',''),(11020,528,'_edit_lock','1383833505:1'),(11019,5174,'page-option-bottom-slider-column4','[column_service background_color=\"#f59172\" color=\"#ffffff\" head_image=\"IMAGE_URL\" head_image_width=\"\" title=\"TITLE\" ]CONTENT[/column_service]'),(11018,5174,'page-option-bottom-slider-column3','[column_service background_color=\"#f4815e\" color=\"#ffffff\" head_image=\"IMAGE_URL\" head_image_width=\"\" title=\"TITLE\" ]CONTENT[/column_service]'),(11012,5174,'page-option-layer-slider-id','1'),(11013,5174,'page-option-top-slider-xml','<slider-item></slider-item>'),(11014,5174,'page-option-enable-full-slider','Yes'),(11015,5174,'page-option-bottom-slider-column','None'),(11016,5174,'page-option-bottom-slider-column1','[column_service background_color=\"#f16236\" color=\"#ffffff\" head_image=\"IMAGE_URL\" head_image_width=\"\" title=\"TITLE\" ]CONTENT[/column_service]'),(11017,5174,'page-option-bottom-slider-column2','[column_service background_color=\"#f2714a\" color=\"#ffffff\" head_image=\"IMAGE_URL\" head_image_width=\"\" title=\"TITLE\" ]CONTENT[/column_service]'),(10787,3280,'page-option-choose-left-sidebar','right'),(10786,3280,'_edit_lock','1383835373:1'),(11093,5192,'custom_css_preprocessor',''),(11003,5174,'_wp_page_template','default'),(11002,5174,'_edit_lock','1383372118:1'),(10933,5151,'page-option-bottom-slider-column','None'),(10904,5145,'page-option-bottom-slider-column1','[column_service background_color=\"#f16236\" color=\"#ffffff\" head_image=\"IMAGE_URL\" head_image_width=\"\" title=\"TITLE\" ]CONTENT[/column_service]'),(10859,5134,'_wp_attached_file','2013/09/item5.jpg'),(10853,5131,'_wp_attached_file','2013/09/item2.jpg'),(10829,4284,'page-option-bottom-slider-column','None'),(11466,670,'_wp_trash_meta_status','publish'),(11465,665,'_yoast_wpseo_linkdex','0'),(11448,664,'_wp_trash_meta_status','publish'),(11427,375,'_wp_trash_meta_time','1383380738'),(11426,375,'_wp_trash_meta_status','publish'),(11399,372,'_yoast_wpseo_linkdex','0'),(11398,375,'_yoast_wpseo_linkdex','0'),(11321,4287,'_yoast_wpseo_google-plus-description',''),(11320,4287,'_yoast_wpseo_opengraph-description',''),(11317,4287,'_yoast_wpseo_sitemap-html-include','-'),(11300,2640,'_yoast_wpseo_meta-robots-nofollow','0'),(11281,4284,'_yoast_wpseo_focuskw','DFW Properties'),(10816,5119,'_wp_attached_file','2013/09/tenants.html'),(10814,5117,'_wp_attached_file','2013/09/owners.html'),(11268,5174,'_yoast_wpseo_title','Services for Real Estate Property DFW'),(11243,74,'_yoast_wpseo_metadesc','Westrom Group is dedicated in providing quality and honest real estate property management in Dallas Forth Worth. They have managed over 300 rental properties.'),(10669,74,'page-option-item-xml','<item-tag></item-tag>'),(11336,107,'_yoast_wpseo_linkdex','0'),(11337,60,'_yoast_wpseo_linkdex','0'),(11338,1091,'_yoast_wpseo_linkdex','0'),(11339,3002,'_yoast_wpseo_linkdex','0'),(11340,1098,'_yoast_wpseo_linkdex','0'),(11341,993,'_yoast_wpseo_linkdex','0'),(11342,996,'_yoast_wpseo_linkdex','0'),(11343,73,'_yoast_wpseo_linkdex','0'),(11344,503,'_yoast_wpseo_linkdex','0'),(11345,672,'_yoast_wpseo_linkdex','0'),(11346,391,'_yoast_wpseo_linkdex','0'),(11347,674,'_yoast_wpseo_linkdex','0'),(11348,673,'_yoast_wpseo_linkdex','0'),(11349,385,'_yoast_wpseo_linkdex','0'),(11350,403,'_yoast_wpseo_linkdex','0'),(11351,400,'_yoast_wpseo_linkdex','0'),(11352,397,'_yoast_wpseo_linkdex','0'),(11353,394,'_yoast_wpseo_linkdex','0'),(11354,388,'_yoast_wpseo_linkdex','0'),(11355,97,'_wp_trash_meta_status','publish'),(11356,97,'_wp_trash_meta_time','1383380427'),(11357,97,'_wp_trash_meta_comments_status','a:2:{i:62;s:1:\"1\";i:63;s:1:\"0\";}'),(11358,107,'_wp_trash_meta_status','publish'),(11359,107,'_wp_trash_meta_time','1383380427'),(11360,107,'_wp_trash_meta_comments_status','a:10:{i:64;s:1:\"1\";i:65;s:1:\"1\";i:66;s:1:\"1\";i:67;s:1:\"1\";i:68;s:1:\"1\";i:69;s:1:\"0\";i:70;s:1:\"0\";i:71;s:1:\"0\";i:72;s:1:\"0\";i:73;s:1:\"0\";}'),(11361,60,'_wp_trash_meta_status','publish'),(11362,60,'_wp_trash_meta_time','1383380427'),(11363,60,'_wp_trash_meta_comments_status','a:1:{i:61;s:1:\"1\";}'),(11364,1091,'_wp_trash_meta_status','publish'),(10670,74,'page-option-sidebar-template','right-sidebar'),(10671,74,'page-option-choose-left-sidebar','left'),(10672,74,'page-option-choose-right-sidebar','right'),(10673,74,'page-option-caption',''),(10674,74,'page-option-show-content','Yes'),(10675,74,'page-option-top-slider-types','Title'),(10676,74,'page-option-layer-slider-id','1'),(10677,74,'page-option-top-slider-xml','<slider-item></slider-item>'),(10678,74,'page-option-enable-full-slider','Yes'),(10679,74,'page-option-bottom-slider-column','None'),(10680,74,'page-option-bottom-slider-column1','[column_service background_color=\"#f16236\" color=\"#ffffff\" head_image=\"IMAGE_URL\" head_image_width=\"\" title=\"TITLE\" ]CONTENT[/column_service]'),(10681,74,'page-option-bottom-slider-column2','[column_service background_color=\"#f2714a\" color=\"#ffffff\" head_image=\"IMAGE_URL\" head_image_width=\"\" title=\"TITLE\" ]CONTENT[/column_service]'),(10682,74,'page-option-bottom-slider-column3','[column_service background_color=\"#f4815e\" color=\"#ffffff\" head_image=\"IMAGE_URL\" head_image_width=\"\" title=\"TITLE\" ]CONTENT[/column_service]'),(10683,74,'page-option-bottom-slider-column4','[column_service background_color=\"#f59172\" color=\"#ffffff\" head_image=\"IMAGE_URL\" head_image_width=\"\" title=\"TITLE\" ]CONTENT[/column_service]'),(11179,5244,'_wp_attached_file','2013/10/tenants-portal-button.jpg'),(11180,5244,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:33:\"2013/10/tenants-portal-button.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"tenants-portal-button-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a: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:\"\";}}'),(11181,5243,'_edit_lock','1382019976:1'),(11184,5245,'custom_css_preprocessor',''),(11185,5246,'custom_css_add','yes'),(11186,5246,'content_width',''),(11187,5246,'custom_css_preprocessor',''),(11188,5247,'custom_css_add','yes'),(11189,5247,'content_width',''),(11190,5247,'custom_css_preprocessor',''),(11193,4292,'page-option-item-xml','<item-tag></item-tag>'),(11194,4292,'page-option-sidebar-template','right-sidebar'),(11195,4292,'page-option-choose-left-sidebar','right'),(11196,4292,'page-option-choose-right-sidebar','right'),(11197,4292,'page-option-caption',''),(11198,4292,'page-option-show-content','Yes'),(11199,4292,'page-option-top-slider-types','Title'),(11200,4292,'page-option-layer-slider-id','1'),(11201,4292,'page-option-top-slider-xml','<slider-item></slider-item>'),(11202,4292,'page-option-enable-full-slider','Yes'),(11203,4292,'page-option-bottom-slider-column','None'),(11204,4292,'page-option-bottom-slider-column1','[column_service background_color=\"#f16236\" color=\"#ffffff\" head_image=\"IMAGE_URL\" head_image_width=\"\" title=\"TITLE\" ]CONTENT[/column_service]'),(11205,4292,'page-option-bottom-slider-column2','[column_service background_color=\"#f2714a\" color=\"#ffffff\" head_image=\"IMAGE_URL\" head_image_width=\"\" title=\"TITLE\" ]CONTENT[/column_service]'),(11206,4292,'page-option-bottom-slider-column3','[column_service background_color=\"#f4815e\" color=\"#ffffff\" head_image=\"IMAGE_URL\" head_image_width=\"\" title=\"TITLE\" ]CONTENT[/column_service]'),(11207,4292,'page-option-bottom-slider-column4','[column_service background_color=\"#f59172\" color=\"#ffffff\" head_image=\"IMAGE_URL\" head_image_width=\"\" title=\"TITLE\" ]CONTENT[/column_service]'); /*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_posts` -- DROP TABLE IF EXISTS `wp_posts`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_posts` ( `ID` bigint(20) unsigned NOT NULL auto_increment, `post_author` bigint(20) unsigned NOT NULL default '0', `post_date` datetime NOT NULL default '0000-00-00 00:00:00', `post_date_gmt` datetime NOT NULL default '0000-00-00 00:00:00', `post_content` longtext NOT NULL, `post_title` text NOT NULL, `post_excerpt` text NOT NULL, `post_status` varchar(20) NOT NULL default 'publish', `comment_status` varchar(20) NOT NULL default 'open', `ping_status` varchar(20) NOT NULL default 'open', `post_password` varchar(20) NOT NULL default '', `post_name` varchar(200) NOT NULL default '', `to_ping` text NOT NULL, `pinged` text NOT NULL, `post_modified` datetime NOT NULL default '0000-00-00 00:00:00', `post_modified_gmt` datetime NOT NULL default '0000-00-00 00:00:00', `post_content_filtered` longtext NOT NULL, `post_parent` bigint(20) unsigned NOT NULL default '0', `guid` varchar(255) NOT NULL default '', `menu_order` int(11) NOT NULL default '0', `post_type` varchar(20) NOT NULL default 'post', `post_mime_type` varchar(100) NOT NULL default '', `comment_count` bigint(20) NOT NULL default '0', PRIMARY KEY (`ID`), KEY `post_name` (`post_name`), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`) ) ENGINE=MyISAM AUTO_INCREMENT=5328 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_posts` -- LOCK TABLES `wp_posts` WRITE; /*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */; INSERT INTO `wp_posts` VALUES (3035,1,'2013-03-08 09:33:21','2013-03-08 09:33:21','','themeforest','','inherit','open','open','','themeforest','','','2013-03-08 09:33:21','2013-03-08 09:33:21','',0,'http://testingweb123.webuda.com/wp-content/uploads/2013/03/themeforest.png',0,'attachment','image/png',0),(3036,1,'2013-03-08 09:33:23','2013-03-08 09:33:23','','videohive','','inherit','open','open','','videohive','','','2013-03-08 09:33:23','2013-03-08 09:33:23','',0,'http://testingweb123.webuda.com/wp-content/uploads/2013/03/videohive.png',0,'attachment','image/png',0),(3037,1,'2013-03-08 09:33:24','2013-03-08 09:33:24','','photodune','','inherit','open','open','','photodune','','','2013-03-08 09:33:24','2013-03-08 09:33:24','',0,'http://testingweb123.webuda.com/wp-content/uploads/2013/03/photodune.png',0,'attachment','image/png',0),(3038,1,'2013-03-08 09:35:04','2013-03-08 09:35:04','','code-canyon','','inherit','open','open','','code-canyon','','','2013-03-08 09:35:04','2013-03-08 09:35:04','',0,'http://testingweb123.webuda.com/wp-content/uploads/2013/03/code-canyon.png',0,'attachment','image/png',0),(3039,1,'2013-03-08 10:44:08','2013-03-08 10:44:08','','logo-footer','','inherit','open','open','','logo-footer','','','2013-03-08 10:44:08','2013-03-08 10:44:08','',0,'http://testingweb123.webuda.com/wp-content/uploads/2013/03/logo-footer.png',0,'attachment','image/png',0),(3183,1,'2013-03-11 10:38:51','2013-03-11 10:38:51','','slider-1','','inherit','open','open','','slider-1','','','2013-03-11 10:38:51','2013-03-11 10:38:51','',0,'http://testingweb123.webuda.com/wp-content/uploads/2013/03/slider-1.jpg',0,'attachment','image/jpeg',0),(3185,1,'2013-03-11 10:40:39','2013-03-11 10:40:39','','slider-2','','inherit','open','open','','slider-2','','','2013-03-11 10:40:39','2013-03-11 10:40:39','',0,'http://testingweb123.webuda.com/wp-content/uploads/2013/03/slider-2.jpg',0,'attachment','image/jpeg',0),(3189,1,'2013-03-11 16:10:30','2013-03-11 16:10:30','','Fotolia_20569370_Subscription_Monthly_XXL','','inherit','open','open','','fotolia_20569370_subscription_monthly_xxl','','','2013-03-11 16:10:30','2013-03-11 16:10:30','',0,'http://testingweb123.webuda.com/wp-content/uploads/2013/03/Fotolia_20569370_Subscription_Monthly_XXL.jpg',0,'attachment','image/jpeg',0),(3029,1,'2013-03-08 09:22:20','2013-03-08 09:22:20','','Clients','','publish','closed','closed','','clients','','','2013-03-08 09:22:20','2013-03-08 09:22:20','',0,'http://themes.goodlayers2.com/kingpower/?post_type=gdl-gallery&p=3029',0,'gdl-gallery','',0),(7,1,'2011-10-21 08:24:09','2011-10-21 08:24:09','Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.','5776 168th Place, Bellevue','','publish','closed','closed','','5776-168th-place-bellevue','','','2013-09-16 14:45:51','2013-09-16 14:45:51','',0,'http://demo.wpzoom.com/domestica/?post_type=estate&p=7',0,'estate','',0),(4,1,'2013-08-26 13:55:50','0000-00-00 00:00:00','','Custom Logo','','draft','closed','closed','','of-custom_logo','','','2013-08-26 13:55:50','0000-00-00 00:00:00','',0,'http://testingweb123.webuda.com/?post_type=options&p=4',0,'options','',0),(5,1,'2013-08-26 13:55:50','0000-00-00 00:00:00','','Custom Login Logo','','draft','closed','closed','','of-custom_login_logo','','','2013-08-26 13:55:50','0000-00-00 00:00:00','',0,'http://testingweb123.webuda.com/?post_type=options&p=5',0,'options','',0),(5145,1,'2013-09-19 15:25:24','2013-09-19 15:25:24','<!--[if gte mso 9]><xml>\r\n<w:WordDocument>\r\n<w:View>Normal</w:View>\r\n<w:Zoom>0</w:Zoom>\r\n<w:TrackMoves/>\r\n<w:TrackFormatting/>\r\n<w:PunctuationKerning/>\r\n<w:ValidateAgainstSchemas/>\r\n<w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n<w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n<w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n<w:DoNotPromoteQF/>\r\n<w:LidThemeOther>EN-US</w:LidThemeOther>\r\n<w:LidThemeAsian>X-NONE</w:LidThemeAsian>\r\n<w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n<w:Compatibility>\r\n<w:BreakWrappedTables/>\r\n<w:SnapToGridInCell/>\r\n<w:WrapTextWithPunct/>\r\n<w:UseAsianBreakRules/>\r\n<w:DontGrowAutofit/>\r\n<w:SplitPgBreakAndParaMark/>\r\n<w:DontVertAlignCellWithSp/>\r\n<w:DontBreakConstrainedForcedTables/>\r\n<w:DontVertAlignInTxbx/>\r\n<w:Word11KerningPairs/>\r\n<w:CachedColBalance/>\r\n</w:Compatibility>\r\n<m:mathPr>\r\n<m:mathFont m:val=\"Cambria Math\"/>\r\n<m:brkBin m:val=\"before\"/>\r\n<m:brkBinSub m:val=\"--\"/>\r\n<m:smallFrac m:val=\"off\"/>\r\n<m:dispDef/>\r\n<m:lMargin m:val=\"0\"/>\r\n<m:rMargin m:val=\"0\"/>\r\n<m:defJc m:val=\"centerGroup\"/>\r\n<m:wrapIndent m:val=\"1440\"/>\r\n<m:intLim m:val=\"subSup\"/>\r\n<m:naryLim m:val=\"undOvr\"/>\r\n</m:mathPr></w:WordDocument>\r\n</xml><![endif]-->\r\n<p class=\"MsoNormalCxSpFirst\" style=\"background: white; vertical-align: baseline;\"><span style=\"mso-bidi-font-family: Calibri;\"><a href=\"http://www.westromgroup.com/wp-content/uploads/2013/09/column-service-1.png\"><img class=\"size-full wp-image-5168 alignleft\" title=\"property management fee\" alt=\"property management fee\" src=\"http://www.westromgroup.com/wp-content/uploads/2013/09/column-service-1.png\" width=\"104\" height=\"104\" /></a><a href=\"http://www.westromgroup.com\">Westrom Group</a> is a reputable </span><b style=\"mso-bidi-font-weight: normal;\"><span style=\"mso-fareast-font-family: \'Times New Roman\'; mso-bidi-font-family: Calibri;\">property management</span></b><span style=\"mso-fareast-font-family: \'Times New Roman\'; mso-bidi-font-family: Calibri;\"> and real estate company that is based in Dallas/Fort WorthMetroplex.</span></p>\r\n<p class=\"MsoNormalCxSpMiddle\"><span style=\"mso-fareast-font-family: \'Times New Roman\'; mso-bidi-font-family: Calibri; border: none windowtext 1.0pt; mso-border-alt: none windowtext 0in; padding: 0in; mso-bidi-font-weight: bold;\">PayPal is Westrom Group’s way of collecting property management fee</span><span style=\"mso-fareast-font-family: \'Times New Roman\'; mso-bidi-font-family: Calibri;\">. <span style=\"border: none windowtext 1.0pt; mso-border-alt: none windowtext 0in; padding: 0in; mso-bidi-font-weight: bold;\">By continuing to this PayPal account, you agree that this is non-refundable application fee. </span></span></p>\r\n \r\n\r\n<!--[if gte mso 9]><xml>\r\n<w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"\r\nDefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"\r\nLatentStyleCount=\"267\">\r\n<w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Table Grid\"/>\r\n<w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Shading\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light List\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Grid\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Dark List\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful List\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>\r\n<w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>\r\n</w:LatentStyles>\r\n</xml><![endif]--><!--[if gte mso 10]>\r\n\r\n<style>\r\n /* Style Definitions */\r\n table.MsoNormalTable\r\n {mso-style-name:\"Table Normal\";\r\n mso-tstyle-rowband-size:0;\r\n mso-tstyle-colband-size:0;\r\n mso-style-noshow:yes;\r\n mso-style-priority:99;\r\n mso-style-qformat:yes;\r\n mso-style-parent:\"\";\r\n mso-padding-alt:0in 5.4pt 0in 5.4pt;\r\n mso-para-margin-top:0in;\r\n mso-para-margin-right:0in;\r\n mso-para-margin-bottom:10.0pt;\r\n mso-para-margin-left:0in;\r\n line-height:115%;\r\n mso-pagination:widow-orphan;\r\n font-size:11.0pt;\r\n font-family:\"Calibri\",\"sans-serif\";\r\n mso-ascii-font-family:Calibri;\r\n mso-ascii-theme-font:minor-latin;\r\n mso-hansi-font-family:Calibri;\r\n mso-hansi-theme-font:minor-latin;\r\n mso-bidi-font-family:\"Times New Roman\";\r\n mso-bidi-theme-font:minor-bidi;}\r\n</style><![endif]-->\r\n\r\n<center><iframe src=\"http://www.westromgroup.com/wp-content/uploads/2013/10/application-fee.html\" height=\"500\" width=\"100%\" scrolling=\"no\"></iframe></center>','Property Management Fee','','publish','closed','open','','property-management-fee','','','2013-11-02 07:23:46','2013-11-02 07:23:46','',0,'http://testingweb123.webuda.com/?page_id=5145',0,'page','',0),(5256,1,'2013-10-22 15:43:02','2013-10-22 15:43:02','<strong>Westrom Group Application Fee Link:</strong>\r\n\r\n[message_box title=\"Paypal\" color=\"red\"]By continuing to this PayPal account, you agree that this is a non-refundable application fee.[/message_box]\r\n<center><iframe src=\"http://www.westromgroup.com/wp-content/uploads/2013/10/application-fee.html\" width=\"100%\" height=\"500\" scrolling=\"no\"></iframe></center>','Application Fee','','inherit','closed','open','','5145-revision-v1','','','2013-10-22 15:43:02','2013-10-22 15:43:02','',5145,'http://www.westromgroup.com/5145-revision-v1/',0,'revision','',0),(1055,1,'2013-08-26 14:13:19','2013-08-26 14:13:19','Banks most often deny credit because a business has:\r\n<ul>\r\n <li>Bad credit. As noted above, a clean credit record is crucial in both business and personal finances. Anything else sends the bank warning signals about your likeliness of repaying the loan in a timely fashion - or at all.</li>\r\n <li>High debt-to-equity ratio. A typical ratio is three-to-one. Banks also look at other standard ratios for credit worthiness. In special circumstances, businesses that do not meet the usual standards may still be considered.</li>\r\n <li>Insufficient collateral. This is common for startup businesses that lack collateral or significant assets to pay back the loan if the company should experience hard times.</li>\r\n</ul>','Why You Didn\'t Get the Loan','','publish','closed','closed','','why-you-didnt-get-the-loan','','','2013-08-26 14:13:19','2013-08-26 14:13:19','',0,'http://testingweb123.webuda.com/?post_type=faqs&p=1055',0,'faqs','',0),(1056,1,'2013-08-26 14:13:19','2013-08-26 14:13:19','Banks most often deny credit because a business has:\r\n<ul>\r\n <li>Bad credit. As noted above, a clean credit record is crucial in both business and personal finances. Anything else sends the bank warning signals about your likeliness of repaying the loan in a timely fashion - or at all.</li>\r\n <li>High debt-to-equity ratio. A typical ratio is three-to-one. Banks also look at other standard ratios for credit worthiness. In special circumstances, businesses that do not meet the usual standards may still be considered.</li>\r\n <li>Insufficient collateral. This is common for startup businesses that lack collateral or significant assets to pay back the loan if the company should experience hard times.</li>\r\n</ul>','Why You Didn\'t Get the Loan','','inherit','open','open','','1055-revision-v1','','','2013-08-26 14:13:19','2013-08-26 14:13:19','',1055,'http://testingweb123.webuda.com/1055-revision-v1/',0,'revision','',0),(1057,1,'2013-08-26 14:13:42','2013-08-26 14:13:42','Commercial banks or savings and loan (S&L) institutions are not the only source of credit. Venture Capital Firms and Angel Investors number in the thousands, and they do not look at your credit score or collateral. Your business will simply be judged on your business model. Variables such as your market, products/services, selling price, cost of goods, and projected five year financials are of more importance.\r\n\r\nIn a nutshell, a bank is looking at a business and always asking: \"What if they fail?\". An Investor is looking at a business and always asking, \"How much would I stand to make?\". Over 80% of our clients work with outside investors as opposed to bank financing.','Beyond Banks for Funds','','publish','closed','closed','','beyond-banks-for-funds','','','2013-08-26 14:13:42','2013-08-26 14:13:42','',0,'http://testingweb123.webuda.com/?post_type=faqs&p=1057',0,'faqs','',0),(1058,1,'2013-08-26 14:13:42','2013-08-26 14:13:42','Commercial banks or savings and loan (S&L) institutions are not the only source of credit. Venture Capital Firms and Angel Investors number in the thousands, and they do not look at your credit score or collateral. Your business will simply be judged on your business model. Variables such as your market, products/services, selling price, cost of goods, and projected five year financials are of more importance.\r\n\r\nIn a nutshell, a bank is looking at a business and always asking: \"What if they fail?\". An Investor is looking at a business and always asking, \"How much would I stand to make?\". Over 80% of our clients work with outside investors as opposed to bank financing.','Beyond Banks for Funds','','inherit','open','open','','1057-revision-v1','','','2013-08-26 14:13:42','2013-08-26 14:13:42','',1057,'http://testingweb123.webuda.com/1057-revision-v1/',0,'revision','',0),(1059,1,'2013-08-26 14:14:02','2013-08-26 14:14:02','Clients sometimes underestimate the need for high quality professional documentation. They often feel that they can create the documentation on their own. While this may be true, in nearly every instance where a potential client has forwarded us documentation they had personally done, significant and often times glaring omissions in both text and financials were missing. Remember, Investors do not like work like the bank or SBA, who will send you home to complete missing sections of information they require. You have only one shot and therefore only one opportunity to ensure that your documentation includes not only your \"pitch\" but all variables that will need to be looked at.\r\n\r\nThe true beauty of our service is that the majority of our revenue comes from the 3% fee we charge on funding we secure for clients. Because this is our main revenue stream, we care about your documentation as much as you do, and our pricing on documentation reflects this. Keep in mind we only offer this pricing to clients whose projects we are given an opportunity to pitch and earn commission fees on. As an example, our Regulation D PPM fee is $500, yet a look at other firms show that documentation of this nature will cost you anywhere from $800-$3500, and in most cases their job ends there. We are more than just documentation, we secure funding for clients.','Business Documentation','','publish','closed','closed','','business-documentation','','','2013-08-26 14:14:02','2013-08-26 14:14:02','',0,'http://testingweb123.webuda.com/?post_type=faqs&p=1059',0,'faqs','',0),(1060,1,'2013-08-26 14:14:02','2013-08-26 14:14:02','Clients sometimes underestimate the need for high quality professional documentation. They often feel that they can create the documentation on their own. While this may be true, in nearly every instance where a potential client has forwarded us documentation they had personally done, significant and often times glaring omissions in both text and financials were missing. Remember, Investors do not like work like the bank or SBA, who will send you home to complete missing sections of information they require. You have only one shot and therefore only one opportunity to ensure that your documentation includes not only your \"pitch\" but all variables that will need to be looked at.\r\n\r\nThe true beauty of our service is that the majority of our revenue comes from the 3% fee we charge on funding we secure for clients. Because this is our main revenue stream, we care about your documentation as much as you do, and our pricing on documentation reflects this. Keep in mind we only offer this pricing to clients whose projects we are given an opportunity to pitch and earn commission fees on. As an example, our Regulation D PPM fee is $500, yet a look at other firms show that documentation of this nature will cost you anywhere from $800-$3500, and in most cases their job ends there. We are more than just documentation, we secure funding for clients.','Business Documentation','','inherit','open','open','','1059-revision-v1','','','2013-08-26 14:14:02','2013-08-26 14:14:02','',1059,'http://testingweb123.webuda.com/1059-revision-v1/',0,'revision','',0),(1061,1,'2013-08-26 14:14:21','2013-08-26 14:14:21','Part of a Regulation D offering, which the SEC allows for small businesses, (LLC and Corporations only), it allows for a certain amount of company stock to be sold for a set price. An example of a PPM can be found by <b><a href=\"http://www.businessfundingtoday.com/Reg%20D%20506%20PPM%20Equity.pdf\"><span style=\"color: #3333cc;\">clicking here</span></a></b>.','What is a Private Placement Memorandum?','','publish','closed','closed','','what-is-a-private-placement-memorandum','','','2013-08-26 14:14:21','2013-08-26 14:14:21','',0,'http://testingweb123.webuda.com/?post_type=faqs&p=1061',0,'faqs','',0),(1062,1,'2013-08-26 14:14:21','2013-08-26 14:14:21','Part of a Regulation D offering, which the SEC allows for small businesses, (LLC and Corporations only), it allows for a certain amount of company stock to be sold for a set price. An example of a PPM can be found by <b><a href=\"http://www.businessfundingtoday.com/Reg%20D%20506%20PPM%20Equity.pdf\"><span style=\"color: #3333cc;\">clicking here</span></a></b>.','What is a Private Placement Memorandum?','','inherit','open','open','','1061-revision-v1','','','2013-08-26 14:14:21','2013-08-26 14:14:21','',1061,'http://testingweb123.webuda.com/1061-revision-v1/',0,'revision','',0),(1063,1,'2013-08-26 14:15:11','2013-08-26 14:15:11','<b><span style=\"text-decoration: underline;\">No up front fees to carry your project!</span> We will NEVER charge you up front commission fees, diligence fees, or \"set-up\" fees. If we can not raise funds, we will not collect our 3% commission. </b>\r\n\r\n<b>Of course we are not in business to provide free business plans and Regulation D private placement memorandums, and we will charge you for these documents if they are required. However, if we feel your project is worthy, and you have already had your documentation professionally prepared elsewhere, we will draft our commission agreement for your review and will get started upon receipt of the signed agreement.</b>\r\n<p align=\"center\"><b><span style=\"font-size: medium;\"><a href=\"http://www.businessfundingtoday.com/signup.html\">Click Here for Documentation Fee Details</a></span></b></p>\r\n<p align=\"center\"><a href=\"http://www.businessfundingtoday.com/Family%20Child%20Care%20&%20Debt%20Services.pdf\"><span>Click Here For Sample 1: Family Child Care and Debt Services</span></a></p>\r\n<p align=\"center\"><a href=\"http://www.businessfundingtoday.com/Martin%20Research%20LLC.pdf\"><span>Click Here For Sample 2: Martin Medical Research</span></a></p>\r\n<p align=\"center\"><a href=\"http://www.businessfundingtoday.com/Welbys%20Productions.pdf\"><span>Click Here For Sample 3: Welby\'s Productions</span></a></p>\r\n<p align=\"center\"></p>','What we can offer','','publish','closed','closed','','what-we-can-offer','','','2013-08-26 14:15:11','2013-08-26 14:15:11','',0,'http://testingweb123.webuda.com/?post_type=services&p=1063',0,'services','',0),(1064,1,'2013-08-26 14:15:11','2013-08-26 14:15:11','<b><span style=\"text-decoration: underline;\">No up front fees to carry your project!</span> We will NEVER charge you up front commission fees, diligence fees, or \"set-up\" fees. If we can not raise funds, we will not collect our 3% commission. </b>\r\n\r\n<b>Of course we are not in business to provide free business plans and Regulation D private placement memorandums, and we will charge you for these documents if they are required. However, if we feel your project is worthy, and you have already had your documentation professionally prepared elsewhere, we will draft our commission agreement for your review and will get started upon receipt of the signed agreement.</b>\r\n<p align=\"center\"><b><span style=\"font-size: medium;\"><a href=\"http://www.businessfundingtoday.com/signup.html\">Click Here for Documentation Fee Details</a></span></b></p>\r\n<p align=\"center\"><a href=\"http://www.businessfundingtoday.com/Family%20Child%20Care%20&%20Debt%20Services.pdf\"><span>Click Here For Sample 1: Family Child Care and Debt Services</span></a></p>\r\n<p align=\"center\"><a href=\"http://www.businessfundingtoday.com/Martin%20Research%20LLC.pdf\"><span>Click Here For Sample 2: Martin Medical Research</span></a></p>\r\n<p align=\"center\"><a href=\"http://www.businessfundingtoday.com/Welbys%20Productions.pdf\"><span>Click Here For Sample 3: Welby\'s Productions</span></a></p>\r\n<p align=\"center\"></p>','What we can offer','','inherit','open','open','','1063-revision-v1','','','2013-08-26 14:15:11','2013-08-26 14:15:11','',1063,'http://testingweb123.webuda.com/1063-revision-v1/',0,'revision','',0),(1065,1,'2013-08-26 14:15:32','2013-08-26 14:15:32','<span>Even though the SBA qualifying standards are more flexible than other types of loans, lenders will generally ask for certain information before deciding to use an SBA loan program. Generally, a business will need the following documentation to evaluate your loan request:</span>\r\n<ul>\r\n <li><span><strong>Business profile-</strong> A document describing type of business, annual sales, number of employees, length of time in business, and ownership.</span></li>\r\n <li><span><strong>Loan request-</strong> A description of how loan funds will be used; should include purpose, amount, and type of loan.</span></li>\r\n <li><span><strong>Collateral-</strong> Description of collateral offered to secure the loan, including equity in the business, borrowed funds, and available cash.</span></li>\r\n <li><span><strong>Business financial statements-</strong> Complete financial statements for the past three years and current interim financial statements.</span></li>\r\n <li><span><strong>Personal financial statements-</strong> Statements of owners, partners, officers, and stockholders owning 20% or more of the business.</span></li>\r\n</ul>\r\n<span>The strength and accuracy of your financial statements will be the primary basis for the lending decision, so be sure that yours are carefully prepared and up-to-date. The most important documents in your financial statements are:</span>\r\n<ul>\r\n <li><span>Balance sheets from the last three fiscal year-ends.</span></li>\r\n <li><span>Income statements revealing your business profits or losses for the last three years.</span></li>\r\n <li><span>Cash flow projections indicating how much cash you expect to generate to repay the loan.</span></li>\r\n <li><span>Accounts receivable and payable aging, breaking your receivables and payables in to 30, 60, 90, and past 90-day old categories.</span></li>\r\n <li><span>Personal financial statements from you and your business partners listing all personal assets, liabilities, and monthly payments as well as your personal tax returns for the past three years.</span></li>\r\n</ul>','What Will I Need to be Considered for SBA Loan Assistance?','','publish','closed','closed','','what-will-i-need-to-be-considered-for-sba-loan-assistance','','','2013-08-26 14:15:32','2013-08-26 14:15:32','',0,'http://testingweb123.webuda.com/?post_type=services&p=1065',0,'services','',0),(1066,1,'2013-08-26 14:15:32','2013-08-26 14:15:32','<span>Even though the SBA qualifying standards are more flexible than other types of loans, lenders will generally ask for certain information before deciding to use an SBA loan program. Generally, a business will need the following documentation to evaluate your loan request:</span>\r\n<ul>\r\n <li><span><strong>Business profile-</strong> A document describing type of business, annual sales, number of employees, length of time in business, and ownership.</span></li>\r\n <li><span><strong>Loan request-</strong> A description of how loan funds will be used; should include purpose, amount, and type of loan.</span></li>\r\n <li><span><strong>Collateral-</strong> Description of collateral offered to secure the loan, including equity in the business, borrowed funds, and available cash.</span></li>\r\n <li><span><strong>Business financial statements-</strong> Complete financial statements for the past three years and current interim financial statements.</span></li>\r\n <li><span><strong>Personal financial statements-</strong> Statements of owners, partners, officers, and stockholders owning 20% or more of the business.</span></li>\r\n</ul>\r\n<span>The strength and accuracy of your financial statements will be the primary basis for the lending decision, so be sure that yours are carefully prepared and up-to-date. The most important documents in your financial statements are:</span>\r\n<ul>\r\n <li><span>Balance sheets from the last three fiscal year-ends.</span></li>\r\n <li><span>Income statements revealing your business profits or losses for the last three years.</span></li>\r\n <li><span>Cash flow projections indicating how much cash you expect to generate to repay the loan.</span></li>\r\n <li><span>Accounts receivable and payable aging, breaking your receivables and payables in to 30, 60, 90, and past 90-day old categories.</span></li>\r\n <li><span>Personal financial statements from you and your business partners listing all personal assets, liabilities, and monthly payments as well as your personal tax returns for the past three years.</span></li>\r\n</ul>','What Will I Need to be Considered for SBA Loan Assistance?','','inherit','open','open','','1065-revision-v1','','','2013-08-26 14:15:32','2013-08-26 14:15:32','',1065,'http://testingweb123.webuda.com/1065-revision-v1/',0,'revision','',0),(1067,1,'2013-08-26 14:15:47','2013-08-26 14:15:47','<span>One way of explaining the different ways in which banks and venture capital firms evaluate a small business seeking funds, put simply, is: Banks look at its immediate future, but are most heavily influenced by its past. Venture capitalists look to its longer run future. To be sure, venture capital firms and individuals are interested in many of the same factors that influence bankers in their analysis of loan applications from smaller companies. All financial people want to know the results and ratios of past operations, the amount and intended use of the needed funds, and the earnings and financial condition of future projections. But venture capitalists look much more closely at the features of the product and the size of the market than do commercial banks. Banks are creditors. They\'re interested in the product/market position of the company to the extent they look for assurance that this service or product can provide steady sales and generate sufficient cash flow to repay the loan. They look at projections to be certain that owner/managers have done their homework.</span>\r\n\r\n<span>Venture capital firms are owners. They hold stock in the company, adding their invested capital to its equity base. Therefore, they examine existing or planned products or services and the potential markets for them with extreme care. They invest only in firms they believe can rapidly increase sales and generate substantial profits. Why? Because venture capital firms invest for long‑term capital, not for interest income. A common estimate is that they look for three to five times their investment in five or seven years. Of course venture capitalists don\'t realize capital gains on all their investments. Certainly they don\'t make capital gains of 300 percent to 500 percent except on a very limited portion of their total investments. But their intent is to find venture projects with this appreciation potential to make up for investments that aren\'t successful. </span><span style=\"font-family: Gautami;\"> </span>','What do Venture capital firms look for?','','publish','closed','closed','','what-do-venture-capital-firms-look-for','','','2013-08-26 14:15:47','2013-08-26 14:15:47','',0,'http://testingweb123.webuda.com/?post_type=services&p=1067',0,'services','',0),(1068,1,'2013-08-26 14:15:47','2013-08-26 14:15:47','<span>One way of explaining the different ways in which banks and venture capital firms evaluate a small business seeking funds, put simply, is: Banks look at its immediate future, but are most heavily influenced by its past. Venture capitalists look to its longer run future. To be sure, venture capital firms and individuals are interested in many of the same factors that influence bankers in their analysis of loan applications from smaller companies. All financial people want to know the results and ratios of past operations, the amount and intended use of the needed funds, and the earnings and financial condition of future projections. But venture capitalists look much more closely at the features of the product and the size of the market than do commercial banks. Banks are creditors. They\'re interested in the product/market position of the company to the extent they look for assurance that this service or product can provide steady sales and generate sufficient cash flow to repay the loan. They look at projections to be certain that owner/managers have done their homework.</span>\r\n\r\n<span>Venture capital firms are owners. They hold stock in the company, adding their invested capital to its equity base. Therefore, they examine existing or planned products or services and the potential markets for them with extreme care. They invest only in firms they believe can rapidly increase sales and generate substantial profits. Why? Because venture capital firms invest for long‑term capital, not for interest income. A common estimate is that they look for three to five times their investment in five or seven years. Of course venture capitalists don\'t realize capital gains on all their investments. Certainly they don\'t make capital gains of 300 percent to 500 percent except on a very limited portion of their total investments. But their intent is to find venture projects with this appreciation potential to make up for investments that aren\'t successful. </span><span style=\"font-family: Gautami;\"> </span>','What do Venture capital firms look for?','','inherit','open','open','','1067-revision-v1','','','2013-08-26 14:15:47','2013-08-26 14:15:47','',1067,'http://testingweb123.webuda.com/1067-revision-v1/',0,'revision','',0),(1069,1,'2013-08-26 14:56:04','2013-08-26 14:56:04','','Media','','private','closed','closed','','media','','','2013-08-26 14:56:04','2013-08-26 14:56:04','',0,'http://testingweb123.webuda.com/?option-tree=media',0,'option-tree','',0),(4071,1,'2013-09-04 17:10:33','0000-00-00 00:00:00','','Colabs Custom Favicon','','draft','closed','closed','','colabs-wf-colabs_custom_favicon','','','2013-09-04 17:10:33','0000-00-00 00:00:00','',0,'http://testingweb123.webuda.com/?post_type=colabsframework&p=4071',0,'colabsframework','',0),(4297,1,'2013-09-16 14:24:19','2013-09-16 14:24:19','<h1>Westrom Group Company</h1>\r\n<h2>Rental Qualifying Criteria</h2>\r\n\r\nWestrom Group Company staff, management and ownership comply with all Fair Housing laws, and do not make decisions regarding application approval based on race, religion, national origin, sex, disability or familial status. \r\nIn order to be approved for residency with Westrom Group Company, all applicants must meet the following criteria:\r\n<ul>\r\n <li><strong>Income: The applicant:</strong></li>\r\n <ul>\r\n <li>must provide at least 3 consecutive paycheck stubs</li>\r\n <li>OR 3 months bank statements</li>\r\n <li>OR (for self-employed) last year\'s tax returns</li>\r\n <li>monthly household income must be 3 times the amount of market rent.</li>\r\n <li>If a Lease Guaranty is required: Guaranty must not owe any debt to another community/landlord, must adhere to all qualifying criteria, and must make a personal visit with the manager prior to the lease application being approved. </li>\r\n </ul>\r\n\r\n\r\n\r\n <li><strong>Employment: The applicant:</strong></li>\r\n <ul>\r\n <li>must provide at least 6 months of immediate, consecutive employment history to be verified. If applicant has been employed at current position less than 6 months, then must provide previous job history to be verified.</li>\r\n </ul>\r\n\r\n\r\n <li><strong>Criminal History:</strong></li>\r\n <ul>\r\n <li>Criminal history of a sexual crime or crime against another person is an automatic denial.</li>\r\n <li>Felony convictions will be considered on a case-by-case basis if they are 10 years or older with no other criminal activity.</li>\r\n <li>Misdemeanors involving injury to persons or sexual offenses are an automatic denial.</li>\r\n </ul>\r\n\r\n\r\n <li><strong>Credit History:</strong></li>\r\n <ul>\r\n <li>A credit report will be pulled for any applicant 18 years or older.</li>\r\n </ul>\r\n\r\n <li><strong>Rental History:</strong></li>\r\n <ul>\r\n <li>Current and previous rental history will be verified.</li>\r\n </ul>\r\n\r\n <li><strong>Approval & Payments:</strong></li>\r\n <ul>\r\n <li>Any applicant who has been approved for a Westrom Group Company rental will have 48 hours from the approval notification to sign the lease, pay the security deposit and pro-rated rent.</li>\r\n <li>Any applicant has 48 hours from the approval notification to cancel the application without penalty. Westrom Group Company reserves the right to retain a part, or all, of the security deposit as liquidated damages if the application is cancelled after the 48 hour period.</li>\r\n </ul>\r\n</ul>\r\n\r\n\r\nBy submitting my application to Westrom Group Company, I have read and understand this Rental Qualifying Criteria as provided by Westrom Group Company. I understand that if my application is not approved for any reason, I am not entitled to a refund of my application or administrative fees paid to process my application. I understand that any falsification or non-disclosure on the rental application will result in loss of all monies paid as liquidated damages in accordance with the Texas Association of Realtors.','Qualification Criteria','','inherit','closed','open','','4292-revision-v1','','','2013-09-16 14:24:19','2013-09-16 14:24:19','',4292,'http://testingweb123.webuda.com/uncategorized/4292-revision-v1/',0,'revision','',0),(4295,1,'2013-09-16 14:21:40','2013-09-16 14:21:40','<h1>Westrom Group Company</h1>\r\n<h2>Rental Qualifying Criteria</h2>\r\n\r\nWestrom Group Company staff, management and ownership comply with all Fair Housing laws, and do not make decisions regarding application approval based on race, religion, national origin, sex, disability or familial status. \r\nIn order to be approved for residency with Westrom Group Company, all applicants must meet the following criteria:\r\n<ul>\r\n <li><strong>Income: The applicant:</strong></li>\r\n <ul>\r\n <li>must provide at least 3 consecutive paycheck stubs</li>\r\n <li>OR 3 months bank statements</li>\r\n <li>OR (for self-employed) last year\'s tax returns</li>\r\n <li>monthly household income must be 3 times the amount of market rent.</li>\r\n <li>If a Lease Guaranty is required: Guaranty must not owe any debt to another community/landlord, must adhere to all qualifying criteria, and must make a personal visit with the manager prior to the lease application being approved. </li>\r\n </ul>\r\n\r\n\r\n\r\n <li><strong>Employment: The applicant:</strong></li>\r\n <ul>\r\n <li>must provide at least 6 months of immediate, consecutive employment history to be verified. If applicant has been employed at current position less than 6 months, then must provide previous job history to be verified.</li>\r\n </ul>\r\n\r\n\r\nCriminal History:\r\n\r\nCriminal history of a sexual crime or crime against another person is an automatic denial.\r\n\r\nFelony convictions will be considered on a case-by-case basis if they are 10 years or older with no other criminal activity.\r\n\r\nMisdemeanors involving injury to persons or sexual offenses are an automatic denial.\r\n\r\nCredit History:\r\n\r\nA credit report will be pulled for any applicant 18 years or older.\r\n\r\nRental History:\r\n\r\nCurrent and previous rental history will be verified.\r\n\r\nApproval & Payments:\r\n\r\nAny applicant who has been approved for a Westrom Group Company rental will have 48 hours from the approval notification to sign the lease, pay the security deposit and pro-rated rent.\r\n\r\nAny applicant has 48 hours from the approval notification to cancel the application without penalty. Westrom Group Company reserves the right to retain a part, or all, of the security deposit as liquidated damages if the application is cancelled after the 48 hour period.\r\n</ul>\r\n\r\n\r\nBy submitting my application to Westrom Group Company, I have read and understand this Rental Qualifying Criteria as provided by Westrom Group Company. I understand that if my application is not approved for any reason, I am not entitled to a refund of my application or administrative fees paid to process my application. I understand that any falsification or non-disclosure on the rental application will result in loss of all monies paid as liquidated damages in accordance with the Texas Association of Realtors.','Qualification Criteria','','inherit','closed','open','','4292-revision-v1','','','2013-09-16 14:21:40','2013-09-16 14:21:40','',4292,'http://testingweb123.webuda.com/uncategorized/4292-revision-v1/',0,'revision','',0),(4296,1,'2013-11-02 05:42:52','2013-11-02 05:42:52','<h1>Westrom Group Company</h1>\n<h2>Rental Qualifying Criteria</h2>\n<p class=\"MsoNormal\"><a href=\"http://www.westromgroup.com/\">Westrom Group </a>Company staff, management and ownership comply with all <a href=\"http://portal.hud.gov/hudportal/HUD?src=/program_offices/fair_housing_equal_opp\">Fair Housing laws</a>, and do not make decisions regarding application approval based on race, religion, national origin, sex, disability or familial status.\nIn order to be approved for residency with Westrom Group Company, all applicants must meet the following <a href=\"http://www.westromgroup.com/wp-content/uploads/2013/09/column-service-3.png\"><img class=\"size-full wp-image-5170 alignright\" title=\"rental qualifying criteria\" alt=\"rental qualifying criteria\" src=\"http://www.westromgroup.com/wp-content/uploads/2013/09/column-service-3.png\" width=\"256\" height=\"256\" /></a><span style=\"color: black;\">:</span></p>\n<strong>•Income: The applicant:</strong>\n<ul>\n <li> must provide at least 3 consecutive paycheck stubs</li>\n <li>OR 3 months bank statements</li>\n <li>OR (for self-employed) last year’s tax returns</li>\n <li>monthly household income must be 3 times the amount of market rent.</li>\n <li>If a Lease Guaranty is required: Guaranty must not owe any debt to another community/landlord, must adhere to all qualifying criteria, and must make a personal visit with the manager prior to the lease application being approved.</li>\n</ul>\n<strong>•Employment: The applicant:</strong>\n<ul>\n <li>must provide at least 6 months of immediate, consecutive employment history to be verified. If applicant has been employed at current position less than 6 months, then must provide previous job history to be verified.</li>\n</ul>\n<strong>•Criminal History:</strong>\n<ul>\n <li>Criminal history of a sexual crime or crime against another person is an automatic denial.</li>\n <li>Felony convictions will be considered on a case-by-case basis if they are 10 years or older with no other criminal activity.</li>\n <li>Misdemeanors involving injury to persons or sexual offenses are an automatic denial.</li>\n</ul>\n<strong>•Credit History:</strong>\n<ul>\n <li>A credit report will be pulled for any applicant 18 years or older.</li>\n</ul>\n<strong>•Rental History:</strong>\n<ul>\n <li>Current and previous rental history will be verified.</li>\n</ul>\n<strong> •Approval& Payments:</strong>\n\nAny applicant who has passed the Rental Qualifying Criteria and approved by the company should sign the lease, pay for the security deposit as well as pro-rated rent 48 hours upon approval notification.\nAny applicant who wish to cancel the application can and should do so within 48 hours from approval notification. After the 48 hour period, the company has the rights to retain a part, if not all of the security deposit.\n<p class=\"MsoNormal\"><span style=\"color: black;\">Any applicant who wish to cancel the application can and should do so within 48 hours from approval notification. After the 48 hour period, the company has the rights to retain a part, if not all of the security deposit.</span></p>\n<p style=\"mso-fareast-font-family: Calibri; mso-bidi-font-family: Calibri; color: black;\"><span style=\"color: black;\">Upon submitting my application to the Westrom Group of Company, I have understood and read the </span><span style=\"color: black;\">Rental Qualifying Criteria </span><span style=\"mso-fareast-font-family: Calibri; mso-bidi-font-family: Calibri; color: black;\">as provided by Wetsrom Group Company. Once the application has been denied, I understand that I am not entitled to any refund to the administrative fees used in processing my application. </span>I understand that any falsification or non-disclosure on the rental application will result in loss of all monies paid as liquidated damages in accordance with the <a href=\"https://www.texasrealtors.com/index.cfm?\">Texas Association of Realtors</a>.</p>','Rental Qualifying Criteria','','inherit','closed','open','','4292-autosave-v1','','','2013-11-02 05:42:52','2013-11-02 05:42:52','',4292,'http://testingweb123.webuda.com/uncategorized/4292-autosave-v1/',0,'revision','',0),(2093,1,'2012-08-01 21:47:22','2012-08-01 21:47:22','','Gallery','','publish','closed','closed','','gallery','','','2012-08-01 21:47:22','2012-08-01 21:47:22','',0,'http://themes.goodlayers.com/copolio/?post_type=gdl-gallery&p=2093',0,'gdl-gallery','',0),(2257,1,'2012-08-07 10:03:21','2012-08-07 10:03:21','','Gallery2','','publish','closed','closed','','gallery2','','','2012-08-07 10:03:21','2012-08-07 10:03:21','',0,'http://themes.goodlayers.com/copolio/?post_type=gdl-gallery&p=2257',0,'gdl-gallery','',0),(2263,1,'2012-08-07 10:04:42','2012-08-07 10:04:42','','Gallery3','','publish','closed','closed','','gallery3','','','2012-08-07 10:04:42','2012-08-07 10:04:42','',0,'http://themes.goodlayers.com/copolio/?post_type=gdl-gallery&p=2263',0,'gdl-gallery','',0),(6,1,'2012-08-27 04:44:19','0000-00-00 00:00:00','','Colabs Logo Single','','draft','closed','closed','','colabs-wf-colabs_logo_single','','','2012-08-27 04:44:19','0000-00-00 00:00:00','',0,'http://demo.colorlabsproject.com/burogu/?post_type=colabsframework&p=6',0,'colabsframework','',0),(61,1,'2012-08-28 04:49:45','0000-00-00 00:00:00','','Colabs Ad Single Image','','draft','closed','closed','','colabs-wf-colabs_ad_single_image','','','2012-08-28 04:49:45','0000-00-00 00:00:00','',0,'http://demo.colorlabsproject.com/burogu/?post_type=colabsframework&p=61',0,'colabsframework','',0),(140,1,'2012-08-31 09:19:29','0000-00-00 00:00:00','','Colabs Logo Footer','','draft','closed','closed','','colabs-wf-colabs_logo_footer','','','2012-08-31 09:19:29','0000-00-00 00:00:00','',0,'http://demo.colorlabsproject.com/burogu/?post_type=colabsframework&p=140',0,'colabsframework','',0),(671,1,'2010-06-06 16:53:05','2010-06-06 16:53:05','[caption id=\"attachment_407\" align=\"alignleft\" width=\"233\" caption=\"This is a caption\"]<img src=\"http://www.wpzoom.com/demo/magazinum/wp-content/uploads/2010/06/magazinum-12-233x300.jpg\" alt=\"\" width=\"233\" height=\"300\" class=\"size-medium wp-image-407\" />[/caption]\nThis is some dummy copy. You’re not really supposed to read this dummy copy, it is just a place holder for people who need some type to visualize what the actual copy might look like if it were real content.\n\nIf you want to read, I might suggest a good book, perhaps <a title=\"Hemingway\" href=\"http://en.wikipedia.org/wiki/Ernest_Hemingway\">Hemingway</a> or <a title=\"Melville\" href=\"http://en.wikipedia.org/wiki/Herman_Melville\">Melville</a>. That’s why they call it, the dummy copy. This, of course, is not the real copy for this entry. Rest assured, the words will expand the concept. With clarity. Conviction. And a little wit.\n\nIn today’s competitive <a title=\"market environment\" href=\"http://en.wikipedia.org/wiki/Market_environment\">market environment</a>, the body copy of your entry must lead the reader through a series of <strong>disarmingly simple thoughts</strong>.\n\nAll your supporting arguments must be communicated with simplicity and charm. And in such a way that the reader will read on. (After all, that’s a reader’s job: to read, isn’t it?) And by the time your readers have reached this point in the finished copy, you will have convinced them that you not only respect their intelligence, but you also <strong>understand their needs as consumers</strong>.\n\nAs a result of which, your entry will repay your <a title=\"writing\" href=\"http://en.wikipedia.org/wiki/Writing\">efforts</a>. Take your sales; simply put, they will rise. Likewise your credibility. There’s every chance your competitors will wish they’d placed this entry, not you. While your customers will have probably forgotten that your competitors even exist. Which brings us, by a somewhat circuitous route, to another small point, but one which we feel should be raised.<!--more-->\n<h3>Long copy or short - You decide</h3>\nAs a marketer, you probably don’t even believe in body copy. <strong>Let alone long body copy</strong>. (Unless you have a long body yourself.) Well, truth is, who‘s to blame you? Fact is, too much long body copy is dotted with such indulgent little phrases like <a title=\"truth\" href=\"http://en.wikipedia.org/wiki/Truth\">truth</a> is, fact is, and who’s to blame you. Trust us: we guarantee, with a hand over our heart, that no such indulgent rubbish will appear in your entry. That’s why God gave us big blue pencils. So we can expunge every example of witted waffle.\n<blockquote>For you, the skies will be blue, the birds will sing, and your copy will be crafted by a dedicated little man whose wife will be sitting at home, knitting, wondering why your entry demands more of her husband‘s time than it should.</blockquote>\nBut you will know why, won‘t you? You will have given her husband a chance to immortalize himself in print, writing some of the most persuasive prose on behalf of a truly enlightened purveyor of <a title=\"widgets\" href=\"http://en.wikipedia.org/wiki/Widgets\">widgets</a>. And so, while your dedicated reader, enslaved to each mellifluous paragraph, clutches his newspaper with increasing interest and intention to purchase, you can count all your increased profits and take pots of money to your bank. Sadly, this is not the real copy for this entry. <strong>But it could well be</strong>. All you have to do is look at the <a title=\"account executive\" href=\"http://en.wikipedia.org/wiki/Account_executive\">account executive</a> sitting across your desk (the fellow with the lugubrious face and the calf-like eyes), and say ”Yes! Yes! Yes!“ And anything you want, body copy, dinners, women, will be yours. Couldn’t be fairer than that, could we? ','Aliquam tincidunt mauris eu risus.','','trash','open','open','','aliquam-tincidunt-mauris-eu-risus','','','2013-11-02 08:25:39','2013-11-02 08:25:39','',0,'http://wpzoom.com/zenko/demo/?p=42',0,'post','',4),(58,1,'2009-04-07 02:07:01','2009-04-07 07:07:01','<img src=\"http://wpzoom.com/demo/zenko/wp-content/uploads/2009/05/15.jpg\" alt=\"15\" width=\"400\" height=\"266\" class=\"alignleft size-full wp-image-59\" />This is some dummy copy. You’re not really supposed to read this dummy copy, it is just a place holder for people who need some type to visualize what the actual copy might look like if it were real content.\n\nIf you want to read, I might suggest a good book, perhaps <a title=\"Hemingway\" href=\"http://en.wikipedia.org/wiki/Ernest_Hemingway\">Hemingway</a> or <a title=\"Melville\" href=\"http://en.wikipedia.org/wiki/Herman_Melville\">Melville</a>. That’s why they call it, the dummy copy. This, of course, is not the real copy for this entry. Rest assured, the words will expand the concept. With clarity. Conviction. And a little wit.\n\nIn today’s competitive <a title=\"market environment\" href=\"http://en.wikipedia.org/wiki/Market_environment\">market environment</a>, the body copy of your entry must lead the reader through a series of <strong>disarmingly simple thoughts</strong>.\n\nAll your supporting arguments must be communicated with simplicity and charm. And in such a way that the reader will read on. (After all, that’s a reader’s job: to read, isn’t it?) And by the time your readers have reached this point in the finished copy, you will have convinced them that you not only respect their intelligence, but you also <strong>understand their needs as consumers</strong>.\n\nAs a result of which, your entry will repay your <a title=\"writing\" href=\"http://en.wikipedia.org/wiki/Writing\">efforts</a>. Take your sales; simply put, they will rise. Likewise your credibility. There’s every chance your competitors will wish they’d placed this entry, not you. While your customers will have probably forgotten that your competitors even exist. Which brings us, by a somewhat circuitous route, to another small point, but one which we feel should be raised.\n<h3>Long copy or short - You decide</h3>\nAs a marketer, you probably don’t even believe in body copy. <strong>Let alone long body copy</strong>. (Unless you have a long body yourself.) Well, truth is, who‘s to blame you? Fact is, too much long body copy is dotted with such indulgent little phrases like <a title=\"truth\" href=\"http://en.wikipedia.org/wiki/Truth\">truth</a> is, fact is, and who’s to blame you. Trust us: we guarantee, with a hand over our heart, that no such indulgent rubbish will appear in your entry. That’s why God gave us big blue pencils. So we can expunge every example of witted waffle.\n<blockquote>For you, the skies will be blue, the birds will sing, and your copy will be crafted by a dedicated little man whose wife will be sitting at home, knitting, wondering why your entry demands more of her husband‘s time than it should.</blockquote>\n\nBut you will know why, won‘t you? You will have given her husband a chance to immortalize himself in print, writing some of the most persuasive prose on behalf of a truly enlightened purveyor of <a title=\"widgets\" href=\"http://en.wikipedia.org/wiki/Widgets\">widgets</a>. And so, while your dedicated reader, enslaved to each mellifluous paragraph, clutches his newspaper with increasing interest and intention to purchase, you can count all your increased profits and take pots of money to your bank. Sadly, this is not the real copy for this entry. <strong>But it could well be</strong>. All you have to do is look at the <a title=\"account executive\" href=\"http://en.wikipedia.org/wiki/Account_executive\">account executive</a> sitting across your desk (the fellow with the lugubrious face and the calf-like eyes), and say ”Yes! Yes! Yes!“ And anything you want, body copy, dinners, women, will be yours. Couldn’t be fairer than that, could we?','Aliquam tincidunt mauris eu risus','','trash','open','open','','bmw-z2-concept-to-be-shown-off-in-frankfurt-this-year','','','2013-11-02 08:27:56','2013-11-02 08:27:56','',0,'http://wpzoom.com/zenko/demo/?p=58',0,'post','',0),(59,1,'2010-02-15 11:47:00','2010-02-15 11:47:00','This is some dummy copy. You’re not really supposed to read this dummy copy, it is just a place holder for people who need some type to visualize what the actual copy might look like if it were real content.\n\nIf you want to read, I might suggest a good book, perhaps <a title=\"Hemingway\" href=\"http://en.wikipedia.org/wiki/Ernest_Hemingway\">Hemingway</a> or <a title=\"Melville\" href=\"http://en.wikipedia.org/wiki/Herman_Melville\">Melville</a>. That’s why they call it, the dummy copy. This, of course, is not the real copy for this entry. Rest assured, the words will expand the concept. With clarity. Conviction. And a little wit.\n\nIn today’s competitive <a title=\"market environment\" href=\"http://en.wikipedia.org/wiki/Market_environment\">market environment</a>, the body copy of your entry must lead the reader through a series of <strong>disarmingly simple thoughts</strong>.\n\nAll your supporting arguments must be communicated with simplicity and charm. And in such a way that the reader will read on. (After all, that’s a reader’s job: to read, isn’t it?) And by the time your readers have reached this point in the finished copy, you will have convinced them that you not only respect their intelligence, but you also <strong>understand their needs as consumers</strong>.\n\nAs a result of which, your entry will repay your <a title=\"writing\" href=\"http://en.wikipedia.org/wiki/Writing\">efforts</a>. Take your sales; simply put, they will rise. Likewise your credibility. There’s every chance your competitors will wish they’d placed this entry, not you. While your customers will have probably forgotten that your competitors even exist. Which brings us, by a somewhat circuitous route, to another small point, but one which we feel should be raised.\n<h3>Long copy or short - You decide</h3>\nAs a marketer, you probably don’t even believe in body copy. <strong>Let alone long body copy</strong>. (Unless you have a long body yourself.) Well, truth is, who‘s to blame you? Fact is, too much long body copy is dotted with such indulgent little phrases like <a title=\"truth\" href=\"http://en.wikipedia.org/wiki/Truth\">truth</a> is, fact is, and who’s to blame you. Trust us: we guarantee, with a hand over our heart, that no such indulgent rubbish will appear in your entry. That’s why God gave us big blue pencils. So we can expunge every example of witted waffle.\n<blockquote>For you, the skies will be blue, the birds will sing, and your copy will be crafted by a dedicated little man whose wife will be sitting at home, knitting, wondering why your entry demands more of her husband‘s time than it should.</blockquote>\nBut you will know why, won‘t you? You will have given her husband a chance to immortalize himself in print, writing some of the most persuasive prose on behalf of a truly enlightened purveyor of <a title=\"widgets\" href=\"http://en.wikipedia.org/wiki/Widgets\">widgets</a>. And so, while your dedicated reader, enslaved to each mellifluous paragraph, clutches his newspaper with increasing interest and intention to purchase, you can count all your increased profits and take pots of money to your bank. Sadly, this is not the real copy for this entry. <strong>But it could well be</strong>. All you have to do is look at the <a title=\"account executive\" href=\"http://en.wikipedia.org/wiki/Account_executive\">account executive</a> sitting across your desk (the fellow with the lugubrious face and the calf-like eyes), and say ”Yes! Yes! Yes!“ And anything you want, body copy, dinners, women, will be yours. Couldn’t be fairer than that, could we?','Aliquam tincidunt mauris eu risus','','trash','open','open','','aliquam-tincidunt-mauris-eu-risus-2','','','2013-11-02 08:25:39','2013-11-02 08:25:39','',0,'http://wpzoom.com/zenko/demo/?p=5',0,'post','',1),(62,1,'2009-08-27 02:09:26','2009-08-27 02:09:26','This is some dummy copy. You’re not really supposed to read this dummy copy, it is just a place holder for people who need some type to visualize what the actual copy might look like if it were real content.\n\nIf you want to read, I might suggest a good book, perhaps <a title=\"Hemingway\" href=\"http://en.wikipedia.org/wiki/Ernest_Hemingway\">Hemingway</a> or <a title=\"Melville\" href=\"http://en.wikipedia.org/wiki/Herman_Melville\">Melville</a>. That’s why they call it, the dummy copy. This, of course, is not the real copy for this entry. Rest assured, the words will expand the concept. With clarity. Conviction. And a little wit.\n\nIn today’s competitive <a title=\"market environment\" href=\"http://en.wikipedia.org/wiki/Market_environment\">market environment</a>, the body copy of your entry must lead the reader through a series of <strong>disarmingly simple thoughts</strong>.<!--more-->\n\nAll your supporting arguments must be communicated with simplicity and charm. And in such a way that the reader will read on. (After all, that’s a reader’s job: to read, isn’t it?) And by the time your readers have reached this point in the finished copy, you will have convinced them that you not only respect their intelligence, but you also <strong>understand their needs as consumers</strong>.\n\n<img src=\"http://wpzoom.com/demo/zenko/wp-content/uploads/2009/05/16.jpg\" alt=\"16\" width=\"400\" height=\"266\" class=\"alignleft size-full wp-image-63\" />As a result of which, your entry will repay your <a title=\"writing\" href=\"http://en.wikipedia.org/wiki/Writing\">efforts</a>. Take your sales; simply put, they will rise. Likewise your credibility. There’s every chance your competitors will wish they’d placed this entry, not you. While your customers will have probably forgotten that your competitors even exist. Which brings us, by a somewhat circuitous route, to another small point, but one which we feel should be raised.\n<h3>Long copy or short - You decide</h3>\nAs a marketer, you probably don’t even believe in body copy. <strong>Let alone long body copy</strong>. (Unless you have a long body yourself.) Well, truth is, who‘s to blame you? Fact is, too much long body copy is dotted with such indulgent little phrases like <a title=\"truth\" href=\"http://en.wikipedia.org/wiki/Truth\">truth</a> is, fact is, and who’s to blame you. Trust us: we guarantee, with a hand over our heart, that no such indulgent rubbish will appear in your entry. That’s why God gave us big blue pencils. So we can expunge every example of witted waffle.\n<blockquote>For you, the skies will be blue, the birds will sing, and your copy will be crafted by a dedicated little man whose wife will be sitting at home, knitting, wondering why your entry demands more of her husband‘s time than it should.</blockquote>\n\nBut you will know why, won‘t you? You will have given her husband a chance to immortalize himself in print, writing some of the most persuasive prose on behalf of a truly enlightened purveyor of <a title=\"widgets\" href=\"http://en.wikipedia.org/wiki/Widgets\">widgets</a>. And so, while your dedicated reader, enslaved to each mellifluous paragraph, clutches his newspaper with increasing interest and intention to purchase, you can count all your increased profits and take pots of money to your bank. Sadly, this is not the real copy for this entry. <strong>But it could well be</strong>. All you have to do is look at the <a title=\"account executive\" href=\"http://en.wikipedia.org/wiki/Account_executive\">account executive</a> sitting across your desk (the fellow with the lugubrious face and the calf-like eyes), and say ”Yes! Yes! Yes!“ And anything you want, body copy, dinners, women, will be yours. Couldn’t be fairer than that, could we?','Molestie innonummy Libero','','trash','open','open','','molestie-innonummy-libero','','','2013-11-02 08:25:39','2013-11-02 08:25:39','',0,'http://wpzoom.com/zenko/demo/?p=62',0,'post','',0),(66,1,'2009-05-07 02:13:37','2009-05-07 02:13:37','<img src=\"http://www.wpzoom.com/demo/videozoom/wp-content/uploads/2009/05/25be3a055e35a8348a0a548a16177ee5-d2zpiss-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" class=\"alignleft size-medium wp-image-268\" />This is some dummy copy. You’re not really supposed to read this dummy copy, it is just a place holder for people who need some type to visualize what the actual copy might look like if it were real content.\n\nIf you want to read, I might suggest a good book, perhaps <a title=\"Hemingway\" href=\"http://en.wikipedia.org/wiki/Ernest_Hemingway\">Hemingway</a> or <a title=\"Melville\" href=\"http://en.wikipedia.org/wiki/Herman_Melville\">Melville</a>. That’s why they call it, the dummy copy. This, of course, is not the real copy for this entry. Rest assured, the words will expand the concept. With clarity. Conviction. And a little wit.\n\nIn today’s competitive <a title=\"market environment\" href=\"http://en.wikipedia.org/wiki/Market_environment\">market environment</a>, the body copy of your entry must lead the reader through a series of <strong>disarmingly simple thoughts</strong>.\n\nAll your supporting arguments must be communicated with simplicity and charm. And in such a way that the reader will read on. (After all, that’s a reader’s job: to read, isn’t it?) And by the time your readers have reached this point in the finished copy, you will have convinced them that you not only respect their intelligence, but you also <strong>understand their needs as consumers</strong>.<!--more-->\n\nAs a result of which, your entry will repay your <a title=\"writing\" href=\"http://en.wikipedia.org/wiki/Writing\">efforts</a>. Take your sales; simply put, they will rise. Likewise your credibility. There’s every chance your competitors will wish they’d placed this entry, not you. While your customers will have probably forgotten that your competitors even exist. Which brings us, by a somewhat circuitous route, to another small point, but one which we feel should be raised.\n<h3>Long copy or short - You decide</h3>\nAs a marketer, you probably don’t even believe in body copy. <strong>Let alone long body copy</strong>. (Unless you have a long body yourself.) Well, truth is, who‘s to blame you? Fact is, too much long body copy is dotted with such indulgent little phrases like <a title=\"truth\" href=\"http://en.wikipedia.org/wiki/Truth\">truth</a> is, fact is, and who’s to blame you. Trust us: we guarantee, with a hand over our heart, that no such indulgent rubbish will appear in your entry. That’s why God gave us big blue pencils. So we can expunge every example of witted waffle.\n<blockquote>For you, the skies will be blue, the birds will sing, and your copy will be crafted by a dedicated little man whose wife will be sitting at home, knitting, wondering why your entry demands more of her husband‘s time than it should.</blockquote>\n\nBut you will know why, won‘t you? You will have given her husband a chance to immortalize himself in print, writing some of the most persuasive prose on behalf of a truly enlightened purveyor of <a title=\"widgets\" href=\"http://en.wikipedia.org/wiki/Widgets\">widgets</a>. And so, while your dedicated reader, enslaved to each mellifluous paragraph, clutches his newspaper with increasing interest and intention to purchase, you can count all your increased profits and take pots of money to your bank. Sadly, this is not the real copy for this entry. <strong>But it could well be</strong>. All you have to do is look at the <a title=\"account executive\" href=\"http://en.wikipedia.org/wiki/Account_executive\">account executive</a> sitting across your desk (the fellow with the lugubrious face and the calf-like eyes), and say ”Yes! Yes! Yes!“ And anything you want, body copy, dinners, women, will be yours. Couldn’t be fairer than that, could we?','New BMW X1 Spied at a Photo Session','','trash','open','open','','new-bmw-x1-spied-at-a-photo-session','','','2013-11-02 08:25:39','2013-11-02 08:25:39','',0,'http://wpzoom.com/zenko/demo/?p=66',0,'post','',1),(69,1,'2009-05-07 02:17:29','2009-05-07 07:17:29','<img src=\"http://wpzoom.com/demo/zenko/wp-content/uploads/2009/05/20.jpg\" alt=\"20\" width=\"400\" height=\"267\" class=\"alignleft size-full wp-image-70\" />This is some dummy copy. You’re not really supposed to read this dummy copy, it is just a place holder for people who need some type to visualize what the actual copy might look like if it were real content.\n\nIf you want to read, I might suggest a good book, perhaps <a title=\"Hemingway\" href=\"http://en.wikipedia.org/wiki/Ernest_Hemingway\">Hemingway</a> or <a title=\"Melville\" href=\"http://en.wikipedia.org/wiki/Herman_Melville\">Melville</a>. That’s why they call it, the dummy copy. This, of course, is not the real copy for this entry. Rest assured, the words will expand the concept. With clarity. Conviction. And a little wit.\n\nIn today’s competitive <a title=\"market environment\" href=\"http://en.wikipedia.org/wiki/Market_environment\">market environment</a>, the body copy of your entry must lead the reader through a series of <strong>disarmingly simple thoughts</strong>.\n\nAll your supporting arguments must be communicated with simplicity and charm. And in such a way that the reader will read on. (After all, that’s a reader’s job: to read, isn’t it?) And by the time your readers have reached this point in the finished copy, you will have convinced them that you not only respect their intelligence, but you also <strong>understand their needs as consumers</strong>.\n\nAs a result of which, your entry will repay your <a title=\"writing\" href=\"http://en.wikipedia.org/wiki/Writing\">efforts</a>. Take your sales; simply put, they will rise. Likewise your credibility. There’s every chance your competitors will wish they’d placed this entry, not you. While your customers will have probably forgotten that your competitors even exist. Which brings us, by a somewhat circuitous route, to another small point, but one which we feel should be raised.<!--more-->\n<h3>Long copy or short - You decide</h3>\nAs a marketer, you probably don’t even believe in body copy. <strong>Let alone long body copy</strong>. (Unless you have a long body yourself.) Well, truth is, who‘s to blame you? Fact is, too much long body copy is dotted with such indulgent little phrases like <a title=\"truth\" href=\"http://en.wikipedia.org/wiki/Truth\">truth</a> is, fact is, and who’s to blame you. Trust us: we guarantee, with a hand over our heart, that no such indulgent rubbish will appear in your entry. That’s why God gave us big blue pencils. So we can expunge every example of witted waffle.\n<blockquote>For you, the skies will be blue, the birds will sing, and your copy will be crafted by a dedicated little man whose wife will be sitting at home, knitting, wondering why your entry demands more of her husband‘s time than it should.</blockquote>\n\nBut you will know why, won‘t you? You will have given her husband a chance to immortalize himself in print, writing some of the most persuasive prose on behalf of a truly enlightened purveyor of <a title=\"widgets\" href=\"http://en.wikipedia.org/wiki/Widgets\">widgets</a>. And so, while your dedicated reader, enslaved to each mellifluous paragraph, clutches his newspaper with increasing interest and intention to purchase, you can count all your increased profits and take pots of money to your bank. Sadly, this is not the real copy for this entry. <strong>But it could well be</strong>. All you have to do is look at the <a title=\"account executive\" href=\"http://en.wikipedia.org/wiki/Account_executive\">account executive</a> sitting across your desk (the fellow with the lugubrious face and the calf-like eyes), and say ”Yes! Yes! Yes!“ And anything you want, body copy, dinners, women, will be yours. Couldn’t be fairer than that, could we?','BMW X6 M Gets Official','','trash','open','open','','bmw-x6-m-gets-official','','','2013-11-02 08:25:39','2013-11-02 08:25:39','',0,'http://wpzoom.com/zenko/demo/?p=69',0,'post','',0),(2325,1,'2012-08-07 17:14:17','2012-08-07 17:14:17','<strong>Westrom Group Company</strong>\r\n<br><a href=\"mailto:Rose@westromgroup.com\">Rose@westromgroup.com</a>','Rose Heimili','','publish','closed','closed','','rose-heimili','','','2013-09-25 10:24:10','2013-09-25 10:24:10','',0,'http://themes.goodlayers.com/copolio/?post_type=personnal&p=2325',0,'personnal','',0),(2333,1,'2012-08-07 17:27:37','2012-08-07 17:27:37','<strong>Broker Westrom Group Company</strong>\r\n<br><a href=\"mailto:jon@westromgroup.com\">jon@westromgroup.com</a>','Jon Westrom','','publish','closed','closed','','jon-westrom','','','2013-09-25 10:23:14','2013-09-25 10:23:14','',0,'http://themes.goodlayers.com/copolio/?post_type=personnal&p=2333',0,'personnal','',0),(2334,1,'2012-08-07 17:24:17','2012-08-07 17:24:17','<strong>Westrom Group Company</strong>\r\n<br><a href=\"mailto:Chris@westromgroup.com\">Chris@westromgroup.com</a>','Chris Menegay','','publish','closed','closed','','chris-menegay','','','2013-09-25 10:23:46','2013-09-25 10:23:46','',0,'http://themes.goodlayers.com/copolio/?post_type=personnal&p=2334',0,'personnal','',0),(2335,1,'2012-08-07 17:26:10','2012-08-07 17:26:10','<strong>Westrom Group Company</strong>\r\n\r\n<br><a href=\"mailto:Carrie@westromgroup.com\">Carrie@westromgroup.com</a>','Carrie Kennedy','','publish','closed','closed','','carrie-kennedy','','','2013-09-25 10:22:42','2013-09-25 10:22:42','',0,'http://themes.goodlayers.com/copolio/?post_type=personnal&p=2335',0,'personnal','',0),(4072,1,'2013-09-04 17:10:33','0000-00-00 00:00:00','','Colabs Logo','','draft','closed','closed','','colabs-wf-colabs_logo','','','2013-09-04 17:10:33','0000-00-00 00:00:00','',0,'http://testingweb123.webuda.com/?post_type=colabsframework&p=4072',0,'colabsframework','',0),(4073,1,'2013-09-04 17:10:33','0000-00-00 00:00:00','','Colabs Logo Footer','','draft','closed','closed','','colabs-wf-colabs_logo_footer','','','2013-09-04 17:10:33','0000-00-00 00:00:00','',0,'http://testingweb123.webuda.com/?post_type=colabsframework&p=4073',0,'colabsframework','',0),(4074,1,'2013-09-04 17:10:33','0000-00-00 00:00:00','','Colabs Ad Single Image','','draft','closed','closed','','colabs-wf-colabs_ad_single_image','','','2013-09-04 17:10:33','0000-00-00 00:00:00','',0,'http://testingweb123.webuda.com/?post_type=colabsframework&p=4074',0,'colabsframework','',0),(4076,1,'2012-08-27 04:44:19','0000-00-00 00:00:00','','Colabs Custom Favicon','','draft','closed','closed','','colabs-wf-colabs_custom_favicon','','','2012-08-27 04:44:19','0000-00-00 00:00:00','',0,'http://demo.colorlabsproject.com/burogu/?post_type=colabsframework&p=4',0,'colabsframework','',0),(4077,1,'2012-08-27 04:44:19','0000-00-00 00:00:00','','Colabs Logo','','draft','closed','closed','','colabs-wf-colabs_logo','','','2012-08-27 04:44:19','0000-00-00 00:00:00','',0,'http://demo.colorlabsproject.com/burogu/?post_type=colabsframework&p=5',0,'colabsframework','',0),(518,1,'2012-01-05 23:16:02','2012-01-05 23:16:02','[price_list]30 GB[/price_list]\n[price_list]12 Email Accounts[/price_list]\n[price_list]50 GB Bandwidth[/price_list]\n[price_list]Live Chat Support[/price_list]\n[price_list]Enchanced SSL Security[/price_list]','Standard','','publish','open','open','','standard','','','2012-01-05 23:16:02','2012-01-05 23:16:02','',0,'http://localhost/modernize/?post_type=price_table&p=518',0,'price_table','',0),(521,1,'2012-01-05 23:19:14','2012-01-05 23:19:14','[price_list]30 GB[/price_list]\n[price_list]12 Email Accounts[/price_list]\n[price_list]50 GB Bandwidth[/price_list]\n[price_list]Live Chat Support[/price_list]\n[price_list]Enchanced SSL Security[/price_list]','Premium','','publish','open','open','','premium','','','2012-01-05 23:19:14','2012-01-05 23:19:14','',0,'http://localhost/modernize/?post_type=price_table&p=521',0,'price_table','',0),(522,1,'2012-01-05 23:19:33','2012-01-05 23:19:33','[price_list]30 GB[/price_list]\n[price_list]12 Email Accounts[/price_list]\n[price_list]50 GB Bandwidth[/price_list]\n[price_list]Live Chat Support[/price_list]\n[price_list]Enchanced SSL Security[/price_list]','Deluxe','','publish','open','open','','deluxe','','','2012-01-05 23:19:33','2012-01-05 23:19:33','',0,'http://localhost/modernize/?post_type=price_table&p=522',0,'price_table','',0),(3660,1,'2013-04-27 07:23:44','2013-04-27 07:23:44','[price_list]30 GB[/price_list]\n[price_list]12 Email Accounts[/price_list]\n[price_list]50 GB Bandwidth[/price_list]\n[price_list]Live Chat Support[/price_list]\n[price_list]Enchanced SSL Security[/price_list]','Advanced','','publish','open','open','','advanced','','','2013-04-27 07:23:44','2013-04-27 07:23:44','',0,'http://themes.goodlayers2.com/maxima/?post_type=price_table&p=3660',0,'price_table','',0),(2942,1,'2013-03-07 15:03:33','2013-03-07 15:03:33','','Fotolia_29773789_resized','','inherit','open','open','','fotolia_29773789_resized','','','2013-03-07 15:03:33','2013-03-07 15:03:33','',0,'http://testingweb123.webuda.com/wp-content/uploads/2013/03/Fotolia_29773789_resized.png',0,'attachment','image/png',0),(2943,1,'2013-03-07 15:03:48','2013-03-07 15:03:48','','Fotolia_31103810_resized','','inherit','open','open','','fotolia_31103810_resized','','','2013-03-07 15:03:48','2013-03-07 15:03:48','',0,'http://testingweb123.webuda.com/wp-content/uploads/2013/03/Fotolia_31103810_resized.png',0,'attachment','image/png',0),(2944,1,'2013-03-07 15:22:25','2013-03-07 15:22:25','','Untitled-1','','inherit','open','open','','untitled-1','','','2013-03-07 15:22:25','2013-03-07 15:22:25','',0,'http://testingweb123.webuda.com/wp-content/uploads/2012/08/Untitled-1.jpg',0,'attachment','image/jpeg',0),(2945,1,'2013-03-07 15:22:28','2013-03-07 15:22:28','','Untitled-2','','inherit','open','open','','untitled-2','','','2013-03-07 15:22:28','2013-03-07 15:22:28','',0,'http://testingweb123.webuda.com/wp-content/uploads/2012/08/Untitled-2.jpg',0,'attachment','image/jpeg',0),(2946,1,'2013-03-07 15:22:31','2013-03-07 15:22:31','','Untitled-3','','inherit','open','open','','untitled-3','','','2013-03-07 15:22:31','2013-03-07 15:22:31','',0,'http://testingweb123.webuda.com/wp-content/uploads/2012/08/Untitled-3.jpg',0,'attachment','image/jpeg',0),(2947,1,'2013-03-07 15:22:34','2013-03-07 15:22:34','','Untitled-4','','inherit','open','open','','untitled-4','','','2013-03-07 15:22:34','2013-03-07 15:22:34','',0,'http://testingweb123.webuda.com/wp-content/uploads/2012/08/Untitled-4.jpg',0,'attachment','image/jpeg',0),(2966,1,'2013-03-07 19:35:25','2013-03-07 19:35:25','','vader','','inherit','open','open','','vader','','','2013-03-07 19:35:25','2013-03-07 19:35:25','',0,'http://testingweb123.webuda.com/wp-content/uploads/2013/03/vader.jpg',0,'attachment','image/jpeg',0),(3005,1,'2013-03-07 20:11:15','2013-03-07 20:11:15','','Fotolia_30806367_Subscription_Monthly_XL','','inherit','open','open','','fotolia_30806367_subscription_monthly_xl','','','2013-03-07 20:11:15','2013-03-07 20:11:15','',0,'http://testingweb123.webuda.com/wp-content/uploads/2013/03/Fotolia_30806367_Subscription_Monthly_XL.jpg',0,'attachment','image/jpeg',0),(3006,1,'2013-03-07 20:11:38','2013-03-07 20:11:38','','Fotolia_32494698_Subscription_Monthly_XL','','inherit','open','open','','fotolia_32494698_subscription_monthly_xl','','','2013-03-07 20:11:38','2013-03-07 20:11:38','',0,'http://testingweb123.webuda.com/wp-content/uploads/2013/03/Fotolia_32494698_Subscription_Monthly_XL.jpg',0,'attachment','image/jpeg',0),(3030,1,'2013-03-08 09:25:06','2013-03-08 09:25:06','','3docean','','inherit','open','open','','3docean','','','2013-03-08 09:25:06','2013-03-08 09:25:06','',0,'http://testingweb123.webuda.com/wp-content/uploads/2013/03/3docean.png',0,'attachment','image/png',0),(3032,1,'2013-03-08 09:33:18','2013-03-08 09:33:18','','activeden','','inherit','open','open','','activeden','','','2013-03-08 09:33:18','2013-03-08 09:33:18','',0,'http://testingweb123.webuda.com/wp-content/uploads/2013/03/activeden.png',0,'attachment','image/png',0),(3033,1,'2013-03-08 09:33:19','2013-03-08 09:33:19','','audiojungle','','inherit','open','open','','audiojungle','','','2013-03-08 09:33:19','2013-03-08 09:33:19','',0,'http://testingweb123.webuda.com/wp-content/uploads/2013/03/audiojungle.png',0,'attachment','image/png',0),(3034,1,'2013-03-08 09:33:20','2013-03-08 09:33:20','','codecanyon','','inherit','open','open','','codecanyon','','','2013-03-08 09:33:20','2013-03-08 09:33:20','',0,'http://testingweb123.webuda.com/wp-content/uploads/2013/03/codecanyon.png',0,'attachment','image/png',0),(5142,1,'2013-09-19 15:01:33','2013-09-19 15:01:33','','slide3','','inherit','closed','open','','slide3','','','2013-09-19 15:01:33','2013-09-19 15:01:33','',0,'http://testingweb123.webuda.com/wp-content/uploads/2013/09/slide3.jpg',0,'attachment','image/jpeg',0),(2891,1,'2013-03-07 11:08:16','2013-03-07 11:08:16','','shortcode-capture','','inherit','open','open','','shortcode-capture','','','2013-03-07 11:08:16','2013-03-07 11:08:16','',0,'http://testingweb123.webuda.com/wp-content/uploads/2013/03/shortcode-capture.png',0,'attachment','image/png',0),(2903,1,'2013-03-07 11:46:25','2013-03-07 11:46:25','','Fotolia_15310985_Subscription_Monthly_XXL','','inherit','open','open','','fotolia_15310985_subscription_monthly_xxl','','','2013-03-07 11:46:25','2013-03-07 11:46:25','',0,'http://testingweb123.webuda.com/wp-content/uploads/2012/01/Fotolia_15310985_Subscription_Monthly_XXL.jpg',0,'attachment','image/jpeg',0),(2905,1,'2013-03-07 11:46:32','2013-03-07 11:46:32','','Fotolia_39252218_Subscription_Monthly_XL','','inherit','open','open','','fotolia_39252218_subscription_monthly_xl','','','2013-03-07 11:46:32','2013-03-07 11:46:32','',0,'http://testingweb123.webuda.com/wp-content/uploads/2012/01/Fotolia_39252218_Subscription_Monthly_XL.jpg',0,'attachment','image/jpeg',0),(4276,1,'2011-10-20 14:20:25','0000-00-00 00:00:00','','Misc Logo Path','','draft','closed','closed','','misc_logo_path','','','2011-10-20 14:20:25','0000-00-00 00:00:00','',0,'http://demo.wpzoom.com/domestica/?post_type=wpzoom&p=4',0,'wpzoom','',0),(4277,1,'2011-10-20 14:20:25','0000-00-00 00:00:00','','Misc Favicon','','draft','closed','closed','','misc_favicon','','','2011-10-20 14:20:25','0000-00-00 00:00:00','',0,'http://demo.wpzoom.com/domestica/?post_type=wpzoom&p=5',0,'wpzoom','',0),(73,1,'2011-09-25 02:28:51','2011-09-25 02:28:51','This is some dummy copy. You’re not really supposed to read this dummy copy, it is just a place holder for people who need some type to visualize what the actual copy might look like if it were real content.\n\nIf you want to read, I might suggest a good book, perhaps <a title=\"Hemingway\" href=\"http://en.wikipedia.org/wiki/Ernest_Hemingway\">Hemingway</a> or <a title=\"Melville\" href=\"http://en.wikipedia.org/wiki/Herman_Melville\">Melville</a>. That’s why they call it, the dummy copy. This, of course, is not the real copy for this entry. Rest assured, the words will expand the concept. With clarity. Conviction. And a little wit.\n\nIn today’s competitive <a title=\"market environment\" href=\"http://en.wikipedia.org/wiki/Market_environment\">market environment</a>, the body copy of your entry must lead the reader through a series of <strong>disarmingly simple thoughts</strong>.\n\n[caption id=\"attachment_490\" align=\"aligncenter\" width=\"610\" caption=\"Sample Caption\"]<img src=\"http://demo.wpzoom.com/pulse/files/2010/04/04_10_2009_0360703001254669484_philipp-.png\" alt=\"\" width=\"610\" height=\"305\" class=\"size-full wp-image-490\" />[/caption]\n\nAll your supporting arguments must be communicated with simplicity and charm. And in such a way that the reader will read on. (After all, that’s a reader’s job: to read, isn’t it?) And by the time your readers have reached this point in the finished copy, you will have convinced them that you not only respect their intelligence, but you also <strong>understand their needs as consumers</strong>.<!--more-->\n<h3>Unordered List</h3>\n<ul>\n <li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>\n <li>Aliquam tincidunt mauris eu risus.</li>\n <li>Vestibulum auctor dapibus neque.</li>\n</ul>\n<h3>Ordered List</h3>\n<ol>\n <li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>\n <li>Aliquam tincidunt mauris eu risus.</li>\n <li>Vestibulum auctor dapibus neque.</li>\n</ol>\n<h3>Blockquote</h3>\n<blockquote>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus magna. Cras in mi at felis aliquet congue. Ut a est eget ligula molestie gravida. Curabitur massa. Donec eleifend, libero at sagittis mollis, tellus est malesuada tellus, at luctus turpis elit sit amet quam. Vivamus pretium ornare est.</blockquote>\n<h1>Header Level 1</h1>\n<h2>Header Level 2</h2>\n<h3>Header Level 3</h3>\n<h4>Header Level 4</h4>\n<h5>Header Level 5</h5>\n<h6>Header Level 6</h6>','Testing the Elements','','trash','open','open','','testing-the-elements','','','2013-11-02 08:25:38','2013-11-02 08:25:38','',0,'http://wpzoom.com/zenko/demo/?p=73',0,'post','',4),(379,1,'2010-11-26 12:56:00','2010-11-26 12:56:00','<img src=\"http://www.wpzoom.com/demo/magazinum/wp-content/uploads/2010/11/magazinum-3-300x195.jpg\" alt=\"\" width=\"300\" height=\"195\" class=\"alignleft size-medium wp-image-380\" />This is some dummy copy. You’re not really supposed to read this dummy copy, it is just a place holder for people who need some type to visualize what the actual copy might look like if it were real content.\n\nIf you want to read, I might suggest a good book, perhaps <a title=\"Hemingway\" href=\"http://en.wikipedia.org/wiki/Ernest_Hemingway\">Hemingway</a> or <a title=\"Melville\" href=\"http://en.wikipedia.org/wiki/Herman_Melville\">Melville</a>. That’s why they call it, the dummy copy. This, of course, is not the real copy for this entry. Rest assured, the words will expand the concept. With clarity. Conviction. And a little wit.\n\nIn today’s competitive <a title=\"market environment\" href=\"http://en.wikipedia.org/wiki/Market_environment\">market environment</a>, the body copy of your entry must lead the reader through a series of <strong>disarmingly simple thoughts</strong>.\n\nAll your supporting arguments must be communicated with simplicity and charm. And in such a way that the reader will read on. (After all, that’s a reader’s job: to read, isn’t it?) And by the time your readers have reached this point in the finished copy, you will have convinced them that you not only respect their intelligence, but you also <strong>understand their needs as consumers</strong>.<!--more-->\n\nAs a result of which, your entry will repay your <a title=\"writing\" href=\"http://en.wikipedia.org/wiki/Writing\">efforts</a>. Take your sales; simply put, they will rise. Likewise your credibility. There’s every chance your competitors will wish they’d placed this entry, not you. While your customers will have probably forgotten that your competitors even exist. Which brings us, by a somewhat circuitous route, to another small point, but one which we feel should be raised.\n<h3>Long copy or short - You decide</h3>\nAs a marketer, you probably don’t even believe in body copy. <strong>Let alone long body copy</strong>. (Unless you have a long body yourself.) Well, truth is, who‘s to blame you? Fact is, too much long body copy is dotted with such indulgent little phrases like <a title=\"truth\" href=\"http://en.wikipedia.org/wiki/Truth\">truth</a> is, fact is, and who’s to blame you. Trust us: we guarantee, with a hand over our heart, that no such indulgent rubbish will appear in your entry. That’s why God gave us big blue pencils. So we can expunge every example of witted waffle.\n<blockquote>For you, the skies will be blue, the birds will sing, and your copy will be crafted by a dedicated little man whose wife will be sitting at home, knitting, wondering why your entry demands more of her husband‘s time than it should.</blockquote>\nBut you will know why, won‘t you? You will have given her husband a chance to immortalize himself in print, writing some of the most persuasive prose on behalf of a truly enlightened purveyor of <a title=\"widgets\" href=\"http://en.wikipedia.org/wiki/Widgets\">widgets</a>. And so, while your dedicated reader, enslaved to each mellifluous paragraph, clutches his newspaper with increasing interest and intention to purchase, you can count all your increased profits and take pots of money to your bank. Sadly, this is not the real copy for this entry. <strong>But it could well be</strong>. All you have to do is look at the <a title=\"account executive\" href=\"http://en.wikipedia.org/wiki/Account_executive\">account executive</a> sitting across your desk (the fellow with the lugubrious face and the calf-like eyes), and say ”Yes! Yes! Yes!“ And anything you want, body copy, dinners, women, will be yours. Couldn’t be fairer than that, could we?','Ullamco laboris nisi ut aliquip ex ea commodo','','trash','open','open','','ullamco-laboris-nisi-ut-aliquip-ex-ea-commodo','','','2013-11-02 08:25:38','2013-11-02 08:25:38','',0,'http://www.wpzoom.com/demo/magazinum/?p=379',0,'post','',0),(5214,1,'2013-10-16 16:12:26','2013-10-16 16:12:26','[column col=\"1/2\"]\r\n\r\nYour lease requires all repair requests be submitted in writing. In order to make this easy for you and to provide a tracking of your request we have created this online form for you.\r\n\r\nIF YOU HAVE A FIRE, HEALTH OR SAFTEY EMERGENCEY CALL <strong>911</strong> FIRST, THEN CALL\r\n<strong>(817)-706-0688</strong>\r\n\r\n[/column]\r\n\r\n[column col=\"1/2\"]<strong>You must login to send a repair request.</strong>\r\n[iframe src=\"http://www.westromgroup.com/wp-content/uploads/2013/09/tenants.html\" width=\"100%\" height=\"400\" scrolling=\"no\"][/column]\r\n\r\n ','Maintenance Request','','inherit','closed','open','','5151-revision-v1','','','2013-10-16 16:12:26','2013-10-16 16:12:26','',5151,'http://www.westromgroup.com/5151-revision-v1/',0,'revision','',0),(5215,1,'2013-10-16 16:12:35','2013-10-16 16:12:35','[message_box title=\"How to use the portal\" color=\"red\"]You can use the login portal below to pay your rent[/message_box]\r\n\r\n<center><iframe src=\"http://www.westromgroup.com/wp-content/uploads/2013/09/tenants.html\" height=\"400\" width=\"210\" scrolling=\"no\"></iframe></center>','Tenant Portal','','inherit','closed','open','','5187-revision-v1','','','2013-10-16 16:12:35','2013-10-16 16:12:35','',5187,'http://www.westromgroup.com/5187-revision-v1/',0,'revision','',0),(39,1,'2011-10-20 16:08:38','2011-10-20 16:08:38','<p>Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.</p>','1808 Killarney Wy, Bellevue','','publish','closed','closed','','1808-killarney-wy-bellevue','','','2013-09-16 14:44:39','2013-09-16 14:44:39','',0,'http://demo.wpzoom.com/domestica/?post_type=estate&p=39',0,'estate','',0),(4281,1,'2013-09-16 13:59:52','2013-09-16 13:59:52','This is some dummy copy. You’re not really supposed to read this dummy copy, it is just a place holder for people who need some type to visualize what the actual copy might look like if it were real content.\r\n\r\nIf you want to read, I might suggest a good book, perhaps <a title=\"Hemingway\" href=\"http://en.wikipedia.org/wiki/Ernest_Hemingway\">Hemingway</a> or <a title=\"Melville\" href=\"http://en.wikipedia.org/wiki/Herman_Melville\">Melville</a>. That’s why they call it, the dummy copy. This, of course, is not the real copy for this entry. Rest assured, the words will expand the concept. With clarity. Conviction. And a little wit.\r\n\r\nIn today’s competitive <a title=\"market environment\" href=\"http://en.wikipedia.org/wiki/Market_environment\">market environment</a>, the body copy of your entry must lead the reader through a series of <strong>disarmingly simple thoughts</strong>.\r\n\r\nAll your supporting arguments must be communicated with simplicity and charm. And in such a way that the reader will read on. (After all, that’s a reader’s job: to read, isn’t it?) And by the time your readers have reached this point in the finished copy, you will have convinced them that you not only respect their intelligence, but you also <strong>understand their needs as consumers</strong>.\r\n\r\nAs a result of which, your entry will repay your <a title=\"writing\" href=\"http://en.wikipedia.org/wiki/Writing\">efforts</a>. Take your sales; simply put, they will rise. Likewise your credibility. There’s every chance your competitors will wish they’d placed this entry, not you. While your customers will have probably forgotten that your competitors even exist. Which brings us, by a somewhat circuitous route, to another small point, but one which we feel should be raised.','About','','inherit','closed','open','','74-revision-v1','','','2013-09-16 13:59:52','2013-09-16 13:59:52','',74,'http://testingweb123.webuda.com/uncategorized/74-revision-v1/',0,'revision','',0),(2915,1,'2013-03-07 13:56:47','2013-03-07 13:56:47','','Fotolia_44732079_Subscription_Monthly_XL','','inherit','open','open','','fotolia_44732079_subscription_monthly_xl','','','2013-03-07 13:56:47','2013-03-07 13:56:47','',0,'http://testingweb123.webuda.com/wp-content/uploads/2011/09/Fotolia_44732079_Subscription_Monthly_XL.jpg',0,'attachment','image/jpeg',0),(2917,1,'2013-03-07 13:58:12','2013-03-07 13:58:12','','Fotolia_33064312_Subscription_Monthly_XXL','','inherit','open','open','','fotolia_33064312_subscription_monthly_xxl','','','2013-03-07 13:58:12','2013-03-07 13:58:12','',0,'http://testingweb123.webuda.com/wp-content/uploads/2011/08/Fotolia_33064312_Subscription_Monthly_XXL.jpg',0,'attachment','image/jpeg',0),(2919,1,'2013-03-07 14:01:47','2013-03-07 14:01:47','','Fotolia_30205775_Subscription_Monthly_XL','','inherit','open','open','','fotolia_30205775_subscription_monthly_xl','','','2013-03-07 14:01:47','2013-03-07 14:01:47','',0,'http://testingweb123.webuda.com/wp-content/uploads/2011/07/Fotolia_30205775_Subscription_Monthly_XL.jpg',0,'attachment','image/jpeg',0),(2927,1,'2013-03-07 14:37:40','2013-03-07 14:37:40','','Flipclock_large','','inherit','open','open','','flipclock_large','','','2013-03-07 14:37:40','2013-03-07 14:37:40','',0,'http://testingweb123.webuda.com/wp-content/uploads/2012/01/Flipclock_large.png',0,'attachment','image/png',0),(2928,1,'2013-03-07 14:37:59','2013-03-07 14:37:59','','history dribbble big','','inherit','open','open','','history-dribbble-big','','','2013-03-07 14:37:59','2013-03-07 14:37:59','',0,'http://testingweb123.webuda.com/wp-content/uploads/2012/01/history-dribbble-big.png',0,'attachment','image/png',0),(2929,1,'2013-03-07 14:38:08','2013-03-07 14:38:08','','olimp_1600x1200','','inherit','open','open','','olimp_1600x1200','','','2013-03-07 14:38:08','2013-03-07 14:38:08','',0,'http://testingweb123.webuda.com/wp-content/uploads/2012/01/olimp_1600x1200.jpg',0,'attachment','image/jpeg',0),(2930,1,'2013-03-07 14:38:13','2013-03-07 14:38:13','','paint_large','','inherit','open','open','','paint_large','','','2013-03-07 14:38:13','2013-03-07 14:38:13','',0,'http://testingweb123.webuda.com/wp-content/uploads/2012/01/paint_large.png',0,'attachment','image/png',0),(2931,1,'2013-03-07 14:38:18','2013-03-07 14:38:18','','snap_large','','inherit','open','open','','snap_large','','','2013-03-07 14:38:18','2013-03-07 14:38:18','',0,'http://testingweb123.webuda.com/wp-content/uploads/2012/01/snap_large.png',0,'attachment','image/png',0),(2932,1,'2013-03-07 14:38:26','2013-03-07 14:38:26','','spyshot2_large','','inherit','open','open','','spyshot2_large','','','2013-03-07 14:38:26','2013-03-07 14:38:26','',0,'http://testingweb123.webuda.com/wp-content/uploads/2012/01/spyshot2_large.png',0,'attachment','image/png',0),(2933,1,'2013-03-07 14:38:28','2013-03-07 14:38:28','','Fotolia_35877734_Subscription_Monthly_XXL','','inherit','open','open','','fotolia_35877734_subscription_monthly_xxl','','','2013-03-07 14:38:28','2013-03-07 14:38:28','',0,'http://testingweb123.webuda.com/wp-content/uploads/2012/01/Fotolia_35877734_Subscription_Monthly_XXL.jpg',0,'attachment','image/jpeg',0),(2935,1,'2013-03-07 14:39:29','2013-03-07 14:39:29','','card18','','inherit','open','open','','card18','','','2013-03-07 14:39:29','2013-03-07 14:39:29','',0,'http://testingweb123.webuda.com/wp-content/uploads/2012/01/card18.jpg',0,'attachment','image/jpeg',0),(2936,1,'2013-03-07 14:40:25','2013-03-07 14:40:25','','Fotolia_32060553_Subscription_Monthly_XXL','','inherit','open','open','','fotolia_32060553_subscription_monthly_xxl','','','2013-03-07 14:40:25','2013-03-07 14:40:25','',0,'http://testingweb123.webuda.com/wp-content/uploads/2012/01/Fotolia_32060553_Subscription_Monthly_XXL.jpg',0,'attachment','image/jpeg',0),(2940,1,'2013-03-07 15:03:02','2013-03-07 15:03:02','','Fotolia_19974571_resized','','inherit','open','open','','fotolia_19974571_resized','','','2013-03-07 15:03:02','2013-03-07 15:03:02','',0,'http://testingweb123.webuda.com/wp-content/uploads/2013/03/Fotolia_19974571_resized.png',0,'attachment','image/png',0),(2941,1,'2013-03-07 15:03:17','2013-03-07 15:03:17','','Fotolia_27365219_resized','','inherit','open','open','','fotolia_27365219_resized','','','2013-03-07 15:03:17','2013-03-07 15:03:17','',0,'http://testingweb123.webuda.com/wp-content/uploads/2013/03/Fotolia_27365219_resized.png',0,'attachment','image/png',0),(670,1,'2009-05-06 16:19:56','2009-05-06 21:19:56','This is some dummy copy. You’re not really supposed to read this dummy copy, it is just a place holder for people who need some type to visualize what the actual copy might look like if it were real content.\n\nIf you want to read, I might suggest a good book, perhaps <a title=\"Hemingway\" href=\"http://en.wikipedia.org/wiki/Ernest_Hemingway\">Hemingway</a> or <a title=\"Melville\" href=\"http://en.wikipedia.org/wiki/Herman_Melville\">Melville</a>. That’s why they call it, the dummy copy. This, of course, is not the real copy for this entry. Rest assured, the words will expand the concept. With clarity. Conviction. And a little wit.\n\nIn today’s competitive <a title=\"market environment\" href=\"http://en.wikipedia.org/wiki/Market_environment\">market environment</a>, the body copy of your entry must lead the reader through a series of <strong>disarmingly simple thoughts</strong>.\n\nAll your supporting arguments must be communicated with simplicity and charm. And in such a way that the reader will read on. (After all, that’s a reader’s job: to read, isn’t it?) And by the time your readers have reached this point in the finished copy, you will have convinced them that you not only respect their intelligence, but you also <strong>understand their needs as consumers</strong>.\n\n<img src=\"http://www.wpzoom.com/demo/videozoom/wp-content/uploads/2009/05/Lets_wait__by_derrickheng-202x300.jpg\" alt=\"\" width=\"202\" height=\"300\" class=\"alignleft size-medium wp-image-270\" />As a result of which, your entry will repay your <a title=\"writing\" href=\"http://en.wikipedia.org/wiki/Writing\">efforts</a>. Take your sales; simply put, they will rise. Likewise your credibility. There’s every chance your competitors will wish they’d placed this entry, not you. While your customers will have probably forgotten that your competitors even exist. Which brings us, by a somewhat circuitous route, to another small point, but one which we feel should be raised.\n<h3>Long copy or short - You decide</h3>\nAs a marketer, you probably don’t even believe in body copy. <strong>Let alone long body copy</strong>. (Unless you have a long body yourself.) Well, truth is, who‘s to blame you? Fact is, too much long body copy is dotted with such indulgent little phrases like <a title=\"truth\" href=\"http://en.wikipedia.org/wiki/Truth\">truth</a> is, fact is, and who’s to blame you. Trust us: we guarantee, with a hand over our heart, that no such indulgent rubbish will appear in your entry. That’s why God gave us big blue pencils. So we can expunge every example of witted waffle.\n<blockquote>For you, the skies will be blue, the birds will sing, and your copy will be crafted by a dedicated little man whose wife will be sitting at home, knitting, wondering why your entry demands more of her husband‘s time than it should.</blockquote>\n\nBut you will know why, won‘t you? You will have given her husband a chance to immortalize himself in print, writing some of the most persuasive prose on behalf of a truly enlightened purveyor of <a title=\"widgets\" href=\"http://en.wikipedia.org/wiki/Widgets\">widgets</a>. And so, while your dedicated reader, enslaved to each mellifluous paragraph, clutches his newspaper with increasing interest and intention to purchase, you can count all your increased profits and take pots of money to your bank. Sadly, this is not the real copy for this entry. <strong>But it could well be</strong>. All you have to do is look at the <a title=\"account executive\" href=\"http://en.wikipedia.org/wiki/Account_executive\">account executive</a> sitting across your desk (the fellow with the lugubrious face and the calf-like eyes), and say ”Yes! Yes! Yes!“ And anything you want, body copy, dinners, women, will be yours. Couldn’t be fairer than that, could we?','\'World\'s best job\' in Australia goes to UK man','','trash','open','open','','worlds-best-job-in-australia-goes-to-uk-man','','','2013-11-02 08:27:55','2013-11-02 08:27:55','',0,'http://wpzoom.com/zenko/demo/?p=33',0,'post','',0),(5268,1,'2013-11-02 06:00:14','2013-11-02 06:00:14','Westrom Group provides real estate services in the <a href=\"http://en.wikipedia.org/wiki/Dallas%E2%80%93Fort_Worth_metroplex\">Dallas/Fort WorthMetroplex</a>.\r\n<h2><strong>What can you expect from Westrom Group Real Estate Property DFW Services?</strong></h2>\r\n<strong>Home Staging –</strong> As part of our service, we provide home staging. Home staging will give a potential buyer an excellent first impression of your home.\r\n\r\n<strong>Property-value Analysis –</strong> We will conduct an analysis on the property you are interested. The value of the home will be analyzed and will be compared to the most recent data on other homes that are already sold.\r\n\r\n<strong>Property Maintenance –</strong> We offer a<a title=\"Management Services\" href=\"http://www.westromgroup.com/management-services/\"> full range of services</a> to help you maintain your property. Not all realestate companies do this. That is why<a href=\"http://www.westromgroup.com/\"> Westrom Group</a> has the advantage over other companies. Maintenance includes air conditioning, plumbing, as well as electrical repairs, painting, carpet, etc.','Services for Real Estate Property DFW','','inherit','closed','open','','5174-revision-v1','','','2013-11-02 06:00:14','2013-11-02 06:00:14','',5174,'http://www.westromgroup.com/5174-revision-v1/',0,'revision','',0),(5159,1,'2013-09-19 19:06:45','2013-09-19 19:06:45','','item','','inherit','closed','open','','item','','','2013-09-19 19:06:45','2013-09-19 19:06:45','',0,'http://testingweb123.webuda.com/wp-content/uploads/2013/09/item.png',0,'attachment','image/png',0),(4251,1,'2013-09-16 13:39:09','0000-00-00 00:00:00','','Misc Logo Path','','draft','closed','closed','','misc_logo_path','','','2013-09-16 13:39:09','0000-00-00 00:00:00','',0,'http://testingweb123.webuda.com/?post_type=wpzoom&p=4251',0,'wpzoom','',0),(4252,1,'2013-09-16 13:39:09','0000-00-00 00:00:00','','Misc Favicon','','draft','closed','closed','','misc_favicon','','','2013-09-16 13:39:09','0000-00-00 00:00:00','',0,'http://testingweb123.webuda.com/?post_type=wpzoom&p=4252',0,'wpzoom','',0),(4182,1,'2013-09-12 12:34:59','2013-09-12 12:34:59','/*\nWelcome to Custom CSS!\n\nCSS (Cascading Style Sheets) is a kind of code that tells the browser how\nto render a web page. You may delete these comments and get started with\nyour customizations.\n\nBy default, your stylesheet will be loaded after the theme stylesheets,\nwhich means that your rules can take precedence and override the theme CSS\nrules. Just write here what you want to change, you don\'t need to copy all\nyour theme\'s stylesheet content.\n*/','safecss','Burogu','inherit','open','open','','4160-revision-v1','','','2013-09-12 12:34:59','2013-09-12 12:34:59','',4160,'http://testingweb123.webuda.com/uncategorized/4160-revision-v1/',0,'revision','',0),(4180,1,'2013-09-11 15:45:54','2013-09-11 15:45:54','/*\nWelcome to Custom CSS!\n\nCSS (Cascading Style Sheets) is a kind of code that tells the browser how\nto render a web page. You may delete these comments and get started with\nyour customizations.\n\nBy default, your stylesheet will be loaded after the theme stylesheets,\nwhich means that your rules can take precedence and override the theme CSS\nrules. Just write here what you want to change, you don\'t need to copy all\nyour theme\'s stylesheet content.\n*/\n.selo {\n text-align: left;\n width: 200px;\n display: block;\n margin-left: 600px;\n margin-right: auto;\n margin-top: -100px;\n z-index: 0;\n position: absolute;\n}\n\n#shs_slider_cont {\n margin: 0 auto;\n}','safecss','Burogu','inherit','open','open','','4160-revision-v1','','','2013-09-11 15:45:54','2013-09-11 15:45:54','',4160,'http://testingweb123.webuda.com/uncategorized/4160-revision-v1/',0,'revision','',0),(382,1,'2010-11-26 12:57:40','2010-11-26 12:57:40','<img src=\"http://www.wpzoom.com/demo/magazinum/wp-content/uploads/2010/11/magazinum-4-300x195.jpg\" alt=\"\" width=\"300\" height=\"195\" class=\"alignleft size-medium wp-image-383\" />This is some dummy copy. You’re not really supposed to read this dummy copy, it is just a place holder for people who need some type to visualize what the actual copy might look like if it were real content.\n\nIf you want to read, I might suggest a good book, perhaps <a title=\"Hemingway\" href=\"http://en.wikipedia.org/wiki/Ernest_Hemingway\">Hemingway</a> or <a title=\"Melville\" href=\"http://en.wikipedia.org/wiki/Herman_Melville\">Melville</a>. That’s why they call it, the dummy copy. This, of course, is not the real copy for this entry. Rest assured, the words will expand the concept. With clarity. Conviction. And a little wit.\n\nIn today’s competitive <a title=\"market environment\" href=\"http://en.wikipedia.org/wiki/Market_environment\">market environment</a>, the body copy of your entry must lead the reader through a series of <strong>disarmingly simple thoughts</strong>.\n\nAll your supporting arguments must be communicated with simplicity and charm. And in such a way that the reader will read on. (After all, that’s a reader’s job: to read, isn’t it?) And by the time your readers have reached this point in the finished copy, you will have convinced them that you not only respect their intelligence, but you also <strong>understand their needs as consumers</strong>.<!--more-->\n\nAs a result of which, your entry will repay your <a title=\"writing\" href=\"http://en.wikipedia.org/wiki/Writing\">efforts</a>. Take your sales; simply put, they will rise. Likewise your credibility. There’s every chance your competitors will wish they’d placed this entry, not you. While your customers will have probably forgotten that your competitors even exist. Which brings us, by a somewhat circuitous route, to another small point, but one which we feel should be raised.\n<h3>Long copy or short - You decide</h3>\nAs a marketer, you probably don’t even believe in body copy. <strong>Let alone long body copy</strong>. (Unless you have a long body yourself.) Well, truth is, who‘s to blame you? Fact is, too much long body copy is dotted with such indulgent little phrases like <a title=\"truth\" href=\"http://en.wikipedia.org/wiki/Truth\">truth</a> is, fact is, and who’s to blame you. Trust us: we guarantee, with a hand over our heart, that no such indulgent rubbish will appear in your entry. That’s why God gave us big blue pencils. So we can expunge every example of witted waffle.\n<blockquote>For you, the skies will be blue, the birds will sing, and your copy will be crafted by a dedicated little man whose wife will be sitting at home, knitting, wondering why your entry demands more of her husband‘s time than it should.</blockquote>\nBut you will know why, won‘t you? You will have given her husband a chance to immortalize himself in print, writing some of the most persuasive prose on behalf of a truly enlightened purveyor of <a title=\"widgets\" href=\"http://en.wikipedia.org/wiki/Widgets\">widgets</a>. And so, while your dedicated reader, enslaved to each mellifluous paragraph, clutches his newspaper with increasing interest and intention to purchase, you can count all your increased profits and take pots of money to your bank. Sadly, this is not the real copy for this entry. <strong>But it could well be</strong>. All you have to do is look at the <a title=\"account executive\" href=\"http://en.wikipedia.org/wiki/Account_executive\">account executive</a> sitting across your desk (the fellow with the lugubrious face and the calf-like eyes), and say ”Yes! Yes! Yes!“ And anything you want, body copy, dinners, women, will be yours. Couldn’t be fairer than that, could we?','Mauris placerat eleifend lep','','trash','open','open','','mauris-placerat-eleifend-lep','','','2013-11-02 08:25:38','2013-11-02 08:25:38','',0,'http://www.wpzoom.com/demo/magazinum/?p=382',0,'post','',0),(2910,1,'2013-03-07 13:52:38','2013-03-07 13:52:38','','Fotolia_37808319_Subscription_Monthly_XL2','','inherit','open','open','','fotolia_37808319_subscription_monthly_xl2','','','2013-03-07 13:52:38','2013-03-07 13:52:38','',0,'http://testingweb123.webuda.com/wp-content/uploads/2011/12/Fotolia_37808319_Subscription_Monthly_XL2.jpg',0,'attachment','image/jpeg',0),(2912,1,'2013-03-07 13:54:07','2013-03-07 13:54:07','','Fotolia_13190586_Subscription_Monthly_XXL','','inherit','open','open','','fotolia_13190586_subscription_monthly_xxl','','','2013-03-07 13:54:07','2013-03-07 13:54:07','',0,'http://testingweb123.webuda.com/wp-content/uploads/2011/10/Fotolia_13190586_Subscription_Monthly_XXL.jpg',0,'attachment','image/jpeg',0),(4100,1,'2013-09-04 17:26:07','0000-00-00 00:00:00','','Home','','draft','open','open','','','','','2013-09-04 17:26:07','0000-00-00 00:00:00','',0,'http://testingweb123.webuda.com/?p=4100',1,'nav_menu_item','',0),(366,1,'2010-11-26 12:50:54','2010-11-26 12:50:54','This is some dummy copy. You’re not really supposed to read this dummy copy, it is just a place holder for people who need some type to visualize what the actual copy might look like if it were real content.\n\nIf you want to read, I might suggest a good book, perhaps <a title=\"Hemingway\" href=\"http://en.wikipedia.org/wiki/Ernest_Hemingway\">Hemingway</a> or <a title=\"Melville\" href=\"http://en.wikipedia.org/wiki/Herman_Melville\">Melville</a>. That’s why they call it, the dummy copy. This, of course, is not the real copy for this entry. Rest assured, the words will expand the concept. With clarity. Conviction. And a little wit.\n\nIn today’s competitive <a title=\"market environment\" href=\"http://en.wikipedia.org/wiki/Market_environment\">market environment</a>, the body copy of your entry must lead the reader through a series of <strong>disarmingly simple thoughts</strong>.\n\nAll your supporting arguments must be communicated with simplicity and charm. And in such a way that the reader will read on. (After all, that’s a reader’s job: to read, isn’t it?) And by the time your readers have reached this point in the finished copy, you will have convinced them that you not only respect their intelligence, but you also <strong>understand their needs as consumers</strong>.<!--more-->\n\nAs a result of which, your entry will repay your <a title=\"writing\" href=\"http://en.wikipedia.org/wiki/Writing\">efforts</a>. Take your sales; simply put, they will rise. Likewise your credibility. There’s every chance your competitors will wish they’d placed this entry, not you. While your customers will have probably forgotten that your competitors even exist. Which brings us, by a somewhat circuitous route, to another small point, but one which we feel should be raised.\n<h3>Long copy or short - You decide</h3>\nAs a marketer, you probably don’t even believe in body copy. <strong>Let alone long body copy</strong>. (Unless you have a long body yourself.) Well, truth is, who‘s to blame you? Fact is, too much long body copy is dotted with such indulgent little phrases like <a title=\"truth\" href=\"http://en.wikipedia.org/wiki/Truth\">truth</a> is, fact is, and who’s to blame you. Trust us: we guarantee, with a hand over our heart, that no such indulgent rubbish will appear in your entry. That’s why God gave us big blue pencils. So we can expunge every example of witted waffle.\n<blockquote>For you, the skies will be blue, the birds will sing, and your copy will be crafted by a dedicated little man whose wife will be sitting at home, knitting, wondering why your entry demands more of her husband‘s time than it should.</blockquote>\nBut you will know why, won‘t you? You will have given her husband a chance to immortalize himself in print, writing some of the most persuasive prose on behalf of a truly enlightened purveyor of <a title=\"widgets\" href=\"http://en.wikipedia.org/wiki/Widgets\">widgets</a>. And so, while your dedicated reader, enslaved to each mellifluous paragraph, clutches his newspaper with increasing interest and intention to purchase, you can count all your increased profits and take pots of money to your bank. Sadly, this is not the real copy for this entry. <strong>But it could well be</strong>. All you have to do is look at the <a title=\"account executive\" href=\"http://en.wikipedia.org/wiki/Account_executive\">account executive</a> sitting across your desk (the fellow with the lugubrious face and the calf-like eyes), and say ”Yes! Yes! Yes!“ And anything you want, body copy, dinners, women, will be yours. Couldn’t be fairer than that, could we?','Morbi in sem quis dui placerat ornare','','trash','open','open','','morbi-in-sem-quis-dui-placerat-ornare','','','2013-11-02 08:25:38','2013-11-02 08:25:38','',0,'http://www.wpzoom.com/demo/magazinum/?p=366',0,'post','',0),(372,1,'2010-11-26 12:53:04','2010-11-26 12:53:04','<img src=\"http://www.wpzoom.com/demo/magazinum/wp-content/uploads/2010/11/magazinum-1-300x218.jpg\" alt=\"\" width=\"300\" height=\"218\" class=\"alignleft size-medium wp-image-373\" />This is some dummy copy. You’re not really supposed to read this dummy copy, it is just a place holder for people who need some type to visualize what the actual copy might look like if it were real content.\n\nIf you want to read, I might suggest a good book, perhaps <a title=\"Hemingway\" href=\"http://en.wikipedia.org/wiki/Ernest_Hemingway\">Hemingway</a> or <a title=\"Melville\" href=\"http://en.wikipedia.org/wiki/Herman_Melville\">Melville</a>. That’s why they call it, the dummy copy. This, of course, is not the real copy for this entry. Rest assured, the words will expand the concept. With clarity. Conviction. And a little wit.\n\nIn today’s competitive <a title=\"market environment\" href=\"http://en.wikipedia.org/wiki/Market_environment\">market environment</a>, the body copy of your entry must lead the reader through a series of <strong>disarmingly simple thoughts</strong>.\n\nAll your supporting arguments must be communicated with simplicity and charm. And in such a way that the reader will read on. (After all, that’s a reader’s job: to read, isn’t it?) And by the time your readers have reached this point in the finished copy, you will have convinced them that you not only respect their intelligence, but you also <strong>understand their needs as consumers</strong>.<!--more-->\n\nAs a result of which, your entry will repay your <a title=\"writing\" href=\"http://en.wikipedia.org/wiki/Writing\">efforts</a>. Take your sales; simply put, they will rise. Likewise your credibility. There’s every chance your competitors will wish they’d placed this entry, not you. While your customers will have probably forgotten that your competitors even exist. Which brings us, by a somewhat circuitous route, to another small point, but one which we feel should be raised.\n<h3>Long copy or short - You decide</h3>\nAs a marketer, you probably don’t even believe in body copy. <strong>Let alone long body copy</strong>. (Unless you have a long body yourself.) Well, truth is, who‘s to blame you? Fact is, too much long body copy is dotted with such indulgent little phrases like <a title=\"truth\" href=\"http://en.wikipedia.org/wiki/Truth\">truth</a> is, fact is, and who’s to blame you. Trust us: we guarantee, with a hand over our heart, that no such indulgent rubbish will appear in your entry. That’s why God gave us big blue pencils. So we can expunge every example of witted waffle.\n<blockquote>For you, the skies will be blue, the birds will sing, and your copy will be crafted by a dedicated little man whose wife will be sitting at home, knitting, wondering why your entry demands more of her husband‘s time than it should.</blockquote>\nBut you will know why, won‘t you? You will have given her husband a chance to immortalize himself in print, writing some of the most persuasive prose on behalf of a truly enlightened purveyor of <a title=\"widgets\" href=\"http://en.wikipedia.org/wiki/Widgets\">widgets</a>. And so, while your dedicated reader, enslaved to each mellifluous paragraph, clutches his newspaper with increasing interest and intention to purchase, you can count all your increased profits and take pots of money to your bank. Sadly, this is not the real copy for this entry. <strong>But it could well be</strong>. All you have to do is look at the <a title=\"account executive\" href=\"http://en.wikipedia.org/wiki/Account_executive\">account executive</a> sitting across your desk (the fellow with the lugubrious face and the calf-like eyes), and say ”Yes! Yes! Yes!“ And anything you want, body copy, dinners, women, will be yours. Couldn’t be fairer than that, could we?','Consectetur adipisicing elit, sed do eiusmod tempor','','trash','open','open','','consectetur-adipisicing-elit-sed-do-eiusmod-tempor','','','2013-11-02 08:25:38','2013-11-02 08:25:38','',0,'http://www.wpzoom.com/demo/magazinum/?p=372',0,'post','',0),(375,1,'2010-11-26 12:54:09','2010-11-26 12:54:09','<img src=\"http://www.wpzoom.com/demo/magazinum/wp-content/uploads/2010/11/magazinum-2-300x195.jpg\" alt=\"\" width=\"300\" height=\"195\" class=\"alignleft size-medium wp-image-376\" />This is some dummy copy. You’re not really supposed to read this dummy copy, it is just a place holder for people who need some type to visualize what the actual copy might look like if it were real content.\n\nIf you want to read, I might suggest a good book, perhaps <a title=\"Hemingway\" href=\"http://en.wikipedia.org/wiki/Ernest_Hemingway\">Hemingway</a> or <a title=\"Melville\" href=\"http://en.wikipedia.org/wiki/Herman_Melville\">Melville</a>. That’s why they call it, the dummy copy. This, of course, is not the real copy for this entry. Rest assured, the words will expand the concept. With clarity. Conviction. And a little wit.\n\nIn today’s competitive <a title=\"market environment\" href=\"http://en.wikipedia.org/wiki/Market_environment\">market environment</a>, the body copy of your entry must lead the reader through a series of <strong>disarmingly simple thoughts</strong>.\n\nAll your supporting arguments must be communicated with simplicity and charm. And in such a way that the reader will read on. (After all, that’s a reader’s job: to read, isn’t it?) And by the time your readers have reached this point in the finished copy, you will have convinced them that you not only respect their intelligence, but you also <strong>understand their needs as consumers</strong>.<!--more-->\n\nAs a result of which, your entry will repay your <a title=\"writing\" href=\"http://en.wikipedia.org/wiki/Writing\">efforts</a>. Take your sales; simply put, they will rise. Likewise your credibility. There’s every chance your competitors will wish they’d placed this entry, not you. While your customers will have probably forgotten that your competitors even exist. Which brings us, by a somewhat circuitous route, to another small point, but one which we feel should be raised.\n<h3>Long copy or short - You decide</h3>\nAs a marketer, you probably don’t even believe in body copy. <strong>Let alone long body copy</strong>. (Unless you have a long body yourself.) Well, truth is, who‘s to blame you? Fact is, too much long body copy is dotted with such indulgent little phrases like <a title=\"truth\" href=\"http://en.wikipedia.org/wiki/Truth\">truth</a> is, fact is, and who’s to blame you. Trust us: we guarantee, with a hand over our heart, that no such indulgent rubbish will appear in your entry. That’s why God gave us big blue pencils. So we can expunge every example of witted waffle.\n<blockquote>For you, the skies will be blue, the birds will sing, and your copy will be crafted by a dedicated little man whose wife will be sitting at home, knitting, wondering why your entry demands more of her husband‘s time than it should.</blockquote>\nBut you will know why, won‘t you? You will have given her husband a chance to immortalize himself in print, writing some of the most persuasive prose on behalf of a truly enlightened purveyor of <a title=\"widgets\" href=\"http://en.wikipedia.org/wiki/Widgets\">widgets</a>. And so, while your dedicated reader, enslaved to each mellifluous paragraph, clutches his newspaper with increasing interest and intention to purchase, you can count all your increased profits and take pots of money to your bank. Sadly, this is not the real copy for this entry. <strong>But it could well be</strong>. All you have to do is look at the <a title=\"account executive\" href=\"http://en.wikipedia.org/wiki/Account_executive\">account executive</a> sitting across your desk (the fellow with the lugubrious face and the calf-like eyes), and say ”Yes! Yes! Yes!“ And anything you want, body copy, dinners, women, will be yours. Couldn’t be fairer than that, could we?',' Ut enim ad minim veniam, quis nostrud exercitation','','trash','open','open','','ut-enim-ad-minim-veniam-quis-nostrud-exercitation','','','2013-11-02 08:25:38','2013-11-02 08:25:38','',0,'http://www.wpzoom.com/demo/magazinum/?p=375',0,'post','',0),(664,1,'2010-02-06 15:57:18','2010-02-06 15:57:18','<h1>Heading 1</h1>\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi eros libero, condimentum ut, facilisis non, pellentesque ut, enim. Duis tortor. Proin a quam. Phasellus pellentesque volutpat felis. Nulla facilisi. Cras sed sem at neque dapibus ultricies. Aliquam placerat pellentesque metus. Morbi ac dui non nibh pretium lacinia. Curabitur vitae elit quis tellus tincidunt aliquet. Aliquam id ligula vel eros lobortis interdum. Aliquam in mauris. Etiam et turpis. Donec faucibus vulputate arcu.\n<h2>Heading 2</h2>\nPraesent dolor ipsum, mollis et, porta vel, auctor ultricies, mi. Vivamus ligula leo, ullamcorper eget, pellentesque sed, adipiscing eget, ipsum. Duis imperdiet adipiscing justo. Duis molestie quam vehicula dui. Donec nec ligula. Nullam turpis mauris, mollis ut, semper non, imperdiet vitae, nunc. Suspendisse diam diam, rhoncus in, imperdiet eget, iaculis nec, nibh. Proin commodo risus quis velit. Nam sodales massa ut ipsum. Curabitur ipsum.\n<h3>Heading 3</h3>\nInteger pretium enim a lectus. Sed mi. In neque. Suspendisse suscipit ipsum in ligula. Integer aliquam rutrum ante. Pellentesque ligula. Duis mauris. Nunc volutpat mi non lorem. Cras eros. Vestibulum vel nisi. Aenean nec nibh sed orci imperdiet tempor.\n<h4>Heading 4</h4>\nAenean nec sapien sed arcu gravida scelerisque. Fusce vehicula risus vel urna. Cras venenatis leo id dui bibendum pretium. Cras sem sem, pretium vel, cursus id, facilisis eget, enim. Ut tempor. Donec augue lorem, sollicitudin sed, mattis quis, egestas at, risus. Praesent tempus orci in massa. Integer tempor ornare velit. Proin euismod. Nunc in augue.\n<h5>Heading 5</h5>\nDuis iaculis elit non lacus. Ut sollicitudin erat. Suspendisse potenti. Duis iaculis pharetra lacus. Fusce ac magna. Duis et ante et libero rutrum sagittis. Vivamus consectetur. Integer in eros. Donec at purus. Praesent diam mi, sollicitudin a, molestie non, imperdiet a, enim. Pellentesque et ante sit amet lectus eleifend aliquet. Cras convallis erat non arcu. Duis consectetur tempor mi. Suspendisse non dolor at augue consectetur dictum. Aliquam arcu mauris, commodo sed, ultricies elementum, lacinia a, nisl.\n<h6>Heading 6</h6>\nMauris ultricies, odio a ultricies blandit, lorem mauris tincidunt tortor, et aliquet enim neque quis turpis. Nunc neque diam, porta ac, accumsan ut, tristique in, nibh. Ut ac justo sit amet dolor ornare cursus.','A post showing how headings looks like','','trash','open','open','','wal-mart-settles-black-friday-death-inquiry','','','2013-11-02 08:25:39','2013-11-02 08:25:39','',0,'http://wpzoom.com/zenko/demo/?p=16',0,'post','',0),(665,1,'2009-02-06 15:58:00','2009-02-06 15:58:00','<img src=\"http://wpzoom.com/demo/zenko/wp-content/uploads/2009/05/5.jpg\" alt=\"5\" width=\"400\" height=\"233\" class=\"alignleft size-full wp-image-20\" />This is some dummy copy. You’re not really supposed to read this dummy copy, it is just a place holder for people who need some type to visualize what the actual copy might look like if it were real content.\n\nIf you want to read, I might suggest a good book, perhaps <a title=\"Hemingway\" href=\"http://en.wikipedia.org/wiki/Ernest_Hemingway\">Hemingway</a> or <a title=\"Melville\" href=\"http://en.wikipedia.org/wiki/Herman_Melville\">Melville</a>. That’s why they call it, the dummy copy. This, of course, is not the real copy for this entry. Rest assured, the words will expand the concept. With clarity. Conviction. And a little wit.\n\nIn today’s competitive <a title=\"market environment\" href=\"http://en.wikipedia.org/wiki/Market_environment\">market environment</a>, the body copy of your entry must lead the reader through a series of <strong>disarmingly simple thoughts</strong>.\n\nAll your supporting arguments must be communicated with simplicity and charm. And in such a way that the reader will read on. (After all, that’s a reader’s job: to read, isn’t it?) And by the time your readers have reached this point in the finished copy, you will have convinced them that you not only respect their intelligence, but you also <strong>understand their needs as consumers</strong>.\n\nAs a result of which, your entry will repay your <a title=\"writing\" href=\"http://en.wikipedia.org/wiki/Writing\">efforts</a>. Take your sales; simply put, they will rise. Likewise your credibility. There’s every chance your competitors will wish they’d placed this entry, not you. While your customers will have probably forgotten that your competitors even exist. Which brings us, by a somewhat circuitous route, to another small point, but one which we feel should be raised.\n<h3>Long copy or short - You decide</h3>\nAs a marketer, you probably don’t even believe in body copy. <strong>Let alone long body copy</strong>. (Unless you have a long body yourself.) Well, truth is, who‘s to blame you? Fact is, too much long body copy is dotted with such indulgent little phrases like <a title=\"truth\" href=\"http://en.wikipedia.org/wiki/Truth\">truth</a> is, fact is, and who’s to blame you. Trust us: we guarantee, with a hand over our heart, that no such indulgent rubbish will appear in your entry. That’s why God gave us big blue pencils. So we can expunge every example of witted waffle.\n<blockquote>For you, the skies will be blue, the birds will sing, and your copy will be crafted by a dedicated little man whose wife will be sitting at home, knitting, wondering why your entry demands more of her husband‘s time than it should.</blockquote>\n\nBut you will know why, won‘t you? You will have given her husband a chance to immortalize himself in print, writing some of the most persuasive prose on behalf of a truly enlightened purveyor of <a title=\"widgets\" href=\"http://en.wikipedia.org/wiki/Widgets\">widgets</a>. And so, while your dedicated reader, enslaved to each mellifluous paragraph, clutches his newspaper with increasing interest and intention to purchase, you can count all your increased profits and take pots of money to your bank. Sadly, this is not the real copy for this entry. <strong>But it could well be</strong>. All you have to do is look at the <a title=\"account executive\" href=\"http://en.wikipedia.org/wiki/Account_executive\">account executive</a> sitting across your desk (the fellow with the lugubrious face and the calf-like eyes), and say ”Yes! Yes! Yes!“ And anything you want, body copy, dinners, women, will be yours. Couldn’t be fairer than that, could we?','Air traffic systems vulnerable to cyber attack','','trash','open','open','','air-traffic-systems-vulnerable-to-cyber-attack','','','2013-11-02 08:27:56','2013-11-02 08:27:56','',0,'http://wpzoom.com/zenko/demo/?p=19',0,'post','',0),(666,1,'2010-04-27 16:02:01','2010-04-27 16:02:01','This is some dummy copy. You’re not really supposed to read this dummy copy, it is just a place holder for people who need some type to visualize what the actual copy might look like if it were real content.\n\nIf you want to read, I might suggest a good book, perhaps <a title=\"Hemingway\" href=\"http://en.wikipedia.org/wiki/Ernest_Hemingway\">Hemingway</a> or <a title=\"Melville\" href=\"http://en.wikipedia.org/wiki/Herman_Melville\">Melville</a>. That’s why they call it, the dummy copy. This, of course, is not the real copy for this entry. Rest assured, the words will expand the concept. With clarity. Conviction. And a little wit.\n\nIn today’s competitive <a title=\"market environment\" href=\"http://en.wikipedia.org/wiki/Market_environment\">market environment</a>, the body copy of your entry must lead the reader through a series of <strong>disarmingly simple thoughts</strong>.\n\nAll your supporting arguments must be communicated with simplicity and charm. And in such a way that the reader will read on. (After all, that’s a reader’s job: to read, isn’t it?) And by the time your readers have reached this point in the finished copy, you will have convinced them that you not only respect their intelligence, but you also <strong>understand their needs as consumers</strong>.\n\nAs a result of which, your entry will repay your <a title=\"writing\" href=\"http://en.wikipedia.org/wiki/Writing\">efforts</a>. Take your sales; simply put, they will rise. Likewise your credibility. There’s every chance your competitors will wish they’d placed this entry, not you. While your customers will have probably forgotten that your competitors even exist. Which brings us, by a somewhat circuitous route, to another small point, but one which we feel should be raised.\n<h3>Long copy or short - You decide</h3>\nAs a marketer, you probably don’t even believe in body copy. <strong>Let alone long body copy</strong>. (Unless you have a long body yourself.) Well, truth is, who‘s to blame you? Fact is, too much long body copy is dotted with such indulgent little phrases like <a title=\"truth\" href=\"http://en.wikipedia.org/wiki/Truth\">truth</a> is, fact is, and who’s to blame you. Trust us: we guarantee, with a hand over our heart, that no such indulgent rubbish will appear in your entry. That’s why God gave us big blue pencils. So we can expunge every example of witted waffle.\n<blockquote>For you, the skies will be blue, the birds will sing, and your copy will be crafted by a dedicated little man whose wife will be sitting at home, knitting, wondering why your entry demands more of her husband‘s time than it should.</blockquote>\nBut you will know why, won‘t you? You will have given her husband a chance to immortalize himself in print, writing some of the most persuasive prose on behalf of a truly enlightened purveyor of <a title=\"widgets\" href=\"http://en.wikipedia.org/wiki/Widgets\">widgets</a>. And so, while your dedicated reader, enslaved to each mellifluous paragraph, clutches his newspaper with increasing interest and intention to purchase, you can count all your increased profits and take pots of money to your bank. Sadly, this is not the real copy for this entry. <strong>But it could well be</strong>. All you have to do is look at the <a title=\"account executive\" href=\"http://en.wikipedia.org/wiki/Account_executive\">account executive</a> sitting across your desk (the fellow with the lugubrious face and the calf-like eyes), and say ”Yes! Yes! Yes!“ And anything you want, body copy, dinners, women, will be yours. Couldn’t be fairer than that, could we?','Lorem ipsum dolor sit amet, consectetuer','','trash','open','open','','stocks-could-pose-conflicts-for-court-prospects','','','2013-11-02 08:25:39','2013-11-02 08:25:39','',0,'http://wpzoom.com/zenko/demo/?p=22',0,'post','',1),(667,1,'2009-08-06 16:04:51','2009-08-06 21:04:51','<img class=\"size-full wp-image-26 alignleft\" src=\"http://wpzoom.com/demo/magnet/wp-content/uploads/2009/05/3.jpg\" alt=\"3\" width=\"283\" height=\"193\" />This is some dummy copy. You’re not really supposed to read this dummy copy, it is just a place holder for people who need some type to visualize what the actual copy might look like if it were real content.\n\nIf you want to read, I might suggest a good book, perhaps <a title=\"Hemingway\" href=\"http://en.wikipedia.org/wiki/Ernest_Hemingway\">Hemingway</a> or <a title=\"Melville\" href=\"http://en.wikipedia.org/wiki/Herman_Melville\">Melville</a>. That’s why they call it, the dummy copy. This, of course, is not the real copy for this entry. Rest assured, the words will expand the concept. With clarity. Conviction. And a little wit.\n\nIn today’s competitive <a title=\"market environment\" href=\"http://en.wikipedia.org/wiki/Market_environment\">market environment</a>, the body copy of your entry must lead the reader through a series of <strong>disarmingly simple thoughts</strong>.\n\nAll your supporting arguments must be communicated with simplicity and charm. And in such a way that the reader will read on. (After all, that’s a reader’s job: to read, isn’t it?) And by the time your readers have reached this point in the finished copy, you will have convinced them that you not only respect their intelligence, but you also <strong>understand their needs as consumers</strong>.<!--more-->\n\nAs a result of which, your entry will repay your <a title=\"writing\" href=\"http://en.wikipedia.org/wiki/Writing\">efforts</a>. Take your sales; simply put, they will rise. Likewise your credibility. There’s every chance your competitors will wish they’d placed this entry, not you. While your customers will have probably forgotten that your competitors even exist. Which brings us, by a somewhat circuitous route, to another small point, but one which we feel should be raised.\n<h3>Long copy or short - You decide</h3>\nAs a marketer, you probably don’t even believe in body copy. <strong>Let alone long body copy</strong>. (Unless you have a long body yourself.) Well, truth is, who‘s to blame you? Fact is, too much long body copy is dotted with such indulgent little phrases like <a title=\"truth\" href=\"http://en.wikipedia.org/wiki/Truth\">truth</a> is, fact is, and who’s to blame you. Trust us: we guarantee, with a hand over our heart, that no such indulgent rubbish will appear in your entry. That’s why God gave us big blue pencils. So we can expunge every example of witted waffle.\n<blockquote>For you, the skies will be blue, the birds will sing, and your copy will be crafted by a dedicated little man whose wife will be sitting at home, knitting, wondering why your entry demands more of her husband‘s time than it should.</blockquote>\nBut you will know why, won‘t you? You will have given her husband a chance to immortalize himself in print, writing some of the most persuasive prose on behalf of a truly enlightened purveyor of <a title=\"widgets\" href=\"http://en.wikipedia.org/wiki/Widgets\">widgets</a>. And so, while your dedicated reader, enslaved to each mellifluous paragraph, clutches his newspaper with increasing interest and intention to purchase, you can count all your increased profits and take pots of money to your bank. Sadly, this is not the real copy for this entry. <strong>But it could well be</strong>. All you have to do is look at the <a title=\"account executive\" href=\"http://en.wikipedia.org/wiki/Account_executive\">account executive</a> sitting across your desk (the fellow with the lugubrious face and the calf-like eyes), and say ”Yes! Yes! Yes!“ And anything you want, body copy, dinners, women, will be yours. Couldn’t be fairer than that, could we?','U.S. presses Afghanistan on militants','','trash','open','open','','us-presses-pakistan-afghanistan-on-militants','','','2013-11-02 08:25:39','2013-11-02 08:25:39','',0,'http://wpzoom.com/zenko/demo/?p=25',0,'post','',1),(668,1,'2010-03-27 16:06:57','2010-03-27 16:06:57','This is some dummy copy. You’re not really supposed to read this dummy copy, it is just a place holder for people who need some type to visualize what the actual copy might look like if it were real content.\n\nIf you want to read, I might suggest a good book, perhaps <a title=\"Hemingway\" href=\"http://en.wikipedia.org/wiki/Ernest_Hemingway\">Hemingway</a> or <a title=\"Melville\" href=\"http://en.wikipedia.org/wiki/Herman_Melville\">Melville</a>. That’s why they call it, the dummy copy. This, of course, is not the real copy for this entry. Rest assured, the words will expand the concept. With clarity. Conviction. And a little wit.\n\nIn today’s competitive <a title=\"market environment\" href=\"http://en.wikipedia.org/wiki/Market_environment\">market environment</a>, the body copy of your entry must lead the reader through a series of <strong>disarmingly simple thoughts</strong>.\n\nAll your supporting arguments must be communicated with simplicity and charm. And in such a way that the reader will read on. (After all, that’s a reader’s job: to read, isn’t it?) And by the time your readers have reached this point in the finished copy, you will have convinced them that you not only respect their intelligence, but you also <strong>understand their needs as consumers</strong>.\n\nAs a result of which, your entry will repay your <a title=\"writing\" href=\"http://en.wikipedia.org/wiki/Writing\">efforts</a>. Take your sales; simply put, they will rise. Likewise your credibility. There’s every chance your competitors will wish they’d placed this entry, not you. While your customers will have probably forgotten that your competitors even exist. Which brings us, by a somewhat circuitous route, to another small point, but one which we feel should be raised.\n<h3>Long copy or short - You decide</h3>\nAs a marketer, you probably don’t even believe in body copy. <strong>Let alone long body copy</strong>. (Unless you have a long body yourself.) Well, truth is, who‘s to blame you? Fact is, too much long body copy is dotted with such indulgent little phrases like <a title=\"truth\" href=\"http://en.wikipedia.org/wiki/Truth\">truth</a> is, fact is, and who’s to blame you. Trust us: we guarantee, with a hand over our heart, that no such indulgent rubbish will appear in your entry. That’s why God gave us big blue pencils. So we can expunge every example of witted waffle.\n<blockquote>For you, the skies will be blue, the birds will sing, and your copy will be crafted by a dedicated little man whose wife will be sitting at home, knitting, wondering why your entry demands more of her husband‘s time than it should.</blockquote>\nBut you will know why, won‘t you? You will have given her husband a chance to immortalize himself in print, writing some of the most persuasive prose on behalf of a truly enlightened purveyor of <a title=\"widgets\" href=\"http://en.wikipedia.org/wiki/Widgets\">widgets</a>. And so, while your dedicated reader, enslaved to each mellifluous paragraph, clutches his newspaper with increasing interest and intention to purchase, you can count all your increased profits and take pots of money to your bank. Sadly, this is not the real copy for this entry. <strong>But it could well be</strong>. All you have to do is look at the <a title=\"account executive\" href=\"http://en.wikipedia.org/wiki/Account_executive\">account executive</a> sitting across your desk (the fellow with the lugubrious face and the calf-like eyes), and say ”Yes! Yes! Yes!“ And anything you want, body copy, dinners, women, will be yours. Couldn’t be fairer than that, could we?','The Future of the Book','','trash','open','open','','amazon-introduces-supersized-kindle','','','2013-11-02 08:25:39','2013-11-02 08:25:39','',0,'http://wpzoom.com/zenko/demo/?p=28',0,'post','',0),(669,1,'2009-05-06 16:10:45','2009-05-06 21:10:45','<img class=\"alignleft size-full wp-image-31\" src=\"http://wpzoom.com/demo/zenko/wp-content/uploads/2009/05/10.jpg\" alt=\"10\" width=\"400\" height=\"291\" />This is some dummy copy. You’re not really supposed to read this dummy copy, it is just a place holder for people who need some type to visualize what the actual copy might look like if it were real content.\n\nIf you want to read, I might suggest a good book, perhaps <a title=\"Hemingway\" href=\"http://en.wikipedia.org/wiki/Ernest_Hemingway\">Hemingway</a> or <a title=\"Melville\" href=\"http://en.wikipedia.org/wiki/Herman_Melville\">Melville</a>. That’s why they call it, the dummy copy. This, of course, is not the real copy for this entry. Rest assured, the words will expand the concept. With clarity. Conviction. And a little wit.\n\nIn today’s competitive <a title=\"market environment\" href=\"http://en.wikipedia.org/wiki/Market_environment\">market environment</a>, the body copy of your entry must lead the reader through a series of <strong>disarmingly simple thoughts</strong>.\n\nAll your supporting arguments must be communicated with simplicity and charm. And in such a way that the reader will read on. (After all, that’s a reader’s job: to read, isn’t it?) And by the time your readers have reached this point in the finished copy, you will have convinced them that you not only respect their intelligence, but you also <strong>understand their needs as consumers</strong>.\n\nAs a result of which, your entry will repay your <a title=\"writing\" href=\"http://en.wikipedia.org/wiki/Writing\">efforts</a>. Take your sales; simply put, they will rise. Likewise your credibility. There’s every chance your competitors will wish they’d placed this entry, not you. While your customers will have probably forgotten that your competitors even exist. Which brings us, by a somewhat circuitous route, to another small point, but one which we feel should be raised.\n<h3>Long copy or short - You decide</h3>\nAs a marketer, you probably don’t even believe in body copy. <strong>Let alone long body copy</strong>. (Unless you have a long body yourself.) Well, truth is, who‘s to blame you? Fact is, too much long body copy is dotted with such indulgent little phrases like <a title=\"truth\" href=\"http://en.wikipedia.org/wiki/Truth\">truth</a> is, fact is, and who’s to blame you. Trust us: we guarantee, with a hand over our heart, that no such indulgent rubbish will appear in your entry. That’s why God gave us big blue pencils. So we can expunge every example of witted waffle.\n<blockquote>For you, the skies will be blue, the birds will sing, and your copy will be crafted by a dedicated little man whose wife will be sitting at home, knitting, wondering why your entry demands more of her husband‘s time than it should.</blockquote>\nBut you will know why, won‘t you? You will have given her husband a chance to immortalize himself in print, writing some of the most persuasive prose on behalf of a truly enlightened purveyor of <a title=\"widgets\" href=\"http://en.wikipedia.org/wiki/Widgets\">widgets</a>. And so, while your dedicated reader, enslaved to each mellifluous paragraph, clutches his newspaper with increasing interest and intention to purchase, you can count all your increased profits and take pots of money to your bank. Sadly, this is not the real copy for this entry. <strong>But it could well be</strong>. All you have to do is look at the <a title=\"account executive\" href=\"http://en.wikipedia.org/wiki/Account_executive\">account executive</a> sitting across your desk (the fellow with the lugubrious face and the calf-like eyes), and say ”Yes! Yes! Yes!“ And anything you want, body copy, dinners, women, will be yours. Couldn’t be fairer than that, could we?','Porsche proposes VW integration','','trash','open','open','','porsche-proposes-vw-integration','','','2013-11-02 08:27:56','2013-11-02 08:27:56','',0,'http://wpzoom.com/zenko/demo/?p=30',0,'post','',1),(601,1,'2011-10-21 08:25:55','2011-10-21 08:25:55','<p>Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.</p>','100 Cedar Crest Lane, Chicago','','publish','closed','closed','','100-cedar-crest-lane-chicago','','','2013-09-16 14:45:32','2013-09-16 14:45:32','',0,'http://demo.wpzoom.com/domestica/?post_type=estate&p=601',0,'estate','',0),(607,1,'2011-10-21 08:21:26','2011-10-21 08:21:26','<p>Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.</p>','9833 Ne 15th St, San Diego','','publish','closed','closed','','9833-ne-15th-st-san-diego','','','2013-09-16 14:45:57','2013-09-16 14:45:57','',0,'http://demo.wpzoom.com/domestica/?post_type=estate&p=607',0,'estate','',0),(614,1,'2011-10-21 08:46:36','2011-10-21 08:46:36','<p>Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.</p>','2929 W Eaton St, Seattle','','publish','closed','closed','','2929-w-eaton-st-seattle','','','2013-09-16 14:45:23','2013-09-16 14:45:23','',0,'http://demo.wpzoom.com/domestica/?post_type=estate&p=614',0,'estate','',0),(74,1,'2009-09-08 16:33:06','2009-09-08 21:33:06','Westrom Group Company is a full service property management and real estate company serving the Dallas/Fort WorthMetroplex. Since 1999, Westrom Group has expanded greatly. We have managed over 300 rental properties, renovated houses and apartment complexes, and orchestrated over $10 million in real estate transactions in the past. The company is committed to giving quality services and assistance to clients in every way they can. If you would like more information about real estate property management, or buying or selling your property, please feel free to call our office anytime.\r\n\r\n<b>Jon Westrom, President</b>\r\n\r\nJon is a licensed real estate broker in Texas. He began in real estate in 1995 with Prudential Southerland Real Estate in Arlington, Texas. After one year at Prudential, he moved to Diversified Realty Services in Bedford, where he focused more on investment real estate. After that, he took over and focus in developing a family business, the Westrom Group, which is now one of the leading property management and real estate companies. In his spare time, Jon loves to spend time with his family, mentor teens at Trinity High School, go fishing, and watch the Texas Rangers and Dallas Cowboys.\r\n<a href=\"mailto:jon@westromgroup.com\">jon@westromgroup.com</a>\r\n\r\n<b>Carrie Kennedy, Office Manager</b>\r\n\r\nCarrie has worked for Westrom Group, now an established property management company, since 2001. Carrie is very dedicated and detail-oriented, and loves working in the office and with people. In her spare time, she spends as much time as she can with her husband and son playing games and being outdoors. She is also an active member at The Hills Church in Southlake where she volunteers in Women\'s Ministry, Children\'s Ministry and is a Bible Study Facilitator.\r\n<a href=\"mailto:Carrie@westromgroup.com\">Carrie@westromgroup.com</a><b></b>\r\n\r\n<b>Rose Heimuli, Administration Assistant</b>\r\n\r\n<a href=\"mailto:rose@westromgroup.com\">rose@westromgroup.com</a>','About','','publish','closed','closed','','about','','','2013-11-02 07:28:21','2013-11-02 07:28:21','',0,'http://wpzoom.com/magnet/demo/?page_id=2',0,'page','',0),(5187,1,'2013-09-20 14:50:20','2013-09-20 14:50:20','[message_box title=\"How to use the portal\" color=\"red\"]You can use the login portal below to manage services.[/message_box]\r\n\r\n<center><iframe src=\"http://www.westromgroup.com/wp-content/uploads/2013/09/tenants.html\" width=\"100%\" height=\"1000\" scrolling=\"yes\"></iframe></center>','Tenant Portal','','publish','closed','open','','tenant-portal','','','2013-10-17 14:16:30','2013-10-17 14:16:30','',0,'http://testingweb123.webuda.com/?page_id=5187',0,'page','',0),(5203,1,'2013-09-25 10:37:04','2013-09-25 10:37:04','Your lease requires all repair requests be submitted in writing. In order to make this easy for you and to provide a tracking of your request we have created this online form for you.\r\n\r\nIF YOU HAVE A FIRE, HEALTH OR SAFTEY EMERGENCEY CALL <strong>911</strong> FIRST, THEN CALL\r\n<strong>(817)-706-0688</strong>\r\n\r\n \r\n\r\n<strong>You must login to send a repair request.</strong>\r\n[iframe src=\"http://testingweb123.webuda.com/wp-content/uploads/2013/09/tenants.html\" width=\"100%\" height=\"400\" scrolling=\"no\"]','Maintenance Request','','inherit','closed','open','','5151-revision-v1','','','2013-09-25 10:37:04','2013-09-25 10:37:04','',5151,'http://testingweb123.webuda.com/uncategorized/5151-revision-v1/',0,'revision','',0),(5172,1,'2013-09-20 14:24:42','2013-09-20 14:24:42','All repair requests <span style=\"text-decoration: underline;\"><strong>must</strong></span> be submitted using the form below\r\n\r\nYour lease requires all repair requests be submitted in writing. In order to make this easy for you and to provide a tracking of your request we have created this online form for you.\r\n\r\nIf you are having a fire or water emergency - Please notify us at (866) 836-7260 <span style=\"text-decoration: underline;\"><strong>after</strong></span> you contact your local emergency organization (<strong>call 911</strong>). This number is for emergency notification only; please do not call this number for non-emergency issues.\r\n\r\n \r\n\r\n<strong>Please login to send a repair request.</strong>\r\n[iframe src=\"http://testingweb123.webuda.com/wp-content/uploads/2013/09/tenants.html\" width=\"100%\" height=\"400\" scrolling=\"no\"]','Maintenance Request','','inherit','closed','open','','5151-revision-v1','','','2013-09-20 14:24:42','2013-09-20 14:24:42','',5151,'http://testingweb123.webuda.com/uncategorized/5151-revision-v1/',0,'revision','',0),(5173,1,'2013-09-20 14:25:05','2013-09-20 14:25:05','Thank you for your interest in our properties for rent! Please let us know if you have any questions about any of the listings below by calling our office. Our contact information is on our Contact Us page.\r\n[iframe src=\"http://testingweb123.webuda.com/wp-content/uploads/2013/09/rentals.html\" width=\"100%\" height=\"1700px\" scrolling=\"yes\"]','Properties for rent ','','inherit','closed','open','','4284-revision-v1','','','2013-09-20 14:25:05','2013-09-20 14:25:05','',4284,'http://testingweb123.webuda.com/uncategorized/4284-revision-v1/',0,'revision','',0),(528,1,'2012-01-05 23:24:07','2012-01-05 23:24:07','[testimonial type=\"static\"][/testimonial]','Testimonial','','publish','open','open','','testimonial','','','2013-10-17 14:42:48','2013-10-17 14:42:48','',0,'http://localhost/modernize/?page_id=528',0,'page','',0),(5176,1,'2013-09-20 14:27:50','2013-09-20 14:27:50','[testimonial category=\"testimonial-cat-1\" type=\"static\"][/testimonial]','Testimonial','','inherit','closed','open','','528-revision-v1','','','2013-09-20 14:27:50','2013-09-20 14:27:50','',528,'http://testingweb123.webuda.com/uncategorized/528-revision-v1/',0,'revision','',0),(5264,1,'2013-11-02 05:43:03','2013-11-02 05:43:03','<h1>Westrom Group Company</h1>\r\n<h2>Rental Qualifying Criteria</h2>\r\n<p class=\"MsoNormal\"><a href=\"http://www.westromgroup.com/\">Westrom Group </a>Company staff, management and ownership comply with all <a href=\"http://portal.hud.gov/hudportal/HUD?src=/program_offices/fair_housing_equal_opp\">Fair Housing laws</a>, and do not make decisions regarding application approval based on race, religion, national origin, sex, disability or familial status.\r\nIn order to be approved for residency with Westrom Group Company, all applicants must meet the following <a href=\"http://www.westromgroup.com/wp-content/uploads/2013/09/column-service-3.png\"><img class=\"size-full wp-image-5170 alignright\" title=\"rental qualifying criteria\" alt=\"rental qualifying criteria\" src=\"http://www.westromgroup.com/wp-content/uploads/2013/09/column-service-3.png\" width=\"256\" height=\"256\" /></a><span style=\"color: black;\">:</span></p>\r\n<strong>•Income: The applicant:</strong>\r\n<ul>\r\n <li> must provide at least 3 consecutive paycheck stubs</li>\r\n <li>OR 3 months bank statements</li>\r\n <li>OR (for self-employed) last year’s tax returns</li>\r\n <li>monthly household income must be 3 times the amount of market rent.</li>\r\n <li>If a Lease Guaranty is required: Guaranty must not owe any debt to another community/landlord, must adhere to all qualifying criteria, and must make a personal visit with the manager prior to the lease application being approved.</li>\r\n</ul>\r\n<strong>•Employment: The applicant:</strong>\r\n<ul>\r\n <li>must provide at least 6 months of immediate, consecutive employment history to be verified. If applicant has been employed at current position less than 6 months, then must provide previous job history to be verified.</li>\r\n</ul>\r\n<strong>•Criminal History:</strong>\r\n<ul>\r\n <li>Criminal history of a sexual crime or crime against another person is an automatic denial.</li>\r\n <li>Felony convictions will be considered on a case-by-case basis if they are 10 years or older with no other criminal activity.</li>\r\n <li>Misdemeanors involving injury to persons or sexual offenses are an automatic denial.</li>\r\n</ul>\r\n<strong>•Credit History:</strong>\r\n<ul>\r\n <li>A credit report will be pulled for any applicant 18 years or older.</li>\r\n</ul>\r\n<strong>•Rental History:</strong>\r\n<ul>\r\n <li>Current and previous rental history will be verified.</li>\r\n</ul>\r\n<strong> •Approval& Payments:</strong>\r\n\r\nAny applicant who has passed the Rental Qualifying Criteria and approved by the company should sign the lease, pay for the security deposit as well as pro-rated rent 48 hours upon approval notification.\r\nAny applicant who wish to cancel the application can and should do so within 48 hours from approval notification. After the 48 hour period, the company has the rights to retain a part, if not all of the security deposit.\r\n<p class=\"MsoNormal\"><span style=\"color: black;\">Any applicant who wish to cancel the application can and should do so within 48 hours from approval notification. After the 48 hour period, the company has the rights to retain a part, if not all of the security deposit.</span></p>\r\n<p style=\"mso-fareast-font-family: Calibri; mso-bidi-font-family: Calibri; color: black;\"><span style=\"color: black;\">Upon submitting my application to the Westrom Group of Company, I have understood and read the </span><span style=\"color: black;\">Rental Qualifying Criteria </span><span style=\"mso-fareast-font-family: Calibri; mso-bidi-font-family: Calibri; color: black;\">as provided by Wetsrom Group Company. Once the application has been denied, I understand that I am not entitled to any refund to the administrative fees used in processing my application. </span>I understand that any falsification or non-disclosure on the rental application will result in loss of all monies paid as liquidated damages in accordance with the <a href=\"https://www.texasrealtors.com/index.cfm?\">Texas Association of Realtors</a>.</p>','Rental Qualifying Criteria','','inherit','closed','open','','4292-revision-v1','','','2013-11-02 05:43:03','2013-11-02 05:43:03','',4292,'http://www.westromgroup.com/4292-revision-v1/',0,'revision','',0),(5263,1,'2013-11-02 04:51:06','2013-11-02 04:51:06','<h1>Westrom Group Company</h1>\r\n<h2>Rental Qualifying Criteria</h2>\r\n<p class=\"MsoNormal\"><a href=\"http://www.westromgroup.com/\">Westrom Group </a>Company staff, management and ownership comply with all <a href=\"http://portal.hud.gov/hudportal/HUD?src=/program_offices/fair_housing_equal_opp\">Fair Housing laws</a>, and do not make decisions regarding application approval based on race, religion, national origin, sex, disability or familial status.\r\nIn order to be approved for residency with Westrom Group Company, all applicants must meet the following <a href=\"http://www.westromgroup.com/wp-content/uploads/2013/09/column-service-3.png\"><img class=\"size-full wp-image-5170 alignright\" title=\"rental qualifying criteria\" alt=\"rental qualifying criteria\" src=\"http://www.westromgroup.com/wp-content/uploads/2013/09/column-service-3.png\" width=\"256\" height=\"256\" /></a><span style=\"color: black;\">:</span></p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"><span style=\"font-size: 12.0pt; font-family: Symbol; mso-ascii-font-family: \'Times New Roman\'; mso-fareast-font-family: \'Times New Roman\'; mso-bidi-font-family: \'Times New Roman\';\">·</span><b><span style=\"font-size: 12.0pt; font-family: \'Times New Roman\',\'serif\'; mso-fareast-font-family: \'Times New Roman\';\">Income: The applicant:</span></b></p>\r\n\r\n<ul type=\"disc\">\r\n <li class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in;\"><span style=\"font-size: 12.0pt; font-family: \'Times New Roman\',\'serif\'; mso-fareast-font-family: \'Times New Roman\';\">must provide at least 3 consecutive paycheck stubs</span></li>\r\n <li class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in;\"><span style=\"font-size: 12.0pt; font-family: \'Times New Roman\',\'serif\'; mso-fareast-font-family: \'Times New Roman\';\">OR 3 months bank statements</span></li>\r\n <li class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in;\"><span style=\"font-size: 12.0pt; font-family: \'Times New Roman\',\'serif\'; mso-fareast-font-family: \'Times New Roman\';\">OR (for self-employed) last year’s tax returns</span></li>\r\n <li class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in;\"><span style=\"font-size: 12.0pt; font-family: \'Times New Roman\',\'serif\'; mso-fareast-font-family: \'Times New Roman\';\">monthly household income must be 3 times the amount of market rent.</span></li>\r\n <li class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in;\"><span style=\"font-size: 12.0pt; font-family: \'Times New Roman\',\'serif\'; mso-fareast-font-family: \'Times New Roman\';\">If a Lease Guaranty is required: Guaranty must not owe any debt to another community/landlord, must adhere to all qualifying criteria, and must make a personal visit with the manager prior to the lease application being approved. </span></li>\r\n</ul>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"><span style=\"font-size: 12.0pt; font-family: Symbol; mso-ascii-font-family: \'Times New Roman\'; mso-fareast-font-family: \'Times New Roman\'; mso-bidi-font-family: \'Times New Roman\';\">·</span><b><span style=\"font-size: 12.0pt; font-family: \'Times New Roman\',\'serif\'; mso-fareast-font-family: \'Times New Roman\';\">Employment: The applicant:</span></b></p>\r\n\r\n<ul type=\"disc\">\r\n <li class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; line-height: normal; mso-list: l4 level1 lfo2; tab-stops: list .5in;\"><span style=\"font-size: 12.0pt; font-family: \'Times New Roman\',\'serif\'; mso-fareast-font-family: \'Times New Roman\';\">must provide at least 6 months of immediate, consecutive employment history to be verified. If applicant has been employed at current position less than 6 months, then must provide previous job history to be verified.</span></li>\r\n</ul>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"><span style=\"font-size: 12.0pt; font-family: Symbol; mso-ascii-font-family: \'Times New Roman\'; mso-fareast-font-family: \'Times New Roman\'; mso-bidi-font-family: \'Times New Roman\';\">·</span><b><span style=\"font-size: 12.0pt; font-family: \'Times New Roman\',\'serif\'; mso-fareast-font-family: \'Times New Roman\';\">Criminal History:</span></b></p>\r\n\r\n<ul type=\"disc\">\r\n <li class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; line-height: normal; mso-list: l2 level1 lfo3; tab-stops: list .5in;\"><span style=\"font-size: 12.0pt; font-family: \'Times New Roman\',\'serif\'; mso-fareast-font-family: \'Times New Roman\';\">Criminal history of a sexual crime or crime against another person is an automatic denial.</span></li>\r\n <li class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; line-height: normal; mso-list: l2 level1 lfo3; tab-stops: list .5in;\"><span style=\"font-size: 12.0pt; font-family: \'Times New Roman\',\'serif\'; mso-fareast-font-family: \'Times New Roman\';\">Felony convictions will be considered on a case-by-case basis if they are 10 years or older with no other criminal activity.</span></li>\r\n <li class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; line-height: normal; mso-list: l2 level1 lfo3; tab-stops: list .5in;\"><span style=\"font-size: 12.0pt; font-family: \'Times New Roman\',\'serif\'; mso-fareast-font-family: \'Times New Roman\';\">Misdemeanors involving injury to persons or sexual offenses are an automatic denial.</span></li>\r\n</ul>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"><span style=\"font-size: 12.0pt; font-family: Symbol; mso-ascii-font-family: \'Times New Roman\'; mso-fareast-font-family: \'Times New Roman\'; mso-bidi-font-family: \'Times New Roman\';\">·</span><b><span style=\"font-size: 12.0pt; font-family: \'Times New Roman\',\'serif\'; mso-fareast-font-family: \'Times New Roman\';\">Credit History:</span></b></p>\r\n\r\n<ul type=\"disc\">\r\n <li class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; line-height: normal; mso-list: l3 level1 lfo4; tab-stops: list .5in;\"><span style=\"font-size: 12.0pt; font-family: \'Times New Roman\',\'serif\'; mso-fareast-font-family: \'Times New Roman\';\">A credit report will be pulled for any applicant 18 years or older.</span></li>\r\n</ul>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"><span style=\"font-size: 12.0pt; font-family: Symbol; mso-ascii-font-family: \'Times New Roman\'; mso-fareast-font-family: \'Times New Roman\'; mso-bidi-font-family: \'Times New Roman\';\">·</span><b><span style=\"font-size: 12.0pt; font-family: \'Times New Roman\',\'serif\'; mso-fareast-font-family: \'Times New Roman\';\">Rental History:</span></b></p>\r\n\r\n<ul type=\"disc\">\r\n <li class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; line-height: normal; mso-list: l1 level1 lfo5; tab-stops: list .5in;\"><span style=\"font-size: 12.0pt; font-family: \'Times New Roman\',\'serif\'; mso-fareast-font-family: \'Times New Roman\';\">Current and previous rental history will be verified.</span></li>\r\n</ul>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"><span style=\"font-size: 12.0pt; font-family: Symbol; mso-ascii-font-family: \'Times New Roman\'; mso-fareast-font-family: \'Times New Roman\'; mso-bidi-font-family: \'Times New Roman\';\">·</span><b><span style=\"font-size: 12.0pt; font-family: \'Times New Roman\',\'serif\'; mso-fareast-font-family: \'Times New Roman\'; mso-hansi-font-family: Symbol;\">Approval& Payments:</span></b></p>\r\n<p class=\"MsoNormal\"><span style=\"color: black;\">Any applicant who has passed the </span><span style=\"color: black;\">Rental Qualifying Criteria </span><span style=\"color: black;\">and approved by the company should sign the lease, pay for the security deposit as well as pro-rated rent 48 hours upon approval notification.</span></p>\r\n<p class=\"MsoNormal\"><span style=\"color: black;\">Any applicant who wish to cancel the application can and should do so within 48 hours from approval notification. After the 48 hour period, the company has the rights to retain a part, if not all of the security deposit.</span></p>\r\n<p style=\"mso-fareast-font-family: Calibri; mso-bidi-font-family: Calibri; color: black;\"><span style=\"color: black;\">Upon submitting my application to the Westrom Group of Company, I have understood and read the </span><span style=\"color: black;\">Rental Qualifying Criteria </span><span style=\"mso-fareast-font-family: Calibri; mso-bidi-font-family: Calibri; color: black;\">as provided by Wetsrom Group Company. Once the application has been denied, I understand that I am not entitled to any refund to the administrative fees used in processing my application. </span>I understand that any falsification or non-disclosure on the rental application will result in loss of all monies paid as liquidated damages in accordance with the <a href=\"https://www.texasrealtors.com/index.cfm?\">Texas Association of Realtors</a>.</p>','Rental Qualifying Criteria','','inherit','closed','open','','4292-revision-v1','','','2013-11-02 04:51:06','2013-11-02 04:51:06','',4292,'http://www.westromgroup.com/4292-revision-v1/',0,'revision','',0),(5262,1,'2013-11-02 04:46:26','2013-11-02 04:46:26','<h1>Westrom Group Company</h1>\r\n<h2>Rental Qualifying Criteria</h2>\r\n \r\n<p class=\"MsoNormal\"><a href=\"http://www.westromgroup.com/\">Westrom Group </a>Company staff, management and ownership comply with all <a href=\"http://portal.hud.gov/hudportal/HUD?src=/program_offices/fair_housing_equal_opp\">Fair Housing laws</a>, and do not make decisions regarding application approval based on race, religion, national origin, sex, disability or familial status.\r\nIn order to be approved for residency with Westrom Group Company, all applicants must meet the following <a href=\"http://www.westromgroup.com/wp-content/uploads/2013/09/column-service-3.png\"><img class=\"size-full wp-image-5170 alignright\" title=\"rental qualifying criteria\" alt=\"rental qualifying criteria\" src=\"http://www.westromgroup.com/wp-content/uploads/2013/09/column-service-3.png\" width=\"256\" height=\"256\" /></a><span style=\"color: black;\">:</span></p>\r\n \r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"><span style=\"font-size: 12.0pt; font-family: Symbol; mso-ascii-font-family: \'Times New Roman\'; mso-fareast-font-family: \'Times New Roman\'; mso-bidi-font-family: \'Times New Roman\';\">·</span><b><span style=\"font-size: 12.0pt; font-family: \'Times New Roman\',\'serif\'; mso-fareast-font-family: \'Times New Roman\';\">Income: The applicant:</span></b></p>\r\n \r\n<ul type=\"disc\">\r\n <li class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in;\"><span style=\"font-size: 12.0pt; font-family: \'Times New Roman\',\'serif\'; mso-fareast-font-family: \'Times New Roman\';\">must provide at least 3 consecutive paycheck stubs</span></li>\r\n <li class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in;\"><span style=\"font-size: 12.0pt; font-family: \'Times New Roman\',\'serif\'; mso-fareast-font-family: \'Times New Roman\';\">OR 3 months bank statements</span></li>\r\n <li class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in;\"><span style=\"font-size: 12.0pt; font-family: \'Times New Roman\',\'serif\'; mso-fareast-font-family: \'Times New Roman\';\">OR (for self-employed) last year’s tax returns</span></li>\r\n <li class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in;\"><span style=\"font-size: 12.0pt; font-family: \'Times New Roman\',\'serif\'; mso-fareast-font-family: \'Times New Roman\';\">monthly household income must be 3 times the amount of market rent.</span></li>\r\n <li class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; line-height: normal; mso-list: l0 level1 lfo1; tab-stops: list .5in;\"><span style=\"font-size: 12.0pt; font-family: \'Times New Roman\',\'serif\'; mso-fareast-font-family: \'Times New Roman\';\">If a Lease Guaranty is required: Guaranty must not owe any debt to another community/landlord, must adhere to all qualifying criteria, and must make a personal visit with the manager prior to the lease application being approved. </span></li>\r\n</ul>\r\n \r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"><span style=\"font-size: 12.0pt; font-family: Symbol; mso-ascii-font-family: \'Times New Roman\'; mso-fareast-font-family: \'Times New Roman\'; mso-bidi-font-family: \'Times New Roman\';\">·</span><b><span style=\"font-size: 12.0pt; font-family: \'Times New Roman\',\'serif\'; mso-fareast-font-family: \'Times New Roman\';\">Employment: The applicant:</span></b></p>\r\n \r\n<ul type=\"disc\">\r\n <li class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; line-height: normal; mso-list: l4 level1 lfo2; tab-stops: list .5in;\"><span style=\"font-size: 12.0pt; font-family: \'Times New Roman\',\'serif\'; mso-fareast-font-family: \'Times New Roman\';\">must provide at least 6 months of immediate, consecutive employment history to be verified. If applicant has been employed at current position less than 6 months, then must provide previous job history to be verified.</span></li>\r\n</ul>\r\n \r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"><span style=\"font-size: 12.0pt; font-family: Symbol; mso-ascii-font-family: \'Times New Roman\'; mso-fareast-font-family: \'Times New Roman\'; mso-bidi-font-family: \'Times New Roman\';\">·</span><b><span style=\"font-size: 12.0pt; font-family: \'Times New Roman\',\'serif\'; mso-fareast-font-family: \'Times New Roman\';\">Criminal History:</span></b></p>\r\n \r\n<ul type=\"disc\">\r\n <li class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; line-height: normal; mso-list: l2 level1 lfo3; tab-stops: list .5in;\"><span style=\"font-size: 12.0pt; font-family: \'Times New Roman\',\'serif\'; mso-fareast-font-family: \'Times New Roman\';\">Criminal history of a sexual crime or crime against another person is an automatic denial.</span></li>\r\n <li class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; line-height: normal; mso-list: l2 level1 lfo3; tab-stops: list .5in;\"><span style=\"font-size: 12.0pt; font-family: \'Times New Roman\',\'serif\'; mso-fareast-font-family: \'Times New Roman\';\">Felony convictions will be considered on a case-by-case basis if they are 10 years or older with no other criminal activity.</span></li>\r\n <li class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; line-height: normal; mso-list: l2 level1 lfo3; tab-stops: list .5in;\"><span style=\"font-size: 12.0pt; font-family: \'Times New Roman\',\'serif\'; mso-fareast-font-family: \'Times New Roman\';\">Misdemeanors involving injury to persons or sexual offenses are an automatic denial.</span></li>\r\n</ul>\r\n \r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"><span style=\"font-size: 12.0pt; font-family: Symbol; mso-ascii-font-family: \'Times New Roman\'; mso-fareast-font-family: \'Times New Roman\'; mso-bidi-font-family: \'Times New Roman\';\">·</span><b><span style=\"font-size: 12.0pt; font-family: \'Times New Roman\',\'serif\'; mso-fareast-font-family: \'Times New Roman\';\">Credit History:</span></b></p>\r\n \r\n<ul type=\"disc\">\r\n <li class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; line-height: normal; mso-list: l3 level1 lfo4; tab-stops: list .5in;\"><span style=\"font-size: 12.0pt; font-family: \'Times New Roman\',\'serif\'; mso-fareast-font-family: \'Times New Roman\';\">A credit report will be pulled for any applicant 18 years or older.</span></li>\r\n</ul>\r\n \r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"><span style=\"font-size: 12.0pt; font-family: Symbol; mso-ascii-font-family: \'Times New Roman\'; mso-fareast-font-family: \'Times New Roman\'; mso-bidi-font-family: \'Times New Roman\';\">·</span><b><span style=\"font-size: 12.0pt; font-family: \'Times New Roman\',\'serif\'; mso-fareast-font-family: \'Times New Roman\';\">Rental History:</span></b></p>\r\n \r\n<ul type=\"disc\">\r\n <li class=\"MsoNormal\" style=\"mso-margin-top-alt: auto; mso-margin-bottom-alt: auto; line-height: normal; mso-list: l1 level1 lfo5; tab-stops: list .5in;\"><span style=\"font-size: 12.0pt; font-family: \'Times New Roman\',\'serif\'; mso-fareast-font-family: \'Times New Roman\';\">Current and previous rental history will be verified.</span></li>\r\n</ul>\r\n \r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"><span style=\"font-size: 12.0pt; font-family: Symbol; mso-ascii-font-family: \'Times New Roman\'; mso-fareast-font-family: \'Times New Roman\'; mso-bidi-font-family: \'Times New Roman\';\">·</span><b><span style=\"font-size: 12.0pt; font-family: \'Times New Roman\',\'serif\'; mso-fareast-font-family: \'Times New Roman\'; mso-hansi-font-family: Symbol;\">Approval& Payments:</span></b></p>\r\n \r\n<p class=\"MsoNormal\"><span style=\"color: black;\">Any applicant who has passed the </span><span style=\"color: black;\">Rental Qualifying Criteria </span><span style=\"color: black;\">and approved by the company should sign the lease, pay for the security deposit as well as pro-rated rent 48 hours upon approval notification.</span></p>\r\n \r\n<p class=\"MsoNormal\"><span style=\"color: black;\">Any applicant who wish to cancel the application can and should do so within 48 hours from approval notification. After the 48 hour period, the company has the rights to retain a part, if not all of the security deposit.</span></p>\r\n \r\n<p style=\"mso-fareast-font-family: Calibri; mso-bidi-font-family: Calibri; color: black;\"><span style=\"color: black;\">Upon submitting my application to the Westrom Group of Company, I have understood and read the </span><span style=\"color: black;\">Rental Qualifying Criteria </span><span style=\"mso-fareast-font-family: Calibri; mso-bidi-font-family: Calibri; color: black;\">as provided by Wetsrom Group Company. Once the application has been denied, I understand that I am not entitled to any refund to the administrative fees used in processing my application. </span>I understand that any falsification or non-disclosure on the rental application will result in loss of all monies paid as liquidated damages in accordance with the <a href=\"https://www.texasrealtors.com/index.cfm?\">Texas Association of Realtors</a>.</p>','Rental Qualifying Criteria','','inherit','closed','open','','4292-revision-v1','','','2013-11-02 04:46:26','2013-11-02 04:46:26','',4292,'http://www.westromgroup.com/4292-revision-v1/',0,'revision','',0),(4286,1,'2013-09-16 14:04:48','2013-09-16 14:04:48','<h1>About Us</h1>\r\n\r\nWestrom Group Company is a full service property management and real estate company serving the Dallas/Fort Worth Metroplex.\r\nSince 1999, Westrom Group has expanded greatly. We have managed over 300 rental properties, renovated houses and apartment complexes, and orchestrated over $10 million in real estate transactions in the past.\r\nIf you would like more information about management of your properties, or buying or selling your property, please call our office anytime.\r\n\r\n \r\n<strong><h2>Jon Westrom, President</h2></strong>\r\nJon is a licensed real estate broker in Texas. He began in real estate in 1995 with Prudential Southerland Real Estate in Arlington, Texas. After one year at Prudential, he moved to Diversified Realty Services in Bedford, where he focused more on investment real estate. After that, he took over the Westrom Group family business to focus on its growth. In his spare time, Jon loves to spend time with his family, mentor teens at Trinity High School, go fishing, and watch the Texas Rangers and Dallas Cowboys.\r\n\r\n \r\n<strong><h2>Carrie Kennedy, Office Manager</h2></strong>\r\nCarrie has worked for Westrom Group since 2001. Carrie is very dedicated and detail-oriented, and loves working in the office and with people. In her spare time, she spends as much time as she can with her husband and son playing games and being outdoors. She is also an active member at The Hills Church in Southlake where she volunteers in Women\'s Ministry, Children\'s Ministry and is a Bible Study Facilitator.','About','','inherit','closed','open','','74-revision-v1','','','2013-09-16 14:04:48','2013-09-16 14:04:48','',74,'http://testingweb123.webuda.com/uncategorized/74-revision-v1/',0,'revision','',0),(4282,1,'2013-09-16 14:00:14','2013-09-16 14:00:14','<strong>Westrom Group Management Services</strong>\r\nWestrom Group is a family owned and operated, full service property management company, serving the Dallas/Fort Worth Metroplex. As property owners ourselves, we understand how important it is to have an excellent management team in place watching over every aspect of our investment. Our staff works collectively to find common sense solutions, while keeping your property well maintained, leased and returning the maximum profit. Unlike most other real-estate companies who work primarily in sales and only manage properties on the side, <strong>our primary focus has always been property management</strong>.\r\n\r\n \r\n\r\n<strong>We are proactive managers and investors who understand cost-effective services.</strong>\r\nWe specialize in single-family and multi-family management.\r\n\r\n \r\n\r\n<strong>Cost-Effective Property Management</strong>\r\n\r\n<strong>Full 100% 90-Day Money Back Guarantee if you are not satisfied with our services.</strong>\r\n\r\n \r\n\r\n<strong><span style=\"text-decoration: underline;\">Full Service Property Management</span></strong>\r\n\r\n--Best Rates- Competitively Priced as Low as 8% and $350 New Lease Fee Tenant Shield Screening Guarantee (ask us about this)\r\n\r\n--Low Turn-Over, Long Term Leases, High Retention Rentals\r\n\r\n--24/7 Real-Time Internet Reporting\r\n\r\n \r\n\r\n<strong><span style=\"text-decoration: underline;\">Turn Key Maintenance Services</span></strong>\r\n\r\n--Complete Make Ready\r\n\r\n--HVAC, Plumbing, Electrical and Carpentry\r\n\r\n--50% savings over Contractors\r\n\r\n \r\n\r\n<strong><span style=\"text-decoration: underline;\">Licensed and Insured</span></strong>\r\n\r\n \r\n\r\n \r\n\r\n<a href=\"http://www.westromgroup.com/advantage.html\"><strong>Read More About the Westrom Group Property Management Advantage</strong></a>\r\n\r\n \r\n\r\n<strong><a href=\"http://www.westromgroup.com/tips.html\">Click Here to See Tips on Selecting a Property Manager</a></strong>','About','','inherit','closed','open','','74-revision-v1','','','2013-09-16 14:00:14','2013-09-16 14:00:14','',74,'http://testingweb123.webuda.com/uncategorized/74-revision-v1/',0,'revision','',0),(4283,1,'2013-09-16 14:01:01','2013-09-16 14:01:01','<h1>Westrom Group Management Services</h1>\r\nWestrom Group is a family owned and operated, full service property management company, serving the Dallas/Fort Worth Metroplex. As property owners ourselves, we understand how important it is to have an excellent management team in place watching over every aspect of our investment. Our staff works collectively to find common sense solutions, while keeping your property well maintained, leased and returning the maximum profit. Unlike most other real-estate companies who work primarily in sales and only manage properties on the side, <strong>our primary focus has always been property management</strong>.\r\n\r\n \r\n\r\n<strong>We are proactive managers and investors who understand cost-effective services.</strong>\r\nWe specialize in single-family and multi-family management.\r\n\r\n \r\n\r\n<strong>Cost-Effective Property Management</strong>\r\n\r\n<strong>Full 100% 90-Day Money Back Guarantee if you are not satisfied with our services.</strong>\r\n\r\n \r\n\r\n<strong><span style=\"text-decoration: underline;\">Full Service Property Management</span></strong>\r\n\r\n--Best Rates- Competitively Priced as Low as 8% and $350 New Lease Fee Tenant Shield Screening Guarantee (ask us about this)\r\n\r\n--Low Turn-Over, Long Term Leases, High Retention Rentals\r\n\r\n--24/7 Real-Time Internet Reporting\r\n\r\n \r\n\r\n<strong><span style=\"text-decoration: underline;\">Turn Key Maintenance Services</span></strong>\r\n\r\n--Complete Make Ready\r\n\r\n--HVAC, Plumbing, Electrical and Carpentry\r\n\r\n--50% savings over Contractors\r\n\r\n \r\n\r\n<strong><span style=\"text-decoration: underline;\">Licensed and Insured</span></strong>\r\n\r\n \r\n\r\n \r\n\r\n<a href=\"http://www.westromgroup.com/advantage.html\"><strong>Read More About the Westrom Group Property Management Advantage</strong></a>\r\n\r\n \r\n\r\n<strong><a href=\"http://www.westromgroup.com/tips.html\">Click Here to See Tips on Selecting a Property Manager</a></strong>','About','','inherit','closed','open','','74-revision-v1','','','2013-09-16 14:01:01','2013-09-16 14:01:01','',74,'http://testingweb123.webuda.com/uncategorized/74-revision-v1/',0,'revision','',0),(5266,1,'2013-11-02 05:52:19','2013-11-02 05:52:19','Westrom Group provides real estate services in the Dallas/Fort WorthMetroplex.\r\n\r\n<strong>What can you expect from Westrom Group?</strong>\r\n\r\n<strong>Home Staging –</strong> As part of our service, we provide home staging. Home staging will give a potential buyer an excellent first impression of your home.\r\n\r\n<strong>Property-value Analysis –</strong> We will conduct an analysis on the property you are interested. The value of the home will be analyzed and will be compared to the most recent data on other homes that are already sold.\r\n\r\n<strong>Property Maintenance –</strong> We offer a full range of services to help you maintain your property. Not all realestate companies do this. That is why Westrom Group Company has the advantage over other companies. Maintenance includes air conditioning, plumbing, as well as electrical repairs, painting, carpet, etc.','Services for Real Estate PropertyDFW','','inherit','closed','open','','5174-revision-v1','','','2013-11-02 05:52:19','2013-11-02 05:52:19','',5174,'http://www.westromgroup.com/5174-revision-v1/',0,'revision','',0),(51,1,'2010-10-07 02:02:06','2010-10-07 02:02:06','<img src=\"http://demo.wpzoom.com/pulse/files/2010/10/3932596272_986b6fdb0d.jpg\" alt=\"\" width=\"379\" height=\"500\" class=\"alignleft size-full wp-image-342\" />This is some dummy copy. You’re not really supposed to read this dummy copy, it is just a place holder for people who need some type to visualize what the actual copy might look like if it were real content.\n\nIf you want to read, I might suggest a good book, perhaps <a title=\"Hemingway\" href=\"http://en.wikipedia.org/wiki/Ernest_Hemingway\">Hemingway</a> or <a title=\"Melville\" href=\"http://en.wikipedia.org/wiki/Herman_Melville\">Melville</a>. That’s why they call it, the dummy copy. This, of course, is not the real copy for this entry. Rest assured, the words will expand the concept. With clarity. Conviction. And a little wit.\n\nIn today’s competitive <a title=\"market environment\" href=\"http://en.wikipedia.org/wiki/Market_environment\">market environment</a>, the body copy of your entry must lead the reader through a series of <strong>disarmingly simple thoughts</strong>.\n\nAll your supporting arguments must be communicated with simplicity and charm. And in such a way that the reader will read on. (After all, that’s a reader’s job: to read, isn’t it?) And by the time your readers have reached this point in the finished copy, you will have convinced them that you not only respect their intelligence, but you also <strong>understand their needs as consumers</strong>.<!--more-->\n\nAs a result of which, your entry will repay your <a title=\"writing\" href=\"http://en.wikipedia.org/wiki/Writing\">efforts</a>. Take your sales; simply put, they will rise. Likewise your credibility. There’s every chance your competitors will wish they’d placed this entry, not you. While your customers will have probably forgotten that your competitors even exist. Which brings us, by a somewhat circuitous route, to another small point, but one which we feel should be raised.\n<h3>Long copy or short - You decide</h3>\nAs a marketer, you probably don’t even believe in body copy. <strong>Let alone long body copy</strong>. (Unless you have a long body yourself.) Well, truth is, who‘s to blame you? Fact is, too much long body copy is dotted with such indulgent little phrases like <a title=\"truth\" href=\"http://en.wikipedia.org/wiki/Truth\">truth</a> is, fact is, and who’s to blame you. Trust us: we guarantee, with a hand over our heart, that no such indulgent rubbish will appear in your entry. That’s why God gave us big blue pencils. So we can expunge every example of witted waffle.\n<blockquote>For you, the skies will be blue, the birds will sing, and your copy will be crafted by a dedicated little man whose wife will be sitting at home, knitting, wondering why your entry demands more of her husband‘s time than it should.</blockquote>\nBut you will know why, won‘t you? You will have given her husband a chance to immortalize himself in print, writing some of the most persuasive prose on behalf of a truly enlightened purveyor of <a title=\"widgets\" href=\"http://en.wikipedia.org/wiki/Widgets\">widgets</a>. And so, while your dedicated reader, enslaved to each mellifluous paragraph, clutches his newspaper with increasing interest and intention to purchase, you can count all your increased profits and take pots of money to your bank. Sadly, this is not the real copy for this entry. <strong>But it could well be</strong>. All you have to do is look at the <a title=\"account executive\" href=\"http://en.wikipedia.org/wiki/Account_executive\">account executive</a> sitting across your desk (the fellow with the lugubrious face and the calf-like eyes), and say ”Yes! Yes! Yes!“ And anything you want, body copy, dinners, women, will be yours. Couldn’t be fairer than that, could we?','Praesent dapibus, neque id cursus','','trash','open','open','','iraqs-war-widows-face-dire-need-with-little-aid','','','2013-11-02 08:25:38','2013-11-02 08:25:38','',0,'http://wpzoom.com/zenko/demo/?p=51',0,'post','',1),(53,1,'2010-03-18 02:04:12','2010-03-18 02:04:12','This is some dummy copy. You’re not really supposed to read this dummy copy, it is just a place holder for people who need some type to visualize what the actual copy might look like if it were real content.\n\nIf you want to read, I might suggest a good book, perhaps <a title=\"Hemingway\" href=\"http://en.wikipedia.org/wiki/Ernest_Hemingway\">Hemingway</a> or <a title=\"Melville\" href=\"http://en.wikipedia.org/wiki/Herman_Melville\">Melville</a>. That’s why they call it, the dummy copy. This, of course, is not the real copy for this entry. Rest assured, the words will expand the concept. With clarity. Conviction. And a little wit.\n\nIn today’s competitive <a title=\"market environment\" href=\"http://en.wikipedia.org/wiki/Market_environment\">market environment</a>, the body copy of your entry must lead the reader through a series of <strong>disarmingly simple thoughts</strong>.\n\nAll your supporting arguments must be communicated with simplicity and charm. And in such a way that the reader will read on. (After all, that’s a reader’s job: to read, isn’t it?) And by the time your readers have reached this point in the finished copy, you will have convinced them that you not only respect their intelligence, but you also <strong>understand their needs as consumers</strong>.\n\nAs a result of which, your entry will repay your <a title=\"writing\" href=\"http://en.wikipedia.org/wiki/Writing\">efforts</a>. Take your sales; simply put, they will rise. Likewise your credibility. There’s every chance your competitors will wish they’d placed this entry, not you. While your customers will have probably forgotten that your competitors even exist. Which brings us, by a somewhat circuitous route, to another small point, but one which we feel should be raised.\n<h3>Long copy or short - You decide</h3>\nAs a marketer, you probably don’t even believe in body copy. <strong>Let alone long body copy</strong>. (Unless you have a long body yourself.) Well, truth is, who‘s to blame you? Fact is, too much long body copy is dotted with such indulgent little phrases like <a title=\"truth\" href=\"http://en.wikipedia.org/wiki/Truth\">truth</a> is, fact is, and who’s to blame you. Trust us: we guarantee, with a hand over our heart, that no such indulgent rubbish will appear in your entry. That’s why God gave us big blue pencils. So we can expunge every example of witted waffle.\n<blockquote>For you, the skies will be blue, the birds will sing, and your copy will be crafted by a dedicated little man whose wife will be sitting at home, knitting, wondering why your entry demands more of her husband‘s time than it should.</blockquote>\nBut you will know why, won‘t you? You will have given her husband a chance to immortalize himself in print, writing some of the most persuasive prose on behalf of a truly enlightened purveyor of <a title=\"widgets\" href=\"http://en.wikipedia.org/wiki/Widgets\">widgets</a>. And so, while your dedicated reader, enslaved to each mellifluous paragraph, clutches his newspaper with increasing interest and intention to purchase, you can count all your increased profits and take pots of money to your bank. Sadly, this is not the real copy for this entry. <strong>But it could well be</strong>. All you have to do is look at the <a title=\"account executive\" href=\"http://en.wikipedia.org/wiki/Account_executive\">account executive</a> sitting across your desk (the fellow with the lugubrious face and the calf-like eyes), and say ”Yes! Yes! Yes!“ And anything you want, body copy, dinners, women, will be yours. Couldn’t be fairer than that, could we?','Vestibulum auctor dapibus neque','','trash','open','open','','vestibulum-auctor-dapibus-neque','','','2013-11-02 08:25:39','2013-11-02 08:25:39','',0,'http://wpzoom.com/zenko/demo/?p=53',0,'post','',0),(56,1,'2009-05-07 02:07:12','2009-05-07 07:07:12','This is some dummy copy. You’re not really supposed to read this dummy copy, it is just a place holder for people who need some type to visualize what the actual copy might look like if it were real content.\n\nIf you want to read, I might suggest a good book, perhaps <a title=\"Hemingway\" href=\"http://en.wikipedia.org/wiki/Ernest_Hemingway\">Hemingway</a> or <a title=\"Melville\" href=\"http://en.wikipedia.org/wiki/Herman_Melville\">Melville</a>. That’s why they call it, the dummy copy. This, of course, is not the real copy for this entry. Rest assured, the words will expand the concept. With clarity. Conviction. And a little wit.\n\nIn today’s competitive <a title=\"market environment\" href=\"http://en.wikipedia.org/wiki/Market_environment\">market environment</a>, the body copy of your entry must lead the reader through a series of <strong>disarmingly simple thoughts</strong>.\n\nAll your supporting arguments must be communicated with simplicity and charm. And in such a way that the reader will read on. (After all, that’s a reader’s job: to read, isn’t it?) And by the time your readers have reached this point in the finished copy, you will have convinced them that you not only respect their intelligence, but you also <strong>understand their needs as consumers</strong>.<!--more-->\n\n<img src=\"http://demo.wpzoom.com/pulse/files/2009/05/bmw_e_392-1024x768.jpg\" alt=\"\" width=\"1024\" height=\"768\" class=\"aligncenter size-large wp-image-496\" />\n\nAs a result of which, your entry will repay your <a title=\"writing\" href=\"http://en.wikipedia.org/wiki/Writing\">efforts</a>. Take your sales; simply put, they will rise. Likewise your credibility. There’s every chance your competitors will wish they’d placed this entry, not you. While your customers will have probably forgotten that your competitors even exist. Which brings us, by a somewhat circuitous route, to another small point, but one which we feel should be raised.\n<h3>Long copy or short - You decide</h3>\nAs a marketer, you probably don’t even believe in body copy. <strong>Let alone long body copy</strong>. (Unless you have a long body yourself.) Well, truth is, who‘s to blame you? Fact is, too much long body copy is dotted with such indulgent little phrases like <a title=\"truth\" href=\"http://en.wikipedia.org/wiki/Truth\">truth</a> is, fact is, and who’s to blame you. Trust us: we guarantee, with a hand over our heart, that no such indulgent rubbish will appear in your entry. That’s why God gave us big blue pencils. So we can expunge every example of witted waffle.\n<blockquote>For you, the skies will be blue, the birds will sing, and your copy will be crafted by a dedicated little man whose wife will be sitting at home, knitting, wondering why your entry demands more of her husband‘s time than it should.</blockquote>\n\nBut you will know why, won‘t you? You will have given her husband a chance to immortalize himself in print, writing some of the most persuasive prose on behalf of a truly enlightened purveyor of <a title=\"widgets\" href=\"http://en.wikipedia.org/wiki/Widgets\">widgets</a>. And so, while your dedicated reader, enslaved to each mellifluous paragraph, clutches his newspaper with increasing interest and intention to purchase, you can count all your increased profits and take pots of money to your bank. Sadly, this is not the real copy for this entry. <strong>But it could well be</strong>. All you have to do is look at the <a title=\"account executive\" href=\"http://en.wikipedia.org/wiki/Account_executive\">account executive</a> sitting across your desk (the fellow with the lugubrious face and the calf-like eyes), and say ”Yes! Yes! Yes!“ And anything you want, body copy, dinners, women, will be yours. Couldn’t be fairer than that, could we?','Fastest Man in the World, Crashes His BMW M3','','trash','open','open','','fastest-man-in-the-world-crashes-his-bmw-m3-in-jamaica','','','2013-11-02 08:25:39','2013-11-02 08:25:39','',0,'http://wpzoom.com/zenko/demo/?p=56',0,'post','',0),(4160,1,'2013-09-10 14:01:19','2013-09-10 14:01:19','/*\nWelcome to Custom CSS!\n\nCSS (Cascading Style Sheets) is a kind of code that tells the browser how\nto render a web page. You may delete these comments and get started with\nyour customizations.\n\nBy default, your stylesheet will be loaded after the theme stylesheets,\nwhich means that your rules can take precedence and override the theme CSS\nrules. Just write here what you want to change, you don\'t need to copy all\nyour theme\'s stylesheet content.\n*/\nbody {\n background-color: white;\n}\n\n.portal-button img:hover {\n opacity: .4;\n filter: alpha(opacity=40);\n/* For IE8 and earlier */\n}\n\n/* 4 columns link styles */\n.bottom-slider-column4 a:link {\n color: #fff;\n}\n\n.bottom-slider-column4 a:visited {\n color: #fff;\n}\n\n.bottom-slider-column4 a:hover {\n color: #C0C0C0;\n}\n\n.bottom-slider-column4 a:active {\n color: #C0C0C0;\n}\n\n/*page caption link styles */\n.page-header-caption a {\n font-size: 20px;\n font-style: normal;\n background-color: #375e9c;\n text-decoration: underline;\n padding-right: 20px;\n}\n\n.page-header-caption a:link {\n color: #fff;\n}\n\n.page-header-caption a:visited {\n color: #fff;\n}\n\n.page-header-caption a:hover {\n color: #C0C0C0;\n}\n\n.page-header-caption a:active {\n color: #C0C0C0;\n}','safecss','King Power (shared on wplocker.com)','publish','open','open','','safecss','','','2013-10-17 14:32:12','2013-10-17 14:32:12','body{background-color:#fff}.portal-button img:hover{opacity:.4;filter:alpha(opacity=40)}.bottom-slider-column4 a:link{color:#fff}.bottom-slider-column4 a:visited{color:#fff}.bottom-slider-column4 a:hover{color:silver}.bottom-slider-column4 a:active{color:silver}.page-header-caption a{font-size:20px;font-style:normal;background-color:#375e9c;text-decoration:underline;padding-right:20px}.page-header-caption a:link{color:#fff}.page-header-caption a:visited{color:#fff}.page-header-caption a:hover{color:silver}.page-header-caption a:active{color:silver}',0,'http://testingweb123.webuda.com/?safecss=safecss',0,'safecss','',0),(4249,1,'2013-09-16 13:19:45','2013-09-16 13:19:45','','safecss','Twenty Thirteen','inherit','closed','open','','4160-revision-v1','','','2013-09-16 13:19:45','2013-09-16 13:19:45','',4160,'http://testingweb123.webuda.com/uncategorized/4160-revision-v1/',0,'revision','',0),(4250,1,'2013-09-16 13:39:04','2013-09-16 13:39:04','','safecss','Domestica','inherit','closed','open','','4160-revision-v1','','','2013-09-16 13:39:04','2013-09-16 13:39:04','',4160,'http://testingweb123.webuda.com/uncategorized/4160-revision-v1/',0,'revision','',0),(4161,1,'2013-09-10 14:01:59','2013-09-10 14:01:59','/*\nWelcome to Custom CSS!\n\nCSS (Cascading Style Sheets) is a kind of code that tells the browser how\nto render a web page. You may delete these comments and get started with\nyour customizations.\n\nBy default, your stylesheet will be loaded after the theme stylesheets,\nwhich means that your rules can take precedence and override the theme CSS\nrules. Just write here what you want to change, you don\'t need to copy all\nyour theme\'s stylesheet content.\n*/\n.selo {\n margin: 0 auto;\n margin-left: auto;\n margin-right: auto;\n}','safecss','Burogu','inherit','open','open','','4160-revision-v1','','','2013-09-10 14:01:59','2013-09-10 14:01:59','',4160,'http://testingweb123.webuda.com/uncategorized/4160-revision-v1/',0,'revision','',0),(4162,1,'2013-09-10 14:02:10','2013-09-10 14:02:10','/*\nWelcome to Custom CSS!\n\nCSS (Cascading Style Sheets) is a kind of code that tells the browser how\nto render a web page. You may delete these comments and get started with\nyour customizations.\n\nBy default, your stylesheet will be loaded after the theme stylesheets,\nwhich means that your rules can take precedence and override the theme CSS\nrules. Just write here what you want to change, you don\'t need to copy all\nyour theme\'s stylesheet content.\n*/\n.selo {\n margin-left: auto;\n margin-right: auto;\n}','safecss','Burogu','inherit','open','open','','4160-revision-v1','','','2013-09-10 14:02:10','2013-09-10 14:02:10','',4160,'http://testingweb123.webuda.com/uncategorized/4160-revision-v1/',0,'revision','',0),(4163,1,'2013-09-10 14:02:23','2013-09-10 14:02:23','/*\nWelcome to Custom CSS!\n\nCSS (Cascading Style Sheets) is a kind of code that tells the browser how\nto render a web page. You may delete these comments and get started with\nyour customizations.\n\nBy default, your stylesheet will be loaded after the theme stylesheets,\nwhich means that your rules can take precedence and override the theme CSS\nrules. Just write here what you want to change, you don\'t need to copy all\nyour theme\'s stylesheet content.\n*/\n.selo {\n margin-left: 300px;\n margin-right: auto;\n}','safecss','Burogu','inherit','open','open','','4160-revision-v1','','','2013-09-10 14:02:23','2013-09-10 14:02:23','',4160,'http://testingweb123.webuda.com/uncategorized/4160-revision-v1/',0,'revision','',0),(4164,1,'2013-09-10 14:02:58','2013-09-10 14:02:58','/*\nWelcome to Custom CSS!\n\nCSS (Cascading Style Sheets) is a kind of code that tells the browser how\nto render a web page. You may delete these comments and get started with\nyour customizations.\n\nBy default, your stylesheet will be loaded after the theme stylesheets,\nwhich means that your rules can take precedence and override the theme CSS\nrules. Just write here what you want to change, you don\'t need to copy all\nyour theme\'s stylesheet content.\n*/\n.selo {\n display: block;\n margin-left: auto;\n margin-right: auto;\n}','safecss','Burogu','inherit','open','open','','4160-revision-v1','','','2013-09-10 14:02:58','2013-09-10 14:02:58','',4160,'http://testingweb123.webuda.com/uncategorized/4160-revision-v1/',0,'revision','',0),(4165,1,'2013-09-10 14:03:36','2013-09-10 14:03:36','/*\nWelcome to Custom CSS!\n\nCSS (Cascading Style Sheets) is a kind of code that tells the browser how\nto render a web page. You may delete these comments and get started with\nyour customizations.\n\nBy default, your stylesheet will be loaded after the theme stylesheets,\nwhich means that your rules can take precedence and override the theme CSS\nrules. Just write here what you want to change, you don\'t need to copy all\nyour theme\'s stylesheet content.\n*/\n.selo {\n text-align: left;\n width: 200px;\n display: block;\n margin-left: auto;\n margin-right: auto;\n}','safecss','Burogu','inherit','open','open','','4160-revision-v1','','','2013-09-10 14:03:36','2013-09-10 14:03:36','',4160,'http://testingweb123.webuda.com/uncategorized/4160-revision-v1/',0,'revision','',0),(4166,1,'2013-09-10 14:04:05','2013-09-10 14:04:05','/*\nWelcome to Custom CSS!\n\nCSS (Cascading Style Sheets) is a kind of code that tells the browser how\nto render a web page. You may delete these comments and get started with\nyour customizations.\n\nBy default, your stylesheet will be loaded after the theme stylesheets,\nwhich means that your rules can take precedence and override the theme CSS\nrules. Just write here what you want to change, you don\'t need to copy all\nyour theme\'s stylesheet content.\n*/\n.selo {\n text-align: left;\n width: 200px;\n display: block;\n margin-left: auto;\n margin-right: auto;\n margin-top: -100px;\n}','safecss','Burogu','inherit','open','open','','4160-revision-v1','','','2013-09-10 14:04:05','2013-09-10 14:04:05','',4160,'http://testingweb123.webuda.com/uncategorized/4160-revision-v1/',0,'revision','',0),(4167,1,'2013-09-10 14:04:22','2013-09-10 14:04:22','/*\nWelcome to Custom CSS!\n\nCSS (Cascading Style Sheets) is a kind of code that tells the browser how\nto render a web page. You may delete these comments and get started with\nyour customizations.\n\nBy default, your stylesheet will be loaded after the theme stylesheets,\nwhich means that your rules can take precedence and override the theme CSS\nrules. Just write here what you want to change, you don\'t need to copy all\nyour theme\'s stylesheet content.\n*/\n.selo {\n text-align: left;\n width: 200px;\n display: block;\n margin-left: auto;\n margin-right: auto;\n margin-top: -100px;\n z-index: 9999;\n}','safecss','Burogu','inherit','open','open','','4160-revision-v1','','','2013-09-10 14:04:22','2013-09-10 14:04:22','',4160,'http://testingweb123.webuda.com/uncategorized/4160-revision-v1/',0,'revision','',0),(4168,1,'2013-09-10 14:04:33','2013-09-10 14:04:33','/*\nWelcome to Custom CSS!\n\nCSS (Cascading Style Sheets) is a kind of code that tells the browser how\nto render a web page. You may delete these comments and get started with\nyour customizations.\n\nBy default, your stylesheet will be loaded after the theme stylesheets,\nwhich means that your rules can take precedence and override the theme CSS\nrules. Just write here what you want to change, you don\'t need to copy all\nyour theme\'s stylesheet content.\n*/\n.selo {\n text-align: left;\n width: 200px;\n display: block;\n margin-left: auto;\n margin-right: auto;\n margin-top: -100px;\n z-index: 0;\n}','safecss','Burogu','inherit','open','open','','4160-revision-v1','','','2013-09-10 14:04:33','2013-09-10 14:04:33','',4160,'http://testingweb123.webuda.com/uncategorized/4160-revision-v1/',0,'revision','',0),(4169,1,'2013-09-10 14:04:56','2013-09-10 14:04:56','/*\nWelcome to Custom CSS!\n\nCSS (Cascading Style Sheets) is a kind of code that tells the browser how\nto render a web page. You may delete these comments and get started with\nyour customizations.\n\nBy default, your stylesheet will be loaded after the theme stylesheets,\nwhich means that your rules can take precedence and override the theme CSS\nrules. Just write here what you want to change, you don\'t need to copy all\nyour theme\'s stylesheet content.\n*/\n.selo {\n text-align: left;\n width: 200px;\n display: block;\n margin-left: auto;\n margin-right: auto;\n margin-top: -100px;\n z-index: 0;\n position: absolute;\n}','safecss','Burogu','inherit','open','open','','4160-revision-v1','','','2013-09-10 14:04:56','2013-09-10 14:04:56','',4160,'http://testingweb123.webuda.com/uncategorized/4160-revision-v1/',0,'revision','',0),(4173,1,'2013-09-10 14:06:11','2013-09-10 14:06:11','/*\nWelcome to Custom CSS!\n\nCSS (Cascading Style Sheets) is a kind of code that tells the browser how\nto render a web page. You may delete these comments and get started with\nyour customizations.\n\nBy default, your stylesheet will be loaded after the theme stylesheets,\nwhich means that your rules can take precedence and override the theme CSS\nrules. Just write here what you want to change, you don\'t need to copy all\nyour theme\'s stylesheet content.\n*/\n.selo {\n text-align: left;\n width: 200px;\n display: block;\n margin-left: 600px;\n margin-right: auto;\n margin-top: -60px;\n z-index: 0;\n position: absolute;\n}','safecss','Burogu','inherit','open','open','','4160-revision-v1','','','2013-09-10 14:06:11','2013-09-10 14:06:11','',4160,'http://testingweb123.webuda.com/uncategorized/4160-revision-v1/',0,'revision','',0),(4170,1,'2013-09-10 14:05:23','2013-09-10 14:05:23','/*\nWelcome to Custom CSS!\n\nCSS (Cascading Style Sheets) is a kind of code that tells the browser how\nto render a web page. You may delete these comments and get started with\nyour customizations.\n\nBy default, your stylesheet will be loaded after the theme stylesheets,\nwhich means that your rules can take precedence and override the theme CSS\nrules. Just write here what you want to change, you don\'t need to copy all\nyour theme\'s stylesheet content.\n*/\n.selo {\n text-align: left;\n width: 200px;\n display: block;\n margin-left: 500px;\n margin-right: auto;\n margin-top: -100px;\n z-index: 0;\n position: absolute;\n}','safecss','Burogu','inherit','open','open','','4160-revision-v1','','','2013-09-10 14:05:23','2013-09-10 14:05:23','',4160,'http://testingweb123.webuda.com/uncategorized/4160-revision-v1/',0,'revision','',0),(4171,1,'2013-09-10 14:05:39','2013-09-10 14:05:39','/*\nWelcome to Custom CSS!\n\nCSS (Cascading Style Sheets) is a kind of code that tells the browser how\nto render a web page. You may delete these comments and get started with\nyour customizations.\n\nBy default, your stylesheet will be loaded after the theme stylesheets,\nwhich means that your rules can take precedence and override the theme CSS\nrules. Just write here what you want to change, you don\'t need to copy all\nyour theme\'s stylesheet content.\n*/\n.selo {\n text-align: left;\n width: 200px;\n display: block;\n margin-left: 700px;\n margin-right: auto;\n margin-top: -100px;\n z-index: 0;\n position: absolute;\n}','safecss','Burogu','inherit','open','open','','4160-revision-v1','','','2013-09-10 14:05:39','2013-09-10 14:05:39','',4160,'http://testingweb123.webuda.com/uncategorized/4160-revision-v1/',0,'revision','',0),(4172,1,'2013-09-10 14:05:54','2013-09-10 14:05:54','/*\nWelcome to Custom CSS!\n\nCSS (Cascading Style Sheets) is a kind of code that tells the browser how\nto render a web page. You may delete these comments and get started with\nyour customizations.\n\nBy default, your stylesheet will be loaded after the theme stylesheets,\nwhich means that your rules can take precedence and override the theme CSS\nrules. Just write here what you want to change, you don\'t need to copy all\nyour theme\'s stylesheet content.\n*/\n.selo {\n text-align: left;\n width: 200px;\n display: block;\n margin-left: 600px;\n margin-right: auto;\n margin-top: -100px;\n z-index: 0;\n position: absolute;\n}','safecss','Burogu','inherit','open','open','','4160-revision-v1','','','2013-09-10 14:05:54','2013-09-10 14:05:54','',4160,'http://testingweb123.webuda.com/uncategorized/4160-revision-v1/',0,'revision','',0),(4174,1,'2013-09-10 14:06:34','2013-09-10 14:06:34','/*\nWelcome to Custom CSS!\n\nCSS (Cascading Style Sheets) is a kind of code that tells the browser how\nto render a web page. You may delete these comments and get started with\nyour customizations.\n\nBy default, your stylesheet will be loaded after the theme stylesheets,\nwhich means that your rules can take precedence and override the theme CSS\nrules. Just write here what you want to change, you don\'t need to copy all\nyour theme\'s stylesheet content.\n*/\n.selo {\n text-align: left;\n width: 200px;\n display: block;\n margin-left: 600px;\n margin-right: auto;\n margin-top: -60px;\n padding-bottom: 20px;\n z-index: 0;\n position: absolute;\n}','safecss','Burogu','inherit','open','open','','4160-revision-v1','','','2013-09-10 14:06:34','2013-09-10 14:06:34','',4160,'http://testingweb123.webuda.com/uncategorized/4160-revision-v1/',0,'revision','',0),(4175,1,'2013-09-10 14:06:49','2013-09-10 14:06:49','/*\nWelcome to Custom CSS!\n\nCSS (Cascading Style Sheets) is a kind of code that tells the browser how\nto render a web page. You may delete these comments and get started with\nyour customizations.\n\nBy default, your stylesheet will be loaded after the theme stylesheets,\nwhich means that your rules can take precedence and override the theme CSS\nrules. Just write here what you want to change, you don\'t need to copy all\nyour theme\'s stylesheet content.\n*/\n.selo {\n text-align: left;\n width: 200px;\n display: block;\n margin-left: 600px;\n margin-right: auto;\n margin-top: -60px;\n bottom: 20px;\n z-index: 0;\n position: absolute;\n}','safecss','Burogu','inherit','open','open','','4160-revision-v1','','','2013-09-10 14:06:49','2013-09-10 14:06:49','',4160,'http://testingweb123.webuda.com/uncategorized/4160-revision-v1/',0,'revision','',0),(4176,1,'2013-09-10 14:07:10','2013-09-10 14:07:10','/*\nWelcome to Custom CSS!\n\nCSS (Cascading Style Sheets) is a kind of code that tells the browser how\nto render a web page. You may delete these comments and get started with\nyour customizations.\n\nBy default, your stylesheet will be loaded after the theme stylesheets,\nwhich means that your rules can take precedence and override the theme CSS\nrules. Just write here what you want to change, you don\'t need to copy all\nyour theme\'s stylesheet content.\n*/\n.selo {\n text-align: left;\n width: 200px;\n display: block;\n margin-left: 600px;\n margin-right: auto;\n margin-top: -100px;\n z-index: 0;\n position: absolute;\n}','safecss','Burogu','inherit','open','open','','4160-revision-v1','','','2013-09-10 14:07:10','2013-09-10 14:07:10','',4160,'http://testingweb123.webuda.com/uncategorized/4160-revision-v1/',0,'revision','',0),(4181,1,'2013-09-11 15:46:29','2013-09-11 15:46:29','/*\nWelcome to Custom CSS!\n\nCSS (Cascading Style Sheets) is a kind of code that tells the browser how\nto render a web page. You may delete these comments and get started with\nyour customizations.\n\nBy default, your stylesheet will be loaded after the theme stylesheets,\nwhich means that your rules can take precedence and override the theme CSS\nrules. Just write here what you want to change, you don\'t need to copy all\nyour theme\'s stylesheet content.\n*/\n.selo {\n text-align: left;\n width: 200px;\n display: block;\n margin-left: 640px;\n margin-right: auto;\n margin-top: -100px;\n z-index: 0;\n position: absolute;\n}\n\n#shs_slider_cont {\n margin: 0 auto;\n}','safecss','Burogu','inherit','open','open','','4160-revision-v1','','','2013-09-11 15:46:29','2013-09-11 15:46:29','',4160,'http://testingweb123.webuda.com/uncategorized/4160-revision-v1/',0,'revision','',0),(4331,1,'2013-09-18 11:42:48','2013-09-18 11:42:48','','safecss','Twenty Thirteen','inherit','closed','open','','4160-revision-v1','','','2013-09-18 11:42:48','2013-09-18 11:42:48','',4160,'http://testingweb123.webuda.com/uncategorized/4160-revision-v1/',0,'revision','',0),(4921,1,'2013-09-18 14:07:48','2013-09-18 14:07:48','','safecss','Twenty Thirteen','inherit','closed','open','','4160-revision-v1','','','2013-09-18 14:07:48','2013-09-18 14:07:48','',4160,'http://testingweb123.webuda.com/uncategorized/4160-revision-v1/',0,'revision','',0),(4332,1,'2013-09-18 12:58:51','2013-09-18 12:58:51','','safecss','Increase (shared on wplocker.com)','inherit','closed','open','','4160-revision-v1','','','2013-09-18 12:58:51','2013-09-18 12:58:51','',4160,'http://testingweb123.webuda.com/uncategorized/4160-revision-v1/',0,'revision','',0),(4922,1,'2013-09-18 14:54:28','2013-09-18 14:54:28','','safecss','King Power (shared on wplocker.com)','inherit','closed','open','','4160-revision-v1','','','2013-09-18 14:54:28','2013-09-18 14:54:28','',4160,'http://testingweb123.webuda.com/uncategorized/4160-revision-v1/',0,'revision','',0),(4253,1,'2013-09-16 13:39:09','0000-00-00 00:00:00','','Banner Sidebar','','draft','closed','closed','','banner_sidebar','','','2013-09-16 13:39:09','0000-00-00 00:00:00','',0,'http://testingweb123.webuda.com/?post_type=wpzoom&p=4253',0,'wpzoom','',0),(385,1,'2010-11-30 13:00:16','2010-11-30 13:00:16','This is some dummy copy. You’re not really supposed to read this dummy copy, it is just a place holder for people who need some type to visualize what the actual copy might look like if it were real content.\n\nIf you want to read, I might suggest a good book, perhaps <a title=\"Hemingway\" href=\"http://en.wikipedia.org/wiki/Ernest_Hemingway\">Hemingway</a> or <a title=\"Melville\" href=\"http://en.wikipedia.org/wiki/Herman_Melville\">Melville</a>. That’s why they call it, the dummy copy. This, of course, is not the real copy for this entry. Rest assured, the words will expand the concept. With clarity. Conviction. And a little wit.\n\nIn today’s competitive <a title=\"market environment\" href=\"http://en.wikipedia.org/wiki/Market_environment\">market environment</a>, the body copy of your entry must lead the reader through a series of <strong>disarmingly simple thoughts</strong>.\n\nAll your supporting arguments must be communicated with simplicity and charm. And in such a way that the reader will read on. (After all, that’s a reader’s job: to read, isn’t it?) And by the time your readers have reached this point in the finished copy, you will have convinced them that you not only respect their intelligence, but you also <strong>understand their needs as consumers</strong>.<!--more-->\n\nAs a result of which, your entry will repay your <a title=\"writing\" href=\"http://en.wikipedia.org/wiki/Writing\">efforts</a>. Take your sales; simply put, they will rise. Likewise your credibility. There’s every chance your competitors will wish they’d placed this entry, not you. While your customers will have probably forgotten that your competitors even exist. Which brings us, by a somewhat circuitous route, to another small point, but one which we feel should be raised.\n<h3>Long copy or short - You decide</h3>\nAs a marketer, you probably don’t even believe in body copy. <strong>Let alone long body copy</strong>. (Unless you have a long body yourself.) Well, truth is, who‘s to blame you? Fact is, too much long body copy is dotted with such indulgent little phrases like <a title=\"truth\" href=\"http://en.wikipedia.org/wiki/Truth\">truth</a> is, fact is, and who’s to blame you. Trust us: we guarantee, with a hand over our heart, that no such indulgent rubbish will appear in your entry. That’s why God gave us big blue pencils. So we can expunge every example of witted waffle.\n<blockquote>For you, the skies will be blue, the birds will sing, and your copy will be crafted by a dedicated little man whose wife will be sitting at home, knitting, wondering why your entry demands more of her husband‘s time than it should.</blockquote>\nBut you will know why, won‘t you? You will have given her husband a chance to immortalize himself in print, writing some of the most persuasive prose on behalf of a truly enlightened purveyor of <a title=\"widgets\" href=\"http://en.wikipedia.org/wiki/Widgets\">widgets</a>. And so, while your dedicated reader, enslaved to each mellifluous paragraph, clutches his newspaper with increasing interest and intention to purchase, you can count all your increased profits and take pots of money to your bank. Sadly, this is not the real copy for this entry. <strong>But it could well be</strong>. All you have to do is look at the <a title=\"account executive\" href=\"http://en.wikipedia.org/wiki/Account_executive\">account executive</a> sitting across your desk (the fellow with the lugubrious face and the calf-like eyes), and say ”Yes! Yes! Yes!“ And anything you want, body copy, dinners, women, will be yours. Couldn’t be fairer than that, could we?','Suscipit lorem tristique','','trash','open','open','','suscipit-lorem-tristique','','','2013-11-02 08:20:27','2013-11-02 08:20:27','',0,'http://www.wpzoom.com/demo/magazinum/?p=385',0,'post','',0),(388,1,'2010-11-26 13:01:57','2010-11-26 13:01:57','<img src=\"http://www.wpzoom.com/demo/magazinum/wp-content/uploads/2010/11/magazinum-6-300x244.jpg\" alt=\"\" width=\"300\" height=\"244\" class=\"alignleft size-medium wp-image-389\" />This is some dummy copy. You’re not really supposed to read this dummy copy, it is just a place holder for people who need some type to visualize what the actual copy might look like if it were real content.\n\nIf you want to read, I might suggest a good book, perhaps <a title=\"Hemingway\" href=\"http://en.wikipedia.org/wiki/Ernest_Hemingway\">Hemingway</a> or <a title=\"Melville\" href=\"http://en.wikipedia.org/wiki/Herman_Melville\">Melville</a>. That’s why they call it, the dummy copy. This, of course, is not the real copy for this entry. Rest assured, the words will expand the concept. With clarity. Conviction. And a little wit.\n\nIn today’s competitive <a title=\"market environment\" href=\"http://en.wikipedia.org/wiki/Market_environment\">market environment</a>, the body copy of your entry must lead the reader through a series of <strong>disarmingly simple thoughts</strong>.\n\nAll your supporting arguments must be communicated with simplicity and charm. And in such a way that the reader will read on. (After all, that’s a reader’s job: to read, isn’t it?) And by the time your readers have reached this point in the finished copy, you will have convinced them that you not only respect their intelligence, but you also <strong>understand their needs as consumers</strong>.<!--more-->\n\nAs a result of which, your entry will repay your <a title=\"writing\" href=\"http://en.wikipedia.org/wiki/Writing\">efforts</a>. Take your sales; simply put, they will rise. Likewise your credibility. There’s every chance your competitors will wish they’d placed this entry, not you. While your customers will have probably forgotten that your competitors even exist. Which brings us, by a somewhat circuitous route, to another small point, but one which we feel should be raised.\n<h3>Long copy or short - You decide</h3>\nAs a marketer, you probably don’t even believe in body copy. <strong>Let alone long body copy</strong>. (Unless you have a long body yourself.) Well, truth is, who‘s to blame you? Fact is, too much long body copy is dotted with such indulgent little phrases like <a title=\"truth\" href=\"http://en.wikipedia.org/wiki/Truth\">truth</a> is, fact is, and who’s to blame you. Trust us: we guarantee, with a hand over our heart, that no such indulgent rubbish will appear in your entry. That’s why God gave us big blue pencils. So we can expunge every example of witted waffle.\n<blockquote>For you, the skies will be blue, the birds will sing, and your copy will be crafted by a dedicated little man whose wife will be sitting at home, knitting, wondering why your entry demands more of her husband‘s time than it should.</blockquote>\nBut you will know why, won‘t you? You will have given her husband a chance to immortalize himself in print, writing some of the most persuasive prose on behalf of a truly enlightened purveyor of <a title=\"widgets\" href=\"http://en.wikipedia.org/wiki/Widgets\">widgets</a>. And so, while your dedicated reader, enslaved to each mellifluous paragraph, clutches his newspaper with increasing interest and intention to purchase, you can count all your increased profits and take pots of money to your bank. Sadly, this is not the real copy for this entry. <strong>But it could well be</strong>. All you have to do is look at the <a title=\"account executive\" href=\"http://en.wikipedia.org/wiki/Account_executive\">account executive</a> sitting across your desk (the fellow with the lugubrious face and the calf-like eyes), and say ”Yes! Yes! Yes!“ And anything you want, body copy, dinners, women, will be yours. Couldn’t be fairer than that, could we?','Pellentesque habitant morbi tristique senectus et netus ','','trash','open','open','','tortor-magna-dolor','','','2013-11-02 08:20:28','2013-11-02 08:20:28','',0,'http://www.wpzoom.com/demo/magazinum/?p=388',0,'post','',0),(391,1,'2011-05-26 13:03:01','2011-05-26 13:03:01','This is some dummy copy. You’re not really supposed to read this dummy copy, it is just a place holder for people who need some type to visualize what the actual copy might look like if it were real content.\n\nIf you want to read, I might suggest a good book, perhaps <a title=\"Hemingway\" href=\"http://en.wikipedia.org/wiki/Ernest_Hemingway\">Hemingway</a> or <a title=\"Melville\" href=\"http://en.wikipedia.org/wiki/Herman_Melville\">Melville</a>. That’s why they call it, the dummy copy. This, of course, is not the real copy for this entry. Rest assured, the words will expand the concept. With clarity. Conviction. And a little wit.\n\nIn today’s competitive <a title=\"market environment\" href=\"http://en.wikipedia.org/wiki/Market_environment\">market environment</a>, the body copy of your entry must lead the reader through a series of <strong>disarmingly simple thoughts</strong>.\n\nAll your supporting arguments must be communicated with simplicity and charm. And in such a way that the reader will read on. (After all, that’s a reader’s job: to read, isn’t it?) And by the time your readers have reached this point in the finished copy, you will have convinced them that you not only respect their intelligence, but you also <strong>understand their needs as consumers</strong>.<!--more-->\n\nAs a result of which, your entry will repay your <a title=\"writing\" href=\"http://en.wikipedia.org/wiki/Writing\">efforts</a>. Take your sales; simply put, they will rise. Likewise your credibility. There’s every chance your competitors will wish they’d placed this entry, not you. While your customers will have probably forgotten that your competitors even exist. Which brings us, by a somewhat circuitous route, to another small point, but one which we feel should be raised.\n<h3>Long copy or short - You decide</h3>\nAs a marketer, you probably don’t even believe in body copy. <strong>Let alone long body copy</strong>. (Unless you have a long body yourself.) Well, truth is, who‘s to blame you? Fact is, too much long body copy is dotted with such indulgent little phrases like <a title=\"truth\" href=\"http://en.wikipedia.org/wiki/Truth\">truth</a> is, fact is, and who’s to blame you. Trust us: we guarantee, with a hand over our heart, that no such indulgent rubbish will appear in your entry. That’s why God gave us big blue pencils. So we can expunge every example of witted waffle.\n<blockquote>For you, the skies will be blue, the birds will sing, and your copy will be crafted by a dedicated little man whose wife will be sitting at home, knitting, wondering why your entry demands more of her husband‘s time than it should.</blockquote>\nBut you will know why, won‘t you? You will have given her husband a chance to immortalize himself in print, writing some of the most persuasive prose on behalf of a truly enlightened purveyor of <a title=\"widgets\" href=\"http://en.wikipedia.org/wiki/Widgets\">widgets</a>. And so, while your dedicated reader, enslaved to each mellifluous paragraph, clutches his newspaper with increasing interest and intention to purchase, you can count all your increased profits and take pots of money to your bank. Sadly, this is not the real copy for this entry. <strong>But it could well be</strong>. All you have to do is look at the <a title=\"account executive\" href=\"http://en.wikipedia.org/wiki/Account_executive\">account executive</a> sitting across your desk (the fellow with the lugubrious face and the calf-like eyes), and say ”Yes! Yes! Yes!“ And anything you want, body copy, dinners, women, will be yours. Couldn’t be fairer than that, could we?','Donec in nonummy dolor luctus','This is some dummy copy. You’re not really supposed to read this dummy copy, it is just a place holder for people who need some type to visualize what the actual copy might look like if it were real content. ','trash','open','open','','donec-in-nonummy-dolor-luctus','','','2013-11-02 08:20:27','2013-11-02 08:20:27','',0,'http://www.wpzoom.com/demo/magazinum/?p=391',0,'post','',0),(394,1,'2010-11-26 13:04:05','2010-11-26 13:04:05','<img src=\"http://www.wpzoom.com/demo/magazinum/wp-content/uploads/2010/11/magazinum-8-300x212.jpg\" alt=\"\" width=\"300\" height=\"212\" class=\"alignleft size-medium wp-image-395\" />This is some dummy copy. You’re not really supposed to read this dummy copy, it is just a place holder for people who need some type to visualize what the actual copy might look like if it were real content.\n\nIf you want to read, I might suggest a good book, perhaps <a title=\"Hemingway\" href=\"http://en.wikipedia.org/wiki/Ernest_Hemingway\">Hemingway</a> or <a title=\"Melville\" href=\"http://en.wikipedia.org/wiki/Herman_Melville\">Melville</a>. That’s why they call it, the dummy copy. This, of course, is not the real copy for this entry. Rest assured, the words will expand the concept. With clarity. Conviction. And a little wit.\n\nIn today’s competitive <a title=\"market environment\" href=\"http://en.wikipedia.org/wiki/Market_environment\">market environment</a>, the body copy of your entry must lead the reader through a series of <strong>disarmingly simple thoughts</strong>.\n\nAll your supporting arguments must be communicated with simplicity and charm. And in such a way that the reader will read on. (After all, that’s a reader’s job: to read, isn’t it?) And by the time your readers have reached this point in the finished copy, you will have convinced them that you not only respect their intelligence, but you also <strong>understand their needs as consumers</strong>.<!--more-->\n\nAs a result of which, your entry will repay your <a title=\"writing\" href=\"http://en.wikipedia.org/wiki/Writing\">efforts</a>. Take your sales; simply put, they will rise. Likewise your credibility. There’s every chance your competitors will wish they’d placed this entry, not you. While your customers will have probably forgotten that your competitors even exist. Which brings us, by a somewhat circuitous route, to another small point, but one which we feel should be raised.\n<h3>Long copy or short - You decide</h3>\nAs a marketer, you probably don’t even believe in body copy. <strong>Let alone long body copy</strong>. (Unless you have a long body yourself.) Well, truth is, who‘s to blame you? Fact is, too much long body copy is dotted with such indulgent little phrases like <a title=\"truth\" href=\"http://en.wikipedia.org/wiki/Truth\">truth</a> is, fact is, and who’s to blame you. Trust us: we guarantee, with a hand over our heart, that no such indulgent rubbish will appear in your entry. That’s why God gave us big blue pencils. So we can expunge every example of witted waffle.\n<blockquote>For you, the skies will be blue, the birds will sing, and your copy will be crafted by a dedicated little man whose wife will be sitting at home, knitting, wondering why your entry demands more of her husband‘s time than it should.</blockquote>\nBut you will know why, won‘t you? You will have given her husband a chance to immortalize himself in print, writing some of the most persuasive prose on behalf of a truly enlightened purveyor of <a title=\"widgets\" href=\"http://en.wikipedia.org/wiki/Widgets\">widgets</a>. And so, while your dedicated reader, enslaved to each mellifluous paragraph, clutches his newspaper with increasing interest and intention to purchase, you can count all your increased profits and take pots of money to your bank. Sadly, this is not the real copy for this entry. <strong>But it could well be</strong>. All you have to do is look at the <a title=\"account executive\" href=\"http://en.wikipedia.org/wiki/Account_executive\">account executive</a> sitting across your desk (the fellow with the lugubrious face and the calf-like eyes), and say ”Yes! Yes! Yes!“ And anything you want, body copy, dinners, women, will be yours. Couldn’t be fairer than that, could we?','Cum arcu pretium, sed sed','','trash','open','open','','cum-arcu-pretium-sed-sed','','','2013-11-02 08:20:28','2013-11-02 08:20:28','',0,'http://www.wpzoom.com/demo/magazinum/?p=394',0,'post','',0),(397,1,'2010-11-26 13:05:17','2010-11-26 13:05:17','This is some dummy copy. You’re not really supposed to read this dummy copy, it is just a place holder for people who need some type to visualize what the actual copy might look like if it were real content.\n\nIf you want to read, I might suggest a good book, perhaps <a title=\"Hemingway\" href=\"http://en.wikipedia.org/wiki/Ernest_Hemingway\">Hemingway</a> or <a title=\"Melville\" href=\"http://en.wikipedia.org/wiki/Herman_Melville\">Melville</a>. That’s why they call it, the dummy copy. This, of course, is not the real copy for this entry. Rest assured, the words will expand the concept. With clarity. Conviction. And a little wit.\n\nIn today’s competitive <a title=\"market environment\" href=\"http://en.wikipedia.org/wiki/Market_environment\">market environment</a>, the body copy of your entry must lead the reader through a series of <strong>disarmingly simple thoughts</strong>.\n\n\n\nAll your supporting arguments must be communicated with simplicity and charm. And in such a way that the reader will read on. (After all, that’s a reader’s job: to read, isn’t it?) And by the time your readers have reached this point in the finished copy, you will have convinced them that you not only respect their intelligence, but you also <strong>understand their needs as consumers</strong>.<!--more-->\n\nAs a result of which, your entry will repay your <a title=\"writing\" href=\"http://en.wikipedia.org/wiki/Writing\">efforts</a>. Take your sales; simply put, they will rise. Likewise your credibility. There’s every chance your competitors will wish they’d placed this entry, not you. While your customers will have probably forgotten that your competitors even exist. Which brings us, by a somewhat circuitous route, to another small point, but one which we feel should be raised.\n<h3>Long copy or short - You decide</h3>\nAs a marketer, you probably don’t even believe in body copy. <strong>Let alone long body copy</strong>. (Unless you have a long body yourself.) Well, truth is, who‘s to blame you? Fact is, too much long body copy is dotted with such indulgent little phrases like <a title=\"truth\" href=\"http://en.wikipedia.org/wiki/Truth\">truth</a> is, fact is, and who’s to blame you. Trust us: we guarantee, with a hand over our heart, that no such indulgent rubbish will appear in your entry. That’s why God gave us big blue pencils. So we can expunge every example of witted waffle.\n<blockquote>For you, the skies will be blue, the birds will sing, and your copy will be crafted by a dedicated little man whose wife will be sitting at home, knitting, wondering why your entry demands more of her husband‘s time than it should.</blockquote>\nBut you will know why, won‘t you? You will have given her husband a chance to immortalize himself in print, writing some of the most persuasive prose on behalf of a truly enlightened purveyor of <a title=\"widgets\" href=\"http://en.wikipedia.org/wiki/Widgets\">widgets</a>. And so, while your dedicated reader, enslaved to each mellifluous paragraph, clutches his newspaper with increasing interest and intention to purchase, you can count all your increased profits and take pots of money to your bank. Sadly, this is not the real copy for this entry. <strong>But it could well be</strong>. All you have to do is look at the <a title=\"account executive\" href=\"http://en.wikipedia.org/wiki/Account_executive\">account executive</a> sitting across your desk (the fellow with the lugubrious face and the calf-like eyes), and say ”Yes! Yes! Yes!“ And anything you want, body copy, dinners, women, will be yours. Couldn’t be fairer than that, could we?','Mattis viverra dignissim, suspendisse risus','','trash','open','open','','mattis-viverra-dignissim-suspendisse-risus','','','2013-11-02 08:20:28','2013-11-02 08:20:28','',0,'http://www.wpzoom.com/demo/magazinum/?p=397',0,'post','',0),(400,1,'2010-11-26 13:06:16','2010-11-26 13:06:16','<img src=\"http://www.wpzoom.com/demo/magazinum/wp-content/uploads/2010/11/magazinum-10-300x199.jpg\" alt=\"\" width=\"300\" height=\"199\" class=\"alignright size-medium wp-image-401\" />This is some dummy copy. You’re not really supposed to read this dummy copy, it is just a place holder for people who need some type to visualize what the actual copy might look like if it were real content.\n\nIf you want to read, I might suggest a good book, perhaps <a title=\"Hemingway\" href=\"http://en.wikipedia.org/wiki/Ernest_Hemingway\">Hemingway</a> or <a title=\"Melville\" href=\"http://en.wikipedia.org/wiki/Herman_Melville\">Melville</a>. That’s why they call it, the dummy copy. This, of course, is not the real copy for this entry. Rest assured, the words will expand the concept. With clarity. Conviction. And a little wit.\n\nIn today’s competitive <a title=\"market environment\" href=\"http://en.wikipedia.org/wiki/Market_environment\">market environment</a>, the body copy of your entry must lead the reader through a series of <strong>disarmingly simple thoughts</strong>.\n\nAll your supporting arguments must be communicated with simplicity and charm. And in such a way that the reader will read on. (After all, that’s a reader’s job: to read, isn’t it?) And by the time your readers have reached this point in the finished copy, you will have convinced them that you not only respect their intelligence, but you also <strong>understand their needs as consumers</strong>.<!--more-->\n\nAs a result of which, your entry will repay your <a title=\"writing\" href=\"http://en.wikipedia.org/wiki/Writing\">efforts</a>. Take your sales; simply put, they will rise. Likewise your credibility. There’s every chance your competitors will wish they’d placed this entry, not you. While your customers will have probably forgotten that your competitors even exist. Which brings us, by a somewhat circuitous route, to another small point, but one which we feel should be raised.\n<h3>Long copy or short - You decide</h3>\nAs a marketer, you probably don’t even believe in body copy. <strong>Let alone long body copy</strong>. (Unless you have a long body yourself.) Well, truth is, who‘s to blame you? Fact is, too much long body copy is dotted with such indulgent little phrases like <a title=\"truth\" href=\"http://en.wikipedia.org/wiki/Truth\">truth</a> is, fact is, and who’s to blame you. Trust us: we guarantee, with a hand over our heart, that no such indulgent rubbish will appear in your entry. That’s why God gave us big blue pencils. So we can expunge every example of witted waffle.\n<blockquote>For you, the skies will be blue, the birds will sing, and your copy will be crafted by a dedicated little man whose wife will be sitting at home, knitting, wondering why your entry demands more of her husband‘s time than it should.</blockquote>\nBut you will know why, won‘t you? You will have given her husband a chance to immortalize himself in print, writing some of the most persuasive prose on behalf of a truly enlightened purveyor of <a title=\"widgets\" href=\"http://en.wikipedia.org/wiki/Widgets\">widgets</a>. And so, while your dedicated reader, enslaved to each mellifluous paragraph, clutches his newspaper with increasing interest and intention to purchase, you can count all your increased profits and take pots of money to your bank. Sadly, this is not the real copy for this entry. <strong>But it could well be</strong>. All you have to do is look at the <a title=\"account executive\" href=\"http://en.wikipedia.org/wiki/Account_executive\">account executive</a> sitting across your desk (the fellow with the lugubrious face and the calf-like eyes), and say ”Yes! Yes! Yes!“ And anything you want, body copy, dinners, women, will be yours. Couldn’t be fairer than that, could we?','Laoreet ligula, pretium nisl eleifend','','trash','open','open','','laoreet-ligula-pretium-nisl-eleifend','','','2013-11-02 08:20:28','2013-11-02 08:20:28','',0,'http://www.wpzoom.com/demo/magazinum/?p=400',0,'post','',0),(403,1,'2010-11-26 13:08:24','2010-11-26 13:08:24','<img src=\"http://www.wpzoom.com/demo/magazinum/wp-content/uploads/2010/11/magazinum-11-258x300.jpg\" alt=\"\" width=\"258\" height=\"300\" class=\"alignright size-medium wp-image-405\" />This is some dummy copy. You’re not really supposed to read this dummy copy, it is just a place holder for people who need some type to visualize what the actual copy might look like if it were real content.\n\nIf you want to read, I might suggest a good book, perhaps <a title=\"Hemingway\" href=\"http://en.wikipedia.org/wiki/Ernest_Hemingway\">Hemingway</a> or <a title=\"Melville\" href=\"http://en.wikipedia.org/wiki/Herman_Melville\">Melville</a>. That’s why they call it, the dummy copy. This, of course, is not the real copy for this entry. Rest assured, the words will expand the concept. With clarity. Conviction. And a little wit.\n\nIn today’s competitive <a title=\"market environment\" href=\"http://en.wikipedia.org/wiki/Market_environment\">market environment</a>, the body copy of your entry must lead the reader through a series of <strong>disarmingly simple thoughts</strong>.\n\nAll your supporting arguments must be communicated with simplicity and charm. And in such a way that the reader will read on. (After all, that’s a reader’s job: to read, isn’t it?) And by the time your readers have reached this point in the finished copy, you will have convinced them that you not only respect their intelligence, but you also <strong>understand their needs as consumers</strong>.<!--more-->\n\nAs a result of which, your entry will repay your <a title=\"writing\" href=\"http://en.wikipedia.org/wiki/Writing\">efforts</a>. Take your sales; simply put, they will rise. Likewise your credibility. There’s every chance your competitors will wish they’d placed this entry, not you. While your customers will have probably forgotten that your competitors even exist. Which brings us, by a somewhat circuitous route, to another small point, but one which we feel should be raised.\n<h3>Long copy or short - You decide</h3>\nAs a marketer, you probably don’t even believe in body copy. <strong>Let alone long body copy</strong>. (Unless you have a long body yourself.) Well, truth is, who‘s to blame you? Fact is, too much long body copy is dotted with such indulgent little phrases like <a title=\"truth\" href=\"http://en.wikipedia.org/wiki/Truth\">truth</a> is, fact is, and who’s to blame you. Trust us: we guarantee, with a hand over our heart, that no such indulgent rubbish will appear in your entry. That’s why God gave us big blue pencils. So we can expunge every example of witted waffle.\n<blockquote>For you, the skies will be blue, the birds will sing, and your copy will be crafted by a dedicated little man whose wife will be sitting at home, knitting, wondering why your entry demands more of her husband‘s time than it should.</blockquote>\nBut you will know why, won‘t you? You will have given her husband a chance to immortalize himself in print, writing some of the most persuasive prose on behalf of a truly enlightened purveyor of <a title=\"widgets\" href=\"http://en.wikipedia.org/wiki/Widgets\">widgets</a>. And so, while your dedicated reader, enslaved to each mellifluous paragraph, clutches his newspaper with increasing interest and intention to purchase, you can count all your increased profits and take pots of money to your bank. Sadly, this is not the real copy for this entry. <strong>But it could well be</strong>. All you have to do is look at the <a title=\"account executive\" href=\"http://en.wikipedia.org/wiki/Account_executive\">account executive</a> sitting across your desk (the fellow with the lugubrious face and the calf-like eyes), and say ”Yes! Yes! Yes!“ And anything you want, body copy, dinners, women, will be yours. Couldn’t be fairer than that, could we?','Vel fringilla, accumsan nam rhoncus, orci diam','','trash','open','open','','vel-fringilla-accumsan-nam-rhoncus-orci-diam','','','2013-11-02 08:20:28','2013-11-02 08:20:28','',0,'http://www.wpzoom.com/demo/magazinum/?p=403',0,'post','',0),(503,1,'2011-08-01 07:55:15','2011-08-01 07:55:15','This is some dummy copy. You’re not really supposed to read this dummy copy, it is just a place holder for people who need some type to visualize what the actual copy might look like if it were real content.\n\nIf you want to read, I might suggest a good book, perhaps <a title=\"Hemingway\" href=\"http://en.wikipedia.org/wiki/Ernest_Hemingway\">Hemingway</a> or <a title=\"Melville\" href=\"http://en.wikipedia.org/wiki/Herman_Melville\">Melville</a>. That’s why they call it, the dummy copy. This, of course, is not the real copy for this entry. Rest assured, the words will expand the concept. With clarity. Conviction. And a little wit.\n\nIn today’s competitive <a title=\"market environment\" href=\"http://en.wikipedia.org/wiki/Market_environment\">market environment</a>, the body copy of your entry must lead the reader through a series of <strong>disarmingly simple thoughts</strong>.\n\nAll your supporting arguments must be communicated with simplicity and charm. And in such a way that the reader will read on. (After all, that’s a reader’s job: to read, isn’t it?) And by the time your readers have reached this point in the finished copy, you will have convinced them that you not only respect their intelligence, but you also <strong>understand their needs as consumers</strong>.<!--more-->\n\nAs a result of which, your entry will repay your <a title=\"writing\" href=\"http://en.wikipedia.org/wiki/Writing\">efforts</a>. Take your sales; simply put, they will rise. Likewise your credibility. There’s every chance your competitors will wish they’d placed this entry, not you. While your customers will have probably forgotten that your competitors even exist. Which brings us, by a somewhat circuitous route, to another small point, but one which we feel should be raised.\n<h3>Long copy or short - You decide</h3>\nAs a marketer, you probably don’t even believe in body copy. <strong>Let alone long body copy</strong>. (Unless you have a long body yourself.) Well, truth is, who‘s to blame you? Fact is, too much long body copy is dotted with such indulgent little phrases like <a title=\"truth\" href=\"http://en.wikipedia.org/wiki/Truth\">truth</a> is, fact is, and who’s to blame you. Trust us: we guarantee, with a hand over our heart, that no such indulgent rubbish will appear in your entry. That’s why God gave us big blue pencils. So we can expunge every example of witted waffle.\n<blockquote>For you, the skies will be blue, the birds will sing, and your copy will be crafted by a dedicated little man whose wife will be sitting at home, knitting, wondering why your entry demands more of her husband‘s time than it should.</blockquote>\n\nBut you will know why, won‘t you? You will have given her husband a chance to immortalize himself in print, writing some of the most persuasive prose on behalf of a truly enlightened purveyor of <a title=\"widgets\" href=\"http://en.wikipedia.org/wiki/Widgets\">widgets</a>. And so, while your dedicated reader, enslaved to each mellifluous paragraph, clutches his newspaper with increasing interest and intention to purchase, you can count all your increased profits and take pots of money to your bank. Sadly, this is not the real copy for this entry. <strong>But it could well be</strong>. All you have to do is look at the <a title=\"account executive\" href=\"http://en.wikipedia.org/wiki/Account_executive\">account executive</a> sitting across your desk (the fellow with the lugubrious face and the calf-like eyes), and say ”Yes! Yes! Yes!“ And anything you want, body copy, dinners, women, will be yours. Couldn’t be fairer than that, could we?','Rare Seagull Lands at Coney Island','','trash','open','open','','rare-seagull-lands-at-coney-island','','','2013-11-02 08:20:27','2013-11-02 08:20:27','',0,'http://demo.wpzoom.com/onplay/?p=503',0,'post','',0),(533,1,'2011-09-26 07:40:15','0000-00-00 00:00:00','','Banner Top','','draft','closed','closed','','banner_top','','','2011-09-26 07:40:15','0000-00-00 00:00:00','',0,'http://demo.wpzoom.com/legto/?post_type=wpzoom&p=533',0,'wpzoom','',0),(534,1,'2011-09-26 07:40:15','0000-00-00 00:00:00','','Banner Sidebar','','draft','closed','closed','','banner_sidebar','','','2011-09-26 07:40:15','0000-00-00 00:00:00','',0,'http://demo.wpzoom.com/legto/?post_type=wpzoom&p=534',0,'wpzoom','',0),(578,1,'2011-09-25 15:37:27','0000-00-00 00:00:00','','Misc Logo Path','','draft','closed','closed','','misc_logo_path','','','2011-09-25 15:37:27','0000-00-00 00:00:00','',0,'http://demo.wpzoom.com/legto/?post_type=wpzoom&p=4',0,'wpzoom','',0),(579,1,'2011-09-25 15:37:27','0000-00-00 00:00:00','','Misc Favicon','','draft','closed','closed','','misc_favicon','','','2011-09-25 15:37:27','0000-00-00 00:00:00','',0,'http://demo.wpzoom.com/legto/?post_type=wpzoom&p=5',0,'wpzoom','',0),(672,1,'2011-06-22 12:59:42','2011-06-22 12:59:42','This is some dummy copy. You’re not really supposed to read this dummy copy, it is just a place holder for people who need some type to visualize what the actual copy might look like if it were real content.\n\nIf you want to read, I might suggest a good book, perhaps <a title=\"Hemingway\" href=\"http://en.wikipedia.org/wiki/Ernest_Hemingway\">Hemingway</a> or <a title=\"Melville\" href=\"http://en.wikipedia.org/wiki/Herman_Melville\">Melville</a>. That’s why they call it, the dummy copy. This, of course, is not the real copy for this entry. Rest assured, the words will expand the concept. With clarity. Conviction. And a little wit.\n\nIn today’s competitive <a title=\"market environment\" href=\"http://en.wikipedia.org/wiki/Market_environment\">market environment</a>, the body copy of your entry must lead the reader through a series of <strong>disarmingly simple thoughts</strong>.\n\n\n\nAll your supporting arguments must be communicated with simplicity and charm. And in such a way that the reader will read on. (After all, that’s a reader’s job: to read, isn’t it?) And by the time your readers have reached this point in the finished copy, you will have convinced them that you not only respect their intelligence, but you also <strong>understand their needs as consumers</strong>.\n\nAs a result of which, your entry will repay your <a title=\"writing\" href=\"http://en.wikipedia.org/wiki/Writing\">efforts</a>. Take your sales; simply put, they will rise. Likewise your credibility. There’s every chance your competitors will wish they’d placed this entry, not you. While your customers will have probably forgotten that your competitors even exist. Which brings us, by a somewhat circuitous route, to another small point, but one which we feel should be raised.\n<h3>Long copy or short - You decide</h3>\nAs a marketer, you probably don’t even believe in body copy. <strong>Let alone long body copy</strong>. (Unless you have a long body yourself.) Well, truth is, who‘s to blame you? Fact is, too much long body copy is dotted with such indulgent little phrases like <a title=\"truth\" href=\"http://en.wikipedia.org/wiki/Truth\">truth</a> is, fact is, and who’s to blame you. Trust us: we guarantee, with a hand over our heart, that no such indulgent rubbish will appear in your entry. That’s why God gave us big blue pencils. So we can expunge every example of witted waffle.\n<blockquote>For you, the skies will be blue, the birds will sing, and your copy will be crafted by a dedicated little man whose wife will be sitting at home, knitting, wondering why your entry demands more of her husband‘s time than it should.</blockquote>\nBut you will know why, won‘t you? You will have given her husband a chance to immortalize himself in print, writing some of the most persuasive prose on behalf of a truly enlightened purveyor of <a title=\"widgets\" href=\"http://en.wikipedia.org/wiki/Widgets\">widgets</a>. And so, while your dedicated reader, enslaved to each mellifluous paragraph, clutches his newspaper with increasing interest and intention to purchase, you can count all your increased profits and take pots of money to your bank. Sadly, this is not the real copy for this entry. <strong>But it could well be</strong>. All you have to do is look at the <a title=\"account executive\" href=\"http://en.wikipedia.org/wiki/Account_executive\">account executive</a> sitting across your desk (the fellow with the lugubrious face and the calf-like eyes), and say ”Yes! Yes! Yes!“ And anything you want, body copy, dinners, women, will be yours. Couldn’t be fairer than that, could we?','Lamborghini Aventador','This is some dummy copy. You’re not really supposed to read this dummy copy, it is just a place holder for people who need some type to visualize what the actual copy might look like if it were real content.','trash','open','open','','lamborghini-aventador','','','2013-11-02 08:20:27','2013-11-02 08:20:27','',0,'http://wpzoom.com/zenko/demo/?p=9',0,'post','',1),(673,1,'2011-03-10 15:53:46','2011-03-10 15:53:46','This is some dummy copy. You’re not really supposed to read this dummy copy, it is just a place holder for people who need some type to visualize what the actual copy might look like if it were real content.\n\nIf you want to read, I might suggest a good book, perhaps <a title=\"Hemingway\" href=\"http://en.wikipedia.org/wiki/Ernest_Hemingway\">Hemingway</a> or <a title=\"Melville\" href=\"http://en.wikipedia.org/wiki/Herman_Melville\">Melville</a>. That’s why they call it, the dummy copy. This, of course, is not the real copy for this entry. Rest assured, the words will expand the concept. With clarity. Conviction. And a little wit.\n\nIn today’s competitive <a title=\"market environment\" href=\"http://en.wikipedia.org/wiki/Market_environment\">market environment</a>, the body copy of your entry must lead the reader through a series of <strong>disarmingly simple thoughts</strong>.\n\n\n\nAll your supporting arguments must be communicated with simplicity and charm. And in such a way that the reader will read on. (After all, that’s a reader’s job: to read, isn’t it?) And by the time your readers have reached this point in the finished copy, you will have convinced them that you not only respect their intelligence, but you also <strong>understand their needs as consumers</strong>.<!--more-->\n<h3>Unordered List</h3>\n<ul>\n <li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>\n <li>Aliquam tincidunt mauris eu risus.</li>\n <li>Vestibulum auctor dapibus neque.</li>\n</ul>\n<h3>Ordered List</h3>\n<ol>\n <li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>\n <li>Aliquam tincidunt mauris eu risus.</li>\n <li>Vestibulum auctor dapibus neque.</li>\n</ol>\n<h3>Blockquote</h3>\n<blockquote>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus magna. Cras in mi at felis aliquet congue. Ut a est eget ligula molestie gravida. Curabitur massa. Donec eleifend, libero at sagittis mollis, tellus est malesuada tellus, at luctus turpis elit sit amet quam. Vivamus pretium ornare est.</blockquote>\n<h2>Header Level 2</h2>\n<h3>Header Level 3</h3>\n<h4>Header Level 4</h4>\n<h5>Header Level 5</h5>\n<h6>Header Level 6</h6>','Carving the Mountains','','trash','open','open','','carving-the-mountains','','','2013-11-02 08:20:27','2013-11-02 08:20:27','',0,'http://wpzoom.com/zenko/demo/?p=13',0,'post','',0),(674,1,'2011-05-08 16:39:40','2011-05-08 16:39:40','This is some dummy copy. You’re not really supposed to read this dummy copy, it is just a place holder for people who need some type to visualize what the actual copy might look like if it were real content.\n\nIf you want to read, I might suggest a good book, perhaps <a title=\"Hemingway\" href=\"http://en.wikipedia.org/wiki/Ernest_Hemingway\">Hemingway</a> or <a title=\"Melville\" href=\"http://en.wikipedia.org/wiki/Herman_Melville\">Melville</a>. That’s why they call it, the dummy copy. This, of course, is not the real copy for this entry. Rest assured, the words will expand the concept. With clarity. Conviction. And a little wit.\n\nIn today’s competitive <a title=\"market environment\" href=\"http://en.wikipedia.org/wiki/Market_environment\">market environment</a>, the body copy of your entry must lead the reader through a series of <strong>disarmingly simple thoughts</strong>.\n\n\n\nAll your supporting arguments must be communicated with simplicity and charm. And in such a way that the reader will read on. (After all, that’s a reader’s job: to read, isn’t it?) And by the time your readers have reached this point in the finished copy, you will have convinced them that you not only respect their intelligence, but you also <strong>understand their needs as consumers</strong>.\n\nAs a result of which, your entry will repay your <a title=\"writing\" href=\"http://en.wikipedia.org/wiki/Writing\">efforts</a>. Take your sales; simply put, they will rise. Likewise your credibility. There’s every chance your competitors will wish they’d placed this entry, not you. While your customers will have probably forgotten that your competitors even exist. Which brings us, by a somewhat circuitous route, to another small point, but one which we feel should be raised.<!--more-->\n<h3>Long copy or short - You decide</h3>\nAs a marketer, you probably don’t even believe in body copy. <strong>Let alone long body copy</strong>. (Unless you have a long body yourself.) Well, truth is, who‘s to blame you? Fact is, too much long body copy is dotted with such indulgent little phrases like <a title=\"truth\" href=\"http://en.wikipedia.org/wiki/Truth\">truth</a> is, fact is, and who’s to blame you. Trust us: we guarantee, with a hand over our heart, that no such indulgent rubbish will appear in your entry. That’s why God gave us big blue pencils. So we can expunge every example of witted waffle.\n<blockquote>For you, the skies will be blue, the birds will sing, and your copy will be crafted by a dedicated little man whose wife will be sitting at home, knitting, wondering why your entry demands more of her husband‘s time than it should.</blockquote>\n\nBut you will know why, won‘t you? You will have given her husband a chance to immortalize himself in print, writing some of the most persuasive prose on behalf of a truly enlightened purveyor of <a title=\"widgets\" href=\"http://en.wikipedia.org/wiki/Widgets\">widgets</a>. And so, while your dedicated reader, enslaved to each mellifluous paragraph, clutches his newspaper with increasing interest and intention to purchase, you can count all your increased profits and take pots of money to your bank. Sadly, this is not the real copy for this entry. <strong>But it could well be</strong>. All you have to do is look at the <a title=\"account executive\" href=\"http://en.wikipedia.org/wiki/Account_executive\">account executive</a> sitting across your desk (the fellow with the lugubrious face and the calf-like eyes), and say ”Yes! Yes! Yes!“ And anything you want, body copy, dinners, women, will be yours. Couldn’t be fairer than that, could we?','Sailing to Alaska with Disney Cruise Line ','','trash','open','open','','last-gasp-barcelona-knock-out-chelsea','','','2013-11-02 08:20:27','2013-11-02 08:20:27','',0,'http://wpzoom.com/zenko/demo/?p=36',0,'post','',2),(4278,1,'2011-10-20 14:20:25','0000-00-00 00:00:00','','Banner Sidebar','','draft','closed','closed','','banner_sidebar','','','2011-10-20 14:20:25','0000-00-00 00:00:00','',0,'http://demo.wpzoom.com/domestica/?post_type=wpzoom&p=6',0,'wpzoom','',0),(4284,1,'2013-09-16 14:02:53','2013-09-16 14:02:53','<a href=\"http://www.westromgroup.com/wp-content/uploads/2013/09/Family-HouseComposite.jpg\"><img class=\"size-full wp-image-5211 aligncenter\" alt=\"dfw properties\" src=\"http://www.westromgroup.com/wp-content/uploads/2013/09/Family-HouseComposite.jpg\" width=\"780\" height=\"320\" /></a>\r\n\r\nWelcome to <a href=\"http://www.westromgroup.com/\">Westrom Group</a>. Our company offers DFW properties.Westrom group takes pride in the list of properties we rent. All properties are thoroughly studied and evaluated to make sure that it will suit our client\'s needs and preference.\r\n\r\nOn this page, you will find a map of all the <a href=\"http://en.wikipedia.org/wiki/Dallas%E2%80%93Fort_Worth_metroplex\">DFW</a> properties that are available for rent. You can enter search criteria based on your preferences. You can also try going through our list of properties to determine if there is a property that will best suit your needs. Each property posted will have complete details-- from the amenities to community information that you will find helpful.\r\n\r\nThank you for your interest in our properties for rent. In the event that you have any questions regarding our listings, you can<a title=\"Contact\" href=\"http://www.westromgroup.com/contact/\"> contact us</a> anytime at the office.\r\n<h2>Below is an updated list of DFW properties for rent:</h2>\r\n<center><iframe src=\"http://www.westromgroup.com/wp-content/uploads/2013/09/rentals.html\" height=\"2000\" width=\"100%\" scrolling=\"yes\"></iframe></center>','DFW Properties for Rent','','publish','closed','closed','','dfw-properties-for-rent','','','2013-11-02 06:16:36','2013-11-02 06:16:36','',0,'http://testingweb123.webuda.com/?page_id=4284',0,'page','',0),(4285,1,'2013-09-16 14:02:53','2013-09-16 14:02:53','Thank you for your interest in our properties for rent! Please let us know if you have any questions about any of the listings below by calling our office. Our contact information is on our Contact Us page.','Rentals','','inherit','closed','open','','4284-revision-v1','','','2013-09-16 14:02:53','2013-09-16 14:02:53','',4284,'http://testingweb123.webuda.com/uncategorized/4284-revision-v1/',0,'revision','',0),(4287,1,'2013-09-16 14:08:47','2013-09-16 14:08:47','<h1>Westrom Group Real Property Management Services</h1>\r\n<p style=\"text-align: center;\"><a href=\"http://www.westromgroup.com/wp-content/uploads/2013/09/property-management-e1379597030518.jpg\"><img class=\"size-large wp-image-5129 aligncenter\" title=\"real property management DFW services\" alt=\"real property management DFW services\" src=\"http://www.westromgroup.com/wp-content/uploads/2013/09/property-management-e1379597030518-1024x412.jpg\" width=\"570\" height=\"229\" /></a></p>\r\n<!--[if gte mso 9]><xml>\r\n<w:WordDocument>\r\n<w:View>Normal</w:View>\r\n<w:Zoom>0</w:Zoom>\r\n<w:TrackMoves/>\r\n<w:TrackFormatting/>\r\n<w:PunctuationKerning/>\r\n<w:ValidateAgainstSchemas/>\r\n<w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n<w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n<w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n<w:DoNotPromoteQF/>\r\n<w:LidThemeOther>EN-US</w:LidThemeOther>\r\n<w:LidThemeAsian>X-NONE</w:LidThemeAsian>\r\n<w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n<w:Compatibility>\r\n<w:BreakWrappedTables/>\r\n<w:SnapToGridInCell/>\r\n<w:WrapTextWithPunct/>\r\n<w:UseAsianBreakRules/>\r\n<w:DontGrowAutofit/>\r\n<w:SplitPgBreakAndParaMark/>\r\n<w:DontVertAlignCellWithSp/>\r\n<w:DontBreakConstrainedForcedTables/>\r\n<w:DontVertAlignInTxbx/>\r\n<w:Word11KerningPairs/>\r\n<w:CachedColBalance/>\r\n</w:Compatibility>\r\n<m:mathPr>\r\n<m:mathFont m:val=\"Cambria Math\"/>\r\n<m:brkBin m:val=\"before\"/>\r\n<m:brkBinSub m:val=\"--\"/>\r\n<m:smallFrac m:val=\"off\"/>\r\n<m:dispDef/>\r\n<m:lMargin m:val=\"0\"/>\r\n<m:rMargin m:val=\"0\"/>\r\n<m:defJc m:val=\"centerGroup\"/>\r\n<m:wrapIndent m:val=\"1440\"/>\r\n<m:intLim m:val=\"subSup\"/>\r\n<m:naryLim m:val=\"undOvr\"/>\r\n</m:mathPr></w:WordDocument>\r\n</xml><![endif]-->\r\n\r\n<a title=\"About\" href=\"http://www.westromgroup.com/about/\">Westrom Group </a>is a family owned and operated, full service real property management company, serving the Dallas/Fort Worth Metroplex. As property owners ourselves, we understand how important it is to have an excellent property management team in place watching over every aspect of our investment. Our staff works collectively to find common sense solutions, while keeping your property well maintained, leased and returning the maximum profit. Unlike most other real-estate companies who work primarily in sales and only manage properties on the side; our primary focus has always been high quality Real Property Management Services.\r\n\r\nWe are proactive managers and investors who understand <a title=\"Services for Real Estate Property DFW\" href=\"http://www.westromgroup.com/real-estate-property-dfw/\">cost-effective services</a>.\r\nWe specialize in single-family and multi-family management.\r\n\r\n<strong>Cost-Effective Property Management</strong>\r\n\r\n· Full 100% 90-Day Money Back Guarantee if you are not satisfied with our services.\r\n<strong> </strong>\r\n<strong>Full Service Property Management</strong>\r\n\r\n· Best Rates- Competitively Priced as Low as 8% and $350 New Lease Fee\r\n\r\n· Tenant Shield Screening Guarantee (ask us about this)\r\n\r\n· Low Turn-Over, Long Term Leases, High Retention Rentals\r\n\r\n· 24/7 Real-Time Internet Reporting\r\n\r\n<strong>Turn Key Maintenance Services</strong>\r\n· Complete Make Ready\r\n\r\n· HVAC, Plumbing, Electrical and Carpentry\r\n\r\n· 50% savings over Contractors\r\n\r\n<strong>Licensed and Insured</strong>\r\n<h2>About the Westrom Group Property Management Advantage</h2>\r\n[accordion]\r\n[acc_item title=\"Industry lowest rates and fees\"]Westrom Group Company is the most cost-effective Real Property Management Services company in the Dallas/Fort Worth Metroplex.[/acc_item]\r\n[acc_item title=\"5-Star Tenant Screening\"]Turnover and vacancy are the most expensive aspect of your investment. Therefore, finding and selecting a quality tenant is the single most important thing we do for you. We follow a designed \"5 Star\" program that weeds out the potential problem tenants. A tenant who passes our screening is likely to be a good tenant for you. Here is our process:\r\n<ul>\r\n <li>Credit Check (3 bureau credit check)</li>\r\n <li>Background Check (Criminal & Sex Offender)</li>\r\n <li>Rental History/Eviction History</li>\r\n <li>Employment Verification</li>\r\n <li>Income Verification</li>\r\n <li>In-Person Interview</li>\r\n</ul>\r\n[/acc_item]\r\n[acc_item title=\"Property Presentation and Marketing\"]Uses the latest in internet technology to market your property\r\nPromoted online through all the major internet rental search portals (RentalHomes, RentalHouses, Rentals, CraigsList, Google, Hotpads, Zillow)\r\nPersonal walk-through to make sure your property is ready to rent\r\nBeing available to answer the phone to catch potential renter[/acc_item]\r\n[acc_item title=\"Maintenance\"]Save 50% over Retail Prices\r\nAir Conditioning, heating, plumbing and electrical[/acc_item]\r\n[acc_item title=\"Real-Time Accounting Services\"]We use PropertyWare software, the leading online property management software designed to give you real-time access to your property status and financials\r\nAccess your property reports and maintenance status from anywhere and anytime 24/7[/acc_item]\r\n[acc_item title=\"Simple 90 Day Money Back Guarantee\"]We believe we are the right company for you and will exceed your expectations. If you are not satisfied with our services we will provide a full refund of any management fees collected. Its that Simple.[/acc_item]\r\n[/accordion]\r\n\r\n \r\n<h2>Tips on Selecting a Property Manager</h2>\r\n<ul>\r\n <li>They should know the rental market well enough to give you an accurate estimate of what you home will lease for monthly.</li>\r\n <li>They should advertise your property in at least 10 different ways. The local newspaper is only one way to advertise your home for lease.</li>\r\n <li>They should have a system in place that gives immediate information when potential tenants call.</li>\r\n <li>They should know how to structure a lease that is advantageous to the owner and fair to the tenant.</li>\r\n <li>They should be able to explain every paragraph on a lease and they should use professional lease forms. Lease forms that have been drawn by an attorney and promulgated by the Texas Association of Realtors.</li>\r\n <li>Additional forms used should be professionally established. More than just a lease is needed.</li>\r\n <li>They should provide follow up for the tenant after move-in. A specific program for this service is needed.</li>\r\n <li>They should be members of organizations that keep them informed of changes in the laws concerning property management and leasing. <a href=\"http://www.narpm.org/\">National Association of Residential Property Managers</a>, <a href=\"https://www.texasrealtors.com/index.cfm?\">Texas Association of Realtors</a>, etc.</li>\r\n</ul>',' DFW Real Property Management Services','','publish','closed','open','','dfw-real-property-management-services','','','2013-11-02 06:49:59','2013-11-02 06:49:59','',0,'http://testingweb123.webuda.com/?page_id=4287',0,'page','',0),(4288,1,'2013-09-16 14:08:47','2013-09-16 14:08:47','<h1>Westrom Group Management Services</h1>\r\nWestrom Group is a family owned and operated, full service property management company, serving the Dallas/Fort Worth Metroplex. As property owners ourselves, we understand how important it is to have an excellent management team in place watching over every aspect of our investment. Our staff works collectively to find common sense solutions, while keeping your property well maintained, leased and returning the maximum profit. Unlike most other real-estate companies who work primarily in sales and only manage properties on the side, <strong>our primary focus has always been property management</strong>.\r\n\r\n<strong>We are proactive managers and investors who understand cost-effective services.</strong>\r\nWe specialize in single-family and multi-family management.\r\n\r\n \r\n\r\nCost-Effective Property Management\r\n\r\nFull 100% 90-Day Money Back Guarantee if you are not satisfied with our services.\r\n\r\n \r\n\r\n<strong><h4>Full Service Property Management</h4></strong>\r\n<ul>\r\n <li>--Best Rates- Competitively Priced as Low as 8% and $350 New Lease Fee Tenant Shield Screening Guarantee (ask us about this)</li>\r\n <li>--Low Turn-Over, Long Term Leases, High Retention Rentals</li>\r\n <li>--24/7 Real-Time Internet Reporting</li>\r\n</ul>\r\n\r\n\r\n<strong><h4>Turn Key Maintenance Services</h4></strong>\r\n<ul>\r\n <li>--Complete Make Ready</li>\r\n <li>--HVAC, Plumbing, Electrical and Carpentry</li>\r\n <li>--50% savings over Contractors</li>\r\n</ul>\r\n\r\n\r\n<strong><h4>Licensed and Insured</h4></strong>\r\nRead More About the Westrom Group Property Management Advantage\r\nClick Here to See Tips on Selecting a Property Manager','Management Services','','inherit','closed','open','','4287-revision-v1','','','2013-09-16 14:08:47','2013-09-16 14:08:47','',4287,'http://testingweb123.webuda.com/uncategorized/4287-revision-v1/',0,'revision','',0),(4289,1,'2013-09-16 14:09:24','2013-09-16 14:09:24','<h1>Westrom Group Management Services</h1>\r\nWestrom Group is a family owned and operated, full service property management company, serving the Dallas/Fort Worth Metroplex. As property owners ourselves, we understand how important it is to have an excellent management team in place watching over every aspect of our investment. Our staff works collectively to find common sense solutions, while keeping your property well maintained, leased and returning the maximum profit. Unlike most other real-estate companies who work primarily in sales and only manage properties on the side, <strong>our primary focus has always been property management</strong>.\r\n\r\n<strong>We are proactive managers and investors who understand cost-effective services.</strong>\r\nWe specialize in single-family and multi-family management.\r\n\r\n \r\n\r\nCost-Effective Property Management\r\n\r\nFull 100% 90-Day Money Back Guarantee if you are not satisfied with our services.\r\n\r\n \r\n\r\n<strong><h4>Full Service Property Management</h4></strong>\r\n<ul>\r\n <li>Best Rates- Competitively Priced as Low as 8% and $350 New Lease Fee Tenant Shield Screening Guarantee (ask us about this)</li>\r\n <li>Low Turn-Over, Long Term Leases, High Retention Rentals</li>\r\n <li>24/7 Real-Time Internet Reporting</li>\r\n</ul>\r\n\r\n\r\n<strong><h4>Turn Key Maintenance Services</h4></strong>\r\n<ul>\r\n <li>Complete Make Ready</li>\r\n <li>HVAC, Plumbing, Electrical and Carpentry</li>\r\n <li>50% savings over Contractors</li>\r\n</ul>\r\n\r\n\r\n<strong><h4>Licensed and Insured</h4></strong>\r\nRead More About the Westrom Group Property Management Advantage\r\nClick Here to See Tips on Selecting a Property Manager','Management Services','','inherit','closed','open','','4287-revision-v1','','','2013-09-16 14:09:24','2013-09-16 14:09:24','',4287,'http://testingweb123.webuda.com/uncategorized/4287-revision-v1/',0,'revision','',0),(5121,1,'2013-09-18 15:51:44','2013-09-18 15:51:44','<h3>Please full fill this form or use the information below</h3>\r\nSed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.\r\n[space height=15]\r\n<h3>Social Network</h3>\r\n[social type=\"facebook\"]#[/social]\r\n[social type=\"twitter\"]#[/social]\r\n[social type=\"youtube\"]#[/social]\r\n[social type=\"vimeo\"]#[/social]\r\n[social type=\"pinterest\"]#[/social]\r\n[social type=\"rss\"]#[/social]\r\n[social type=\"skype\"]#[/social]\r\n[social type=\"flickr\"]#[/social]','Contact','','inherit','closed','open','','100-revision-v1','','','2013-09-18 15:51:44','2013-09-18 15:51:44','',100,'http://testingweb123.webuda.com/uncategorized/100-revision-v1/',0,'revision','',0),(5122,1,'2013-09-18 15:56:25','2013-09-18 15:56:25','Thank you for your interest in our properties for rent! Please let us know if you have any questions about any of the listings below by calling our office. Our contact information is on our Contact Us page.\r\n[iframe src=\"http://testingweb123.webuda.com/wp-content/uploads/2013/09/rentals.html\" width=\"100%\" height=\"100%\" scrolling=\"yes\"]','Rentals','','inherit','closed','open','','4284-revision-v1','','','2013-09-18 15:56:25','2013-09-18 15:56:25','',4284,'http://testingweb123.webuda.com/uncategorized/4284-revision-v1/',0,'revision','',0),(4292,1,'2013-09-16 14:20:03','2013-09-16 14:20:03','<h1>Westrom Group Company</h1>\r\n<h2>Rental Qualifying Criteria</h2>\r\n<p class=\"MsoNormal\"><a href=\"http://www.westromgroup.com/\">Westrom Group </a>Company staff, management and ownership comply with all <a href=\"http://portal.hud.gov/hudportal/HUD?src=/program_offices/fair_housing_equal_opp\">Fair Housing laws</a>, and do not make decisions regarding application approval based on race, religion, national origin, sex, disability or familial status.\r\nIn order to be approved for residency with Westrom Group Company, all applicants must meet the following <a href=\"http://www.westromgroup.com/wp-content/uploads/2013/09/column-service-3.png\"><img class=\"size-full wp-image-5170 alignright\" title=\"rental qualifying criteria\" alt=\"rental qualifying criteria\" src=\"http://www.westromgroup.com/wp-content/uploads/2013/09/column-service-3.png\" width=\"256\" height=\"256\" /></a><span style=\"color: black;\">:</span></p>\r\n<strong>•Income: The applicant:</strong>\r\n<ul>\r\n <li> must provide at least 3 consecutive paycheck stubs</li>\r\n <li>OR 3 months bank statements</li>\r\n <li>OR (for self-employed) last year’s tax returns</li>\r\n <li>monthly household income must be 3 times the amount of market rent.</li>\r\n <li>If a Lease Guaranty is required: Guaranty must not owe any debt to another community/landlord, must adhere to all qualifying criteria, and must make a personal visit with the manager prior to the lease application being approved.</li>\r\n</ul>\r\n<strong>•Employment: The applicant:</strong>\r\n<ul>\r\n <li>must provide at least 6 months of immediate, consecutive employment history to be verified. If applicant has been employed at current position less than 6 months, then must provide previous job history to be verified.</li>\r\n</ul>\r\n<strong>•Criminal History:</strong>\r\n<ul>\r\n <li>Criminal history of a sexual crime or crime against another person is an automatic denial.</li>\r\n <li>Felony convictions will be considered on a case-by-case basis if they are 10 years or older with no other criminal activity.</li>\r\n <li>Misdemeanors involving injury to persons or sexual offenses are an automatic denial.</li>\r\n</ul>\r\n<strong>•Credit History:</strong>\r\n<ul>\r\n <li>A credit report will be pulled for any applicant 18 years or older.</li>\r\n</ul>\r\n<strong>•Rental History:</strong>\r\n<ul>\r\n <li>Current and previous rental history will be verified.</li>\r\n</ul>\r\n<strong> •Approval& Payments:</strong>\r\n\r\nAny applicant who has passed the Rental Qualifying Criteria and approved by the company should sign the lease, pay for the security deposit as well as pro-rated rent 48 hours upon approval notification.\r\nAny applicant who wish to cancel the application can and should do so within 48 hours from approval notification. After the 48 hour period, the company has the rights to retain a part, if not all of the security deposit.\r\n<p class=\"MsoNormal\"><span style=\"color: black;\">Any applicant who wish to cancel the application can and should do so within 48 hours from approval notification. After the 48 hour period, the company has the rights to retain a part, if not all of the security deposit.</span></p>\r\n<p style=\"mso-fareast-font-family: Calibri; mso-bidi-font-family: Calibri; color: black;\"><span style=\"color: black;\">Upon submitting my application to the Westrom Group of Company, I have understood and read the </span><span style=\"color: black;\">Rental Qualifying Criteria </span><span style=\"mso-fareast-font-family: Calibri; mso-bidi-font-family: Calibri; color: black;\">as provided by Wetsrom Group Company. Once the application has been denied, I understand that I am not entitled to any refund to the administrative fees used in processing my application. </span>I understand that any falsification or non-disclosure on the rental application will result in loss of all monies paid as liquidated damages in accordance with the <a href=\"https://www.texasrealtors.com/index.cfm?\">Texas Association of Realtors</a>.</p>','Rental Qualifying Criteria','','publish','closed','open','','rental-qualifying-criteria','','','2013-11-02 05:44:40','2013-11-02 05:44:40','',0,'http://testingweb123.webuda.com/?page_id=4292',0,'page','',0),(5259,1,'2013-11-02 04:22:46','2013-11-02 04:22:46','<h1>Westrom Group Company</h1>\r\n<h2>Rental Qualifying Criteria</h2>\r\nWestrom Group Company staff, management and ownership comply with all Fair Housing laws, and do not make decisions regarding application approval based on race, religion, national origin, sex, disability or familial status.\r\nIn order to be approved for residency with Westrom Group Company, all applicants must meet the following criteria:\r\n<ul>\r\n <li><strong>Income: The applicant:</strong>\r\n<ul>\r\n <li>must provide at least 3 consecutive paycheck stubs</li>\r\n <li>OR 3 months bank statements</li>\r\n <li>OR (for self-employed) last year\'s tax returns</li>\r\n <li>monthly household income must be 3 times the amount of market rent.</li>\r\n <li>If a Lease Guaranty is required: Guaranty must not owe any debt to another community/landlord, must adhere to all qualifying criteria, and must make a personal visit with the manager prior to the lease application being approved.</li>\r\n</ul>\r\n</li>\r\n <li><strong>Employment: The applicant:</strong>\r\n<ul>\r\n <li>must provide at least 6 months of immediate, consecutive employment history to be verified. If applicant has been employed at current position less than 6 months, then must provide previous job history to be verified.</li>\r\n</ul>\r\n</li>\r\n <li><strong>Criminal History:</strong>\r\n<ul>\r\n <li>Criminal history of a sexual crime or crime against another person is an automatic denial.</li>\r\n <li>Felony convictions will be considered on a case-by-case basis if they are 10 years or older with no other criminal activity.</li>\r\n <li>Misdemeanors involving injury to persons or sexual offenses are an automatic denial.</li>\r\n</ul>\r\n</li>\r\n <li><strong>Credit History:</strong>\r\n<ul>\r\n <li>A credit report will be pulled for any applicant 18 years or older.</li>\r\n</ul>\r\n</li>\r\n <li><strong>Rental History:</strong>\r\n<ul>\r\n <li>Current and previous rental history will be verified.</li>\r\n</ul>\r\n</li>\r\n <li><strong>Approval & Payments:</strong>\r\n<ul>\r\n <li>Any applicant who has been approved for a Westrom Group Company rental will have 48 hours from the approval notification to sign the lease, pay the security deposit and pro-rated rent.</li>\r\n <li>Any applicant has 48 hours from the approval notification to cancel the application without penalty. Westrom Group Company reserves the right to retain a part, or all, of the security deposit as liquidated damages if the application is cancelled after the 48 hour period.</li>\r\n</ul>\r\n</li>\r\n</ul>\r\nBy submitting my application to Westrom Group Company, I have read and understand this Rental Qualifying Criteria as provided by Westrom Group Company. I understand that if my application is not approved for any reason, I am not entitled to a refund of my application or administrative fees paid to process my application. I understand that any falsification or non-disclosure on the rental application will result in loss of all monies paid as liquidated damages in accordance with the Texas Association of Realtors.','DFW Rental Qualifying Criteria','','inherit','closed','open','','4292-revision-v1','','','2013-11-02 04:22:46','2013-11-02 04:22:46','',4292,'http://www.westromgroup.com/4292-revision-v1/',0,'revision','',0),(4293,1,'2013-09-16 14:20:03','2013-09-16 14:20:03','<h1>Westrom Group Company</h1>\r\n<h2>Rental Qualifying Criteria</h2>\r\n\r\nWestrom Group Company staff, management and ownership comply with all Fair Housing laws, and do not make decisions regarding application approval based on race, religion, national origin, sex, disability or familial status. \r\nIn order to be approved for residency with Westrom Group Company, all applicants must meet the following criteria:\r\n<ul>\r\n\r\n <li>Income: The applicant:</li>\r\n <ul>\r\n <li>must provide at least 3 consecutive paycheck stubs</li>\r\n <li>OR 3 months bank statements</li>\r\n <li>OR (for self-employed) last year\'s tax returns</li>\r\n <li>monthly household income must be 3 times the amount of market rent.</li>\r\n <li>If a Lease Guaranty is required: Guaranty must not owe any debt to another community/landlord, must adhere to all qualifying criteria, and must make a personal visit with the manager prior to the lease application being approved. </li>\r\n </ul>\r\n\r\n\r\n\r\nEmployment: The applicant:\r\n\r\nmust provide at least 6 months of immediate, consecutive employment history to be verified. If applicant has been employed at current position less than 6 months, then must provide previous job history to be verified.\r\n\r\nCriminal History:\r\n\r\nCriminal history of a sexual crime or crime against another person is an automatic denial.\r\n\r\nFelony convictions will be considered on a case-by-case basis if they are 10 years or older with no other criminal activity.\r\n\r\nMisdemeanors involving injury to persons or sexual offenses are an automatic denial.\r\n\r\nCredit History:\r\n\r\nA credit report will be pulled for any applicant 18 years or older.\r\n\r\nRental History:\r\n\r\nCurrent and previous rental history will be verified.\r\n\r\nApproval & Payments:\r\n\r\nAny applicant who has been approved for a Westrom Group Company rental will have 48 hours from the approval notification to sign the lease, pay the security deposit and pro-rated rent.\r\n\r\nAny applicant has 48 hours from the approval notification to cancel the application without penalty. Westrom Group Company reserves the right to retain a part, or all, of the security deposit as liquidated damages if the application is cancelled after the 48 hour period.\r\n</ul>\r\n\r\n\r\nBy submitting my application to Westrom Group Company, I have read and understand this Rental Qualifying Criteria as provided by Westrom Group Company. I understand that if my application is not approved for any reason, I am not entitled to a refund of my application or administrative fees paid to process my application. I understand that any falsification or non-disclosure on the rental application will result in loss of all monies paid as liquidated damages in accordance with the Texas Association of Realtors.','Qualification Criteria','','inherit','closed','open','','4292-revision-v1','','','2013-09-16 14:20:03','2013-09-16 14:20:03','',4292,'http://testingweb123.webuda.com/uncategorized/4292-revision-v1/',0,'revision','',0),(4294,1,'2013-09-16 14:20:38','2013-09-16 14:20:38','<h1>Westrom Group Company</h1>\r\n<h2>Rental Qualifying Criteria</h2>\r\n\r\nWestrom Group Company staff, management and ownership comply with all Fair Housing laws, and do not make decisions regarding application approval based on race, religion, national origin, sex, disability or familial status. \r\nIn order to be approved for residency with Westrom Group Company, all applicants must meet the following criteria:\r\n<ul>\r\n <li><strong>Income: The applicant:</strong></li>\r\n <ul>\r\n <li>must provide at least 3 consecutive paycheck stubs</li>\r\n <li>OR 3 months bank statements</li>\r\n <li>OR (for self-employed) last year\'s tax returns</li>\r\n <li>monthly household income must be 3 times the amount of market rent.</li>\r\n <li>If a Lease Guaranty is required: Guaranty must not owe any debt to another community/landlord, must adhere to all qualifying criteria, and must make a personal visit with the manager prior to the lease application being approved. </li>\r\n </ul>\r\n\r\n\r\n\r\nEmployment: The applicant:\r\n\r\nmust provide at least 6 months of immediate, consecutive employment history to be verified. If applicant has been employed at current position less than 6 months, then must provide previous job history to be verified.\r\n\r\nCriminal History:\r\n\r\nCriminal history of a sexual crime or crime against another person is an automatic denial.\r\n\r\nFelony convictions will be considered on a case-by-case basis if they are 10 years or older with no other criminal activity.\r\n\r\nMisdemeanors involving injury to persons or sexual offenses are an automatic denial.\r\n\r\nCredit History:\r\n\r\nA credit report will be pulled for any applicant 18 years or older.\r\n\r\nRental History:\r\n\r\nCurrent and previous rental history will be verified.\r\n\r\nApproval & Payments:\r\n\r\nAny applicant who has been approved for a Westrom Group Company rental will have 48 hours from the approval notification to sign the lease, pay the security deposit and pro-rated rent.\r\n\r\nAny applicant has 48 hours from the approval notification to cancel the application without penalty. Westrom Group Company reserves the right to retain a part, or all, of the security deposit as liquidated damages if the application is cancelled after the 48 hour period.\r\n</ul>\r\n\r\n\r\nBy submitting my application to Westrom Group Company, I have read and understand this Rental Qualifying Criteria as provided by Westrom Group Company. I understand that if my application is not approved for any reason, I am not entitled to a refund of my application or administrative fees paid to process my application. I understand that any falsification or non-disclosure on the rental application will result in loss of all monies paid as liquidated damages in accordance with the Texas Association of Realtors.','Qualification Criteria','','inherit','closed','open','','4292-revision-v1','','','2013-09-16 14:20:38','2013-09-16 14:20:38','',4292,'http://testingweb123.webuda.com/uncategorized/4292-revision-v1/',0,'revision','',0),(3320,1,'2013-03-13 10:44:04','2013-03-13 10:44:04','','item-1','','inherit','open','open','','item-1','','','2013-03-13 10:44:04','2013-03-13 10:44:04','',0,'http://testingweb123.webuda.com/wp-content/uploads/2013/03/item-1.png',0,'attachment','image/png',0),(3330,1,'2013-03-13 16:29:49','2013-03-13 16:29:49','','logo','','inherit','open','open','','logo','','','2013-03-13 16:29:49','2013-03-13 16:29:49','',0,'http://testingweb123.webuda.com/wp-content/uploads/2013/03/logo.png',0,'attachment','image/png',0),(3339,1,'2013-03-14 09:32:34','2013-03-14 09:32:34','','Test PDF','','inherit','open','open','','test-pdf','','','2013-03-14 09:32:34','2013-03-14 09:32:34','',0,'http://testingweb123.webuda.com/wp-content/uploads/2013/03/Test-PDF.pdf',0,'attachment','application/pdf',0),(100,1,'2012-01-03 18:15:53','2012-01-03 18:15:53','<h3>Please full fill this form or use the information below</h3>\r\n<i>6821 Baker Blvd Ste B\r\nRichland Hills, TX 76118</i>\r\n<strong>817-445-1108</strong>\r\n<a href=\"info@westromgroup.com\">info@westromgroup.com</a>','Contact','','publish','open','open','','contact','','','2013-10-17 12:26:55','2013-10-17 12:26:55','',0,'http://localhost/modernize/?page_id=100',0,'page','',0),(5221,1,'2013-10-17 12:26:55','2013-10-17 12:26:55','<h3>Please full fill this form or use the information below</h3>\r\n<i>6821 Baker Blvd Ste B\r\nRichland Hills, TX 76118</i>\r\n<strong>817-445-1108</strong>\r\n<a href=\"info@westromgroup.com\">info@westromgroup.com</a>','Contact','','inherit','closed','open','','100-revision-v1','','','2013-10-17 12:26:55','2013-10-17 12:26:55','',100,'http://www.westromgroup.com/100-revision-v1/',0,'revision','',0),(5222,1,'2013-10-17 12:51:20','2013-10-17 12:51:20','Jon has been fantastic to work with, due in very large part to Jon\'s\r\nability to be professional, punctual, straightforward, and honest. He knows\r\nhis stuff and is not afraid to tell it like it is. He has surrounded\r\nhimself with similar people, the result being that I will get a job well\r\ndone at a fair price.','Dan V.','','publish','closed','open','','dan-v','','','2013-10-17 12:51:52','2013-10-17 12:51:52','',0,'http://www.westromgroup.com/?post_type=testimonial&p=5222',0,'testimonial','',0),(4323,1,'2013-09-16 15:28:42','2013-09-16 15:28:42','Thank you for your interest in our properties for rent! Please let us know if you have any questions about any of the listings below by calling our office. Our contact information is on our Contact Us page.\r\n[iframe src=\"http://testingweb123.webuda.com/wp-content/uploads/2013/09/owners.html\" width=\"100%\" height=\"480\"]','Rentals','','inherit','closed','open','','4284-revision-v1','','','2013-09-16 15:28:42','2013-09-16 15:28:42','',4284,'http://testingweb123.webuda.com/uncategorized/4284-revision-v1/',0,'revision','',0),(4324,1,'2013-09-16 15:29:11','2013-09-16 15:29:11','Thank you for your interest in our properties for rent! Please let us know if you have any questions about any of the listings below by calling our office. Our contact information is on our Contact Us page.\r\n[iframe src=\"http://testingweb123.webuda.com/wp-content/uploads/2013/09/rentals.html\" width=\"100%\" height=\"480\"]','Rentals','','inherit','closed','open','','4284-revision-v1','','','2013-09-16 15:29:11','2013-09-16 15:29:11','',4284,'http://testingweb123.webuda.com/uncategorized/4284-revision-v1/',0,'revision','',0),(4325,1,'2013-09-16 15:29:46','2013-09-16 15:29:46','Thank you for your interest in our properties for rent! Please let us know if you have any questions about any of the listings below by calling our office. Our contact information is on our Contact Us page.\r\n[iframe src=\"http://testingweb123.webuda.com/wp-content/uploads/2013/09/rentals.html\" width=\"100%\" height=\"100%\"]','Rentals','','inherit','closed','open','','4284-revision-v1','','','2013-09-16 15:29:46','2013-09-16 15:29:46','',4284,'http://testingweb123.webuda.com/uncategorized/4284-revision-v1/',0,'revision','',0),(4326,1,'2013-09-16 15:31:30','2013-09-16 15:31:30','Thank you for your interest in our properties for rent! Please let us know if you have any questions about any of the listings below by calling our office. Our contact information is on our Contact Us page.\r\n[iframe src=\"http://testingweb123.webuda.com/wp-content/uploads/2013/09/rentals.html\" width=\"100%\" height=\"1000px\"]','Rentals','','inherit','closed','open','','4284-revision-v1','','','2013-09-16 15:31:30','2013-09-16 15:31:30','',4284,'http://testingweb123.webuda.com/uncategorized/4284-revision-v1/',0,'revision','',0),(4327,1,'2013-09-16 15:31:56','2013-09-16 15:31:56','Thank you for your interest in our properties for rent! Please let us know if you have any questions about any of the listings below by calling our office. Our contact information is on our Contact Us page.\r\n[iframe src=\"http://testingweb123.webuda.com/wp-content/uploads/2013/09/rentals.html\" width=\"100%\" height=\"1500px\"]','Rentals','','inherit','closed','open','','4284-revision-v1','','','2013-09-16 15:31:56','2013-09-16 15:31:56','',4284,'http://testingweb123.webuda.com/uncategorized/4284-revision-v1/',0,'revision','',0),(4328,1,'2013-09-16 15:32:27','2013-09-16 15:32:27','Thank you for your interest in our properties for rent! Please let us know if you have any questions about any of the listings below by calling our office. Our contact information is on our Contact Us page.\r\n[iframe src=\"http://testingweb123.webuda.com/wp-content/uploads/2013/09/rentals.html\" width=\"100%\" height=\"2500px\"]','Rentals','','inherit','closed','open','','4284-revision-v1','','','2013-09-16 15:32:27','2013-09-16 15:32:27','',4284,'http://testingweb123.webuda.com/uncategorized/4284-revision-v1/',0,'revision','',0),(4329,1,'2013-09-16 15:32:58','2013-09-16 15:32:58','Thank you for your interest in our properties for rent! Please let us know if you have any questions about any of the listings below by calling our office. Our contact information is on our Contact Us page.\r\n[iframe src=\"http://testingweb123.webuda.com/wp-content/uploads/2013/09/rentals.html\" width=\"100%\" height=\"2000px\"]','Rentals','','inherit','closed','open','','4284-revision-v1','','','2013-09-16 15:32:58','2013-09-16 15:32:58','',4284,'http://testingweb123.webuda.com/uncategorized/4284-revision-v1/',0,'revision','',0),(5123,1,'2013-09-18 15:56:41','2013-09-18 15:56:41','Thank you for your interest in our properties for rent! Please let us know if you have any questions about any of the listings below by calling our office. Our contact information is on our Contact Us page.\r\n[iframe src=\"http://testingweb123.webuda.com/wp-content/uploads/2013/09/rentals.html\" width=\"100%\" height=\"100%\" scrolling=\"no\"]','Rentals','','inherit','closed','open','','4284-revision-v1','','','2013-09-18 15:56:41','2013-09-18 15:56:41','',4284,'http://testingweb123.webuda.com/uncategorized/4284-revision-v1/',0,'revision','',0),(4330,1,'2013-09-16 15:33:28','2013-09-16 15:33:28','Thank you for your interest in our properties for rent! Please let us know if you have any questions about any of the listings below by calling our office. Our contact information is on our Contact Us page.\r\n[iframe src=\"http://testingweb123.webuda.com/wp-content/uploads/2013/09/rentals.html\" width=\"100%\" height=\"2000px\" scrolling=\"yes\"]','Rentals','','inherit','closed','open','','4284-revision-v1','','','2013-09-16 15:33:28','2013-09-16 15:33:28','',4284,'http://testingweb123.webuda.com/uncategorized/4284-revision-v1/',0,'revision','',0),(5168,1,'2013-09-20 11:37:35','2013-09-20 11:37:35','','column-service-1','','inherit','closed','open','','column-service-1','','','2013-09-20 11:37:35','2013-09-20 11:37:35','',5145,'http://testingweb123.webuda.com/wp-content/uploads/2013/09/column-service-1.png',0,'attachment','image/png',0),(5169,1,'2013-09-20 11:37:37','2013-09-20 11:37:37','','column-service-2','','inherit','closed','open','','column-service-2','','','2013-09-20 11:37:37','2013-09-20 11:37:37','',0,'http://testingweb123.webuda.com/wp-content/uploads/2013/09/column-service-2.png',0,'attachment','image/png',0),(5170,1,'2013-09-20 11:37:38','2013-09-20 11:37:38','','column-service-3','','inherit','closed','open','','column-service-3','','','2013-09-20 11:37:38','2013-09-20 11:37:38','',4292,'http://testingweb123.webuda.com/wp-content/uploads/2013/09/column-service-3.png',0,'attachment','image/png',0),(5171,1,'2013-09-20 11:37:40','2013-09-20 11:37:40','','column-service-4','','inherit','closed','open','','column-service-4','','','2013-09-20 11:37:40','2013-09-20 11:37:40','',0,'http://testingweb123.webuda.com/wp-content/uploads/2013/09/column-service-4.png',0,'attachment','image/png',0),(3234,1,'2013-03-12 08:28:38','2013-03-12 08:28:38','','slider-4','','inherit','open','open','','slider-4','','','2013-03-12 08:28:38','2013-03-12 08:28:38','',0,'http://testingweb123.webuda.com/wp-content/uploads/2013/03/slider-4.jpg',0,'attachment','image/jpeg',0),(3242,1,'2013-03-12 08:59:05','2013-03-12 08:59:05','','slider-6','','inherit','open','open','','slider-6','','','2013-03-12 08:59:05','2013-03-12 08:59:05','',0,'http://testingweb123.webuda.com/wp-content/uploads/2013/03/slider-6.jpg',0,'attachment','image/jpeg',0),(3264,1,'2013-03-12 06:14:11','2013-03-12 06:14:11','','slider-5','','inherit','open','open','','slider-5','','','2013-03-12 06:14:11','2013-03-12 06:14:11','',0,'http://testingweb123.webuda.com/wp-content/uploads/2013/03/slider-5.jpg',0,'attachment','image/jpeg',0),(3267,1,'2013-03-12 15:56:53','2013-03-12 15:56:53','','bg','','inherit','open','open','','bg','','','2013-03-12 15:56:53','2013-03-12 15:56:53','',0,'http://testingweb123.webuda.com/wp-content/uploads/2013/03/bg.jpg',0,'attachment','image/jpeg',0),(3272,1,'2013-03-12 16:24:16','2013-03-12 16:24:16','','slider-2-1','','inherit','open','open','','slider-2-1','','','2013-03-12 16:24:16','2013-03-12 16:24:16','',0,'http://testingweb123.webuda.com/wp-content/uploads/2013/03/slider-2-1.png',0,'attachment','image/png',0),(3275,1,'2013-03-13 07:53:05','2013-03-13 07:53:05','','slider-4-1','','inherit','open','open','','slider-4-1','','','2013-03-13 07:53:05','2013-03-13 07:53:05','',0,'http://testingweb123.webuda.com/wp-content/uploads/2013/03/slider-4-1.png',0,'attachment','image/png',0),(3276,1,'2013-03-13 07:53:07','2013-03-13 07:53:07','','slider-4-2','','inherit','open','open','','slider-4-2','','','2013-03-13 07:53:07','2013-03-13 07:53:07','',0,'http://testingweb123.webuda.com/wp-content/uploads/2013/03/slider-4-2.png',0,'attachment','image/png',0),(3277,1,'2013-03-13 07:53:09','2013-03-13 07:53:09','','slider-4-3','','inherit','open','open','','slider-4-3','','','2013-03-13 07:53:09','2013-03-13 07:53:09','',0,'http://testingweb123.webuda.com/wp-content/uploads/2013/03/slider-4-3.png',0,'attachment','image/png',0),(5260,1,'2013-11-02 04:39:00','2013-11-02 04:39:00','<h1>Westrom Group Company</h1>\r\n<h2>Rental Qualifying Criteria</h2>\r\n<a href=\"http://www.westromgroup.com/\">Westrom Group </a>Company staff, management and ownership comply with all <a href=\"http://portal.hud.gov/hudportal/HUD?src=/program_offices/fair_housing_equal_opp\">Fair Housing laws</a>, and do not make decisions regarding application approval based on race, religion, national origin, sex, disability or familial status.\r\nIn order to be approved for residency with Westrom Group Company, all applicants must meet the following criteria:\r\n<ul>\r\n <li><strong>Income: The applicant:</strong>\r\n<ul>\r\n <li>must provide at least 3 consecutive paycheck stubs</li>\r\n <li>OR 3 months bank statements</li>\r\n <li>OR (for self-employed) last year\'s tax returns</li>\r\n <li>monthly household income must be 3 times the amount of market rent.</li>\r\n <li>If a Lease Guaranty is required: Guaranty must not owe any debt to another community/landlord, must adhere to all qualifying criteria, and must make a personal visit with the manager prior to the lease application being approved.</li>\r\n</ul>\r\n</li>\r\n <li><strong>Employment: The applicant:</strong>\r\n<ul>\r\n <li>must provide at least 6 months of immediate, consecutive employment history to be verified. If applicant has been employed at current position less than 6 months, then must provide previous job history to be verified.</li>\r\n</ul>\r\n</li>\r\n <li><strong>Criminal History:</strong>\r\n<ul>\r\n <li>Criminal history of a sexual crime or crime against another person is an automatic denial.</li>\r\n <li>Felony convictions will be considered on a case-by-case basis if they are 10 years or older with no other criminal activity.</li>\r\n <li>Misdemeanors involving injury to persons or sexual offenses are an automatic denial.</li>\r\n</ul>\r\n</li>\r\n <li><strong>Credit History:</strong>\r\n<ul>\r\n <li>A credit report will be pulled for any applicant 18 years or older.</li>\r\n</ul>\r\n</li>\r\n <li><strong>Rental History:</strong>\r\n<ul>\r\n <li>Current and previous rental history will be verified.</li>\r\n</ul>\r\n</li>\r\n <li><strong>Approval & Payments:</strong>\r\n<ul>\r\n <li>Any applicant who has been approved for a Westrom Group Company rental will have 48 hours from the approval notification to sign the lease, pay the security deposit and pro-rated rent.</li>\r\n <li>Any applicant has 48 hours from the approval notification to cancel the application without penalty. Westrom Group Company reserves the right to retain a part, or all, of the security deposit as liquidated damages if the application is cancelled after the 48 hour period.</li>\r\n</ul>\r\n</li>\r\n</ul>\r\nBy submitting my application to Westrom Group Company, I have read and understand this Rental Qualifying Criteria as provided by Westrom Group Company. I understand that if my application is not approved for any reason, I am not entitled to a refund of my application or administrative fees paid to process my application. I understand that any falsification or non-disclosure on the rental application will result in loss of all monies paid as liquidated damages in accordance with the <a href=\"https://www.texasrealtors.com/index.cfm?\">Texas Association of Realtors</a>.','DFW Rental Qualifying Criteria','','inherit','closed','open','','4292-revision-v1','','','2013-11-02 04:39:00','2013-11-02 04:39:00','',4292,'http://www.westromgroup.com/4292-revision-v1/',0,'revision','',0),(5253,1,'2013-10-22 15:40:19','2013-10-22 15:40:19','<strong>Westrom Group Application Fee Link:</strong>\r\n\r\n[message_box title=\"Paypal\" color=\"red\"]By continuing to this PayPal account, you agree that this is a non-refundable application fee.[/message_box]\r\n\r\n<form target=\"paypal\" action=\"https://www.paypal.com/cgi-bin/webscr\" method=\"post\">\r\n\r\n<input type=\"hidden\" name=\"cmd\" value=\"_s-xclick\">\r\n\r\n<input type=\"hidden\" name=\"hosted_button_id\" value=\"2CR5LD6UUJAC2\">\r\n\r\n<table>\r\n<tr><td><input type=\"hidden\" name=\"on0\" value=\"Application Fee\">Application Fee</td></tr><tr><td><select name=\"os0\">\r\n\r\n<option value=\"One Applicant\">One Applicant $30.00 USD</option>\r\n\r\n<option value=\"Two Applicants\">Two Applicants $50.00 USD</option>\r\n\r\n<option value=\"Three Applicants\">Three Applicants $70.00 USD</option>\r\n\r\n<option value=\"Four Applicants\">Four Applicants $90.00 USD</option>\r\n</select> </td></tr>\r\n</table>\r\n\r\n<input type=\"hidden\" name=\"currency_code\" value=\"USD\">\r\n\r\n<input type=\"image\"\r\nsrc=\"https://www.paypalobjects.com/en_US/i/btn/btn_cart_LG.gif\" border=\"0\"\r\nname=\"submit\" alt=\"PayPal - The safer, easier way to pay online!\">\r\n\r\n<img alt=\"\" border=\"0\"\r\nsrc=\"https://www.paypalobjects.com/en_US/i/scr/pixel.gif\" width=\"1\"\r\nheight=\"1\">\r\n\r\n</form>','Application Fee','','inherit','closed','open','','5145-revision-v1','','','2013-10-22 15:40:19','2013-10-22 15:40:19','',5145,'http://www.westromgroup.com/5145-revision-v1/',0,'revision','',0),(5138,1,'2013-09-19 13:52:06','2013-09-19 13:52:06','/*\nWelcome to Custom CSS!\n\nCSS (Cascading Style Sheets) is a kind of code that tells the browser how\nto render a web page. You may delete these comments and get started with\nyour customizations.\n\nBy default, your stylesheet will be loaded after the theme stylesheets,\nwhich means that your rules can take precedence and override the theme CSS\nrules. Just write here what you want to change, you don\'t need to copy all\nyour theme\'s stylesheet content.\n*/\n.bottom-slider-wrapper boxed-container {\n margin-top: 300px;\n}','safecss','King Power (shared on wplocker.com)','inherit','closed','open','','4160-revision-v1','','','2013-09-19 13:52:06','2013-09-19 13:52:06','',4160,'http://testingweb123.webuda.com/uncategorized/4160-revision-v1/',0,'revision','',0),(5141,1,'2013-09-19 13:53:59','2013-09-19 13:53:59','/*\nWelcome to Custom CSS!\n\nCSS (Cascading Style Sheets) is a kind of code that tells the browser how\nto render a web page. You may delete these comments and get started with\nyour customizations.\n\nBy default, your stylesheet will be loaded after the theme stylesheets,\nwhich means that your rules can take precedence and override the theme CSS\nrules. Just write here what you want to change, you don\'t need to copy all\nyour theme\'s stylesheet content.\n*/','safecss','King Power (shared on wplocker.com)','inherit','closed','open','','4160-revision-v1','','','2013-09-19 13:53:59','2013-09-19 13:53:59','',4160,'http://testingweb123.webuda.com/uncategorized/4160-revision-v1/',0,'revision','',0),(5140,1,'2013-09-19 13:53:24','2013-09-19 13:53:24','/*\nWelcome to Custom CSS!\n\nCSS (Cascading Style Sheets) is a kind of code that tells the browser how\nto render a web page. You may delete these comments and get started with\nyour customizations.\n\nBy default, your stylesheet will be loaded after the theme stylesheets,\nwhich means that your rules can take precedence and override the theme CSS\nrules. Just write here what you want to change, you don\'t need to copy all\nyour theme\'s stylesheet content.\n*/\n.content-outer-wrapper full-container top-slider-enabled boxed-style-enabled {\n margin-top: 300px;\n}','safecss','King Power (shared on wplocker.com)','inherit','closed','open','','4160-revision-v1','','','2013-09-19 13:53:24','2013-09-19 13:53:24','',4160,'http://testingweb123.webuda.com/uncategorized/4160-revision-v1/',0,'revision','',0),(5132,1,'2013-09-19 13:30:57','2013-09-19 13:30:57','','item3','','inherit','closed','open','','item3','','','2013-09-19 13:30:57','2013-09-19 13:30:57','',0,'http://testingweb123.webuda.com/wp-content/uploads/2013/09/item3.jpg',0,'attachment','image/jpeg',0),(5133,1,'2013-09-19 13:31:12','2013-09-19 13:31:12','','item4','','inherit','closed','open','','item4','','','2013-09-19 13:31:12','2013-09-19 13:31:12','',0,'http://testingweb123.webuda.com/wp-content/uploads/2013/09/item4.jpg',0,'attachment','image/jpeg',0),(5134,1,'2013-09-19 13:31:35','2013-09-19 13:31:35','','item5','','inherit','closed','open','','item5','','','2013-09-19 13:31:35','2013-09-19 13:31:35','',0,'http://testingweb123.webuda.com/wp-content/uploads/2013/09/item5.jpg',0,'attachment','image/jpeg',0),(5135,1,'2013-09-19 13:31:50','2013-09-19 13:31:50','','item6','','inherit','closed','open','','item6','','','2013-09-19 13:31:50','2013-09-19 13:31:50','',0,'http://testingweb123.webuda.com/wp-content/uploads/2013/09/item6.jpg',0,'attachment','image/jpeg',0),(5136,1,'2013-09-19 13:40:52','2013-09-19 13:40:52','','dfw properties','','inherit','closed','open','','forsale','','','2013-09-19 13:40:52','2013-09-19 13:40:52','',4284,'http://testingweb123.webuda.com/wp-content/uploads/2013/09/ForSale.png',0,'attachment','image/png',0),(5124,1,'2013-09-18 15:57:11','2013-09-18 15:57:11','Thank you for your interest in our properties for rent! Please let us know if you have any questions about any of the listings below by calling our office. Our contact information is on our Contact Us page.\r\n<iframe src=\"http://testingweb123.webuda.com/wp-content/uploads/2013/09/rentals.html\" width=\"100%\" height=\"100%\" scrolling=\"no\"></iframe>','Rentals','','inherit','closed','open','','4284-revision-v1','','','2013-09-18 15:57:11','2013-09-18 15:57:11','',4284,'http://testingweb123.webuda.com/uncategorized/4284-revision-v1/',0,'revision','',0),(5125,1,'2013-09-18 15:57:38','2013-09-18 15:57:38','Thank you for your interest in our properties for rent! Please let us know if you have any questions about any of the listings below by calling our office. Our contact information is on our Contact Us page.\r\n[iframe src=\"http://testingweb123.webuda.com/wp-content/uploads/2013/09/rentals.html\" width=\"100%\" height=\"1700px\" scrolling=\"no\"]','Rentals','','inherit','closed','open','','4284-revision-v1','','','2013-09-18 15:57:38','2013-09-18 15:57:38','',4284,'http://testingweb123.webuda.com/uncategorized/4284-revision-v1/',0,'revision','',0),(5117,1,'2013-09-18 15:43:58','2013-09-18 15:43:58','','owners','','inherit','closed','open','','owners','','','2013-09-18 15:43:58','2013-09-18 15:43:58','',0,'http://testingweb123.webuda.com/wp-content/uploads/2013/09/owners.html',0,'attachment','text/html',0),(5118,1,'2013-09-18 15:44:00','2013-09-18 15:44:00','','rentals','','inherit','closed','open','','rentals-2','','','2013-09-18 15:44:00','2013-09-18 15:44:00','',0,'http://testingweb123.webuda.com/wp-content/uploads/2013/09/rentals.html',0,'attachment','text/html',0),(5119,1,'2013-09-18 15:44:02','2013-09-18 15:44:02','','tenants','','inherit','closed','open','','tenants','','','2013-09-18 15:44:02','2013-09-18 15:44:02','',0,'http://testingweb123.webuda.com/wp-content/uploads/2013/09/tenants.html',0,'attachment','text/html',0),(5120,1,'2013-09-18 15:49:42','2013-09-18 15:49:42','<h3>Please full fill this form or Using information on the right</h3>\r\nSed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.\r\n[space height=15]\r\n<h3>Social Network</h3>\r\n[social type=\"facebook\"]#[/social]\r\n[social type=\"twitter\"]#[/social]\r\n[social type=\"youtube\"]#[/social]\r\n[social type=\"vimeo\"]#[/social]\r\n[social type=\"pinterest\"]#[/social]\r\n[social type=\"rss\"]#[/social]\r\n[social type=\"skype\"]#[/social]\r\n[social type=\"flickr\"]#[/social]','Contact','','inherit','closed','open','','100-revision-v1','','','2013-09-18 15:49:42','2013-09-18 15:49:42','',100,'http://testingweb123.webuda.com/uncategorized/100-revision-v1/',0,'revision','',0),(11,1,'2012-01-03 15:18:20','2012-01-03 15:18:20','Donec sed odio dui. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Sed posuere consectetur est at lobortis. Nulla vitae elit libero, a pharetra augue. Donec ullamcorper nulla non metus auctor fringilla. Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo.','Amet Sollicitudin','','publish','open','closed','','amet-sollicitudin','','','2012-01-03 15:18:20','2012-01-03 15:18:20','',0,'http://localhost/modernize/?post_type=portfolio&p=11',0,'portfolio','',0),(38,1,'2012-01-03 16:53:49','2012-01-03 16:53:49','Donec sed odio dui. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Sed posuere consectetur est at lobortis. Nulla vitae elit libero, a pharetra augue. Donec ullamcorper nulla non metus auctor fringilla. Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam porta sem malesuada magna mollis euismod. Aenean eu leo quam.\n\nDonec id elit non mi porta gravida at eget metus. Aenean lacinia bibendum nulla sed consectetur. Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Donec ullamcorper nulla non metus auctor fringilla. Donec ullamcorper nulla non metus auctor fringilla. Integer posuere erat a ante venenatis dapibus posuere velit aliquet.','Video With Lightbox','','publish','open','closed','','ornare-malesuada','','','2012-01-03 16:53:49','2012-01-03 16:53:49','',0,'http://localhost/modernize/?post_type=portfolio&p=38',0,'portfolio','',0),(49,1,'2012-01-03 16:59:40','2012-01-03 16:59:40','Donec sed odio dui. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Sed posuere consectetur est at lobortis. Nulla vitae elit libero, a pharetra augue. Donec ullamcorper nulla non metus auctor fringilla. Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo.','Portfolio With Video','','publish','open','closed','','lorem-ornare','','','2012-01-03 16:59:40','2012-01-03 16:59:40','',0,'http://localhost/modernize/?post_type=portfolio&p=49',0,'portfolio','',0),(4931,1,'2012-01-03 17:00:24','2012-01-03 17:00:24','Donec sed odio dui. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Sed posuere consectetur est at lobortis. Nulla vitae elit libero, a pharetra augue. Donec ullamcorper nulla non metus auctor fringilla. Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.','Quam Purus','','publish','open','open','','quam-purus','','','2012-01-03 17:00:24','2012-01-03 17:00:24','',0,'http://localhost/modernize/?post_type=portfolio&p=51',0,'portfolio','',0),(4932,1,'2012-01-03 18:05:29','2012-01-03 18:05:29','Donec sed odio dui. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Sed posuere consectetur est at lobortis. Nulla vitae elit libero, a pharetra augue. Donec ullamcorper nulla non metus auctor fringilla. Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.','Sollicitudin Pharetra','','publish','open','open','','sollicitudin-pharetra-porta','','','2012-01-03 18:05:29','2012-01-03 18:05:29','',0,'http://localhost/modernize/?post_type=portfolio&p=94',0,'portfolio','',0),(5255,1,'2013-10-22 15:42:36','2013-10-22 15:42:36','<strong>Westrom Group Application Fee Link:</strong>\r\n\r\n[message_box title=\"Paypal\" color=\"red\"]By continuing to this PayPal account, you agree that this is a non-refundable application fee.[/message_box]\r\n<center><iframe src=\"http://www.westromgroup.com/wp-content/uploads/2013/10/application-fee.html\" width=\"100%\" height=\"500\" scrolling=\"yes\"></iframe></center>','Application Fee','','inherit','closed','open','','5145-revision-v1','','','2013-10-22 15:42:36','2013-10-22 15:42:36','',5145,'http://www.westromgroup.com/5145-revision-v1/',0,'revision','',0),(5252,1,'2013-10-22 15:37:16','2013-10-22 15:37:16','<strong>Westrom Group Application Fee Link:</strong>\r\n\r\n[message_box title=\"Paypal\" color=\"red\"]By continuing to this PayPal account, you agree that this is a non-refundable application fee.[/message_box]\r\n\r\n<form target=\"paypal\" action=\"https://www.paypal.com/cgi-bin/webscr\"\r\nmethod=\"post\">\r\n\r\n<input type=\"hidden\" name=\"cmd\" value=\"_s-xclick\">\r\n\r\n<input type=\"hidden\" name=\"hosted_button_id\" value=\"2CR5LD6UUJAC2\">\r\n\r\n<table>\r\n\r\n<tr><td><input type=\"hidden\" name=\"on0\" value=\"Application Fee\">Application\r\nFee</td></tr><tr><td><select name=\"os0\">\r\n\r\n<option value=\"One Applicant\">One Applicant $30.00 USD</option>\r\n\r\n<option value=\"Two Applicants\">Two Applicants $50.00 USD</option>\r\n\r\n<option value=\"Three Applicants\">Three Applicants $70.00 USD</option>\r\n\r\n<option value=\"Four Applicants\">Four Applicants $90.00 USD</option>\r\n\r\n</select> </td></tr>\r\n\r\n</table>\r\n\r\n<input type=\"hidden\" name=\"currency_code\" value=\"USD\">\r\n\r\n<input type=\"image\"\r\nsrc=\"https://www.paypalobjects.com/en_US/i/btn/btn_cart_LG.gif\" border=\"0\"\r\nname=\"submit\" alt=\"PayPal - The safer, easier way to pay online!\">\r\n\r\n<img alt=\"\" border=\"0\"\r\nsrc=\"https://www.paypalobjects.com/en_US/i/scr/pixel.gif\" width=\"1\"\r\nheight=\"1\">\r\n\r\n</form>','Application Fee','','inherit','closed','open','','5145-revision-v1','','','2013-10-22 15:37:16','2013-10-22 15:37:16','',5145,'http://www.westromgroup.com/5145-revision-v1/',0,'revision','',0),(2640,1,'2012-11-14 06:36:52','2012-11-14 06:36:52','<h2>Financial and Life hacks and Must-read Realty Property Management News brought to you by Westrom Group</h2>','News','','publish','open','closed','','realty-property-management-news','','','2013-11-02 06:24:40','2013-11-02 06:24:40','',0,'http://themes.goodlayers2.com/bluediamond/?page_id=2640',0,'page','',0),(5146,1,'2013-09-19 15:25:24','2013-09-19 15:25:24','<form target=\"paypal\" action=\"https://www.paypal.com/cgi-bin/webscr\" method=\"post\"><input type=\"hidden\" name=\"cmd\" value=\"_s-xclick\"><input type=\"hidden\" name=\"hosted_button_id\" value=\"2CR5LD6UUJAC2\"> <table> <tbody><tr> <td><input type=\"hidden\" name=\"on0\" value=\"Application Fee\">Application Fee</td> </tr> <tr> <td><select name=\"os0\"> <option value=\"One Applicant\">One Applicant $30.00 USD</option> <option value=\"Two Applicants\">Two Applicants $50.00 USD</option> <option value=\"Three Applicants\">Three Applicants $70.00 USD</option> <option value=\"Four Applicants\">Four Applicants $90.00 USD</option> </select> </td> </tr> </tbody></table> <input type=\"hidden\" name=\"currency_code\" value=\"USD\"><input type=\"image\" src=\"https://www.paypalobjects.com/en_US/i/btn/btn_cart_LG.gif\" border=\"0\" name=\"submit\" alt=\"PayPal - The safer, easier way to pay online!\"><img alt=\"\" border=\"0\" src=\"https://www.paypalobjects.com/en_US/i/scr/pixel.gif\" width=\"1\" height=\"1\"><input type=\"hidden\" name=\"vid\" id=\"vid\" value=\"1148207698\"></form>','Application Fee','','inherit','closed','open','','5145-revision-v1','','','2013-09-19 15:25:24','2013-09-19 15:25:24','',5145,'http://testingweb123.webuda.com/uncategorized/5145-revision-v1/',0,'revision','',0),(5269,1,'2013-11-02 06:03:10','2013-11-02 06:03:10','<h2>Westrom Group provides real estate services in the <a href=\"http://en.wikipedia.org/wiki/Dallas%E2%80%93Fort_Worth_metroplex\">Dallas/Fort WorthMetroplex</a>.</h2>\r\n<h3><a href=\"http://www.westromgroup.com/wp-content/uploads/2013/09/safe-family.jpeg\"><img class=\"size-full wp-image-5210 aligncenter\" alt=\"real estate property management DFW\" src=\"http://www.westromgroup.com/wp-content/uploads/2013/09/safe-family.jpeg\" width=\"1000\" height=\"429\" /></a></h3>\r\n<h3><strong>What can you expect from Westrom Group Real Estate Property DFW Services?</strong></h3>\r\n<strong>Home Staging –</strong> As part of our service, we provide home staging. Home staging will give a potential buyer an excellent first impression of your home.\r\n\r\n<strong>Property-value Analysis –</strong> We will conduct an analysis on the property you are interested. The value of the home will be analyzed and will be compared to the most recent data on other homes that are already sold.\r\n\r\n<strong>Property Maintenance –</strong> We offer a<a title=\"Management Services\" href=\"http://www.westromgroup.com/management-services/\"> full range of services</a> to help you maintain your property. Not all realestate companies do this. That is why<a href=\"http://www.westromgroup.com/\"> Westrom Group</a> has the advantage over other companies. Maintenance includes air conditioning, plumbing, as well as electrical repairs, painting, carpet, etc.','Services for Real Estate Property DFW','','inherit','closed','open','','5174-revision-v1','','','2013-11-02 06:03:10','2013-11-02 06:03:10','',5174,'http://www.westromgroup.com/5174-revision-v1/',0,'revision','',0),(5270,1,'2013-11-02 06:06:53','2013-11-02 06:06:53','Welcome to Westrom Group. Our company offers DFW properties.Westrom group takes pride in the list of properties we rent. All properties are thoroughly studied and evaluated to make sure that it will suit our client\'s needs and preference.\r\n\r\nOn this page, you will find a map of all the DFW properties that are available for rent. You can enter search criteria based on your preferences. You can also try going through our list of properties to determine if there is a property that will best suit your needs. Each property posted will have complete details-- from the amenities to community information that you will find helpful.\r\n\r\nThank you for your interest in our properties for rent. In the event that you have any questions regarding our listings, you can contact us anytime at the office.\r\n\r\n<center><iframe src=\"http://www.westromgroup.com/wp-content/uploads/2013/09/rentals.html\" height=\"2000\" width=\"100%\" scrolling=\"yes\"></iframe></center>','DFW Properties for Rent','','inherit','closed','open','','4284-revision-v1','','','2013-11-02 06:06:53','2013-11-02 06:06:53','',4284,'http://www.westromgroup.com/4284-revision-v1/',0,'revision','',0),(5271,1,'2013-11-02 06:14:45','2013-11-02 06:14:45','<a href=\"http://www.westromgroup.com/wp-content/uploads/2013/09/Family-HouseComposite.jpg\"><img class=\"size-full wp-image-5211 aligncenter\" alt=\"dfw properties\" src=\"http://www.westromgroup.com/wp-content/uploads/2013/09/Family-HouseComposite.jpg\" width=\"780\" height=\"320\" /></a>\r\n\r\nWelcome to <a href=\"http://www.westromgroup.com/\">Westrom Group</a>. Our company offers DFW properties.Westrom group takes pride in the list of properties we rent. All properties are thoroughly studied and evaluated to make sure that it will suit our client\'s needs and preference.\r\n\r\nOn this page, you will find a map of all the <a href=\"http://en.wikipedia.org/wiki/Dallas%E2%80%93Fort_Worth_metroplex\">DFW</a> properties that are available for rent. You can enter search criteria based on your preferences. You can also try going through our list of properties to determine if there is a property that will best suit your needs. Each property posted will have complete details-- from the amenities to community information that you will find helpful.\r\n\r\nThank you for your interest in our properties for rent. In the event that you have any questions regarding our listings, you can<a title=\"Contact\" href=\"http://www.westromgroup.com/contact/\"> contact us</a> anytime at the office.\r\n\r\n<center><iframe src=\"http://www.westromgroup.com/wp-content/uploads/2013/09/rentals.html\" height=\"2000\" width=\"100%\" scrolling=\"yes\"></iframe></center>','DFW Properties for Rent','','inherit','closed','open','','4284-revision-v1','','','2013-11-02 06:14:45','2013-11-02 06:14:45','',4284,'http://www.westromgroup.com/4284-revision-v1/',0,'revision','',0),(5272,1,'2013-11-02 06:16:36','2013-11-02 06:16:36','<a href=\"http://www.westromgroup.com/wp-content/uploads/2013/09/Family-HouseComposite.jpg\"><img class=\"size-full wp-image-5211 aligncenter\" alt=\"dfw properties\" src=\"http://www.westromgroup.com/wp-content/uploads/2013/09/Family-HouseComposite.jpg\" width=\"780\" height=\"320\" /></a>\r\n\r\nWelcome to <a href=\"http://www.westromgroup.com/\">Westrom Group</a>. Our company offers DFW properties.Westrom group takes pride in the list of properties we rent. All properties are thoroughly studied and evaluated to make sure that it will suit our client\'s needs and preference.\r\n\r\nOn this page, you will find a map of all the <a href=\"http://en.wikipedia.org/wiki/Dallas%E2%80%93Fort_Worth_metroplex\">DFW</a> properties that are available for rent. You can enter search criteria based on your preferences. You can also try going through our list of properties to determine if there is a property that will best suit your needs. Each property posted will have complete details-- from the amenities to community information that you will find helpful.\r\n\r\nThank you for your interest in our properties for rent. In the event that you have any questions regarding our listings, you can<a title=\"Contact\" href=\"http://www.westromgroup.com/contact/\"> contact us</a> anytime at the office.\r\n<h2>Below is an updated list of DFW properties for rent:</h2>\r\n<center><iframe src=\"http://www.westromgroup.com/wp-content/uploads/2013/09/rentals.html\" height=\"2000\" width=\"100%\" scrolling=\"yes\"></iframe></center>','DFW Properties for Rent','','inherit','closed','open','','4284-revision-v1','','','2013-11-02 06:16:36','2013-11-02 06:16:36','',4284,'http://www.westromgroup.com/4284-revision-v1/',0,'revision','',0),(5273,1,'2013-11-02 06:21:54','2013-11-02 06:21:54','Financial and Life hacks','News','','inherit','closed','open','','2640-autosave-v1','','','2013-11-02 06:21:54','2013-11-02 06:21:54','',2640,'http://www.westromgroup.com/2640-autosave-v1/',0,'revision','',0),(5274,1,'2013-11-02 06:22:20','2013-11-02 06:22:20','<h2>Financial and Life hacks and Must-read Realty Property Management News brought to you by Westrom Group</h2>','News','','inherit','closed','open','','2640-revision-v1','','','2013-11-02 06:22:20','2013-11-02 06:22:20','',2640,'http://www.westromgroup.com/2640-revision-v1/',0,'revision','',0),(5275,1,'2013-11-02 06:29:41','2013-11-02 06:29:41','<h1>Westrom Group Management Services</h1>\r\nWestrom Group is a family owned and operated, full service property management company, serving the Dallas/Fort Worth Metroplex. As property owners ourselves, we understand how important it is to have an excellent management team in place watching over every aspect of our investment. Our staff works collectively to find common sense solutions, while keeping your property well maintained, leased and returning the maximum profit. Unlike most other real-estate companies who work primarily in sales and only manage properties on the side, <strong>our primary focus has always been property management</strong>.\r\n\r\n<strong>We are proactive managers and investors who understand cost-effective services.</strong>\r\nWe specialize in single-family and multi-family management.\r\n\r\nCost-Effective Property Management\r\n\r\nFull 100% 90-Day Money Back Guarantee if you are not satisfied with our services.\r\n\r\n<strong> </strong>\r\n<h4>Full Service Property Management</h4>\r\n<ul>\r\n <li>Best Rates- Competitively Priced as Low as 8% and $350 New Lease Fee Tenant Shield Screening Guarantee (ask us about this)</li>\r\n <li>Low Turn-Over, Long Term Leases, High Retention Rentals</li>\r\n <li>24/7 Real-Time Internet Reporting</li>\r\n</ul>\r\n<strong> </strong>\r\n<h4>Turn Key Maintenance Services</h4>\r\n<ul>\r\n <li>Complete Make Ready</li>\r\n <li>HVAC, Plumbing, Electrical and Carpentry</li>\r\n <li>50% savings over Contractors</li>\r\n</ul>\r\n<strong> </strong>\r\n<h4>Licensed and Insured</h4>\r\n \r\n<h2>About the Westrom Group Property Management Advantage</h2>\r\n[accordion]\r\n[acc_item title=\"Industry lowest rates and fees\"]Westrom Group Company is the most cost-effective property management company in the Dallas/Fort Worth Metroplex.[/acc_item]\r\n[acc_item title=\"5-Star Tenant Screening\"]Turnover and vacancy are the most expensive aspect of your investment. Therefore, finding and selecting a quality tenant is the single most important thing we do for you. We follow a designed \"5 Star\" program that weeds out the potential problem tenants. A tenant who passes our screening is likely to be a good tenant for you. Here is our process:\r\n<ul>\r\n <li>Credit Check (3 bureau credit check)</li>\r\n <li>Background Check (Criminal & Sex Offender)</li>\r\n <li>Rental History/Eviction History</li>\r\n <li>Employment Verification</li>\r\n <li>Income Verification</li>\r\n <li>In-Person Interview</li>\r\n</ul>\r\n[/acc_item]\r\n[acc_item title=\"Property Presentation and Marketing\"]Uses the latest in internet technology to market your property\r\nPromoted online through all the major internet rental search portals (RentalHomes, RentalHouses, Rentals, CraigsList, Google, Hotpads, Zillow)\r\nPersonal walk-through to make sure your property is ready to rent\r\nBeing available to answer the phone to catch potential renter[/acc_item]\r\n[acc_item title=\"Maintenance\"]Save 50% over Retail Prices\r\nAir Conditioning, heating, plumbing and electrical[/acc_item]\r\n[acc_item title=\"Real-Time Accounting Services\"]We use PropertyWare software, the leading online property management software designed to give you real-time access to your property status and financials\r\nAccess your property reports and maintenance status from anywhere and anytime 24/7[/acc_item]\r\n[acc_item title=\"Simple 90 Day Money Back Guarantee\"]We believe we are the right company for you and will exceed your expectations. If you are not satisfied with our services we will provide a full refund of any management fees collected. Its that Simple.[/acc_item]\r\n[/accordion]\r\n\r\n \r\n<h2>Tips on Selecting a Property Manager</h2>\r\n<ul>\r\n <li>They should know the rental market well enough to give you an accurate estimate of what you home will lease for monthly.</li>\r\n <li>They should advertise your property in at least 10 different ways. The local newspaper is only one way to advertise your home for lease.</li>\r\n <li>They should have a system in place that gives immediate information when potential tenants call.</li>\r\n <li>They should know how to structure a lease that is advantageous to the owner and fair to the tenant.</li>\r\n <li>They should be able to explain every paragraph on a lease and they should use professional lease forms. Lease forms that have been drawn by an attorney and promulgated by the Texas Association of Realtors.</li>\r\n <li>Additional forms used should be professionally established. More than just a lease is needed.</li>\r\n <li>They should provide follow up for the tenant after move-in. A specific program for this service is needed.</li>\r\n <li>They should be members of organizations that keep them informed of changes in the laws concerning property management and leasing. National Association of Residential Property Managers, Texas Association of Realtors, etc.</li>\r\n</ul>',' DFW Real Property Management Services','','inherit','closed','open','','4287-revision-v1','','','2013-11-02 06:29:41','2013-11-02 06:29:41','',4287,'http://www.westromgroup.com/4287-revision-v1/',0,'revision','',0),(3280,1,'2013-03-13 09:22:08','2013-03-13 09:22:08','','Home','','publish','open','open','','home-2','','','2013-11-07 14:20:17','2013-11-07 14:20:17','',0,'http://themes.goodlayers2.com/kingpower/?page_id=3280',0,'page','',0),(5114,1,'2013-09-18 15:07:51','2013-09-18 15:07:51','','Home','','inherit','closed','open','','3280-revision-v1','','','2013-09-18 15:07:51','2013-09-18 15:07:51','',3280,'http://testingweb123.webuda.com/uncategorized/3280-revision-v1/',0,'revision','',0),(60,1,'2013-01-03 17:23:57','2013-01-03 17:23:57','Donec sed odio dui. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Sed posuere consectetur est at lobortis. Nulla vitae elit libero, a pharetra augue. Donec ullamcorper nulla non metus auctor fringilla. Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam porta sem malesuada magna mollis euismod. Aenean eu leo quam.\n\nDonec id elit non mi porta gravida at eget metus. Aenean lacinia bibendum nulla sed consectetur. Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Donec ullamcorper nulla non metus auctor fringilla. Donec ullamcorper nulla non metus auctor fringilla. Integer posuere erat a ante venenatis dapibus posuere velit aliquet.\n\n[quote align=\"center\" color=\"#999999\"]Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Donec ullamcorper nulla non metus auctor fringilla.[/quote]\n\nPellentesque ornare sem lacinia quam venenatis vestibulum. Aenean lacinia bibendum nulla sed consectetur.Cras mattis consectetur purus sit amet fermentum. Sed posuere consectetur est at lobortis. Nulla vitae elit libero, a pharetra augue. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec id elit non mi porta gravida at eget metus. Vestibulum id ligula porta felis euismod semper. Vestibulum id ligula porta felis euismod semper.\n\nAenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Integer posuere erat a ante venenatis dapibus posuere velit aliquet.','Purus Inceptos Euismod Fringilla Lor','','trash','open','open','','purus-inceptos-euismod-sit','','','2013-11-02 08:20:27','2013-11-02 08:20:27','',0,'http://localhost/modernize/?p=60',0,'post','',1),(97,1,'2013-03-03 18:14:35','2013-03-03 18:14:35','Donec sed odio dui. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Sed posuere consectetur est at lobortis. Nulla vitae elit libero, a pharetra augue. Donec ullamcorper nulla non metus auctor fringilla. Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam porta sem malesuada magna mollis euismod. Aenean eu leo quam.\n\nDonec id elit non mi porta gravida at eget metus. Aenean lacinia bibendum nulla sed consectetur. Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Donec ullamcorper nulla non metus auctor fringilla. Donec ullamcorper nulla non metus auctor fringilla. Integer posuere erat a ante venenatis dapibus posuere velit aliquet.\n\n[quote align=\"center\" color=\"#999999\"]Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Donec ullamcorper nulla non metus auctor fringilla.[/quote]\n\nPellentesque ornare sem lacinia quam venenatis vestibulum. Aenean lacinia bibendum nulla sed consectetur.Cras mattis consectetur purus sit amet fermentum. Sed posuere consectetur est at lobortis. Nulla vitae elit libero, a pharetra augue. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec id elit non mi porta gravida at eget metus. Vestibulum id ligula porta felis euismod semper. Vestibulum id ligula porta felis euismod semper.\n\nAenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Integer posuere erat a ante venenatis dapibus posuere velit aliquet.','Aenean lacinia bibendum nulla','','trash','open','open','','ullamcorper-cras-aenean','','','2013-11-02 08:20:27','2013-11-02 08:20:27','',0,'http://localhost/modernize/?p=97',0,'post','',1),(105,1,'2012-01-03 18:24:05','2012-01-03 18:24:05','Donec sed odio dui. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Sed posuere consectetur est at lobortis. Nulla vitae elit libero, a pharetra augue. Donec ullamcorper nulla non metus auctor fringilla. Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.','Vehicula Nullam','','publish','open','closed','','dapibus-euismod-tristique-vestibulum','','','2012-01-03 18:24:05','2012-01-03 18:24:05','',0,'http://localhost/modernize/?post_type=portfolio&p=105',0,'portfolio','',0),(107,1,'2013-02-03 18:21:26','2013-02-03 18:21:26','Donec sed odio dui. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Sed posuere consectetur est at lobortis. Nulla vitae elit libero, a pharetra augue. Donec ullamcorper nulla non metus auctor fringilla. Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam porta sem malesuada magna mollis euismod. Aenean eu leo quam.\n\nDonec id elit non mi porta gravida at eget metus. Aenean lacinia bibendum nulla sed consectetur. Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Donec ullamcorper nulla non metus auctor fringilla. Donec ullamcorper nulla non metus auctor fringilla. Integer posuere erat a ante venenatis dapibus posuere velit aliquet.\n\n[quote align=\"center\" color=\"#999999\"]Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Donec ullamcorper nulla non metus auctor fringilla.[/quote]\n\nPellentesque ornare sem lacinia quam venenatis vestibulum. Aenean lacinia bibendum nulla sed consectetur.Cras mattis consectetur purus sit amet fermentum. Sed posuere consectetur est at lobortis. Nulla vitae elit libero, a pharetra augue. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec id elit non mi porta gravida at eget metus. Vestibulum id ligula porta felis euismod semper. Vestibulum id ligula porta felis euismod semper.\n\nAenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Integer posuere erat a ante venenatis dapibus posuere velit aliquet.','Post Different Thumb','','trash','open','open','','adipiscing-fringilla-commodo','','','2013-11-02 08:20:27','2013-11-02 08:20:27','',0,'http://localhost/modernize/?p=107',0,'post','',5),(111,1,'2012-01-03 18:27:33','2012-01-03 18:27:33','Donec sed odio dui. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Sed posuere consectetur est at lobortis. Nulla vitae elit libero, a pharetra augue. Donec ullamcorper nulla non metus auctor fringilla. Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.','Ridiculus Bibendum','','publish','open','closed','','praesent-commodo-cursus','','','2012-01-03 18:27:33','2012-01-03 18:27:33','',0,'http://localhost/modernize/?post_type=portfolio&p=111',0,'portfolio','',0),(113,1,'2012-01-03 18:26:16','2012-01-03 18:26:16','Donec sed odio dui. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Sed posuere consectetur est at lobortis. Nulla vitae elit libero, a pharetra augue. Donec ullamcorper nulla non metus auctor fringilla. Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.','Donec ullamcorper','','publish','open','open','','donec-ullamcorper','','','2012-01-03 18:26:16','2012-01-03 18:26:16','',0,'http://localhost/modernize/?post_type=portfolio&p=113',0,'portfolio','',0),(182,1,'2012-01-04 09:49:16','2012-01-04 09:49:16','Donec sed odio dui. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Sed posuere consectetur est at lobortis. Nulla vitae elit libero, a pharetra augue. Donec ullamcorper nulla non metus auctor fringilla. Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.','Justo Malesuada Ullem','','publish','open','closed','','justo-malesuada-ullamcorper','','','2012-01-04 09:49:16','2012-01-04 09:49:16','',0,'http://localhost/modernize/?post_type=portfolio&p=182',0,'portfolio','',0),(993,1,'2011-12-06 19:14:35','2011-12-06 19:14:35','Donec sed odio dui. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Sed posuere consectetur est at lobortis. Nulla vitae elit libero, a pharetra augue. Donec ullamcorper nulla non metus auctor fringilla. Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam porta sem malesuada magna mollis euismod. Aenean eu leo quam.\n\nDonec id elit non mi porta gravida at eget metus. Aenean lacinia bibendum nulla sed consectetur. Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Donec ullamcorper nulla non metus auctor fringilla. Donec ullamcorper nulla non metus auctor fringilla. Integer posuere erat a ante venenatis dapibus posuere velit aliquet.\n\n[quote align=\"center\" color=\"#999999\"]Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Donec ullamcorper nulla non metus auctor fringilla.[/quote]\n\nPellentesque ornare sem lacinia quam venenatis vestibulum. Aenean lacinia bibendum nulla sed consectetur.Cras mattis consectetur purus sit amet fermentum. Sed posuere consectetur est at lobortis. Nulla vitae elit libero, a pharetra augue. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec id elit non mi porta gravida at eget metus. Vestibulum id ligula porta felis euismod semper. Vestibulum id ligula porta felis euismod semper.\n\nAenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Integer posuere erat a ante venenatis dapibus posuere velit aliquet.','Post With Left Sidebar','','trash','open','open','','etiam-porta-sem','','','2013-11-02 08:25:38','2013-11-02 08:25:38','',0,'http://themes.goodlayers.com/modernize/?p=993',0,'post','',1),(996,1,'2011-11-06 19:16:35','2011-11-06 19:16:35','Donec sed odio dui. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Sed posuere consectetur est at lobortis. Nulla vitae elit libero, a pharetra augue. Donec ullamcorper nulla non metus auctor fringilla. Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam porta sem malesuada magna mollis euismod. Aenean eu leo quam.\n\nDonec id elit non mi porta gravida at eget metus. Aenean lacinia bibendum nulla sed consectetur. Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Donec ullamcorper nulla non metus auctor fringilla. Donec ullamcorper nulla non metus auctor fringilla. Integer posuere erat a ante venenatis dapibus posuere velit aliquet.\n\n[quote align=\"center\" color=\"#999999\"]Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Donec ullamcorper nulla non metus auctor fringilla.[/quote]\n\nPellentesque ornare sem lacinia quam venenatis vestibulum. Aenean lacinia bibendum nulla sed consectetur.Cras mattis consectetur purus sit amet fermentum. Sed posuere consectetur est at lobortis. Nulla vitae elit libero, a pharetra augue. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec id elit non mi porta gravida at eget metus. Vestibulum id ligula porta felis euismod semper. Vestibulum id ligula porta felis euismod semper.\n\nAenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Integer posuere erat a ante venenatis dapibus posuere velit aliquet.','Post With Slider Thumbnail','','trash','open','open','','aenean-lacinia-bibendum','','','2013-11-02 08:25:38','2013-11-02 08:25:38','',0,'http://themes.goodlayers.com/modernize/?p=996',0,'post','',3),(1091,1,'2013-01-01 11:24:52','2013-01-01 11:24:52','Donec sed odio dui. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Sed posuere consectetur est at lobortis. Nulla vitae elit libero, a pharetra augue. Donec ullamcorper nulla non metus auctor fringilla. Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam porta sem malesuada magna mollis euismod. Aenean eu leo quam.\n\nDonec id elit non mi porta gravida at eget metus. Aenean lacinia bibendum nulla sed consectetur. Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Donec ullamcorper nulla non metus auctor fringilla. Donec ullamcorper nulla non metus auctor fringilla. Integer posuere erat a ante venenatis dapibus posuere velit aliquet.\n\n[quote align=\"center\" color=\"#999999\"]Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Donec ullamcorper nulla non metus auctor fringilla.[/quote]\n\nPellentesque ornare sem lacinia quam venenatis vestibulum. Aenean lacinia bibendum nulla sed consectetur.Cras mattis consectetur purus sit amet fermentum. Sed posuere consectetur est at lobortis. Nulla vitae elit libero, a pharetra augue. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec id elit non mi porta gravida at eget metus. Vestibulum id ligula porta felis euismod semper. Vestibulum id ligula porta felis euismod semper.\n\nAenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Integer posuere erat a ante venenatis dapibus posuere velit aliquet.','Fringilla Commodo Aenean','','trash','open','open','','fringilla-commodo-aenean','','','2013-11-02 08:20:27','2013-11-02 08:20:27','',0,'http://themes.goodlayers.com/modernize/?p=1091',0,'post','',0),(1098,1,'2012-01-07 11:27:56','2012-01-07 11:27:56','Donec sed odio dui. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Sed posuere consectetur est at lobortis. Nulla vitae elit libero, a pharetra augue. Donec ullamcorper nulla non metus auctor fringilla. Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam porta sem malesuada magna mollis euismod. Aenean eu leo quam.\n\nDonec id elit non mi porta gravida at eget metus. Aenean lacinia bibendum nulla sed consectetur. Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Donec ullamcorper nulla non metus auctor fringilla. Donec ullamcorper nulla non metus auctor fringilla. Integer posuere erat a ante venenatis dapibus posuere velit aliquet.\n\n[quote align=\"center\" color=\"#999999\"]Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Donec ullamcorper nulla non metus auctor fringilla.[/quote]\n\nPellentesque ornare sem lacinia quam venenatis vestibulum. Aenean lacinia bibendum nulla sed consectetur.Cras mattis consectetur purus sit amet fermentum. Sed posuere consectetur est at lobortis. Nulla vitae elit libero, a pharetra augue. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec id elit non mi porta gravida at eget metus. Vestibulum id ligula porta felis euismod semper. Vestibulum id ligula porta felis euismod semper.\n\nAenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Integer posuere erat a ante venenatis dapibus posuere velit aliquet.','This is Just a Single Clean Post','','trash','open','open','','this-is-just-a-single-clean-post','','','2013-11-02 08:20:27','2013-11-02 08:20:27','',0,'http://themes.goodlayers.com/modernize/?p=1098',0,'post','',1),(3002,1,'2012-03-07 20:10:08','2012-03-07 20:10:08','Donec sed odio dui. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Sed posuere consectetur est at lobortis. Nulla vitae elit libero, a pharetra augue. Donec ullamcorper nulla non metus auctor fringilla. Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam porta sem malesuada magna mollis euismod. Aenean eu leo quam.\n\nDonec id elit non mi porta gravida at eget metus. Aenean lacinia bibendum nulla sed consectetur. Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Donec ullamcorper nulla non metus auctor fringilla. Donec ullamcorper nulla non metus auctor fringilla. Integer posuere erat a ante venenatis dapibus posuere velit aliquet.\n\n[quote align=\"center\" color=\"#999999\"]Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Donec ullamcorper nulla non metus auctor fringilla.[/quote]\n\nPellentesque ornare sem lacinia quam venenatis vestibulum. Aenean lacinia bibendum nulla sed consectetur.Cras mattis consectetur purus sit amet fermentum. Sed posuere consectetur est at lobortis. Nulla vitae elit libero, a pharetra augue. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec id elit non mi porta gravida at eget metus. Vestibulum id ligula porta felis euismod semper. Vestibulum id ligula porta felis euismod semper.\n\nAenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Integer posuere erat a ante venenatis dapibus posuere velit aliquet.','Ornare Nullam Inceptos','','trash','open','open','','ornare-nullam-inceptos','','','2013-11-02 08:20:27','2013-11-02 08:20:27','',0,'http://themes.goodlayers2.com/kingpower/?p=3002',0,'post','',0),(5167,1,'2013-09-19 22:34:36','2013-09-19 22:34:36','/*\nWelcome to Custom CSS!\n\nCSS (Cascading Style Sheets) is a kind of code that tells the browser how\nto render a web page. You may delete these comments and get started with\nyour customizations.\n\nBy default, your stylesheet will be loaded after the theme stylesheets,\nwhich means that your rules can take precedence and override the theme CSS\nrules. Just write here what you want to change, you don\'t need to copy all\nyour theme\'s stylesheet content.\n*/\nbody {\n background-color: white;\n}\n\n.bottom-slider-column4 a:link {\n color: #fff;\n}\n\n.bottom-slider-column4 a:visited {\n color: #fff;\n}\n\n/* visited link */\n.bottom-slider-column4 a:hover {\n color: #C0C0C0;\n}\n\n/* mouse over link */\n.bottom-slider-column4 a:active {\n color: #C0C0C0;\n}\n\n/* selected link */','safecss','King Power (shared on wplocker.com)','inherit','closed','open','','4160-revision-v1','','','2013-09-19 22:34:36','2013-09-19 22:34:36','',4160,'http://testingweb123.webuda.com/uncategorized/4160-revision-v1/',0,'revision','',0),(5166,1,'2013-09-19 22:33:20','2013-09-19 22:33:20','/*\nWelcome to Custom CSS!\n\nCSS (Cascading Style Sheets) is a kind of code that tells the browser how\nto render a web page. You may delete these comments and get started with\nyour customizations.\n\nBy default, your stylesheet will be loaded after the theme stylesheets,\nwhich means that your rules can take precedence and override the theme CSS\nrules. Just write here what you want to change, you don\'t need to copy all\nyour theme\'s stylesheet content.\n*/\nbody {\n background-color: white;\n}\n\n.bottom-slider-wrapper boxed-container a:link {\n color: #fff;\n}\n\n.bottom-slider-wrapper boxed-container a:visited {\n color: #fff;\n}\n\n/* visited link */\n.bottom-slider-wrapper boxed-container a:hover {\n color: #C0C0C0;\n}\n\n/* mouse over link */\n.bottom-slider-wrapper boxed-container a:active {\n color: #C0C0C0;\n}\n\n/* selected link */','safecss','King Power (shared on wplocker.com)','inherit','closed','open','','4160-revision-v1','','','2013-09-19 22:33:20','2013-09-19 22:33:20','',4160,'http://testingweb123.webuda.com/uncategorized/4160-revision-v1/',0,'revision','',0),(5164,1,'2013-09-19 22:04:44','2013-09-19 22:04:44','/*\nWelcome to Custom CSS!\n\nCSS (Cascading Style Sheets) is a kind of code that tells the browser how\nto render a web page. You may delete these comments and get started with\nyour customizations.\n\nBy default, your stylesheet will be loaded after the theme stylesheets,\nwhich means that your rules can take precedence and override the theme CSS\nrules. Just write here what you want to change, you don\'t need to copy all\nyour theme\'s stylesheet content.\n*/\nbody {\n background-color: white;\n}\n\ncufontext {\n font-size: 30px;\n}','safecss','King Power (shared on wplocker.com)','inherit','closed','open','','4160-revision-v1','','','2013-09-19 22:04:44','2013-09-19 22:04:44','',4160,'http://testingweb123.webuda.com/uncategorized/4160-revision-v1/',0,'revision','',0),(5165,1,'2013-09-19 22:05:15','2013-09-19 22:05:15','/*\nWelcome to Custom CSS!\n\nCSS (Cascading Style Sheets) is a kind of code that tells the browser how\nto render a web page. You may delete these comments and get started with\nyour customizations.\n\nBy default, your stylesheet will be loaded after the theme stylesheets,\nwhich means that your rules can take precedence and override the theme CSS\nrules. Just write here what you want to change, you don\'t need to copy all\nyour theme\'s stylesheet content.\n*/\nbody {\n background-color: white;\n}','safecss','King Power (shared on wplocker.com)','inherit','closed','open','','4160-revision-v1','','','2013-09-19 22:05:15','2013-09-19 22:05:15','',4160,'http://testingweb123.webuda.com/uncategorized/4160-revision-v1/',0,'revision','',0),(5163,1,'2013-09-19 22:04:19','2013-09-19 22:04:19','/*\nWelcome to Custom CSS!\n\nCSS (Cascading Style Sheets) is a kind of code that tells the browser how\nto render a web page. You may delete these comments and get started with\nyour customizations.\n\nBy default, your stylesheet will be loaded after the theme stylesheets,\nwhich means that your rules can take precedence and override the theme CSS\nrules. Just write here what you want to change, you don\'t need to copy all\nyour theme\'s stylesheet content.\n*/\nbody {\n background-color: white;\n}\n\ncufontext {\n font-size: 16px;\n}','safecss','King Power (shared on wplocker.com)','inherit','closed','open','','4160-revision-v1','','','2013-09-19 22:04:19','2013-09-19 22:04:19','',4160,'http://testingweb123.webuda.com/uncategorized/4160-revision-v1/',0,'revision','',0),(5161,1,'2013-09-19 20:05:01','2013-09-19 20:05:01','','Unknown-person','','inherit','closed','open','','unknown-person','','','2013-09-19 20:05:01','2013-09-19 20:05:01','',2333,'http://testingweb123.webuda.com/wp-content/uploads/2012/08/Unknown-person.gif',0,'attachment','image/gif',0),(5160,1,'2013-09-19 20:04:52','2013-09-19 20:04:52','Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Maecenas faucibus mollis interdum.\n','Jon Doe','','inherit','closed','open','','2333-autosave-v1','','','2013-09-19 20:04:52','2013-09-19 20:04:52','',2333,'http://testingweb123.webuda.com/uncategorized/2333-autosave-v1/',0,'revision','',0),(5195,1,'2013-11-02 06:48:13','2013-11-02 06:48:13','<h1>Westrom Group Real Property Management Services</h1>\n<p style=\"text-align: center;\"><a href=\"http://www.westromgroup.com/wp-content/uploads/2013/09/property-management-e1379597030518.jpg\"><img class=\"size-large wp-image-5129 aligncenter\" title=\"real property management DFW services\" alt=\"real property management DFW services\" src=\"http://www.westromgroup.com/wp-content/uploads/2013/09/property-management-e1379597030518-1024x412.jpg\" width=\"570\" height=\"229\" /></a></p>\n<!--[if gte mso 9]><xml>\n<w:WordDocument>\n<w:View>Normal</w:View>\n<w:Zoom>0</w:Zoom>\n<w:TrackMoves/>\n<w:TrackFormatting/>\n<w:PunctuationKerning/>\n<w:ValidateAgainstSchemas/>\n<w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\n<w:IgnoreMixedContent>false</w:IgnoreMixedContent>\n<w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\n<w:DoNotPromoteQF/>\n<w:LidThemeOther>EN-US</w:LidThemeOther>\n<w:LidThemeAsian>X-NONE</w:LidThemeAsian>\n<w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\n<w:Compatibility>\n<w:BreakWrappedTables/>\n<w:SnapToGridInCell/>\n<w:WrapTextWithPunct/>\n<w:UseAsianBreakRules/>\n<w:DontGrowAutofit/>\n<w:SplitPgBreakAndParaMark/>\n<w:DontVertAlignCellWithSp/>\n<w:DontBreakConstrainedForcedTables/>\n<w:DontVertAlignInTxbx/>\n<w:Word11KerningPairs/>\n<w:CachedColBalance/>\n</w:Compatibility>\n<m:mathPr>\n<m:mathFont m:val=\"Cambria Math\"/>\n<m:brkBin m:val=\"before\"/>\n<m:brkBinSub m:val=\"--\"/>\n<m:smallFrac m:val=\"off\"/>\n<m:dispDef/>\n<m:lMargin m:val=\"0\"/>\n<m:rMargin m:val=\"0\"/>\n<m:defJc m:val=\"centerGroup\"/>\n<m:wrapIndent m:val=\"1440\"/>\n<m:intLim m:val=\"subSup\"/>\n<m:naryLim m:val=\"undOvr\"/>\n</m:mathPr></w:WordDocument>\n</xml><![endif]-->\n\n<a title=\"About\" href=\"http://www.westromgroup.com/about/\">Westrom Group </a>is a family owned and operated, full service real property management company, serving the Dallas/Fort Worth Metroplex. As property owners ourselves, we understand how important it is to have an excellent property management team in place watching over every aspect of our investment. Our staff works collectively to find common sense solutions, while keeping your property well maintained, leased and returning the maximum profit. Unlike most other real-estate companies who work primarily in sales and only manage properties on the side; our primary focus has always been high quality Real Property Management Services.\n\nWe are proactive managers and investors who understand <a title=\"Services for Real Estate Property DFW\" href=\"http://www.westromgroup.com/real-estate-property-dfw/\">cost-effective services</a>.\nWe specialize in single-family and multi-family management.\n\n<strong>Cost-Effective Property Management</strong>\n\n· Full 100% 90-Day Money Back Guarantee if you are not satisfied with our services.\n<strong> </strong>\n<strong>Full Service Property Management</strong>\n\n· Best Rates- Competitively Priced as Low as 8% and $350 New Lease Fee\n\n· Tenant Shield Screening Guarantee (ask us about this)\n\n· Low Turn-Over, Long Term Leases, High Retention Rentals\n\n· 24/7 Real-Time Internet Reporting\n\n<strong>Turn Key Maintenance Services</strong>\n· Complete Make Ready\n\n· HVAC, Plumbing, Electrical and Carpentry\n\n· 50% savings over Contractors\n\n<strong>Licensed and Insured</strong>\n<h2>About the Westrom Group Property Management Advantage</h2>\n[accordion]\n[acc_item title=\"Industry lowest rates and fees\"]Westrom Group Company is the most cost-effective Real Property Management Services company in the Dallas/Fort Worth Metroplex.[/acc_item]\n[acc_item title=\"5-Star Tenant Screening\"]Turnover and vacancy are the most expensive aspect of your investment. Therefore, finding and selecting a quality tenant is the single most important thing we do for you. We follow a designed \"5 Star\" program that weeds out the potential problem tenants. A tenant who passes our screening is likely to be a good tenant for you. Here is our process:\n<ul>\n <li>Credit Check (3 bureau credit check)</li>\n <li>Background Check (Criminal & Sex Offender)</li>\n <li>Rental History/Eviction History</li>\n <li>Employment Verification</li>\n <li>Income Verification</li>\n <li>In-Person Interview</li>\n</ul>\n[/acc_item]\n[acc_item title=\"Property Presentation and Marketing\"]Uses the latest in internet technology to market your property\nPromoted online through all the major internet rental search portals (RentalHomes, RentalHouses, Rentals, CraigsList, Google, Hotpads, Zillow)\nPersonal walk-through to make sure your property is ready to rent\nBeing available to answer the phone to catch potential renter[/acc_item]\n[acc_item title=\"Maintenance\"]Save 50% over Retail Prices\nAir Conditioning, heating, plumbing and electrical[/acc_item]\n[acc_item title=\"Real-Time Accounting Services\"]We use PropertyWare software, the leading online property management software designed to give you real-time access to your property status and financials\nAccess your property reports and maintenance status from anywhere and anytime 24/7[/acc_item]\n[acc_item title=\"Simple 90 Day Money Back Guarantee\"]We believe we are the right company for you and will exceed your expectations. If you are not satisfied with our services we will provide a full refund of any management fees collected. Its that Simple.[/acc_item]\n[/accordion]\n\n \n<h2>Tips on Selecting a Property Manager</h2>\n<ul>\n <li>They should know the rental market well enough to give you an accurate estimate of what you home will lease for monthly.</li>\n <li>They should advertise your property in at least 10 different ways. The local newspaper is only one way to advertise your home for lease.</li>\n <li>They should have a system in place that gives immediate information when potential tenants call.</li>\n <li>They should know how to structure a lease that is advantageous to the owner and fair to the tenant.</li>\n <li>They should be able to explain every paragraph on a lease and they should use professional lease forms. Lease forms that have been drawn by an attorney and promulgated by the Texas Association of Realtors.</li>\n <li>Additional forms used should be professionally established. More than just a lease is needed.</li>\n <li>They should provide follow up for the tenant after move-in. A specific program for this service is needed.</li>\n <li>They should be members of organizations that keep them informed of changes in the laws concerning property management and leasing. <a href=\"http://www.narpm.org/\">National Association of Residential Property Managers</a>, <a href=\"https://www.texasrealtors.com/index.cfm?\">Texas Association of Realtors</a>, etc.</li>\n</ul>',' DFW Real Property Management Services','','inherit','closed','open','','4287-autosave-v1','','','2013-11-02 06:48:13','2013-11-02 06:48:13','',4287,'http://testingweb123.webuda.com/uncategorized/4287-autosave-v1/',0,'revision','',0),(5155,1,'2013-09-19 18:49:05','2013-09-19 18:49:05','All repair requests <span style=\"text-decoration: underline;\"><strong>must</strong></span> be submitted using the form below\r\n\r\nYour lease requires all repair requests be submitted in writing. In order to make this easy for you and to provide a tracking of your request we have created this online form for you.\r\n\r\nIf you are having a fire or water emergency - Please notify us at (866) 836-7260 <span style=\"text-decoration: underline;\"><strong>after</strong></span> you contact your local emergency organization (<strong>call 911</strong>). This number is for emergency notification only; please do not call this number for non-emergency issues.\r\n\r\n \r\n\r\n<strong>Please login to send a repair request.</strong>\r\n\r\n \r\n<h1>Tenant Login</h1>\r\n[iframe src=\"http://testingweb123.webuda.com/wp-content/uploads/2013/09/tenants.html\" width=\"100%\" height=\"400\" scrolling=\"no\"]','Repair Request','','inherit','closed','open','','5151-revision-v1','','','2013-09-19 18:49:05','2013-09-19 18:49:05','',5151,'http://testingweb123.webuda.com/uncategorized/5151-revision-v1/',0,'revision','',0),(5156,1,'2013-09-19 18:49:26','2013-09-19 18:49:26','All repair requests <span style=\"text-decoration: underline;\"><strong>must</strong></span> be submitted using the form below\r\n\r\nYour lease requires all repair requests be submitted in writing. In order to make this easy for you and to provide a tracking of your request we have created this online form for you.\r\n\r\nIf you are having a fire or water emergency - Please notify us at (866) 836-7260 <span style=\"text-decoration: underline;\"><strong>after</strong></span> you contact your local emergency organization (<strong>call 911</strong>). This number is for emergency notification only; please do not call this number for non-emergency issues.\r\n\r\n \r\n\r\n<strong>Please login to send a repair request.</strong>\r\n[iframe src=\"http://testingweb123.webuda.com/wp-content/uploads/2013/09/tenants.html\" width=\"100%\" height=\"400\" scrolling=\"no\"]','Repair Request','','inherit','closed','open','','5151-revision-v1','','','2013-09-19 18:49:26','2013-09-19 18:49:26','',5151,'http://testingweb123.webuda.com/uncategorized/5151-revision-v1/',0,'revision','',0),(5154,1,'2013-09-19 18:48:08','2013-09-19 18:48:08','All repair requests <span style=\"text-decoration: underline;\"><strong>must</strong></span> be submitted using the form below\r\n\r\nYour lease requires all repair requests be submitted in writing. In order to make this easy for you and to provide a tracking of your request we have created this online form for you.\r\n\r\nIf you are having a fire or water emergency - Please notify us at (866) 836-7260 <span style=\"text-decoration: underline;\"><strong>after</strong></span> you contact your local emergency organization (<strong>call 911</strong>). This number is for emergency notification only; please do not call this number for non-emergency issues.\r\n\r\n \r\n\r\nPlease login to send a repair request.\r\n\r\n[iframe src=\"http://testingweb123.webuda.com/wp-content/uploads/2013/09/tenants.html\" width=\"100%\" height=\"400\" scrolling=\"no\"]','Repair Request','','inherit','closed','open','','5151-revision-v1','','','2013-09-19 18:48:08','2013-09-19 18:48:08','',5151,'http://testingweb123.webuda.com/uncategorized/5151-revision-v1/',0,'revision','',0),(5153,1,'2013-09-19 18:47:42','2013-09-19 18:47:42','All repair requests <span style=\"text-decoration: underline;\"><strong>must</strong></span> be submitted using the form below\r\n\r\nYour lease requires all repair requests be submitted in writing. In order to make this easy for you and to provide a tracking of your request we have created this online form for you.\r\n\r\nIf you are having a fire or water emergency - Please notify us at (866) 836-7260 <span style=\"text-decoration: underline;\"><strong>after</strong></span> you contact your local emergency organization (<strong>call 911</strong>). This number is for emergency notification only; please do not call this number for non-emergency issues.\r\n\r\n \r\n\r\nPlease login to send a repair request.\r\n\r\n[iframe src=\"http://testingweb123.webuda.com/wp-content/uploads/2013/09/tenants.html\" width=\"100%\" height=\"100%\" scrolling=\"no\"]','Repair Request','','inherit','closed','open','','5151-revision-v1','','','2013-09-19 18:47:42','2013-09-19 18:47:42','',5151,'http://testingweb123.webuda.com/uncategorized/5151-revision-v1/',0,'revision','',0),(5152,1,'2013-09-19 18:47:21','2013-09-19 18:47:21','All repair requests <span style=\"text-decoration: underline;\"><strong>must</strong></span> be submitted using the form below\r\n\r\nYour lease requires all repair requests be submitted in writing. In order to make this easy for you and to provide a tracking of your request we have created this online form for you.\r\n\r\nIf you are having a fire or water emergency - Please notify us at (866) 836-7260 <span style=\"text-decoration: underline;\"><strong>after</strong></span> you contact your local emergency organization (<strong>call 911</strong>). This number is for emergency notification only; please do not call this number for non-emergency issues.\r\n\r\n \r\n\r\nPlease login to send a repair request.\r\n\r\n<iframe src=\"http://testingweb123.webuda.com/wp-content/uploads/2013/09/tenants.html\" width=\"100%\" height=\"100%\" scrolling=\"no\"></iframe>','Repair Request','','inherit','closed','open','','5151-revision-v1','','','2013-09-19 18:47:21','2013-09-19 18:47:21','',5151,'http://testingweb123.webuda.com/uncategorized/5151-revision-v1/',0,'revision','',0),(5151,1,'2013-09-19 18:47:21','2013-09-19 18:47:21','Your lease requires all repair requests be submitted in writing. In order to make this easy for you and to provide a tracking of your request we have created this online form for you.\r\n\r\nIF YOU HAVE A FIRE, HEALTH OR SAFTEY EMERGENCEY CALL <strong>911</strong> FIRST, THEN CALL\r\n<strong>(817)-706-0688</strong>\r\n\r\n<strong>You must login to send a repair request.</strong>\r\n<center><iframe src=\"http://www.westromgroup.com/wp-content/uploads/2013/09/tenants.html\" width=\"100%\" height=\"1000\" scrolling=\"yes\"></iframe></center>','Maintenance Request','','publish','closed','closed','','maintenance-request','','','2013-10-17 14:11:40','2013-10-17 14:11:40','',0,'http://testingweb123.webuda.com/?page_id=5151',0,'page','',0),(5233,1,'2013-10-17 14:11:40','2013-10-17 14:11:40','Your lease requires all repair requests be submitted in writing. In order to make this easy for you and to provide a tracking of your request we have created this online form for you.\r\n\r\nIF YOU HAVE A FIRE, HEALTH OR SAFTEY EMERGENCEY CALL <strong>911</strong> FIRST, THEN CALL\r\n<strong>(817)-706-0688</strong>\r\n\r\n<strong>You must login to send a repair request.</strong>\r\n<center><iframe src=\"http://www.westromgroup.com/wp-content/uploads/2013/09/tenants.html\" width=\"100%\" height=\"1000\" scrolling=\"yes\"></iframe></center>','Maintenance Request','','inherit','closed','open','','5151-revision-v1','','','2013-10-17 14:11:40','2013-10-17 14:11:40','',5151,'http://www.westromgroup.com/5151-revision-v1/',0,'revision','',0),(5149,1,'2013-09-19 15:27:28','2013-09-19 15:27:28',' ','','','publish','closed','open','','5149','','','2013-09-25 10:38:40','2013-09-25 10:38:40','',0,'http://testingweb123.webuda.com/?p=5149',7,'nav_menu_item','',0),(5148,1,'2013-09-19 15:26:53','2013-09-19 15:26:53','<strong>Westrom Group Application Fee Link:</strong>\r\n\r\n[message_box title=\"Paypal\" color=\"red\"]By continuing to this PayPal account, you agree that this is a non-refundable application fee.[/message_box]\r\n\r\n<form action=\"https://www.paypal.com/cgi-bin/webscr\" method=\"post\" target=\"paypal\">\r\n<table>\r\n<tbody>\r\n<tr>\r\n<td><input type=\"hidden\" name=\"on0\" value=\"Application Fee\" />Application Fee</td>\r\n</tr>\r\n<tr>\r\n<td><select name=\"os0\"><option value=\"One Applicant\">One Applicant $30.00 USD</option><option value=\"Two Applicants\">Two Applicants $50.00 USD</option><option value=\"Three Applicants\">Three Applicants $70.00 USD</option><option value=\"Four Applicants\">Four Applicants $90.00 USD</option></select></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<input type=\"hidden\" name=\"currency_code\" value=\"USD\" /><input type=\"image\" alt=\"PayPal - The safer, easier way to pay online!\" name=\"submit\" src=\"https://www.paypalobjects.com/en_US/i/btn/btn_cart_LG.gif\" /><img alt=\"\" src=\"https://www.paypalobjects.com/en_US/i/scr/pixel.gif\" width=\"1\" height=\"1\" border=\"0\" /><input id=\"vid\" type=\"hidden\" name=\"vid\" value=\"1148207698\" />\r\n\r\n</form>','Application Fee','','inherit','closed','open','','5145-revision-v1','','','2013-09-19 15:26:53','2013-09-19 15:26:53','',5145,'http://testingweb123.webuda.com/uncategorized/5145-revision-v1/',0,'revision','',0),(4315,1,'2013-09-16 15:09:54','2013-09-16 15:09:54','Thank you for your interest in our properties for rent! Please let us know if you have any questions about any of the listings below by calling our office. Our contact information is on our Contact Us page.\r\n<link rel=\"stylesheet\" href=\"http://app.propertyware.com/pw/website/widgets/pw_widgets_v2.css\" type=\"text/css\" />\r\n <script type=\'text/javascript\' src=\'http://maps.googleapis.com/maps/api/js?sensor=false&key=AIzaSyDJr9deEDvmmGS0esUxvNquppCiIj9AO3U\'></script>\r\n <script type=\'text/javascript\' > var googleMapsAPIVersion = 3; </script>\r\n <script type=\'text/javascript\' src=\'http://app.propertyware.com/pw/website/widgets/config.jsp?wid=132972554\'></script>\r\n <script type=\'text/javascript\' src=\'http://app.propertyware.com/pw/website/widgets/pw_widgets_v2.js?sid=133300234\'></script>\r\n \r\n <script type=\'text/javascript\'>\r\n var listingWidgetForSaleMode = false;\r\n var listingWidgetDefaultMapVisible = false;\r\n</script>\r\n\r\n<script>\r\n /* Read a page\'s GET URL variables and return them as an associative array. */\r\n function getUrlVars() {\r\n var vars = [], hash;\r\n var hashes = window.location.href.slice(window.location.href.indexOf(\'?\') + 1).split(\'&\');\r\n for(var i = 0; i < hashes.length; i++) {\r\n hash = hashes[i].split(\'=\');\r\n vars.push(hash[0]);\r\n vars[hash[0]] = hash[1];\r\n }\r\n return vars;\r\n }\r\n\r\n var isEnterpriseWidget = getUrlVars()[\"isEnterpriseWidget\"];\r\n\r\n var scriptLink;\r\n if( isEnterpriseWidget == \"true\" ){\r\n scriptLink = \"<script type=\'text/javascript\' src=\'\" + \'http://app.propertyware.com/pw/website/widgets/pw_enterprise_listing_widget.js\' + \"\'></script\" + \">\";\r\n } else {\r\n scriptLink = \"<script type=\'text/javascript\' src=\'\" + \'http://app.propertyware.com/pw/website/widgets/pw_listing_widget.js?v=3\' + \"\'></script\" + \">\";\r\n scriptLink += \"<script type=\'text/javascript\' src=\'\" + \'http://app.propertyware.com/pw/javascript/underscore/underscore.js\' + \"\'></script\" + \">\";\r\n scriptLink += \"<script type=\'text/javascript\' src=\'\" + \'http://app.propertyware.com/pw/javascript/propertyware/propertyware.js\' + \"\'></script\" + \">\";\r\n scriptLink += \"<script type=\'text/javascript\' src=\'\" + \'http://app.propertyware.com/pw/javascript/propertyware/ui/propertyware-ui.js\' + \"\'></script\" + \">\";\r\n }\r\ndocument.write( scriptLink );\r\n\r\n</script>\r\n\r\n\r\n<div id=\"pw_listing_widget\" style=\"display: none\">\r\n\r\n <div id=\"pw_listing_widget_search_div\" class=\"ui-widget ui-widget-content ui-corner-all\">\r\n <form id=\"pw_listing_widget_searchForm\" name=\"searchRentals\" action=\"\" method=\"get\">\r\n <input type=\"hidden\" id=\"sortField\" name=\"sort\" value=\"\"/>\r\n <input type=\"hidden\" id=\"pw_listing_widget_searchFormSelectedTab\" name=\"selectedTab\" value=\"pw_listing_widget_tabs_map\" size=\"100\"/>\r\n <table id=\"searchForm\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">\r\n <tbody>\r\n <tr>\r\n <td>\r\n <table width=\"100%\" cellpadding=\"2\">\r\n <tbody>\r\n <tr id=\"pSearchFieldLabels\">\r\n <th colspan=\"4\" style=\"text-align: left\">Location</th>\r\n <th style=\"text-align: left\" width=\"30%\">Price Range</th>\r\n </tr>\r\n<tr id=\"pSearchInputFields\">\r\n <td colspan=\"4\"><input id=\"addrField\" onfocus=\"value=\'\';\" name=\"addr\" style=\"width:97%\" type=\"text\" placeholder=\"City & State, Zip, Address or Neighborhood\" /></td>\r\n <td style=\"white-space:nowrap; vertical-align: middle\">\r\n $<input id=\"minField\" onfocus=\"value=\'\';\" name=\"min\" value=\"\" type=\"text\" />\r\n to $<input id=\"maxField\" onfocus=\"value=\'\';\" name=\"max\" value=\"\" type=\"text\" />\r\n </td>\r\n </tr>\r\n <tr>\r\n <th id=\"pSearchTypeLabel\" style=\"text-align: left\">Type</th>\r\n <th style=\"text-align: left\">Available</th>\r\n <th style=\"text-align: left\">Beds</th>\r\n <th style=\"text-align: left\">Baths</th>\r\n <th style=\"text-align: left\"> </th>\r\n </tr>\r\n <tr>\r\n <td id=\"typeFieldTd\">\r\n <select id=\"typeField\" name=\"type\" >\r\n </select>\r\n </td>\r\n <td>\r\n <input id=\"availableAnyDateRadio\" type=\"radio\" name=\"anyDate\" checked=\"true\" value=\"true\"/> Any Date\r\n <input id=\"availableSpecificDateRadio\" type=\"radio\" name=\"specificDate\" value=\"true\" /> Specific Date\r\n <input id=\"availableDatePicker\" type=\"text\" name=\"availableDate\" disabled=\"disabled\" value=\"\" style=\"width:70px;\"/>\r\n <script language=\"javascript\">\r\n function toggleAvailableDateRadios(event){\r\n\r\n var unselected = event.target.id === \'availableSpecificDateRadio\'? \'availableAnyDateRadio\' : \'availableSpecificDateRadio\';\r\n var selected = event.target.id === \'availableSpecificDateRadio\'? \'availableSpecificDateRadio\' : \'availableAnyDateRadio\';\r\n if(event.target.checked){\r\n jQuery(\'#\' + unselected).removeAttr(\'checked\');\r\n var datePicker = jQuery(\'#availableDatePicker\');\r\n if(unselected === \'availableSpecificDateRadio\'){\r\n datePicker.attr(\'disabled\', \'disabled\');\r\n datePicker.val(\"\");\r\n }else{\r\n datePicker.removeAttr(\'disabled\');\r\n }\r\n }\r\n }\r\n\r\n var parametersMap = getUrlVars();\r\n if(!parametersMap.anyDate && parametersMap.specificDate){\r\n jQuery(\'#availableDatePicker\').val(decodeURIComponent(parametersMap.availableDate));\r\n jQuery(\'#availableDatePicker\').removeAttr(\'disabled\');\r\n jQuery(\'#availableAnyDateRadio\').removeAttr(\'checked\');\r\n jQuery(\'#availableSpecificDateRadio\').attr(\"checked\",\"true\");\r\n }\r\n\r\n jQuery(\'#availableDatePicker\').datepicker();\r\n jQuery(\'#availableSpecificDateRadio\').change(toggleAvailableDateRadios);\r\n jQuery(\'#availableAnyDateRadio\').change(toggleAvailableDateRadios);\r\n </script>\r\n </td>\r\n <td>\r\n <select id=\"bedsField\" name=\"beds\">\r\n <option value=\"\">1+</option>\r\n <option value=\"2\">2+</option>\r\n <option value=\"3\">3+</option>\r\n <option value=\"4\">4+</option>\r\n <option value=\"5\">5+</option>\r\n <option value=\"6\">6+</option>\r\n </select>\r\n </td>\r\n <td>\r\n <select id=\"bathsField\" name=\"baths\">\r\n <option value=\"\">1+</option>\r\n <option value=\"2\">2+</option>\r\n <option value=\"3\">3+</option>\r\n <option value=\"4\">4+</option>\r\n </select>\r\n </td>\r\n <td id=\"pSeachButtonTd\"><input id=\"pSeachButton\" class=\"btn primary\" value=\"Search\" type=\"submit\"></td>\r\n </tr>\r\n\r\n </tbody>\r\n </table>\r\n </td>\r\n </tr>\r\n <tr>\r\n <th id=\"moreSearchOptionsTd\">\r\n <span id=\"moreSearchOptsSpan\">More Search Options</span>\r\n </th>\r\n </tr>\r\n<tr id=\"amenititesTr\">\r\n <td>\r\n <div id=\"moreOptsRow\" style=\"display: none \">\r\n <div id=\"pw_listing_widget_search_leasing_contacts_div\">\r\n <span style=\"font-weight: bold;\">Leasing Contacts</span><br />\r\n<ul id=\"pw_listing_widget_search_leasing_contacts_list\"> </ul>\r\n </div>\r\n\r\n\r\n\r\n <div id=\"pw_listing_widget_search_amenities_div\">\r\n <span style=\"font-weight: bold;\">Amenities</span><br />\r\n <ul id=\"pw_listing_widget_search_amenities_list\"> </ul>\r\n </div>\r\n\r\n </div>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n </form>\r\n </div>\r\n\r\n <br />\r\n\r\n <div id=\"pw_listing_widget_tabs\">\r\n <ul>\r\n <li><a id=\"pw_listing_widget_tabs_map_link\" rel=\"history\" href=\"#pw_listing_widget_tabs_map\">Map</a></li>\r\n <li><a id=\"pw_listing_widget_tabs_list_link\" rel=\"history\" href=\"#pw_listing_widget_tabs_list\">List</a></li>\r\n <li><a id=\"pw_listing_widget_tabs_detail_link\" rel=\"history\" href=\"#pw_listing_widget_tabs_detail\">Detail</a></li>\r\n </ul>\r\n\r\n <!-- Google maps tab go here -->\r\n<div id=\"pw_listing_widget_tabs_map\">\r\n <div style=\"text-align: right\">\r\n <a href=\"javascript:showPreviousOnMap()()\"><img src=\"http://app.propertyware.com/pw/website/widgets/images/pw_listing_widget_tabs_detail_detailImageLeft.png\" alt=\"\" border=\"0\" align=\"top\"/>Prev</a> |\r\n <a href=\"javascript:showNextOnMap()\">Next <img src=\"http://app.propertyware.com/pw/website/widgets/images/pw_listing_widget_tabs_detail_detailImageRight.png\" alt=\"\" border=\"0\" align=\"top\"/></a>\r\n </div>\r\n <h3><span id=\"pw_listing_widget_tabs_map_number_listings\"> </span> Available Listings</h3>\r\n <p>Filter the results shown on the map by entering your search criteria above.</p>\r\n <br />\r\n<div class=\"pw_listing_widget_content_section\" >\r\n <div class=\"pw_listing_widget_content_bar\" >\r\n <a id=\"pw_listing_widget_tabs_map_BrochureLink\" href=\"javascript:viewListingBrochure()\"><span>Brochure</span></a>\r\n<a id=\"pw_listing_widget_tabs_map_NotifyMe\" href=\"javascript:showWaitListform(false,true)\"><span>Notify Me</span></a>\r\n </div>\r\n<div id=\"pw_listing_widget_tabs_main_map\" style=\"width: 100%; height: 350px\"> </div>\r\n </div>\r\n </div>\r\n\r\n <!-- Listing goes here -->\r\n <div id=\"pw_listing_widget_tabs_list\">\r\n <h3><span id=\"pw_listing_widget_tabs_list_number_listings\"> </span> Available Listings</h3>\r\n <p>Filter the results shown on the map by entering your search criteria above.</p>\r\n <br />\r\n<div class=\"pw_listing_widget_content_section\" >\r\n <div class=\"pw_listing_widget_content_bar\" >\r\n <table style=\"width:100%; font-size: 1em\">\r\n <tr>\r\n <td style=\"margin: 0; padding:0\">\r\n <a id=\"pw_listing_widget_tabs_list_BrochureLink\" href=\"javascript:viewListingBrochure()\"><span>Brochure</span></a>\r\n<a id=\"pw_listing_widget_tabs_list_NotifyMe\" href=\"javascript:showWaitListform(false,true)\"><span>Notify Me</span></a>\r\n </td>\r\n<td style=\"margin: 0; padding:0; text-align: right\">\r\n <form action=\"\" name=\"sortForm\" style=\"margin:0; padding:0\">\r\n <select id=\"sortSelect\" name=\"sort\">\r\n <option selected=\"true\" value=\"\">Sort:</option>\r\n<option value=\"pHl\">Price (high to low)</option>\r\n<option value=\"pLh\">Price (low to high)</option>\r\n<option value=\"availableSooner\">Available (soonest)</option>\r\n<option value=\"availableLater\">Available (latest)</option>\r\n<option value=\"sqHl\">SqFt (high to low)</option>\r\n<option value=\"sqLh\">SqFt (low to high)</option>\r\n<option value=\"pSqHl\">Price/SqFt (high to low)</option>\r\n<option value=\"pSqlH\">Price/SqFt (low to high)</option>\r\n<option value=\"bedHl\">Bedrooms (high to low)</option>\r\n<option value=\"bedLh\">Bedrooms (low to high)</option>\r\n<option value=\"baHl\">Bathrooms (high to low)</option>\r\n<option value=\"baLh\">Bathrooms (low to high)</option>\r\n </select>\r\n </form>\r\n </td>\r\n </tr>\r\n </table>\r\n </div>\r\n<ul id=\"pw_listing_widget_tabs_list_ul\">\r\n <li id=\"pw_listing_widget_tabs_list_item_0\" style=\"display:none; \">\r\n <table class=\"listTable\">\r\n <tr>\r\n <td class=\"listItemImgTd\" align=\"center\">\r\n <a class=\"listItemImgTdUnitLink\" href=\"#\"><img class=\"pw_listing_widget_tabs_list_item_img\" src=\'http://app.propertyware.com/pw/website/widgets/images/pw_listing_widget_no_photo.png\' width=\"160\" height=\"160\" alt=\"Thumbnail\" border=\"0\"/></a>\r\n\r\n <br/>\r\n\r\n <a class=\"listItemImgTdMapLink\" href=\"\">Map</a>\r\n </td>\r\n <td class=\"listItemDescTd\" valign=\"top\"></td>\r\n <td valign=\"top\" style=\"width: 48px\">\r\n <img class=\"showWhenMultiBuilding\" width=\"48\" height=\"48\" style=\"display:none\" src=\"http://app.propertyware.com/pw/website/widgets/images/multi-unit.png\" alt=\"\" border=\"0\" align=\"middle\"/>\r\n </td>\r\n </tr>\r\n </table>\r\n </li>\r\n <li id=\"pw_listing_widget_tabs_list_item_1\" style=\"display:none; \">\r\n <table class=\"listTable\">\r\n <tr>\r\n <td class=\"listItemImgTd\" align=\"center\">\r\n <a class=\"listItemImgTdUnitLink\" href=\"#\"><img class=\"pw_listing_widget_tabs_list_item_img\" src=\'http://app.propertyware.com/pw/website/widgets/images/pw_listing_widget_no_photo.png\' width=\"160\" height=\"160\" alt=\"Thumbnail\" border=\"0\"/></a>\r\n\r\n <br/>\r\n\r\n <a class=\"listItemImgTdMapLink\" href=\"\">Map</a>\r\n </td>\r\n <td class=\"listItemDescTd\" valign=\"top\"></td>\r\n <td valign=\"top\" style=\"width: 48px\">\r\n <img class=\"showWhenMultiBuilding\" width=\"48\" height=\"48\" style=\"display:none\" src=\"http://app.propertyware.com/pw/website/widgets/images/multi-unit.png\" alt=\"\" border=\"0\" align=\"middle\"/>\r\n </td>\r\n </tr>\r\n </table>\r\n </li>\r\n <li id=\"pw_listing_widget_tabs_list_item_2\" style=\"display:none; \">\r\n <table class=\"listTable\">\r\n <tr>\r\n <td class=\"listItemImgTd\" align=\"center\">\r\n <a class=\"listItemImgTdUnitLink\" href=\"#\"><img class=\"pw_listing_widget_tabs_list_item_img\" src=\'http://app.propertyware.com/pw/website/widgets/images/pw_listing_widget_no_photo.png\' width=\"160\" height=\"160\" alt=\"Thumbnail\" border=\"0\"/></a>\r\n\r\n <br/>\r\n\r\n <a class=\"listItemImgTdMapLink\" href=\"\">Map</a>\r\n </td>\r\n <td class=\"listItemDescTd\" valign=\"top\"></td>\r\n <td valign=\"top\" style=\"width: 48px\">\r\n <img class=\"showWhenMultiBuilding\" width=\"48\" height=\"48\" style=\"display:none\" src=\"http://app.propertyware.com/pw/website/widgets/images/multi-unit.png\" alt=\"\" border=\"0\" align=\"middle\"/>\r\n </td>\r\n </tr>\r\n </table>\r\n </li>\r\n <li id=\"pw_listing_widget_tabs_list_item_3\" style=\"display:none; \">\r\n <table class=\"listTable\">\r\n <tr>\r\n <td class=\"listItemImgTd\" align=\"center\">\r\n <a class=\"listItemImgTdUnitLink\" href=\"#\"><img class=\"pw_listing_widget_tabs_list_item_img\" src=\'http://app.propertyware.com/pw/website/widgets/images/pw_listing_widget_no_photo.png\' width=\"160\" height=\"160\" alt=\"Thumbnail\" border=\"0\"/></a>\r\n\r\n <br/>\r\n\r\n <a class=\"listItemImgTdMapLink\" href=\"\">Map</a>\r\n </td>\r\n <td class=\"listItemDescTd\" valign=\"top\"></td>\r\n <td valign=\"top\" style=\"width: 48px\">\r\n <img class=\"showWhenMultiBuilding\" width=\"48\" height=\"48\" style=\"display:none\" src=\"http://app.propertyware.com/pw/website/widgets/images/multi-unit.png\" alt=\"\" border=\"0\" align=\"middle\"/>\r\n </td>\r\n </tr>\r\n </table>\r\n </li>\r\n <li id=\"pw_listing_widget_tabs_list_item_4\" style=\"display:none; \">\r\n <table class=\"listTable\">\r\n <tr>\r\n <td class=\"listItemImgTd\" align=\"center\">\r\n <a class=\"listItemImgTdUnitLink\" href=\"#\"><img class=\"pw_listing_widget_tabs_list_item_img\" src=\'http://app.propertyware.com/pw/website/widgets/images/pw_listing_widget_no_photo.png\' width=\"160\" height=\"160\" alt=\"Thumbnail\" border=\"0\"/></a>\r\n\r\n <br/>\r\n\r\n <a class=\"listItemImgTdMapLink\" href=\"\">Map</a>\r\n </td>\r\n <td class=\"listItemDescTd\" valign=\"top\"></td>\r\n <td valign=\"top\" style=\"width: 48px\">\r\n <img class=\"showWhenMultiBuilding\" width=\"48\" height=\"48\" style=\"display:none\" src=\"http://app.propertyware.com/pw/website/widgets/images/multi-unit.png\" alt=\"\" border=\"0\" align=\"middle\"/>\r\n </td>\r\n </tr>\r\n </table>\r\n </li>\r\n <li id=\"pw_listing_widget_tabs_list_item_5\" style=\"display:none; \">\r\n <table class=\"listTable\">\r\n <tr>\r\n <td class=\"listItemImgTd\" align=\"center\">\r\n <a class=\"listItemImgTdUnitLink\" href=\"#\"><img class=\"pw_listing_widget_tabs_list_item_img\" src=\'http://app.propertyware.com/pw/website/widgets/images/pw_listing_widget_no_photo.png\' width=\"160\" height=\"160\" alt=\"Thumbnail\" border=\"0\"/></a>\r\n\r\n <br/>\r\n\r\n <a class=\"listItemImgTdMapLink\" href=\"\">Map</a>\r\n </td>\r\n <td class=\"listItemDescTd\" valign=\"top\"></td>\r\n <td valign=\"top\" style=\"width: 48px\">\r\n <img class=\"showWhenMultiBuilding\" width=\"48\" height=\"48\" style=\"display:none\" src=\"http://app.propertyware.com/pw/website/widgets/images/multi-unit.png\" alt=\"\" border=\"0\" align=\"middle\"/>\r\n </td>\r\n </tr>\r\n </table>\r\n </li>\r\n <li id=\"pw_listing_widget_tabs_list_item_6\" style=\"display:none; \">\r\n <table class=\"listTable\">\r\n <tr>\r\n <td class=\"listItemImgTd\" align=\"center\">\r\n <a class=\"listItemImgTdUnitLink\" href=\"#\"><img class=\"pw_listing_widget_tabs_list_item_img\" src=\'http://app.propertyware.com/pw/website/widgets/images/pw_listing_widget_no_photo.png\' width=\"160\" height=\"160\" alt=\"Thumbnail\" border=\"0\"/></a>\r\n\r\n <br/>\r\n\r\n <a class=\"listItemImgTdMapLink\" href=\"\">Map</a>\r\n </td>\r\n <td class=\"listItemDescTd\" valign=\"top\"></td>\r\n <td valign=\"top\" style=\"width: 48px\">\r\n <img class=\"showWhenMultiBuilding\" width=\"48\" height=\"48\" style=\"display:none\" src=\"http://app.propertyware.com/pw/website/widgets/images/multi-unit.png\" alt=\"\" border=\"0\" align=\"middle\"/>\r\n </td>\r\n </tr>\r\n </table>\r\n </li>\r\n <li id=\"pw_listing_widget_tabs_list_item_7\" style=\"display:none; \">\r\n <table class=\"listTable\">\r\n <tr>\r\n <td class=\"listItemImgTd\" align=\"center\">\r\n <a class=\"listItemImgTdUnitLink\" href=\"#\"><img class=\"pw_listing_widget_tabs_list_item_img\" src=\'http://app.propertyware.com/pw/website/widgets/images/pw_listing_widget_no_photo.png\' width=\"160\" height=\"160\" alt=\"Thumbnail\" border=\"0\"/></a>\r\n\r\n <br/>\r\n\r\n <a class=\"listItemImgTdMapLink\" href=\"\">Map</a>\r\n </td>\r\n <td class=\"listItemDescTd\" valign=\"top\"></td>\r\n <td valign=\"top\" style=\"width: 48px\">\r\n <img class=\"showWhenMultiBuilding\" width=\"48\" height=\"48\" style=\"display:none\" src=\"http://app.propertyware.com/pw/website/widgets/images/multi-unit.png\" alt=\"\" border=\"0\" align=\"middle\"/>\r\n </td>\r\n </tr>\r\n </table>\r\n </li>\r\n <li id=\"pw_listing_widget_tabs_list_item_8\" style=\"display:none; \">\r\n <table class=\"listTable\">\r\n <tr>\r\n <td class=\"listItemImgTd\" align=\"center\">\r\n <a class=\"listItemImgTdUnitLink\" href=\"#\"><img class=\"pw_listing_widget_tabs_list_item_img\" src=\'http://app.propertyware.com/pw/website/widgets/images/pw_listing_widget_no_photo.png\' width=\"160\" height=\"160\" alt=\"Thumbnail\" border=\"0\"/></a>\r\n\r\n <br/>\r\n\r\n <a class=\"listItemImgTdMapLink\" href=\"\">Map</a>\r\n </td>\r\n <td class=\"listItemDescTd\" valign=\"top\"></td>\r\n <td valign=\"top\" style=\"width: 48px\">\r\n <img class=\"showWhenMultiBuilding\" width=\"48\" height=\"48\" style=\"display:none\" src=\"http://app.propertyware.com/pw/website/widgets/images/multi-unit.png\" alt=\"\" border=\"0\" align=\"middle\"/>\r\n </td>\r\n </tr>\r\n </table>\r\n </li>\r\n <li id=\"pw_listing_widget_tabs_list_item_9\" style=\"display:none; \">\r\n <table class=\"listTable\">\r\n <tr>\r\n <td class=\"listItemImgTd\" align=\"center\">\r\n <a class=\"listItemImgTdUnitLink\" href=\"#\"><img class=\"pw_listing_widget_tabs_list_item_img\" src=\'http://app.propertyware.com/pw/website/widgets/images/pw_listing_widget_no_photo.png\' width=\"160\" height=\"160\" alt=\"Thumbnail\" border=\"0\"/></a>\r\n\r\n <br/>\r\n\r\n <a class=\"listItemImgTdMapLink\" href=\"\">Map</a>\r\n </td>\r\n <td class=\"listItemDescTd\" valign=\"top\"></td>\r\n <td valign=\"top\" style=\"width: 48px\">\r\n <img class=\"showWhenMultiBuilding\" width=\"48\" height=\"48\" style=\"display:none\" src=\"http://app.propertyware.com/pw/website/widgets/images/multi-unit.png\" alt=\"\" border=\"0\" align=\"middle\"/>\r\n </td>\r\n </tr>\r\n </table>\r\n </li>\r\n <li id=\"pw_listing_widget_tabs_list_item_10\" style=\"display:none; \">\r\n <table class=\"listTable\">\r\n <tr>\r\n <td class=\"listItemImgTd\" align=\"center\">\r\n <a class=\"listItemImgTdUnitLink\" href=\"#\"><img class=\"pw_listing_widget_tabs_list_item_img\" src=\'http://app.propertyware.com/pw/website/widgets/images/pw_listing_widget_no_photo.png\' width=\"160\" height=\"160\" alt=\"Thumbnail\" border=\"0\"/></a>\r\n\r\n <br/>\r\n\r\n <a class=\"listItemImgTdMapLink\" href=\"\">Map</a>\r\n </td>\r\n <td class=\"listItemDescTd\" valign=\"top\"></td>\r\n <td valign=\"top\" style=\"width: 48px\">\r\n <img class=\"showWhenMultiBuilding\" width=\"48\" height=\"48\" style=\"display:none\" src=\"http://app.propertyware.com/pw/website/widgets/images/multi-unit.png\" alt=\"\" border=\"0\" align=\"middle\"/>\r\n </td>\r\n </tr>\r\n </table>\r\n </li>\r\n <li id=\"pw_listing_widget_tabs_list_item_11\" style=\"display:none; \">\r\n <table class=\"listTable\">\r\n <tr>\r\n <td class=\"listItemImgTd\" align=\"center\">\r\n <a class=\"listItemImgTdUnitLink\" href=\"#\"><img class=\"pw_listing_widget_tabs_list_item_img\" src=\'http://app.propertyware.com/pw/website/widgets/images/pw_listing_widget_no_photo.png\' width=\"160\" height=\"160\" alt=\"Thumbnail\" border=\"0\"/></a>\r\n\r\n <br/>\r\n\r\n <a class=\"listItemImgTdMapLink\" href=\"\">Map</a>\r\n </td>\r\n <td class=\"listItemDescTd\" valign=\"top\"></td>\r\n <td valign=\"top\" style=\"width: 48px\">\r\n <img class=\"showWhenMultiBuilding\" width=\"48\" height=\"48\" style=\"display:none\" src=\"http://app.propertyware.com/pw/website/widgets/images/multi-unit.png\" alt=\"\" border=\"0\" align=\"middle\"/>\r\n </td>\r\n </tr>\r\n </table>\r\n </li>\r\n <li id=\"pw_listing_widget_tabs_list_item_12\" style=\"display:none; \">\r\n <table class=\"listTable\">\r\n <tr>\r\n <td class=\"listItemImgTd\" align=\"center\">\r\n <a class=\"listItemImgTdUnitLink\" href=\"#\"><img class=\"pw_listing_widget_tabs_list_item_img\" src=\'http://app.propertyware.com/pw/website/widgets/images/pw_listing_widget_no_photo.png\' width=\"160\" height=\"160\" alt=\"Thumbnail\" border=\"0\"/></a>\r\n\r\n <br/>\r\n\r\n <a class=\"listItemImgTdMapLink\" href=\"\">Map</a>\r\n </td>\r\n <td class=\"listItemDescTd\" valign=\"top\"></td>\r\n <td valign=\"top\" style=\"width: 48px\">\r\n <img class=\"showWhenMultiBuilding\" width=\"48\" height=\"48\" style=\"display:none\" src=\"http://app.propertyware.com/pw/website/widgets/images/multi-unit.png\" alt=\"\" border=\"0\" align=\"middle\"/>\r\n </td>\r\n </tr>\r\n </table>\r\n </li>\r\n <li id=\"pw_listing_widget_tabs_list_item_13\" style=\"display:none; \">\r\n <table class=\"listTable\">\r\n <tr>\r\n <td class=\"listItemImgTd\" align=\"center\">\r\n <a class=\"listItemImgTdUnitLink\" href=\"#\"><img class=\"pw_listing_widget_tabs_list_item_img\" src=\'http://app.propertyware.com/pw/website/widgets/images/pw_listing_widget_no_photo.png\' width=\"160\" height=\"160\" alt=\"Thumbnail\" border=\"0\"/></a>\r\n\r\n <br/>\r\n\r\n <a class=\"listItemImgTdMapLink\" href=\"\">Map</a>\r\n </td>\r\n <td class=\"listItemDescTd\" valign=\"top\"></td>\r\n <td valign=\"top\" style=\"width: 48px\">\r\n <img class=\"showWhenMultiBuilding\" width=\"48\" height=\"48\" style=\"display:none\" src=\"http://app.propertyware.com/pw/website/widgets/images/multi-unit.png\" alt=\"\" border=\"0\" align=\"middle\"/>\r\n </td>\r\n </tr>\r\n </table>\r\n </li>\r\n <li id=\"pw_listing_widget_tabs_list_item_14\" style=\"display:none; \">\r\n <table class=\"listTable\">\r\n <tr>\r\n <td class=\"listItemImgTd\" align=\"center\">\r\n <a class=\"listItemImgTdUnitLink\" href=\"#\"><img class=\"pw_listing_widget_tabs_list_item_img\" src=\'http://app.propertyware.com/pw/website/widgets/images/pw_listing_widget_no_photo.png\' width=\"160\" height=\"160\" alt=\"Thumbnail\" border=\"0\"/></a>\r\n\r\n <br/>\r\n\r\n <a class=\"listItemImgTdMapLink\" href=\"\">Map</a>\r\n </td>\r\n <td class=\"listItemDescTd\" valign=\"top\"></td>\r\n <td valign=\"top\" style=\"width: 48px\">\r\n <img class=\"showWhenMultiBuilding\" width=\"48\" height=\"48\" style=\"display:none\" src=\"http://app.propertyware.com/pw/website/widgets/images/multi-unit.png\" alt=\"\" border=\"0\" align=\"middle\"/>\r\n </td>\r\n </tr>\r\n </table>\r\n </li>\r\n <li id=\"pw_listing_widget_tabs_list_item_15\" style=\"display:none; \">\r\n <table class=\"listTable\">\r\n <tr>\r\n <td class=\"listItemImgTd\" align=\"center\">\r\n <a class=\"listItemImgTdUnitLink\" href=\"#\"><img class=\"pw_listing_widget_tabs_list_item_img\" src=\'http://app.propertyware.com/pw/website/widgets/images/pw_listing_widget_no_photo.png\' width=\"160\" height=\"160\" alt=\"Thumbnail\" border=\"0\"/></a>\r\n\r\n <br/>\r\n\r\n <a class=\"listItemImgTdMapLink\" href=\"\">Map</a>\r\n </td>\r\n <td class=\"listItemDescTd\" valign=\"top\"></td>\r\n <td valign=\"top\" style=\"width: 48px\">\r\n <img class=\"showWhenMultiBuilding\" width=\"48\" height=\"48\" style=\"display:none\" src=\"http://app.propertyware.com/pw/website/widgets/images/multi-unit.png\" alt=\"\" border=\"0\" align=\"middle\"/>\r\n </td>\r\n </tr>\r\n </table>\r\n </li>\r\n <li id=\"pw_listing_widget_tabs_list_item_16\" style=\"display:none; \">\r\n <table class=\"listTable\">\r\n <tr>\r\n <td class=\"listItemImgTd\" align=\"center\">\r\n <a class=\"listItemImgTdUnitLink\" href=\"#\"><img class=\"pw_listing_widget_tabs_list_item_img\" src=\'http://app.propertyware.com/pw/website/widgets/images/pw_listing_widget_no_photo.png\' width=\"160\" height=\"160\" alt=\"Thumbnail\" border=\"0\"/></a>\r\n\r\n <br/>\r\n\r\n <a class=\"listItemImgTdMapLink\" href=\"\">Map</a>\r\n </td>\r\n <td class=\"listItemDescTd\" valign=\"top\"></td>\r\n <td valign=\"top\" style=\"width: 48px\">\r\n <img class=\"showWhenMultiBuilding\" width=\"48\" height=\"48\" style=\"display:none\" src=\"http://app.propertyware.com/pw/website/widgets/images/multi-unit.png\" alt=\"\" border=\"0\" align=\"middle\"/>\r\n </td>\r\n </tr>\r\n </table>\r\n </li>\r\n <li id=\"pw_listing_widget_tabs_list_item_17\" style=\"display:none; \">\r\n <table class=\"listTable\">\r\n <tr>\r\n <td class=\"listItemImgTd\" align=\"center\">\r\n <a class=\"listItemImgTdUnitLink\" href=\"#\"><img class=\"pw_listing_widget_tabs_list_item_img\" src=\'http://app.propertyware.com/pw/website/widgets/images/pw_listing_widget_no_photo.png\' width=\"160\" height=\"160\" alt=\"Thumbnail\" border=\"0\"/></a>\r\n\r\n <br/>\r\n\r\n <a class=\"listItemImgTdMapLink\" href=\"\">Map</a>\r\n </td>\r\n <td class=\"listItemDescTd\" valign=\"top\"></td>\r\n <td valign=\"top\" style=\"width: 48px\">\r\n <img class=\"showWhenMultiBuilding\" width=\"48\" height=\"48\" style=\"display:none\" src=\"http://app.propertyware.com/pw/website/widgets/images/multi-unit.png\" alt=\"\" border=\"0\" align=\"middle\"/>\r\n </td>\r\n </tr>\r\n </table>\r\n </li>\r\n <li id=\"pw_listing_widget_tabs_list_item_18\" style=\"display:none; \">\r\n <table class=\"listTable\">\r\n <tr>\r\n <td class=\"listItemImgTd\" align=\"center\">\r\n <a class=\"listItemImgTdUnitLink\" href=\"#\"><img class=\"pw_listing_widget_tabs_list_item_img\" src=\'http://app.propertyware.com/pw/website/widgets/images/pw_listing_widget_no_photo.png\' width=\"160\" height=\"160\" alt=\"Thumbnail\" border=\"0\"/></a>\r\n\r\n <br/>\r\n\r\n <a class=\"listItemImgTdMapLink\" href=\"\">Map</a>\r\n </td>\r\n <td class=\"listItemDescTd\" valign=\"top\"></td>\r\n <td valign=\"top\" style=\"width: 48px\">\r\n <img class=\"showWhenMultiBuilding\" width=\"48\" height=\"48\" style=\"display:none\" src=\"http://app.propertyware.com/pw/website/widgets/images/multi-unit.png\" alt=\"\" border=\"0\" align=\"middle\"/>\r\n </td>\r\n </tr>\r\n </table>\r\n </li>\r\n <li id=\"pw_listing_widget_tabs_list_item_19\" style=\"display:none; \">\r\n <table class=\"listTable\">\r\n <tr>\r\n <td class=\"listItemImgTd\" align=\"center\">\r\n <a class=\"listItemImgTdUnitLink\" href=\"#\"><img class=\"pw_listing_widget_tabs_list_item_img\" src=\'http://app.propertyware.com/pw/website/widgets/images/pw_listing_widget_no_photo.png\' width=\"160\" height=\"160\" alt=\"Thumbnail\" border=\"0\"/></a>\r\n\r\n <br/>\r\n\r\n <a class=\"listItemImgTdMapLink\" href=\"\">Map</a>\r\n </td>\r\n <td class=\"listItemDescTd\" valign=\"top\"></td>\r\n <td valign=\"top\" style=\"width: 48px\">\r\n <img class=\"showWhenMultiBuilding\" width=\"48\" height=\"48\" style=\"display:none\" src=\"http://app.propertyware.com/pw/website/widgets/images/multi-unit.png\" alt=\"\" border=\"0\" align=\"middle\"/>\r\n </td>\r\n </tr>\r\n </table>\r\n </li>\r\n <li id=\"pw_listing_widget_tabs_list_item_20\" style=\"display:none; \">\r\n <table class=\"listTable\">\r\n <tr>\r\n <td class=\"listItemImgTd\" align=\"center\">\r\n <a class=\"listItemImgTdUnitLink\" href=\"#\"><img class=\"pw_listing_widget_tabs_list_item_img\" src=\'http://app.propertyware.com/pw/website/widgets/images/pw_listing_widget_no_photo.png\' width=\"160\" height=\"160\" alt=\"Thumbnail\" border=\"0\"/></a>\r\n\r\n <br/>\r\n\r\n <a class=\"listItemImgTdMapLink\" href=\"\">Map</a>\r\n </td>\r\n <td class=\"listItemDescTd\" valign=\"top\"></td>\r\n <td valign=\"top\" style=\"width: 48px\">\r\n <img class=\"showWhenMultiBuilding\" width=\"48\" height=\"48\" style=\"display:none\" src=\"http://app.propertyware.com/pw/website/widgets/images/multi-unit.png\" alt=\"\" border=\"0\" align=\"middle\"/>\r\n </td>\r\n </tr>\r\n </table>\r\n </li>\r\n <li id=\"pw_listing_widget_tabs_list_item_21\" style=\"display:none; \">\r\n <table class=\"listTable\">\r\n <tr>\r\n <td class=\"listItemImgTd\" align=\"center\">\r\n <a class=\"listItemImgTdUnitLink\" href=\"#\"><img class=\"pw_listing_widget_tabs_list_item_img\" src=\'http://app.propertyware.com/pw/website/widgets/images/pw_listing_widget_no_photo.png\' width=\"160\" height=\"160\" alt=\"Thumbnail\" border=\"0\"/></a>\r\n\r\n <br/>\r\n\r\n <a class=\"listItemImgTdMapLink\" href=\"\">Map</a>\r\n </td>\r\n <td class=\"listItemDescTd\" valign=\"top\"></td>\r\n <td valign=\"top\" style=\"width: 48px\">\r\n <img class=\"showWhenMultiBuilding\" width=\"48\" height=\"48\" style=\"display:none\" src=\"http://app.propertyware.com/pw/website/widgets/images/multi-unit.png\" alt=\"\" border=\"0\" align=\"middle\"/>\r\n </td>\r\n </tr>\r\n </table>\r\n </li>\r\n <li id=\"pw_listing_widget_tabs_list_item_22\" style=\"display:none; \">\r\n <table class=\"listTable\">\r\n <tr>\r\n <td class=\"listItemImgTd\" align=\"center\">\r\n <a class=\"listItemImgTdUnitLink\" href=\"#\"><img class=\"pw_listing_widget_tabs_list_item_img\" src=\'http://app.propertyware.com/pw/website/widgets/images/pw_listing_widget_no_photo.png\' width=\"160\" height=\"160\" alt=\"Thumbnail\" border=\"0\"/></a>\r\n\r\n <br/>\r\n\r\n <a class=\"listItemImgTdMapLink\" href=\"\">Map</a>\r\n </td>\r\n <td class=\"listItemDescTd\" valign=\"top\"></td>\r\n <td valign=\"top\" style=\"width: 48px\">\r\n <img class=\"showWhenMultiBuilding\" width=\"48\" height=\"48\" style=\"display:none\" src=\"http://app.propertyware.com/pw/website/widgets/images/multi-unit.png\" alt=\"\" border=\"0\" align=\"middle\"/>\r\n </td>\r\n </tr>\r\n </table>\r\n </li>\r\n <li id=\"pw_listing_widget_tabs_list_item_23\" style=\"display:none; \">\r\n <table class=\"listTable\">\r\n <tr>\r\n <td class=\"listItemImgTd\" align=\"center\">\r\n <a class=\"listItemImgTdUnitLink\" href=\"#\"><img class=\"pw_listing_widget_tabs_list_item_img\" src=\'http://app.propertyware.com/pw/website/widgets/images/pw_listing_widget_no_photo.png\' width=\"160\" height=\"160\" alt=\"Thumbnail\" border=\"0\"/></a>\r\n\r\n <br/>\r\n\r\n <a class=\"listItemImgTdMapLink\" href=\"\">Map</a>\r\n </td>\r\n <td class=\"listItemDescTd\" valign=\"top\"></td>\r\n <td valign=\"top\" style=\"width: 48px\">\r\n <img class=\"showWhenMultiBuilding\" width=\"48\" height=\"48\" style=\"display:none\" src=\"http://app.propertyware.com/pw/website/widgets/images/multi-unit.png\" alt=\"\" border=\"0\" align=\"middle\"/>\r\n </td>\r\n </tr>\r\n </table>\r\n </li>\r\n <li id=\"pw_listing_widget_tabs_list_item_24\" style=\"display:none; \">\r\n <table class=\"listTable\">\r\n <tr>\r\n <td class=\"listItemImgTd\" align=\"center\">\r\n <a class=\"listItemImgTdUnitLink\" href=\"#\"><img class=\"pw_listing_widget_tabs_list_item_img\" src=\'http://app.propertyware.com/pw/website/widgets/images/pw_listing_widget_no_photo.png\' width=\"160\" height=\"160\" alt=\"Thumbnail\" border=\"0\"/></a>\r\n\r\n <br/>\r\n\r\n <a class=\"listItemImgTdMapLink\" href=\"\">Map</a>\r\n </td>\r\n <td class=\"listItemDescTd\" valign=\"top\"></td>\r\n <td valign=\"top\" style=\"width: 48px\">\r\n <img class=\"showWhenMultiBuilding\" width=\"48\" height=\"48\" style=\"display:none\" src=\"http://app.propertyware.com/pw/website/widgets/images/multi-unit.png\" alt=\"\" border=\"0\" align=\"middle\"/>\r\n </td>\r\n </tr>\r\n </table>\r\n </li>\r\n <li id=\"pw_listing_widget_tabs_list_item_25\" style=\"display:none; \">\r\n <table class=\"listTable\">\r\n <tr>\r\n <td class=\"listItemImgTd\" align=\"center\">\r\n <a class=\"listItemImgTdUnitLink\" href=\"#\"><img class=\"pw_listing_widget_tabs_list_item_img\" src=\'http://app.propertyware.com/pw/website/widgets/images/pw_listing_widget_no_photo.png\' width=\"160\" height=\"160\" alt=\"Thumbnail\" border=\"0\"/></a>\r\n\r\n <br/>\r\n\r\n <a class=\"listItemImgTdMapLink\" href=\"\">Map</a>\r\n </td>\r\n <td class=\"listItemDescTd\" valign=\"top\"></td>\r\n <td valign=\"top\" style=\"width: 48px\">\r\n <img class=\"showWhenMultiBuilding\" width=\"48\" height=\"48\" style=\"display:none\" src=\"http://app.propertyware.com/pw/website/widgets/images/multi-unit.png\" alt=\"\" border=\"0\" align=\"middle\"/>\r\n </td>\r\n </tr>\r\n </table>\r\n </li>\r\n <li id=\"pw_listing_widget_tabs_list_item_26\" style=\"display:none; \">\r\n <table class=\"listTable\">\r\n <tr>\r\n <td class=\"listItemImgTd\" align=\"center\">\r\n <a class=\"listItemImgTdUnitLink\" href=\"#\"><img class=\"pw_listing_widget_tabs_list_item_img\" src=\'http://app.propertyware.com/pw/website/widgets/images/pw_listing_widget_no_photo.png\' width=\"160\" height=\"160\" alt=\"Thumbnail\" border=\"0\"/></a>\r\n\r\n <br/>\r\n\r\n <a class=\"listItemImgTdMapLink\" href=\"\">Map</a>\r\n </td>\r\n <td class=\"listItemDescTd\" valign=\"top\"></td>\r\n <td valign=\"top\" style=\"width: 48px\">\r\n <img class=\"showWhenMultiBuilding\" width=\"48\" height=\"48\" style=\"display:none\" src=\"http://app.propertyware.com/pw/website/widgets/images/multi-unit.png\" alt=\"\" border=\"0\" align=\"middle\"/>\r\n </td>\r\n </tr>\r\n </table>\r\n </li>\r\n <li id=\"pw_listing_widget_tabs_list_item_27\" style=\"display:none; \">\r\n <table class=\"listTable\">\r\n <tr>\r\n <td class=\"listItemImgTd\" align=\"center\">\r\n <a class=\"listItemImgTdUnitLink\" href=\"#\"><img class=\"pw_listing_widget_tabs_list_item_img\" src=\'http://app.propertyware.com/pw/website/widgets/images/pw_listing_widget_no_photo.png\' width=\"160\" height=\"160\" alt=\"Thumbnail\" border=\"0\"/></a>\r\n\r\n <br/>\r\n\r\n <a class=\"listItemImgTdMapLink\" href=\"\">Map</a>\r\n </td>\r\n <td class=\"listItemDescTd\" valign=\"top\"></td>\r\n <td valign=\"top\" style=\"width: 48px\">\r\n <img class=\"showWhenMultiBuilding\" width=\"48\" height=\"48\" style=\"display:none\" src=\"http://app.propertyware.com/pw/website/widgets/images/multi-unit.png\" alt=\"\" border=\"0\" align=\"middle\"/>\r\n </td>\r\n </tr>\r\n </table>\r\n </li>\r\n <li id=\"pw_listing_widget_tabs_list_item_28\" style=\"display:none; \">\r\n <table class=\"listTable\">\r\n <tr>\r\n <td class=\"listItemImgTd\" align=\"center\">\r\n <a class=\"listItemImgTdUnitLink\" href=\"#\"><img class=\"pw_listing_widget_tabs_list_item_img\" src=\'http://app.propertyware.com/pw/website/widgets/images/pw_listing_widget_no_photo.png\' width=\"160\" height=\"160\" alt=\"Thumbnail\" border=\"0\"/></a>\r\n\r\n <br/>\r\n\r\n <a class=\"listItemImgTdMapLink\" href=\"\">Map</a>\r\n </td>\r\n <td class=\"listItemDescTd\" valign=\"top\"></td>\r\n <td valign=\"top\" style=\"width: 48px\">\r\n <img class=\"showWhenMultiBuilding\" width=\"48\" height=\"48\" style=\"display:none\" src=\"http://app.propertyware.com/pw/website/widgets/images/multi-unit.png\" alt=\"\" border=\"0\" align=\"middle\"/>\r\n </td>\r\n </tr>\r\n </table>\r\n </li>\r\n <li id=\"pw_listing_widget_tabs_list_item_29\" style=\"display:none; \">\r\n <table class=\"listTable\">\r\n <tr>\r\n <td class=\"listItemImgTd\" align=\"center\">\r\n <a class=\"listItemImgTdUnitLink\" href=\"#\"><img class=\"pw_listing_widget_tabs_list_item_img\" src=\'http://app.propertyware.com/pw/website/widgets/images/pw_listing_widget_no_photo.png\' width=\"160\" height=\"160\" alt=\"Thumbnail\" border=\"0\"/></a>\r\n\r\n <br/>\r\n\r\n <a class=\"listItemImgTdMapLink\" href=\"\">Map</a>\r\n </td>\r\n <td class=\"listItemDescTd\" valign=\"top\"></td>\r\n <td valign=\"top\" style=\"width: 48px\">\r\n <img class=\"showWhenMultiBuilding\" width=\"48\" height=\"48\" style=\"display:none\" src=\"http://app.propertyware.com/pw/website/widgets/images/multi-unit.png\" alt=\"\" border=\"0\" align=\"middle\"/>\r\n </td>\r\n </tr>\r\n </table>\r\n </li>\r\n <li id=\"pw_listing_widget_tabs_list_item_30\" style=\"display:none; \">\r\n <table class=\"listTable\">\r\n <tr>\r\n <td class=\"listItemImgTd\" align=\"center\">\r\n <a class=\"listItemImgTdUnitLink\" href=\"#\"><img class=\"pw_listing_widget_tabs_list_item_img\" src=\'http://app.propertyware.com/pw/website/widgets/images/pw_listing_widget_no_photo.png\' width=\"160\" height=\"160\" alt=\"Thumbnail\" border=\"0\"/></a>\r\n\r\n <br/>\r\n\r\n <a class=\"listItemImgTdMapLink\" href=\"\">Map</a>\r\n </td>\r\n <td class=\"listItemDescTd\" valign=\"top\"></td>\r\n <td valign=\"top\" style=\"width: 48px\">\r\n <img class=\"showWhenMultiBuilding\" width=\"48\" height=\"48\" style=\"display:none\" src=\"http://app.propertyware.com/pw/website/widgets/images/multi-unit.png\" alt=\"\" border=\"0\" align=\"middle\"/>\r\n </td>\r\n </tr>\r\n </table>\r\n </li>\r\n <li id=\"pw_listing_widget_tabs_list_item_31\" style=\"display:none; \">\r\n <table class=\"listTable\">\r\n <tr>\r\n <td class=\"listItemImgTd\" align=\"center\">\r\n <a class=\"listItemImgTdUnitLink\" href=\"#\"><img class=\"pw_listing_widget_tabs_list_item_img\" src=\'http://app.propertyware.com/pw/website/widgets/images/pw_listing_widget_no_photo.png\' width=\"160\" height=\"160\" alt=\"Thumbnail\" border=\"0\"/></a>\r\n\r\n <br/>\r\n\r\n <a class=\"listItemImgTdMapLink\" href=\"\">Map</a>\r\n </td>\r\n <td class=\"listItemDescTd\" valign=\"top\"></td>\r\n <td valign=\"top\" style=\"width: 48px\">\r\n <img class=\"showWhenMultiBuilding\" width=\"48\" height=\"48\" style=\"display:none\" src=\"http://app.propertyware.com/pw/website/widgets/images/multi-unit.png\" alt=\"\" border=\"0\" align=\"middle\"/>\r\n </td>\r\n </tr>\r\n </table>\r\n </li>\r\n <li id=\"pw_listing_widget_tabs_list_item_32\" style=\"display:none; \">\r\n <table class=\"listTable\">\r\n <tr>\r\n <td class=\"listItemImgTd\" align=\"center\">\r\n <a class=\"listItemImgTdUnitLink\" href=\"#\"><img class=\"pw_listing_widget_tabs_list_item_img\" src=\'http://app.propertyware.com/pw/website/widgets/images/pw_listing_widget_no_photo.png\' width=\"160\" height=\"160\" alt=\"Thumbnail\" border=\"0\"/></a>\r\n\r\n <br/>\r\n\r\n <a class=\"listItemImgTdMapLink\" href=\"\">Map</a>\r\n </td>\r\n <td class=\"listItemDescTd\" valign=\"top\"></td>\r\n <td valign=\"top\" style=\"width: 48px\">\r\n <img class=\"showWhenMultiBuilding\" width=\"48\" height=\"48\" style=\"display:none\" src=\"http://app.propertyware.com/pw/website/widgets/images/multi-unit.png\" alt=\"\" border=\"0\" align=\"middle\"/>\r\n </td>\r\n </tr>\r\n </table>\r\n </li>\r\n <li id=\"pw_listing_widget_tabs_list_item_33\" style=\"display:none; \">\r\n <table class=\"listTable\">\r\n <tr>\r\n <td class=\"listItemImgTd\" align=\"center\">\r\n <a class=\"listItemImgTdUnitLink\" href=\"#\"><img class=\"pw_listing_widget_tabs_list_item_img\" src=\'http://app.propertyware.com/pw/website/widgets/images/pw_listing_widget_no_photo.png\' width=\"160\" height=\"160\" alt=\"Thumbnail\" border=\"0\"/></a>\r\n\r\n <br/>\r\n\r\n <a class=\"listItemImgTdMapLink\" href=\"\">Map</a>\r\n </td>\r\n <td class=\"listItemDescTd\" valign=\"top\"></td>\r\n <td valign=\"top\" style=\"width: 48px\">\r\n <img class=\"showWhenMultiBuilding\" width=\"48\" height=\"48\" style=\"display:none\" src=\"http://app.propertyware.com/pw/website/widgets/images/multi-unit.png\" alt=\"\" border=\"0\" align=\"middle\"/>\r\n </td>\r\n </tr>\r\n </table>\r\n </li>\r\n <li id=\"pw_listing_widget_tabs_list_item_34\" style=\"display:none; \">\r\n <table class=\"listTable\">\r\n <tr>\r\n <td class=\"listItemImgTd\" align=\"center\">\r\n <a class=\"listItemImgTdUnitLink\" href=\"#\"><img class=\"pw_listing_widget_tabs_list_item_img\" src=\'http://app.propertyware.com/pw/website/widgets/images/pw_listing_widget_no_photo.png\' width=\"160\" height=\"160\" alt=\"Thumbnail\" border=\"0\"/></a>\r\n\r\n <br/>\r\n\r\n <a class=\"listItemImgTdMapLink\" href=\"\">Map</a>\r\n </td>\r\n <td class=\"listItemDescTd\" valign=\"top\"></td>\r\n <td valign=\"top\" style=\"width: 48px\">\r\n <img class=\"showWhenMultiBuilding\" width=\"48\" height=\"48\" style=\"display:none\" src=\"http://app.propertyware.com/pw/website/widgets/images/multi-unit.png\" alt=\"\" border=\"0\" align=\"middle\"/>\r\n </td>\r\n </tr>\r\n </table>\r\n </li>\r\n <li id=\"pw_listing_widget_tabs_list_item_35\" style=\"display:none; \">\r\n <table class=\"listTable\">\r\n <tr>\r\n <td class=\"listItemImgTd\" align=\"center\">\r\n <a class=\"listItemImgTdUnitLink\" href=\"#\"><img class=\"pw_listing_widget_tabs_list_item_img\" src=\'http://app.propertyware.com/pw/website/widgets/images/pw_listing_widget_no_photo.png\' width=\"160\" height=\"160\" alt=\"Thumbnail\" border=\"0\"/></a>\r\n\r\n <br/>\r\n\r\n <a class=\"listItemImgTdMapLink\" href=\"\">Map</a>\r\n </td>\r\n <td class=\"listItemDescTd\" valign=\"top\"></td>\r\n <td valign=\"top\" style=\"width: 48px\">\r\n <img class=\"showWhenMultiBuilding\" width=\"48\" height=\"48\" style=\"display:none\" src=\"http://app.propertyware.com/pw/website/widgets/images/multi-unit.png\" alt=\"\" border=\"0\" align=\"middle\"/>\r\n </td>\r\n </tr>\r\n </table>\r\n </li>\r\n <li id=\"pw_listing_widget_tabs_list_item_36\" style=\"display:none; \">\r\n <table class=\"listTable\">\r\n <tr>\r\n <td class=\"listItemImgTd\" align=\"center\">\r\n <a class=\"listItemImgTdUnitLink\" href=\"#\"><img class=\"pw_listing_widget_tabs_list_item_img\" src=\'http://app.propertyware.com/pw/website/widgets/images/pw_listing_widget_no_photo.png\' width=\"160\" height=\"160\" alt=\"Thumbnail\" border=\"0\"/></a>\r\n\r\n <br/>\r\n\r\n <a class=\"listItemImgTdMapLink\" href=\"\">Map</a>\r\n </td>\r\n <td class=\"listItemDescTd\" valign=\"top\"></td>\r\n <td valign=\"top\" style=\"width: 48px\">\r\n <img class=\"showWhenMultiBuilding\" width=\"48\" height=\"48\" style=\"display:none\" src=\"http://app.propertyware.com/pw/website/widgets/images/multi-unit.png\" alt=\"\" border=\"0\" align=\"middle\"/>\r\n </td>\r\n </tr>\r\n </table>\r\n </li>\r\n <li id=\"pw_listing_widget_tabs_list_item_37\" style=\"display:none; \">\r\n <table class=\"listTable\">\r\n <tr>\r\n <td class=\"listItemImgTd\" align=\"center\">\r\n <a class=\"listItemImgTdUnitLink\" href=\"#\"><img class=\"pw_listing_widget_tabs_list_item_img\" src=\'http://app.propertyware.com/pw/website/widgets/images/pw_listing_widget_no_photo.png\' width=\"160\" height=\"160\" alt=\"Thumbnail\" border=\"0\"/></a>\r\n\r\n <br/>\r\n\r\n <a class=\"listItemImgTdMapLink\" href=\"\">Map</a>\r\n </td>\r\n <td class=\"listItemDescTd\" valign=\"top\"></td>\r\n <td valign=\"top\" style=\"width: 48px\">\r\n <img class=\"showWhenMultiBuilding\" width=\"48\" height=\"48\" style=\"display:none\" src=\"http://app.propertyware.com/pw/website/widgets/images/multi-unit.png\" alt=\"\" border=\"0\" align=\"middle\"/>\r\n </td>\r\n </tr>\r\n </table>\r\n </li>\r\n <li id=\"pw_listing_widget_tabs_list_item_38\" style=\"display:none; \">\r\n <table class=\"listTable\">\r\n <tr>\r\n <td class=\"listItemImgTd\" align=\"center\">\r\n <a class=\"listItemImgTdUnitLink\" href=\"#\"><img class=\"pw_listing_widget_tabs_list_item_img\" src=\'http://app.propertyware.com/pw/website/widgets/images/pw_listing_widget_no_photo.png\' width=\"160\" height=\"160\" alt=\"Thumbnail\" border=\"0\"/></a>\r\n\r\n <br/>\r\n\r\n <a class=\"listItemImgTdMapLink\" href=\"\">Map</a>\r\n </td>\r\n <td class=\"listItemDescTd\" valign=\"top\"></td>\r\n <td valign=\"top\" style=\"width: 48px\">\r\n <img class=\"showWhenMultiBuilding\" width=\"48\" height=\"48\" style=\"display:none\" src=\"http://app.propertyware.com/pw/website/widgets/images/multi-unit.png\" alt=\"\" border=\"0\" align=\"middle\"/>\r\n </td>\r\n </tr>\r\n </table>\r\n </li>\r\n <li id=\"pw_listing_widget_tabs_list_item_39\" style=\"display:none; \">\r\n <table class=\"listTable\">\r\n <tr>\r\n <td class=\"listItemImgTd\" align=\"center\">\r\n <a class=\"listItemImgTdUnitLink\" href=\"#\"><img class=\"pw_listing_widget_tabs_list_item_img\" src=\'http://app.propertyware.com/pw/website/widgets/images/pw_listing_widget_no_photo.png\' width=\"160\" height=\"160\" alt=\"Thumbnail\" border=\"0\"/></a>\r\n\r\n <br/>\r\n\r\n <a class=\"listItemImgTdMapLink\" href=\"\">Map</a>\r\n </td>\r\n <td class=\"listItemDescTd\" valign=\"top\"></td>\r\n <td valign=\"top\" style=\"width: 48px\">\r\n <img class=\"showWhenMultiBuilding\" width=\"48\" height=\"48\" style=\"display:none\" src=\"http://app.propertyware.com/pw/website/widgets/images/multi-unit.png\" alt=\"\" border=\"0\" align=\"middle\"/>\r\n </td>\r\n </tr>\r\n </table>\r\n </li>\r\n <li id=\"pw_listing_widget_tabs_list_item_40\" style=\"display:none; \">\r\n <table class=\"listTable\">\r\n <tr>\r\n <td class=\"listItemImgTd\" align=\"center\">\r\n <a class=\"listItemImgTdUnitLink\" href=\"#\"><img class=\"pw_listing_widget_tabs_list_item_img\" src=\'http://app.propertyware.com/pw/website/widgets/images/pw_listing_widget_no_photo.png\' width=\"160\" height=\"160\" alt=\"Thumbnail\" border=\"0\"/></a>\r\n\r\n <br/>\r\n\r\n <a class=\"listItemImgTdMapLink\" href=\"\">Map</a>\r\n </td>\r\n <td class=\"listItemDescTd\" valign=\"top\"></td>\r\n <td valign=\"top\" style=\"width: 48px\">\r\n <img class=\"showWhenMultiBuilding\" width=\"48\" height=\"48\" style=\"display:none\" src=\"http://app.propertyware.com/pw/website/widgets/images/multi-unit.png\" alt=\"\" border=\"0\" align=\"middle\"/>\r\n </td>\r\n </tr>\r\n </table>\r\n </li>\r\n <li id=\"pw_listing_widget_tabs_list_item_41\" style=\"display:none; \">\r\n <table class=\"listTable\">\r\n <tr>\r\n <td class=\"listItemImgTd\" align=\"center\">\r\n <a class=\"listItemImgTdUnitLink\" href=\"#\"><img class=\"pw_listing_widget_tabs_list_item_img\" src=\'http://app.propertyware.com/pw/website/widgets/images/pw_listing_widget_no_photo.png\' width=\"160\" height=\"160\" alt=\"Thumbnail\" border=\"0\"/></a>\r\n\r\n <br/>\r\n\r\n <a class=\"listItemImgTdMapLink\" href=\"\">Map</a>\r\n </td>\r\n <td class=\"listItemDescTd\" valign=\"top\"></td>\r\n <td valign=\"top\" style=\"width: 48px\">\r\n <img class=\"showWhenMultiBuilding\" width=\"48\" height=\"48\" style=\"display:none\" src=\"http://app.propertyware.com/pw/website/widgets/images/multi-unit.png\" alt=\"\" border=\"0\" align=\"middle\"/>\r\n </td>\r\n </tr>\r\n </table>\r\n </li>\r\n <li id=\"pw_listing_widget_tabs_list_item_42\" style=\"display:none; \">\r\n <table class=\"listTable\">\r\n <tr>\r\n <td class=\"listItemImgTd\" align=\"center\">\r\n <a class=\"listItemImgTdUnitLink\" href=\"#\"><img class=\"pw_listing_widget_tabs_list_item_img\" src=\'http://app.propertyware.com/pw/website/widgets/images/pw_listing_widget_no_photo.png\' width=\"160\" height=\"160\" alt=\"Thumbnail\" border=\"0\"/></a>\r\n\r\n <br/>\r\n\r\n <a class=\"listItemImgTdMapLink\" href=\"\">Map</a>\r\n </td>\r\n <td class=\"listItemDescTd\" valign=\"top\"></td>\r\n <td valign=\"top\" style=\"width: 48px\">\r\n <img class=\"showWhenMultiBuilding\" width=\"48\" height=\"48\" style=\"display:none\" src=\"http://app.propertyware.com/pw/website/widgets/images/multi-unit.png\" alt=\"\" border=\"0\" align=\"middle\"/>\r\n </td>\r\n </tr>\r\n </table>\r\n </li>\r\n <li id=\"pw_listing_widget_tabs_list_item_43\" style=\"display:none; \">\r\n <table class=\"listTable\">\r\n <tr>\r\n <td class=\"listItemImgTd\" align=\"center\">\r\n <a class=\"listItemImgTdUnitLink\" href=\"#\"><img class=\"pw_listing_widget_tabs_list_item_img\" src=\'http://app.propertyware.com/pw/website/widgets/images/pw_listing_widget_no_photo.png\' width=\"160\" height=\"160\" alt=\"Thumbnail\" border=\"0\"/></a>\r\n\r\n <br/>\r\n\r\n <a class=\"listItemImgTdMapLink\" href=\"\">Map</a>\r\n </td>\r\n <td class=\"listItemDescTd\" valign=\"top\"></td>\r\n <td valign=\"top\" style=\"width: 48px\">\r\n <img class=\"showWhenMultiBuilding\" width=\"48\" height=\"48\" style=\"display:none\" src=\"http://app.propertyware.com/pw/website/widgets/images/multi-unit.png\" alt=\"\" border=\"0\" align=\"middle\"/>\r\n </td>\r\n </tr>\r\n </table>\r\n </li>\r\n <li id=\"pw_listing_widget_tabs_list_item_44\" style=\"display:none; \">\r\n <table class=\"listTable\">\r\n <tr>\r\n <td class=\"listItemImgTd\" align=\"center\">\r\n <a class=\"listItemImgTdUnitLink\" href=\"#\"><img class=\"pw_listing_widget_tabs_list_item_img\" src=\'http://app.propertyware.com/pw/website/widgets/images/pw_listing_widget_no_photo.png\' width=\"160\" height=\"160\" alt=\"Thumbnail\" border=\"0\"/></a>\r\n\r\n <br/>\r\n\r\n <a class=\"listItemImgTdMapLink\" href=\"\">Map</a>\r\n </td>\r\n <td class=\"listItemDescTd\" valign=\"top\"></td>\r\n <td valign=\"top\" style=\"width: 48px\">\r\n <img class=\"showWhenMultiBuilding\" width=\"48\" height=\"48\" style=\"display:none\" src=\"http://app.propertyware.com/pw/website/widgets/images/multi-unit.png\" alt=\"\" border=\"0\" align=\"middle\"/>\r\n </td>\r\n </tr>\r\n </table>\r\n </li>\r\n <li id=\"pw_listing_widget_tabs_list_item_45\" style=\"display:none; \">\r\n <table class=\"listTable\">\r\n <tr>\r\n <td class=\"listItemImgTd\" align=\"center\">\r\n <a class=\"listItemImgTdUnitLink\" href=\"#\"><img class=\"pw_listing_widget_tabs_list_item_img\" src=\'http://app.propertyware.com/pw/website/widgets/images/pw_listing_widget_no_photo.png\' width=\"160\" height=\"160\" alt=\"Thumbnail\" border=\"0\"/></a>\r\n\r\n <br/>\r\n\r\n <a class=\"listItemImgTdMapLink\" href=\"\">Map</a>\r\n </td>\r\n <td class=\"listItemDescTd\" valign=\"top\"></td>\r\n <td valign=\"top\" style=\"width: 48px\">\r\n <img class=\"showWhenMultiBuilding\" width=\"48\" height=\"48\" style=\"display:none\" src=\"http://app.propertyware.com/pw/website/widgets/images/multi-unit.png\" alt=\"\" border=\"0\" align=\"middle\"/>\r\n </td>\r\n </tr>\r\n </table>\r\n </li>\r\n <li id=\"pw_listing_widget_tabs_list_item_46\" style=\"display:none; \">\r\n <table class=\"listTable\">\r\n <tr>\r\n <td class=\"listItemImgTd\" align=\"center\">\r\n <a class=\"listItemImgTdUnitLink\" href=\"#\"><img class=\"pw_listing_widget_tabs_list_item_img\" src=\'http://app.propertyware.com/pw/website/widgets/images/pw_listing_widget_no_photo.png\' width=\"160\" height=\"160\" alt=\"Thumbnail\" border=\"0\"/></a>\r\n\r\n <br/>\r\n\r\n <a class=\"listItemImgTdMapLink\" href=\"\">Map</a>\r\n </td>\r\n <td class=\"listItemDescTd\" valign=\"top\"></td>\r\n <td valign=\"top\" style=\"width: 48px\">\r\n <img class=\"showWhenMultiBuilding\" width=\"48\" height=\"48\" style=\"display:none\" src=\"http://app.propertyware.com/pw/website/widgets/images/multi-unit.png\" alt=\"\" border=\"0\" align=\"middle\"/>\r\n </td>\r\n </tr>\r\n </table>\r\n </li>\r\n <li id=\"pw_listing_widget_tabs_list_item_47\" style=\"display:none; \">\r\n <table class=\"listTable\">\r\n <tr>\r\n <td class=\"listItemImgTd\" align=\"center\">\r\n <a class=\"listItemImgTdUnitLink\" href=\"#\"><img class=\"pw_listing_widget_tabs_list_item_img\" src=\'http://app.propertyware.com/pw/website/widgets/images/pw_listing_widget_no_photo.png\' width=\"160\" height=\"160\" alt=\"Thumbnail\" border=\"0\"/></a>\r\n\r\n <br/>\r\n\r\n <a class=\"listItemImgTdMapLink\" href=\"\">Map</a>\r\n </td>\r\n <td class=\"listItemDescTd\" valign=\"top\"></td>\r\n <td valign=\"top\" style=\"width: 48px\">\r\n <img class=\"showWhenMultiBuilding\" width=\"48\" height=\"48\" style=\"display:none\" src=\"http://app.propertyware.com/pw/website/widgets/images/multi-unit.png\" alt=\"\" border=\"0\" align=\"middle\"/>\r\n </td>\r\n </tr>\r\n </table>\r\n </li>\r\n <li id=\"pw_listing_widget_tabs_list_item_48\" style=\"display:none; \">\r\n <table class=\"listTable\">\r\n <tr>\r\n <td class=\"listItemImgTd\" align=\"center\">\r\n <a class=\"listItemImgTdUnitLink\" href=\"#\"><img class=\"pw_listing_widget_tabs_list_item_img\" src=\'http://app.propertyware.com/pw/website/widgets/images/pw_listing_widget_no_photo.png\' width=\"160\" height=\"160\" alt=\"Thumbnail\" border=\"0\"/></a>\r\n\r\n <br/>\r\n\r\n <a class=\"listItemImgTdMapLink\" href=\"\">Map</a>\r\n </td>\r\n <td class=\"listItemDescTd\" valign=\"top\"></td>\r\n <td valign=\"top\" style=\"width: 48px\">\r\n <img class=\"showWhenMultiBuilding\" width=\"48\" height=\"48\" style=\"display:none\" src=\"http://app.propertyware.com/pw/website/widgets/images/multi-unit.png\" alt=\"\" border=\"0\" align=\"middle\"/>\r\n </td>\r\n </tr>\r\n </table>\r\n </li>\r\n <li id=\"pw_listing_widget_tabs_list_item_49\" style=\"display:none; \">\r\n <table class=\"listTable\">\r\n <tr>\r\n <td class=\"listItemImgTd\" align=\"center\">\r\n <a class=\"listItemImgTdUnitLink\" href=\"#\"><img class=\"pw_listing_widget_tabs_list_item_img\" src=\'http://app.propertyware.com/pw/website/widgets/images/pw_listing_widget_no_photo.png\' width=\"160\" height=\"160\" alt=\"Thumbnail\" border=\"0\"/></a>\r\n\r\n <br/>\r\n\r\n <a class=\"listItemImgTdMapLink\" href=\"\">Map</a>\r\n </td>\r\n <td class=\"listItemDescTd\" valign=\"top\"></td>\r\n <td valign=\"top\" style=\"width: 48px\">\r\n <img class=\"showWhenMultiBuilding\" width=\"48\" height=\"48\" style=\"display:none\" src=\"http://app.propertyware.com/pw/website/widgets/images/multi-unit.png\" alt=\"\" border=\"0\" align=\"middle\"/>\r\n </td>\r\n </tr>\r\n </table>\r\n </li>\r\n\r\n </ul>\r\n </div>\r\n </div>\r\n\r\n <!-- Unit Detail goes here -->\r\n <div id=\"pw_listing_widget_tabs_detail\">\r\n <table width=\"100%\">\r\n <tr>\r\n <td>\r\n <div id=\"pw_listing_widget_tabs_detail_back_to_building\">\r\n <a href=\"javascript:goBackToBuilding()\"><img src=\"http://app.propertyware.com/pw/website/widgets/images/pw_listing_widget_tabs_detail_detailImageLeft.png\" alt=\"\" border=\"0\" align=\"top\"/>Back to Building</a>\r\n </div>\r\n </td>\r\n<td style=\"text-align: right;\">\r\n <a href=\"javascript:gotoPreviousBuilding()\"><img src=\"http://app.propertyware.com/pw/website/widgets/images/pw_listing_widget_tabs_detail_detailImageLeft.png\" alt=\"\" border=\"0\" align=\"top\"/>Prev</a> |\r\n <a href=\"javascript:gotoNextBuilding()\">Next<img src=\"http://app.propertyware.com/pw/website/widgets/images/pw_listing_widget_tabs_detail_detailImageRight.png\" alt=\"\" border=\"0\" align=\"top\"/></a>\r\n </td>\r\n </tr>\r\n </table>\r\n\r\n <div id=\"pw_listing_widget_tabs_detail_container\" style=\"display: none\">\r\n <div >\r\n <div >\r\n <h3 id=\"pw_listing_widget_tabs_detail_posting_title\"></h3>\r\n <p id=\"pw_listing_widget_tabs_detail_address\"></p>\r\n </div>\r\n </div>\r\n\r\n <br/>\r\n\r\n <div class=\"pw_listing_widget_content_section\" >\r\n <div class=\"pw_listing_widget_content_bar\" >\r\n <table style=\"width:100%; font-size: 1em\" border=\"0\">\r\n <tbody>\r\n <tr>\r\n <td>\r\n <div style=\"height: 25px\">\r\n <a id=\"pw_listing_widget_tabs_detail_detailBrochureLink\" href=\"javascript:viewDetailBrochure()\">Brochure</a>\r\n <a id=\"pw_listing_widget_tabs_detail_detailMapsAndDirectiosLink\" href=\"javascript:getDirections()\">Directions</a>\r\n <a id=\"pw_listing_widget_tabs_detail_addThisAnchor\" href=\"http://www.addthis.com/bookmark.php?v=250\" onmouseover=\"return addthis_open(this, \'\', \'https://webreq.propertyware.com/pw/website/widgets/addthis/\'+listingWidgetCurrentBuildingOrUnit.id, \'Property info\');\" onmouseout=\"addthis_close();\" onclick=\"return addthis_sendto();\"><img src=\"http://s7.addthis.com/static/btn/lg-share-en.gif\" alt=\"Bookmark and Share\" style=\"border: 0 none ;\" width=\"125\" height=\"16\" /></a><script type=\"text/javascript\" src=\"http://s7.addthis.com/js/250/addthis_widget.js?pub=xa-4a2557820e2be226\"></script>\r\n</div>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</div>\r\n<div id=\"pw_listing_widget_tabs_detail_top_section\">\r\n <table width=\"100%\">\r\n <tr>\r\n <td valign=\"top\" style=\"width: 200px; text-align: center; \">\r\n <div id=\"pw_listing_widget_tabs_detail_image_browser\">\r\n <div id=\"pw_listing_widget_tabs_detail_imageContainer\"><img id=\"pw_listing_widget_tabs_detail_image\" src=\"http://app.propertyware.com/pw/website/widgets/images/pw_listing_widget_no_photo.png\" alt=\"Unit Image\" width=\"181\" height=\"181\"></div>\r\n <div id=\"pw_listing_widget_tabs_detail_imageControls\">\r\n <table width=\"100%\">\r\n <tr>\r\n <td style=\"text-align:left\"><a id=\"pw_listing_widget_tabs_detail_detailImageLeft\"><img src=\"http://app.propertyware.com/pw/website/widgets/images/pw_listing_widget_tabs_detail_detailImageLeft.png\" alt=\"\" border=\"0\"/></a></td>\r\n <td style=\"text-align:center\"><a id=\"pw_listing_widget_tabs_detail_detailImageCounter\" ><img src=\"http://app.propertyware.com/pw/website/widgets/images/pw_listing_widget_tabs_detail_detailImageCounter.png\" alt=\"\" border=\"0\"/></a></td>\r\n <td style=\"text-align:right\"><a id=\"pw_listing_widget_tabs_detail_detailImageRight\" ><img src=\"http://app.propertyware.com/pw/website/widgets/images/pw_listing_widget_tabs_detail_detailImageRight.png\" alt=\"\" border=\"0\"/></a></td>\r\n </tr>\r\n </table>\r\n </div>\r\n </div>\r\n </td>\r\n <td valign=\"top\">\r\n <h3 id=\"pw_listing_widget_tabs_detail_price\"></h3>\r\n <table id=\"pw_listing_widget_tabs_detail_summary\" width=\"100%\">\r\n <tbody>\r\n <tr class=\"hideWhenMultiBuilding hideWhenForSale\">\r\n <th scope=\"row\">Deposit:</th>\r\n <td id=\"pw_listing_widget_tabs_detail_deposit\"></td>\r\n </tr>\r\n <tr id=\"pw_listing_widget_tabs_detail_available_row\">\r\n <th scope=\"row\">Available:</th>\r\n <td id=\"pw_listing_widget_tabs_detail_available\"></td>\r\n </tr>\r\n <tr>\r\n <th scope=\"row\" class=\"hideWhenForSale\">Min. Lease:</th>\r\n <td id=\"pw_listing_widget_tabs_detail_min_lease\"></td>\r\n </tr>\r\n <tr>\r\n <th scope=\"row\">Unit Type:</th>\r\n <td id=\"pw_listing_widget_tabs_detail_type\"></td>\r\n </tr>\r\n <tr>\r\n <th scope=\"row\">Total Area:</th>\r\n <td id=\"pw_listing_widget_tabs_detail_area\"></td>\r\n </tr>\r\n <tr class=\"hideWhenMultiBuilding\">\r\n <th scope=\"row\">Bedrooms:</th>\r\n <td id=\"pw_listing_widget_tabs_detail_bed\"></td>\r\n </tr>\r\n <tr class=\"hideWhenMultiBuilding\">\r\n <th scope=\"row\">Bathrooms:</th>\r\n <td id=\"pw_listing_widget_tabs_detail_bath\"></td>\r\n </tr>\r\n <tr class=\"hideWhenMultiBuilding\">\r\n <th scope=\"row\">Smoking:</th>\r\n <td id=\"pw_listing_widget_tabs_detail_smoking\"></td>\r\n </tr>\r\n <tr class=\"hideWhenMultiBuilding\">\r\n <th scope=\"row\">Pets:</th>\r\n <td id=\"pw_listing_widget_tabs_detail_pets\"></td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n <div>\r\n <a id=\"pw_listing_widget_tabs_detail_detailContactAgentLink\" href=\"javascript:showContactAgentTab()\"><img src=\"http://app.propertyware.com/pw/website/widgets/images/chat2.png\" alt=\"\" border=\"0\" align=\"middle\" />Contact Agent</a>\r\n <a id=\"pw_listing_widget_tabs_detail_detailApplyOnlineLink\" target=\"_blank\" href=\"\"><img src=\"http://app.propertyware.com/pw/website/widgets/images/apply.png\" alt=\"\" border=\"0\" align=\"middle\" />Apply Online</a>\r\n </div>\r\n </td>\r\n <td valign=\"top\">\r\n <img class=\"showWhenMultiBuilding\" style=\"display:none\" src=\"http://app.propertyware.com/pw/website/widgets/images/multi-unit.png\" alt=\"\" border=\"0\" align=\"middle\" />\r\n </td>\r\n </tr>\r\n </table>\r\n</div>\r\n</div>\r\n\r\n<br />\r\n<div class=\"inner_tabs\">\r\n<div id=\"pw_listing_widget_tabs_detail_inner_tabs\">\r\n\r\n<ul class=\"tabs\">\r\n <li><a href=\"#tabs-1\" class=\"active\">Details</a></li>\r\n <li><a href=\"#tabs-2\">Maps & Explore</a></li>\r\n <li><a href=\"#tabs-3\">Community Info</a></li>\r\n <li><a href=\"#tabs-4\">Tools</a></li>\r\n<li id=\"contactAgentTabHeader\"><a id=\"contactAgentAnchor\" href=\"#tabs-5\">Contact Agent</a></li>\r\n</ul>\r\n\r\n<div class=\"tabContents\" id=\"tabs-1\">\r\n <div id=\"pw_listing_widget_tabs_detail_available_units\" class=\"detailContent\">\r\n <h3>Available Units</h3>\r\n <table style=\"width: 100%\">\r\n <thead>\r\n <tr id=\"pw_listing_widget_tabs_detail_available_units_header_tr\"></tr>\r\n </thead>\r\n <tbody id=\"pw_listing_widget_tabs_detail_available_units_header_tbody\"></tbody>\r\n </table>\r\n </div>\r\n\r\n <div id=\"pw_listing_widget_tabs_detail_available_floor_plans\" class=\"detailContent\">\r\n <h3>Available Floor Plans</h3>\r\n <table style=\"width: 100%\">\r\n <thead>\r\n <tr id=\"pw_listing_widget_tabs_detail_available_floor_plans_header_tr\"></tr>\r\n </thead>\r\n <tbody id=\"pw_listing_widget_tabs_detail_available_floor_plans_tbody\"></tbody>\r\n </table>\r\n </div>\r\n\r\n <div id=\"pw_listing_widget_tabs_detail_video\" class=\"detailContent\" style=\"display:none\">\r\n <h3>Video</h3>\r\n <div id=\"pw_listing_widget_tabs_detail_video_div\"></div>\r\n </div>\r\n\r\n <div id=\"pw_listing_widget_tabs_detail_description\" class=\"detailContent\">\r\n <h3>Description</h3>\r\n <p id=\"pw_listing_widget_tabs_detail_description_p\" ></p>\r\n </div>\r\n\r\n <div id=\"pw_listing_widget_tabs_detail_other_tenant_charges\" style=\"display:none\" class=\"detailContent\">\r\n <h3>Other Tenant Charges</h3>\r\n <p id=\"pw_listing_widget_tabs_detail_other_tenant_charges_p\" ></p>\r\n </div>\r\n\r\n <div id=\"pw_listing_widget_tabs_detail_description_amenities\" class=\"detailContent\">\r\n <h3>Amenities</h3>\r\n <ul id=\"pw_listing_widget_tabs_detail_description_amenities_ul\"></ul>\r\n </div>\r\n\r\n <div id=\"pw_listing_widget_tabs_detail_other\" class=\"detailContent\" style=\"display: none\">\r\n <h3>Other Information</h3>\r\n <ul id=\"pw_listing_widget_tabs_detail_other_ul\"></ul>\r\n </div>\r\n\r\n <div id=\"leasingContactDiv\" class=\"detailContent leasing-contact\">\r\n <h3>Leasing Contact</h3>\r\n <table id=\"pw_listing_widget_tabs_detail_leasingContactTable\">\r\n <tbody>\r\n <tr>\r\n <td><img alt=\"\" id=\"pw_listing_widget_tabs_detail_leasingContactImgTag\" src=\"http://app.propertyware.com/pw/website/widgets/images/leasingContactPic.png\" width=\"70\" height=\"80\"></td>\r\n <td>\r\n <span id=\"pw_listing_widget_tabs_detail_detailLeaseContactName\" class=\"leasingContactName\"></span>\r\n <span id=\"pw_listing_widget_tabs_detail_detailLeaseContactCompany\"></span>\r\n <span id=\"pw_listing_widget_tabs_detail_detailLeaseContactEmail\"></span>\r\n <span id=\"pw_listing_widget_tabs_detail_detailLeaseContactPhone\"></span>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n </div>\r\n</div>\r\n\r\n\r\n<div class=\"tabContents\" id=\"tabs-2\">\r\n <div>\r\n <div id=\"pw_listing_widget_tabs_detail_map\" style=\"width: 100%; height:350px\"></div>\r\n <div id=\"pw_listing_widget_tabs_detail_streetview\" style=\"width: 100%; height:350px\"></div>\r\n </div>\r\n</div>\r\n\r\n<div class=\"tabContents\" id=\"tabs-3\">\r\n <div id=\"pw_listing_widget_tabs_detail_detailCommunityInfo\">\r\n <ul>\r\n <li><a id=\"pw_listing_widget_tabs_detail_detailTools_Schools_Nearby\" href=\"http://nces.ed.gov/ccd/schoolsearch/school_list.asp\" target=\"_blank\">Schools Nearby</a></li>\r\n <li><a id=\"pw_listing_widget_tabs_detail_detailTools_Neighborhood_Profile\" href=\"http://www.walkscore.com/score/\" target=\"_blank\">Neighborhood Profile</a></li>\r\n <li><a id=\"pw_listing_widget_tabs_detail_detailTools_Stores_Nearby\" href=\"http://www.yelp.com/search?find_desc=shopping&ns=1&find_loc=\" target=\"_blank\">Stores Nearby</a></li>\r\n <li><a id=\"pw_listing_widget_tabs_detail_detailTools_Restaurants_Nearby\" href=\"http://www.yelp.com/search?find_desc=&find_loc=&x=41&y=13&cflt=restaurants\" target=\"_blank\">Restaurants Nearby</a></li>\r\n </ul>\r\n </div>\r\n</div>\r\n\r\n<div class=\"tabContents\" id=\"tabs-4\">\r\n <div id=\"pw_listing_widget_tabs_detail_detailTools\">\r\n <ul id=\"pw_listing_widget_tabs_detail_detailTools_ul\" >\r\n <li><a id=\"pw_listing_widget_tabs_detail_detailTools_Walkscore\" href=\"http://www.walkscore.com/get-score.php\" target=\"_blank\">Walkscore</a></li>\r\n <li><a id=\"pw_listing_widget_tabs_detail_detailTools_Homethinking\" href=\"http://neighborhoods.homethinking.com/\" target=\"_blank\">Homethinking</a></li>\r\n <li><a id=\"pw_listing_widget_tabs_detail_detailTools_CityData\" href=\"http://www.city-data.com/\" target=\"_blank\">City Data</a></li>\r\n <li>Listing Link: <input id=\"pw_listing_widget_tabs_detail_detailTools_ListingLink\" size=\"60\" value=\"\" type=\"text\" /></li>\r\n </ul>\r\n </div>\r\n</div>\r\n\r\n<div class=\"tabContents\" id=\"tabs-5\">\r\n <div id=\"errors\" align=\"center\"></div>\r\n <form id=\"guestCardForm\" name=\"contactAgentForm\" class=\"\" action=\"#\" method=\"post\" onsubmit=\"return validateContactAgent(1);\">\r\n <input name=\"sid\" id=\"sid\" value=\"\" type=\"hidden\" />\r\n <input name=\"cid\" id=\"cid\" value=\"\" type=\"hidden\" />\r\n <input name=\"uid\" id=\"uid\" value=\"\" type=\"hidden\" />\r\n <input name=\"retUrl\" id=\"retUrl\" value=\"\" type=\"hidden\" />\r\n <input name=\"frm\" id=\"frm\" value=\"guestCardForm\" type=\"hidden\" />\r\n <input name=\"ajaxMode\" id=\"ajaxMode\" value=\"true\" type=\"hidden\" />\r\n <input name=\"pwreferrer\" id=\"pwreferrer\" value=\"\" type=\"hidden\" />\r\n <input name=\"pwcampaign\" id=\"pwcampaign\" value=\"\" type=\"hidden\" />\r\n\r\n <fieldset id=\"contactUsFieldset\">\r\n\r\n <div class=\"autoscroll\">\r\n\r\n <div class=\"legend\" style=\"text-align: right\"><span style=\"margin-right: 45px; border-left: 3px solid red\"\">Required Fields</span></div>\r\n <table id=\"contactUsTable\">\r\n <tbody>\r\n <tr>\r\n <th class=\"required\">First Name</th>\r\n <td>\r\n <input name=\"webform.guest.primaryContact.firstName\" id=\"webform.guest.primaryContact.firstName\" size=\"16\" maxlength=\"30\" class=\"text\" tabindex=\"1\" type=\"text\" />\r\n </td>\r\n </tr>\r\n <tr>\r\n <th class=\"required\">Last Name</th>\r\n <td>\r\n <input name=\"webform.guest.primaryContact.lastName\" id=\"webform.guest.primaryContact.lastName\" size=\"16\" maxlength=\"30\" class=\"text\" tabindex=\"2\" type=\"text\"/>\r\n </td>\r\n </tr>\r\n\r\n <tr>\r\n <th class=\"required\">Email Address</th>\r\n <td>\r\n <input name=\"webform.guest.primaryContact.email\" id=\"webform.guest.primaryContact.email\" size=\"40\" maxlength=\"60\" class=\"text\" tabindex=\"3\" type=\"text\"/>\r\n </td>\r\n </tr>\r\n <tr>\r\n <th class=\"required\">Day Phone</th>\r\n <td>\r\n <input name=\"webform.guest.primaryContact.workPhone\" id=\"webform.guest.primaryContact.workPhone\" size=\"16\" maxlength=\"20\" class=\"text\" tabindex=\"4\" type=\"text\"/>\r\n </td>\r\n </tr>\r\n <tr>\r\n <th>Eve. Phone</th>\r\n <td>\r\n <input name=\"webform.guest.primaryContact.homePhone\" id=\"webform.guest.primaryContact.homePhone\" size=\"16\" maxlength=\"20\" class=\"text\" tabindex=\"5\" type=\"text\"/>\r\n </td>\r\n </tr>\r\n <tr id=\"questionWhichCity\">\r\n <th>Which city are you most interested in?</th>\r\n <td>\r\n <select name=\"webform.guest.cityDesired\" id=\"webform_guest_cityDesired\" class=\"text\" tabindex=\"7\" />\r\n <option value=\"\">Choose</option>\r\n </select>\r\n </td>\r\n </tr>\r\n <tr id=\"questionWhichTypeOfUnit\">\r\n <th>Which type of unit are you most interested in?</th>\r\n <td>\r\n <select name=\"webform.guest.unitTypeDesired\" id=\"webform_guest_unitTypeDesired\" class=\"text\" tabindex=\"8\"></select>\r\n </td>\r\n </tr>\r\n <tr id=\"questionHowManyResidents\">\r\n <th>How many residents will be occupying the unit?</th>\r\n <td>\r\n <input name=\"webform.guest.numberOfOccupants\" id=\"webform.guest.numberOfOccupants\" size=\"16\" maxlength=\"20\" class=\"text\" tabindex=\"9\" type=\"text\" />\r\n </td>\r\n </tr>\r\n <tr id=\"questionMoveInDate\">\r\n <th>Desired move in date?</th>\r\n <td>\r\n <input name=\"webform.guest.moveInDateAsString\" id=\"webform.guest.moveInDateAsString\" size=\"11\" maxlength=\"10\" class=\"date hasDatepicker\" tabindex=\"10\" type=\"text\" /> (i.e. 01/06/2006)\r\n </td>\r\n </tr>\r\n <tr id=\"questionHavePets\">\r\n <th>Do you have any pets?</th>\r\n <td>\r\n <select name=\"webform.guest.hasPets\" id=\"webform.guest.hasPets\" class=\"text\" tabindex=\"11\">\r\n <option value=\"false\">No</option>\r\n <option value=\"true\">Yes</option>\r\n </select>\r\n </td>\r\n </tr>\r\n <tr>\r\n <th>How did you hear about us?</th>\r\n <td>\r\n <select name=\"webform.guest.externalSource\" id=\"webform.guest.externalSource\" class=\"text\" tabindex=\"12\">\r\n <option value=\"\">Choose</option>\r\n <option value=\"Internet Search\">Internet Search</option>\r\n <option value=\"Word of Mouth\">Word of Mouth</option>\r\n <option value=\"Driving By\">Driving By</option>\r\n <option value=\"Magazine\">Magazine</option>\r\n <option value=\"Newspaper\">Newspaper</option>\r\n <option value=\"Other\">Other</option>\r\n </select>\r\n </td>\r\n </tr>\r\n <tr>\r\n <th>Additional Comments</th>\r\n <td>\r\n <textarea name=\"webform.guest.comments\" id=\"webform.guest.comments\" cols=\"40\" rows=\"5\" class=\"Textarea\" tabindex=\"13\"></textarea>\r\n </td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n\r\n <br>\r\n\r\n <div class=\"primaryButtons\">\r\n <input id=\"contactUsButton\" class=\"btn primary\" value=\"Submit\" tabindex=\"14\" type=\"submit\">\r\n </div>\r\n\r\n <br>\r\n\r\n </div>\r\n </fieldset>\r\n\r\n </form>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<!-- Floor Plan goes here -->\r\n<div id=\"pw_listing_widget_tabs_floor_plan\" style=\"display: none\">\r\n <table width=\"100%\">\r\n <tr>\r\n <td>\r\n <div id=\"pw_listing_widget_tabs_floor_plan_back_to_building\">\r\n <a href=\"javascript:goBackToBuilding()\"><img src=\"http://app.propertyware.com/pw/website/widgets/images/pw_listing_widget_tabs_detail_detailImageLeft.png\" alt=\"\" border=\"0\" align=\"top\"/>Back to Building</a>\r\n </div>\r\n </td>\r\n </tr>\r\n </table>\r\n\r\n <div id=\"pw_listing_widget_tabs_floor_plan_container\" >\r\n\r\n <div class=\"\" >\r\n <div id=\"pw_listing_widget_tabs_floor_plan_top_section\" class=\"detailContent\">\r\n <table width=\"100%\">\r\n <tr>\r\n <td valign=\"top\">\r\n <h3 id=\"pw_listing_widget_tabs_floor_plan_name\"></h3>\r\n <table id=\"pw_listing_widget_tabs_floor_plan_summary\" width=\"100%\">\r\n <tbody>\r\n <tr>\r\n <th scope=\"row\">Rent</th>\r\n <td id=\"pw_listing_widget_tabs_floor_plan_price\"></td>\r\n <th scope=\"row\">Bedrooms:</th>\r\n <td id=\"pw_listing_widget_tabs_floor_plan_bed\"></td>\r\n </tr>\r\n <tr>\r\n <th scope=\"row\">Deposit:</th>\r\n <td id=\"pw_listing_widget_tabs_floor_plan_deposit\"></td>\r\n <th scope=\"row\">Bathrooms:</th>\r\n <td id=\"pw_listing_widget_tabs_floor_plan_bath\"></td>\r\n </tr>\r\n <tr>\r\n <th id=\"pw_listing_widget_tabs_floor_plan_other_charges_label\" scope=\"row\">Other Charges:</th>\r\n <td id=\"pw_listing_widget_tabs_floor_plan_other_charges\"></td>\r\n <th scope=\"row\">Total Area:</th>\r\n <td id=\"pw_listing_widget_tabs_floor_plan_area\"></td>\r\n </tr>\r\n\r\n </tbody>\r\n </table>\r\n <div>\r\n </div>\r\n </td>\r\n <td valign=\"top\">\r\n <img class=\"showWhenMultiBuilding\" style=\"display:none\" src=\"http://app.propertyware.com/pw/website/widgets/images/multi-unit.png\" alt=\"\" border=\"0\" align=\"middle\" />\r\n </td>\r\n </tr>\r\n </table>\r\n </div>\r\n\r\n\r\n\r\n <br />\r\n </div>\r\n <div id=\"pw_listing_widget_tabs_floor_plan_photos\" class=\"detailContent\">\r\n <div id=\"pw_listing_widget_tabs_floor_plan_photos_slider\">\r\n\r\n </div>\r\n </div>\r\n\r\n <div id=\"pw_listing_widget_tabs_floor_plan_video\" class=\"detailContent\">\r\n <h3>Video</h3>\r\n <div id=\"pw_listing_widget_tabs_floor_plan_youtube\"></div>\r\n </div>\r\n\r\n\r\n <div id=\"pw_listing_widget_tabs_floor_plan_amenities\" class=\"detailContent\">\r\n <h3>Amenities</h3>\r\n <ul id=\"pw_listing_widget_tabs_floor_plan_amenities_ul\"></ul>\r\n </div>\r\n\r\n </div>\r\n</div>\r\n\r\n</div>\r\n\r\n<div id=\"pw_listing_widget_tabs_detail_directions_dialog\" title=\"Get Directions\" style=\"display:none\">\r\n <form action=\"#\" name=\"pw_listing_widget_tabs_detail_directionsForm\" id=\"pw_listing_widget_tabs_detail_directionsForm\" title=\"Get Directions\">\r\n <table style=\"width: 100%\">\r\n <tbody>\r\n <tr>\r\n <th>From:</th>\r\n <td><input id=\"pw_listing_widget_tabs_detail_directions_dialog_fromAddress\" name=\"pw_listing_widget_tabs_detail_directions_dialog_fromAddress\" type=\"text\" /></td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n <div class=\"primaryButtons\">\r\n <input id=\"pw_listing_widget_tabs_detail_directionsForm_Go\" value=\"Go\" type=\"button\" />\r\n <input id=\"pw_listing_widget_tabs_detail_directionsForm_Cancel\" value=\"Cancel\" type=\"button\" />\r\n </div>\r\n </form>\r\n</div>\r\n\r\n<div id=\"pw_listing_widget_wait_list_dialog\" title=\"Notify Me\" style=\"display: none\">\r\n <div class=\"waitListDiv\">\r\n <div id=\"waitListDiv\">\r\n <form id=\"waitListForm\" class=\"webform\" action=\"\" method=\"post\" onsubmit=\"\">\r\n <div class=\"legend\" style=\"text-align: right\"><span style=\"margin-right: 45px; border-left: 3px solid red\"\">Required Fields</span></div>\r\n <table class=\"edit\" id=\"waitListTable\">\r\n <tbody>\r\n <tr>\r\n <th class=\"required\">First Name</th>\r\n <td><input name=\"webform.contact.contact.firstName\" size=\"16\" maxlength=\"30\" class=\"text\" type=\"text\" /></td>\r\n </tr>\r\n <tr>\r\n <th class=\"required\">Last Name</th>\r\n <td><input name=\"webform.contact.contact.lastName\" size=\"16\" maxlength=\"30\" class=\"text\" type=\"text\" /></td>\r\n </tr>\r\n <tr>\r\n <th class=\"required\">Email</th>\r\n <td><input name=\"webform.contact.contact.email\" size=\"40\" maxlength=\"60\" class=\"text\" type=\"text\"></td>\r\n </tr>\r\n <tr>\r\n <th>Work Phone</th>\r\n <td><input name=\"webform.contact.contact.workPhone\" id=\"webform.contact.contact.workPhone\" size=\"16\" maxlength=\"20\" class=\"text\" type=\"text\" /></td>\r\n </tr>\r\n <tr>\r\n <td>Desired City/State or Province/Zip or Postal Code</td>\r\n <td><input name=\"webform.contact.contact.city\" size=\"20\" maxlength=\"60\" class=\"text\" type=\"text\"> <input name=\"webform.contact.contact.state\" size=\"2\" class=\"text\" type=\"text\" />\r\n <input name=\"webform.contact.contact.zip\" size=\"10\" class=\"text\" type=\"text\" /></td>\r\n </tr>\r\n <tr>\r\n <th>Monthly Rent</th>\r\n <td> $<input name=\"webform.contact.contact.rentMin\" size=\"5\" class=\"text\" type=\"text\" /> to\r\n $<input name=\"webform.contact.contact.rentMax\" size=\"5\" class=\"text\" type=\"text\" /></td>\r\n </tr>\r\n <tr>\r\n <th>Bedrooms / Bathrooms</th>\r\n <td><input name=\"webform.contact.contact.beds\" size=\"5\" class=\"text\" type=\"text\" /> /\r\n <input name=\"webform.contact.contact.baths\" size=\"5\" class=\"text\" type=\"text\" /></td>\r\n </tr>\r\n <tr>\r\n\r\n <th>Desired move in date?</th>\r\n <td>\r\n <input name=\"webform.contact.moveInDateAsString\" id=\"webform.contact.moveInDateAsString\" size=\"15\" maxlength=\"10\" class=\"date hasDatepicker\" type=\"text\" /> (i.e. 01/13/2006)\r\n </td>\r\n </tr>\r\n <tr>\r\n <th valign=\"top\">Comments</th>\r\n <td><textarea name=\"webform.contact.comments\" cols=\"40\" rows=\"5\" class=\"Textarea\"> </textarea></td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n <div class=\"primaryButtons\">\r\n <input type=\"hidden\" id=\"forSalePage\" value=\"false\" />\r\n <input class=\"btn primary \" id=\"submitTenantWaitListForm\" value=\"Submit\" type=\"button\" />\r\n <input class=\"btn \" id=\"cancelTenantWaitListForm\" value=\"Cancel\" type=\"button\" />\r\n </div>\r\n </form>\r\n </div>\r\n </div>\r\n</div>\r\n\r\n<div id=\"pw_listing_widget_wait_list_dialog_confirmation\" title=\"Confirmation\" style=\"display:none\">\r\n <p>Your request has been received. We will contact you as soon as possible. Thank you.</p>\r\n</div>\r\n\r\n<div class=\"pw_listing_widget_tabs_map_info_window_template\" style=\"display: none; \">\r\n <div style=\"height:150px; width: 150px\">\r\n <table class=\"infoWindowTable\">\r\n <tbody>\r\n <tr>\r\n <td><img width=\"50\" height=\"50\" class=\"infoWindowImg\" src=\'http://app.propertyware.com/pw/website/widgets/images/pw_listing_widget_no_photo.png\' alt=\"Thumbnail\"/></td>\r\n <td><span class=\"infoWindowAddrSpan\"></span><br /><span class=\"infoWindowCityStateZipSpan\"></span></td>\r\n </tr>\r\n <tr>\r\n <td colspan=\'2\'><b>Price:</b> <span class=\"infoWindowPriceSpan\"></span></td>\r\n </tr>\r\n <tr>\r\n <td colspan=\'2\'><b>Type:</b> <span class=\"infoWindowTypeSpan\"></span></td>\r\n </tr>\r\n <tr>\r\n <td colspan=\'2\'><span class=\"infoWindowDescSpan\"></span></td>\r\n </tr>\r\n <tr>\r\n <td colspan=\'2\'><span class=\"infoWindowMoreDetails\">More Details</span></td>\r\n </tr>\r\n </tbody>\r\n </table>\r\n </div>\r\n</div>\r\n\r\n<li class=\"pw_listing_widget_tabs_list_item_template\" style=\"display:none; \">\r\n <table class=\"listTable\">\r\n <tr>\r\n <td class=\"listItemImgTd\" align=\"center\"><a class=\"listItemImgTdUnitLink\" href=\"#\"><img class=\"pw_listing_widget_tabs_list_item_img\" src=\'http://app.propertyware.com/pw/website/widgets/images/pw_listing_widget_no_photo.png\' width=\"160\" height=\"160\" alt=\"Thumbnail\" border=\"0\"/></a> <br /> <a class=\"listItemImgTdMapLink\" href=\"\">Map</a></td>\r\n <td class=\"listItemDescTd\" valign=\"top\"></td>\r\n <td valign=\"top\" style=\"width: 48px\">\r\n <img class=\"showWhenMultiBuilding\" width=\"48\" height=\"48\" style=\"display:none\" src=\"http://app.propertyware.com/pw/website/widgets/images/multi-unit.png\" alt=\"\" border=\"0\" align=\"middle\" />\r\n </td>\r\n </tr>\r\n </table>\r\n</li>\r\n\r\n<div id=\"pw_listing_widget_image_popup\" style=\"background-color:transparent;opacity:100;z-index:2001;text-align:center;position:absolute;display:none;\" >\r\n <table>\r\n <tr>\r\n <td style=\"text-align:right;\"><img style=\"cursor:pointer\" id=\"imageClose\" alt=\"Close\" src=\"http://app.propertyware.com/pw/website/widgets/images/close.png\"></td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align:center;\">\r\n <div style=\"border: 5px solid white; background-color: white\">\r\n <img alt=\"No Photo\" id=\"popupImg\" src=\"http://app.propertyware.com/pw/website/widgets/images/pw_listing_widget_no_photo.png\"/>\r\n <h2 id=\"popupImgCaption\">No Caption</h2>\r\n </div>\r\n </td>\r\n </tr>\r\n <tr>\r\n <td style=\"text-align:center;\">\r\n <img id=\"zoomLeft\" style=\"cursor:pointer\" alt=\"Left\" src=\"http://app.propertyware.com/pw/website/widgets/images/left.png\"/>\r\n <img id=\"zoomRight\" style=\"cursor:pointer\" alt=\"Right\" src=\"http://app.propertyware.com/pw/website/widgets/images/right.png\"/>\r\n </td>\r\n </tr>\r\n </table>\r\n</div>\r\n\r\n</div>\r\n','Rentals','','inherit','closed','open','','4284-revision-v1','','','2013-09-16 15:09:54','2013-09-16 15:09:54','',4284,'http://testingweb123.webuda.com/uncategorized/4284-revision-v1/',0,'revision','',0),(4316,1,'2013-11-02 07:19:03','2013-11-02 07:19:03','Westrom Group Company is a full service property management and real estate company serving the Dallas/Fort WorthMetroplex. Since 1999, Westrom Group has expanded greatly. We have managed over 300 rental properties, renovated houses and apartment complexes, and orchestrated over $10 million in real estate transactions in the past. The company is committed to giving quality services and assistance to clients in every way they can. If you would like more information about real estate property management, or buying or selling your property, please feel free to call our office anytime.\n\n<b>Jon Westrom, President</b>\n\nJon is a licensed real estate broker in Texas. He began in real estate in 1995 with Prudential Southerland Real Estate in Arlington, Texas. After one year at Prudential, he moved to Diversified Realty Services in Bedford, where he focused more on investment real estate. After that, he took over and focus in developing a family business, the Westrom Group, which is now one of the leading property management and real estate companies. In his spare time, Jon loves to spend time with his family, mentor teens at Trinity High School, go fishing, and watch the Texas Rangers and Dallas Cowboys.\n<a href=\"mailto:jon@westromgroup.com\">jon@westromgroup.com</a>\n\n<b>Carrie Kennedy, Office Manager</b>\n\nCarrie has worked for Westrom Group, now an established property management company, since 2001. Carrie is very dedicated and detail-oriented, and loves working in the office and with people. In her spare time, she spends as much time as she can with her husband and son playing games and being outdoors. She is also an active member at The Hills Church in Southlake where she volunteers in Women\'s Ministry, Children\'s Ministry and is a Bible Study Facilitator.\n<a href=\"mailto:Carrie@westromgroup.com\">Carrie@westromgroup.com</a><b></b>\n\n<b>Rose Heimuli, Administration Assistant</b>\n\n<a href=\"mailto:rose@westromgroup.com\">rose@westromgroup.com</a>','About','','inherit','closed','open','','74-autosave-v1','','','2013-11-02 07:19:03','2013-11-02 07:19:03','',74,'http://testingweb123.webuda.com/uncategorized/74-autosave-v1/',0,'revision','',0),(5174,1,'2013-09-20 14:26:00','2013-09-20 14:26:00','<h2>Westrom Group provides real estate services in the <a href=\"http://en.wikipedia.org/wiki/Dallas%E2%80%93Fort_Worth_metroplex\">Dallas/Fort WorthMetroplex</a>.</h2>\r\n<h3><a href=\"http://www.westromgroup.com/wp-content/uploads/2013/09/safe-family.jpeg\"><img class=\"size-full wp-image-5210 aligncenter\" alt=\"real estate property management DFW\" src=\"http://www.westromgroup.com/wp-content/uploads/2013/09/safe-family.jpeg\" width=\"1000\" height=\"429\" /></a></h3>\r\n<h3><strong>What can you expect from Westrom Group Real Estate Property DFW Services?</strong></h3>\r\n<strong>Home Staging –</strong> As part of our service, we provide home staging. Home staging will give a potential buyer an excellent first impression of your home.\r\n\r\n<strong>Property-value Analysis –</strong> We will conduct an analysis on the property you are interested. The value of the home will be analyzed and will be compared to the most recent data on other homes that are already sold.\r\n\r\n<strong>Property Maintenance –</strong> We offer a<a title=\"Management Services\" href=\"http://www.westromgroup.com/management-services/\"> full range of services</a> to help you maintain your property. Not all realestate companies do this. That is why<a href=\"http://www.westromgroup.com/\"> Westrom Group</a> has the advantage over other companies. Maintenance includes air conditioning, plumbing, as well as electrical repairs, painting, carpet, etc.','Services for Real Estate Property DFW','','publish','closed','open','','real-estate-property-dfw','','','2013-11-02 06:03:10','2013-11-02 06:03:10','',0,'http://testingweb123.webuda.com/?page_id=5174',0,'page','',0),(5103,1,'2013-09-18 15:03:57','2013-09-18 15:03:57','','About','','inherit','closed','open','','74-revision-v1','','','2013-09-18 15:03:57','2013-09-18 15:03:57','',74,'http://testingweb123.webuda.com/uncategorized/74-revision-v1/',0,'revision','',0),(4322,1,'2013-09-16 15:27:29','2013-09-16 15:27:29','<h1>About Us</h1>\r\nWestrom Group Company is a full service property management and real estate company serving the Dallas/Fort Worth Metroplex.\r\nSince 1999, Westrom Group has expanded greatly. We have managed over 300 rental properties, renovated houses and apartment complexes, and orchestrated over $10 million in real estate transactions in the past.\r\nIf you would like more information about management of your properties, or buying or selling your property, please call our office anytime.\r\n\r\n \r\n<strong><h2>Jon Westrom, President</h2></strong>\r\nJon is a licensed real estate broker in Texas. He began in real estate in 1995 with Prudential Southerland Real Estate in Arlington, Texas. After one year at Prudential, he moved to Diversified Realty Services in Bedford, where he focused more on investment real estate. After that, he took over the Westrom Group family business to focus on its growth. In his spare time, Jon loves to spend time with his family, mentor teens at Trinity High School, go fishing, and watch the Texas Rangers and Dallas Cowboys.\r\n\r\n \r\n<strong><h2>Carrie Kennedy, Office Manager</h2></strong>\r\nCarrie has worked for Westrom Group since 2001. Carrie is very dedicated and detail-oriented, and loves working in the office and with people. In her spare time, she spends as much time as she can with her husband and son playing games and being outdoors. She is also an active member at The Hills Church in Southlake where she volunteers in Women\'s Ministry, Children\'s Ministry and is a Bible Study Facilitator.','About','','inherit','closed','open','','74-revision-v1','','','2013-09-16 15:27:29','2013-09-16 15:27:29','',74,'http://testingweb123.webuda.com/uncategorized/74-revision-v1/',0,'revision','',0),(4317,1,'2013-09-16 15:24:11','2013-09-16 15:24:11','<h1>About Us</h1>\r\n[iframe src=\"http://testingweb123.webuda.com/public_html/wp-content/themes/domestica/owners.html\" width=\"100%\" height=\"480\"]\r\nWestrom Group Company is a full service property management and real estate company serving the Dallas/Fort Worth Metroplex.\r\nSince 1999, Westrom Group has expanded greatly. We have managed over 300 rental properties, renovated houses and apartment complexes, and orchestrated over $10 million in real estate transactions in the past.\r\nIf you would like more information about management of your properties, or buying or selling your property, please call our office anytime.\r\n\r\n \r\n<strong><h2>Jon Westrom, President</h2></strong>\r\nJon is a licensed real estate broker in Texas. He began in real estate in 1995 with Prudential Southerland Real Estate in Arlington, Texas. After one year at Prudential, he moved to Diversified Realty Services in Bedford, where he focused more on investment real estate. After that, he took over the Westrom Group family business to focus on its growth. In his spare time, Jon loves to spend time with his family, mentor teens at Trinity High School, go fishing, and watch the Texas Rangers and Dallas Cowboys.\r\n\r\n \r\n<strong><h2>Carrie Kennedy, Office Manager</h2></strong>\r\nCarrie has worked for Westrom Group since 2001. Carrie is very dedicated and detail-oriented, and loves working in the office and with people. In her spare time, she spends as much time as she can with her husband and son playing games and being outdoors. She is also an active member at The Hills Church in Southlake where she volunteers in Women\'s Ministry, Children\'s Ministry and is a Bible Study Facilitator.','About','','inherit','closed','open','','74-revision-v1','','','2013-09-16 15:24:11','2013-09-16 15:24:11','',74,'http://testingweb123.webuda.com/uncategorized/74-revision-v1/',0,'revision','',0),(4321,1,'2013-09-16 15:26:55','2013-09-16 15:26:55','<h1>About Us</h1>\r\n[iframe src=\"http://testingweb123.webuda.com/wp-content/uploads/2013/09/owners.html\" width=\"100%\" height=\"480\"]\r\nWestrom Group Company is a full service property management and real estate company serving the Dallas/Fort Worth Metroplex.\r\nSince 1999, Westrom Group has expanded greatly. We have managed over 300 rental properties, renovated houses and apartment complexes, and orchestrated over $10 million in real estate transactions in the past.\r\nIf you would like more information about management of your properties, or buying or selling your property, please call our office anytime.\r\n\r\n \r\n<strong><h2>Jon Westrom, President</h2></strong>\r\nJon is a licensed real estate broker in Texas. He began in real estate in 1995 with Prudential Southerland Real Estate in Arlington, Texas. After one year at Prudential, he moved to Diversified Realty Services in Bedford, where he focused more on investment real estate. After that, he took over the Westrom Group family business to focus on its growth. In his spare time, Jon loves to spend time with his family, mentor teens at Trinity High School, go fishing, and watch the Texas Rangers and Dallas Cowboys.\r\n\r\n \r\n<strong><h2>Carrie Kennedy, Office Manager</h2></strong>\r\nCarrie has worked for Westrom Group since 2001. Carrie is very dedicated and detail-oriented, and loves working in the office and with people. In her spare time, she spends as much time as she can with her husband and son playing games and being outdoors. She is also an active member at The Hills Church in Southlake where she volunteers in Women\'s Ministry, Children\'s Ministry and is a Bible Study Facilitator.','About','','inherit','closed','open','','74-revision-v1','','','2013-09-16 15:26:55','2013-09-16 15:26:55','',74,'http://testingweb123.webuda.com/uncategorized/74-revision-v1/',0,'revision','',0),(5254,1,'2013-10-22 15:42:18','2013-10-22 15:42:18','','application-fee','','inherit','closed','open','','application-fee-2','','','2013-10-22 15:42:18','2013-10-22 15:42:18','',0,'http://www.westromgroup.com/wp-content/uploads/2013/10/application-fee.html',0,'attachment','text/html',0),(5258,1,'2013-11-02 06:14:25','2013-11-02 06:14:25',' \n\nWelcome to <a href=\"http://www.westromgroup.com/\">Westrom Group</a>. Our company offers DFW properties.Westrom group takes pride in the list of properties we rent. All properties are thoroughly studi<a href=\"http://www.westromgroup.com/wp-content/uploads/2013/09/Family-HouseComposite.jpg\"><img class=\"alignnone size-full wp-image-5211\" alt=\"dfw properties\" src=\"http://www.westromgroup.com/wp-content/uploads/2013/09/Family-HouseComposite.jpg\" width=\"780\" height=\"320\" /></a>ed and evaluated to make sure that it will suit our client\'s needs and preference.\n\nOn this page, you will find a map of all the <a href=\"http://en.wikipedia.org/wiki/Dallas%E2%80%93Fort_Worth_metroplex\">DFW</a> properties that are available for rent. You can enter search criteria based on your preferences. You can also try going through our list of properties to determine if there is a property that will best suit your needs. Each property posted will have complete details-- from the amenities to community information that you will find helpful.\n\nThank you for your interest in our properties for rent. In the event that you have any questions regarding our listings, you can<a title=\"Contact\" href=\"http://www.westromgroup.com/contact/\"> contact us</a> anytime at the office.\n\n<center><iframe src=\"http://www.westromgroup.com/wp-content/uploads/2013/09/rentals.html\" height=\"2000\" width=\"100%\" scrolling=\"yes\"></iframe></center>','DFW Properties for Rent','','inherit','closed','open','','4284-autosave-v1','','','2013-11-02 06:14:25','2013-11-02 06:14:25','',4284,'http://www.westromgroup.com/4284-autosave-v1/',0,'revision','',0),(5116,1,'2013-09-18 15:31:56','2013-09-18 15:31:56','','Blog','','inherit','closed','open','','2640-revision-v1','','','2013-09-18 15:31:56','2013-09-18 15:31:56','',2640,'http://testingweb123.webuda.com/uncategorized/2640-revision-v1/',0,'revision','',0),(5131,1,'2013-09-19 13:30:42','2013-09-19 13:30:42','','item2','','inherit','closed','open','','item2','','','2013-09-19 13:30:42','2013-09-19 13:30:42','',0,'http://testingweb123.webuda.com/wp-content/uploads/2013/09/item2.jpg',0,'attachment','image/jpeg',0),(5128,1,'2013-09-18 16:51:55','2013-09-18 16:51:55','','default-logo','','inherit','closed','open','','default-logo','','','2013-09-18 16:51:55','2013-09-18 16:51:55','',0,'http://testingweb123.webuda.com/wp-content/uploads/2013/09/default-logo.png',0,'attachment','image/png',0),(5115,1,'2013-09-18 15:21:34','2013-09-18 15:21:34','','bg','','inherit','closed','open','','bg-2','','','2013-09-18 15:21:34','2013-09-18 15:21:34','',0,'http://testingweb123.webuda.com/wp-content/uploads/2013/09/bg.jpg',0,'attachment','image/jpeg',0),(5105,1,'2013-09-18 15:05:44','2013-09-18 15:05:44',' ','','','publish','closed','open','','5105','','','2013-09-25 10:38:40','2013-09-25 10:38:40','',0,'http://testingweb123.webuda.com/?p=5105',2,'nav_menu_item','',0),(5108,1,'2013-09-18 15:05:44','2013-09-18 15:05:44',' ','','','publish','closed','open','','5108','','','2013-09-25 10:38:40','2013-09-25 10:38:40','',0,'http://testingweb123.webuda.com/?p=5108',8,'nav_menu_item','',0),(5109,1,'2013-09-18 15:05:44','2013-09-18 15:05:44',' ','','','publish','closed','open','','5109','','','2013-09-25 10:38:40','2013-09-25 10:38:40','',0,'http://testingweb123.webuda.com/?p=5109',5,'nav_menu_item','',0),(5110,1,'2013-09-18 15:05:44','2013-09-18 15:05:44','','Properties for rent','','publish','closed','open','','5110','','','2013-09-25 10:38:40','2013-09-25 10:38:40','',0,'http://testingweb123.webuda.com/?p=5110',3,'nav_menu_item','',0),(5129,1,'2013-09-19 13:17:53','2013-09-19 13:17:53','','CB026637','','inherit','closed','open','','cb026637','','','2013-09-19 13:17:53','2013-09-19 13:17:53','',4287,'http://testingweb123.webuda.com/wp-content/uploads/2013/09/property-management.jpg',0,'attachment','image/jpeg',0),(5048,1,'2013-09-18 14:59:07','2013-09-18 14:59:07','','Blog 1 Column','','inherit','closed','open','','2640-revision-v1','','','2013-09-18 14:59:07','2013-09-18 14:59:07','',2640,'http://testingweb123.webuda.com/uncategorized/2640-revision-v1/',0,'revision','',0),(5285,1,'2013-11-02 07:27:01','2013-11-02 07:27:01','Westrom Group Company is a full service property management and real estate company serving the Dallas/Fort WorthMetroplex. Since 1999, Westrom Group has expanded greatly. We have managed over 300 rental properties, renovated houses and apartment complexes, and orchestrated over $10 million in real estate transactions in the past. The company is committed to giving quality services and assistance to clients in every way they can. If you would like more information about real estate property management, or buying or selling your property, please feel free to call our office anytime.\r\n\r\n<b>Jon Westrom, President</b>\r\n\r\nJon is a licensed real estate broker in Texas. He began in real estate in 1995 with Prudential Southerland Real Estate in Arlington, Texas. After one year at Prudential, he moved to Diversified Realty Services in Bedford, where he focused more on investment real estate. After that, he took over and focus in developing a family business, the Westrom Group, which is now one of the leading property management and real estate companies. In his spare time, Jon loves to spend time with his family, mentor teens at Trinity High School, go fishing, and watch the Texas Rangers and Dallas Cowboys.\r\n<a href=\"mailto:jon@westromgroup.com\">jon@westromgroup.com</a>\r\n\r\n<b>Carrie Kennedy, Office Manager</b>\r\n\r\nCarrie has worked for Westrom Group, now an established property management company, since 2001. Carrie is very dedicated and detail-oriented, and loves working in the office and with people. In her spare time, she spends as much time as she can with her husband and son playing games and being outdoors. She is also an active member at The Hills Church in Southlake where she volunteers in Women\'s Ministry, Children\'s Ministry and is a Bible Study Facilitator.\r\n<a href=\"mailto:Carrie@westromgroup.com\">Carrie@westromgroup.com</a><b></b>\r\n\r\n<b>Rose Heimuli, Administration Assistant</b>\r\n\r\n<a href=\"mailto:rose@westromgroup.com\">rose@westromgroup.com</a>','About','','inherit','closed','open','','74-revision-v1','','','2013-11-02 07:27:01','2013-11-02 07:27:01','',74,'http://www.westromgroup.com/74-revision-v1/',0,'revision','',0),(5283,1,'2013-11-02 07:17:16','2013-11-02 07:17:16','Westrom Group Company is a full service property management and real estate company serving the Dallas/Fort WorthMetroplex. Since 1999, Westrom Group has expanded greatly. We have managed over 300 rental properties, renovated houses and apartment complexes, and orchestrated over $10 million in real estate transactions in the past. The company is committed to giving quality services and assistance to clients in every way they can. If you would like more information about real estate property management, or buying or selling your property, please feel free to call our office anytime.\r\n\r\n \r\n\r\n<b>Jon Westrom, President</b>\r\n\r\nJon is a licensed real estate broker in Texas. He began in real estate in 1995 with Prudential Southerland Real Estate in Arlington, Texas. After one year at Prudential, he moved to Diversified Realty Services in Bedford, where he focused more on investment real estate. After that, he took over and focus in developing a family business, the Westrom Group, which is now one of the leading property management and real estate companies. In his spare time, Jon loves to spend time with his family, mentor teens at Trinity High School, go fishing, and watch the Texas Rangers and Dallas Cowboys.\r\n<a href=\"mailto:jon@westromgroup.com\">jon@westromgroup.com</a>\r\n\r\n<b> </b>\r\n\r\n<b>Carrie Kennedy, Office Manager</b>\r\n\r\nCarrie has worked for Westrom Group, now an established property management company, since 2001. Carrie is very dedicated and detail-oriented, and loves working in the office and with people. In her spare time, she spends as much time as she can with her husband and son playing games and being outdoors. She is also an active member at The Hills Church in Southlake where she volunteers in Women\'s Ministry, Children\'s Ministry and is a Bible Study Facilitator.\r\n<a href=\"mailto:Carrie@westromgroup.com\">Carrie@westromgroup.com</a><b></b>\r\n\r\n \r\n\r\n<b>Rose Heimuli, Administration Assistant</b>\r\n\r\n<a href=\"mailto:rose@westromgroup.com\">rose@westromgroup.com</a>','About','','inherit','closed','open','','74-revision-v1','','','2013-11-02 07:17:16','2013-11-02 07:17:16','',74,'http://www.westromgroup.com/74-revision-v1/',0,'revision','',0),(5073,1,'2013-09-18 14:59:36','2013-09-18 14:59:36','','Homepage With LayerSlider','','inherit','closed','open','','3280-revision-v1','','','2013-09-18 14:59:36','2013-09-18 14:59:36','',3280,'http://testingweb123.webuda.com/uncategorized/3280-revision-v1/',0,'revision','',0),(5277,1,'2013-11-02 06:34:32','2013-11-02 06:34:32','<h1>Westrom Group Management Services</h1>\r\n<!--[if gte mso 9]><xml>\r\n<w:WordDocument>\r\n<w:View>Normal</w:View>\r\n<w:Zoom>0</w:Zoom>\r\n<w:TrackMoves/>\r\n<w:TrackFormatting/>\r\n<w:PunctuationKerning/>\r\n<w:ValidateAgainstSchemas/>\r\n<w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n<w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n<w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n<w:DoNotPromoteQF/>\r\n<w:LidThemeOther>EN-US</w:LidThemeOther>\r\n<w:LidThemeAsian>X-NONE</w:LidThemeAsian>\r\n<w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n<w:Compatibility>\r\n<w:BreakWrappedTables/>\r\n<w:SnapToGridInCell/>\r\n<w:WrapTextWithPunct/>\r\n<w:UseAsianBreakRules/>\r\n<w:DontGrowAutofit/>\r\n<w:SplitPgBreakAndParaMark/>\r\n<w:DontVertAlignCellWithSp/>\r\n<w:DontBreakConstrainedForcedTables/>\r\n<w:DontVertAlignInTxbx/>\r\n<w:Word11KerningPairs/>\r\n<w:CachedColBalance/>\r\n</w:Compatibility>\r\n<m:mathPr>\r\n<m:mathFont m:val=\"Cambria Math\"/>\r\n<m:brkBin m:val=\"before\"/>\r\n<m:brkBinSub m:val=\"--\"/>\r\n<m:smallFrac m:val=\"off\"/>\r\n<m:dispDef/>\r\n<m:lMargin m:val=\"0\"/>\r\n<m:rMargin m:val=\"0\"/>\r\n<m:defJc m:val=\"centerGroup\"/>\r\n<m:wrapIndent m:val=\"1440\"/>\r\n<m:intLim m:val=\"subSup\"/>\r\n<m:naryLim m:val=\"undOvr\"/>\r\n</m:mathPr></w:WordDocument>\r\n</xml><![endif]-->\r\n\r\nWestrom Group is a family owned and operated, full servicereal property management company, serving the Dallas/Fort Worth Metroplex. As property owners ourselves, we understand how important it is to have an excellent property management team in place watching over every aspect of our investment. Our staff works collectively to find common sense solutions, while keeping your property well maintained, leased and returning the maximum profit. Unlike most other real-estate companies who work primarily in sales and only manage properties on the side; our primary focus has always been high quality property management services.\r\n\r\nWe are proactive managers and investors who understand cost-effective services.\r\nWe specialize in single-family and multi-family management.\r\n\r\n<strong>Cost-Effective Property Management</strong>\r\n\r\n· Full 100% 90-Day Money Back Guarantee if you are not satisfied with our services.\r\n<strong> </strong>\r\n<strong>Full Service Property Management</strong>\r\n\r\n· Best Rates- Competitively Priced as Low as 8% and $350 New Lease Fee\r\n\r\n· Tenant Shield Screening Guarantee (ask us about this)\r\n\r\n· Low Turn-Over, Long Term Leases, High Retention Rentals\r\n\r\n· 24/7 Real-Time Internet Reporting\r\n\r\nTurn Key Maintenance Services\r\n· Complete Make Ready\r\n\r\n· HVAC, Plumbing, Electrical and Carpentry\r\n\r\n· 50% savings over Contractors\r\n\r\n<strong>Licensed and Insured</strong>\r\n<h2>About the Westrom Group Property Management Advantage</h2>\r\n[accordion]\r\n[acc_item title=\"Industry lowest rates and fees\"]Westrom Group Company is the most cost-effective property management company in the Dallas/Fort Worth Metroplex.[/acc_item]\r\n[acc_item title=\"5-Star Tenant Screening\"]Turnover and vacancy are the most expensive aspect of your investment. Therefore, finding and selecting a quality tenant is the single most important thing we do for you. We follow a designed \"5 Star\" program that weeds out the potential problem tenants. A tenant who passes our screening is likely to be a good tenant for you. Here is our process:\r\n<ul>\r\n <li>Credit Check (3 bureau credit check)</li>\r\n <li>Background Check (Criminal & Sex Offender)</li>\r\n <li>Rental History/Eviction History</li>\r\n <li>Employment Verification</li>\r\n <li>Income Verification</li>\r\n <li>In-Person Interview</li>\r\n</ul>\r\n[/acc_item]\r\n[acc_item title=\"Property Presentation and Marketing\"]Uses the latest in internet technology to market your property\r\nPromoted online through all the major internet rental search portals (RentalHomes, RentalHouses, Rentals, CraigsList, Google, Hotpads, Zillow)\r\nPersonal walk-through to make sure your property is ready to rent\r\nBeing available to answer the phone to catch potential renter[/acc_item]\r\n[acc_item title=\"Maintenance\"]Save 50% over Retail Prices\r\nAir Conditioning, heating, plumbing and electrical[/acc_item]\r\n[acc_item title=\"Real-Time Accounting Services\"]We use PropertyWare software, the leading online property management software designed to give you real-time access to your property status and financials\r\nAccess your property reports and maintenance status from anywhere and anytime 24/7[/acc_item]\r\n[acc_item title=\"Simple 90 Day Money Back Guarantee\"]We believe we are the right company for you and will exceed your expectations. If you are not satisfied with our services we will provide a full refund of any management fees collected. Its that Simple.[/acc_item]\r\n[/accordion]\r\n\r\n \r\n<h2>Tips on Selecting a Property Manager</h2>\r\n<ul>\r\n <li>They should know the rental market well enough to give you an accurate estimate of what you home will lease for monthly.</li>\r\n <li>They should advertise your property in at least 10 different ways. The local newspaper is only one way to advertise your home for lease.</li>\r\n <li>They should have a system in place that gives immediate information when potential tenants call.</li>\r\n <li>They should know how to structure a lease that is advantageous to the owner and fair to the tenant.</li>\r\n <li>They should be able to explain every paragraph on a lease and they should use professional lease forms. Lease forms that have been drawn by an attorney and promulgated by the Texas Association of Realtors.</li>\r\n <li>Additional forms used should be professionally established. More than just a lease is needed.</li>\r\n <li>They should provide follow up for the tenant after move-in. A specific program for this service is needed.</li>\r\n <li>They should be members of organizations that keep them informed of changes in the laws concerning property management and leasing. National Association of Residential Property Managers, Texas Association of Realtors, etc.</li>\r\n</ul>',' DFW Real Property Management Services','','inherit','closed','open','','4287-revision-v1','','','2013-11-02 06:34:32','2013-11-02 06:34:32','',4287,'http://www.westromgroup.com/4287-revision-v1/',0,'revision','',0),(5276,1,'2013-11-02 06:33:47','2013-11-02 06:33:47','<h1>Westrom Group Management Services</h1>\r\n<!--[if gte mso 9]><xml>\r\n <w:WordDocument>\r\n <w:View>Normal</w:View>\r\n <w:Zoom>0</w:Zoom>\r\n <w:TrackMoves/>\r\n <w:TrackFormatting/>\r\n <w:PunctuationKerning/>\r\n <w:ValidateAgainstSchemas/>\r\n <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n <w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n <w:DoNotPromoteQF/>\r\n <w:LidThemeOther>EN-US</w:LidThemeOther>\r\n <w:LidThemeAsian>X-NONE</w:LidThemeAsian>\r\n <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n <w:Compatibility>\r\n <w:BreakWrappedTables/>\r\n <w:SnapToGridInCell/>\r\n <w:WrapTextWithPunct/>\r\n <w:UseAsianBreakRules/>\r\n <w:DontGrowAutofit/>\r\n <w:SplitPgBreakAndParaMark/>\r\n <w:DontVertAlignCellWithSp/>\r\n <w:DontBreakConstrainedForcedTables/>\r\n <w:DontVertAlignInTxbx/>\r\n <w:Word11KerningPairs/>\r\n <w:CachedColBalance/>\r\n </w:Compatibility>\r\n <m:mathPr>\r\n <m:mathFont m:val=\"Cambria Math\"/>\r\n <m:brkBin m:val=\"before\"/>\r\n <m:brkBinSub m:val=\"--\"/>\r\n <m:smallFrac m:val=\"off\"/>\r\n <m:dispDef/>\r\n <m:lMargin m:val=\"0\"/>\r\n <m:rMargin m:val=\"0\"/>\r\n <m:defJc m:val=\"centerGroup\"/>\r\n <m:wrapIndent m:val=\"1440\"/>\r\n <m:intLim m:val=\"subSup\"/>\r\n <m:naryLim m:val=\"undOvr\"/>\r\n </m:mathPr></w:WordDocument>\r\n</xml><![endif]-->\r\n\r\nWestrom Group is a family owned and operated, full servicereal property management company, serving the Dallas/Fort Worth Metroplex. As property owners ourselves, we understand how important it is to have an excellent property management team in place watching over every aspect of our investment. Our staff works collectively to find common sense solutions, while keeping your property well maintained, leased and returning the maximum profit. Unlike most other real-estate companies who work primarily in sales and only manage properties on the side; our primary focus has always been high quality property management services.\r\n\r\nWe are proactive managers and investors who understand cost-effective services.\r\nWe specialize in single-family and multi-family management.\r\n\r\n<strong>Cost-Effective Property Management</strong>\r\n\r\n· Full 100% 90-Day Money Back Guarantee if you are not satisfied with our services.\r\n<strong> </strong>\r\n<strong>Full Service Property Management</strong>\r\n\r\n· Best Rates- Competitively Priced as Low as 8% and $350 New Lease Fee\r\n\r\n· Tenant Shield Screening Guarantee (ask us about this)\r\n\r\n· Low Turn-Over, Long Term Leases, High Retention Rentals\r\n\r\n· 24/7 Real-Time Internet Reporting\r\n\r\nTurn Key Maintenance Services\r\n· Complete Make Ready\r\n\r\n· HVAC, Plumbing, Electrical and Carpentry\r\n\r\n· 50% savings over Contractors\r\n\r\n<strong>Licensed and Insured</strong>\r\n<h2>About the Westrom Group Property Management Advantage</h2>\r\n[accordion]\r\n[acc_item title=\"Industry lowest rates and fees\"]Westrom Group Company is the most cost-effective property management company in the Dallas/Fort Worth Metroplex.[/acc_item]\r\n[acc_item title=\"5-Star Tenant Screening\"]Turnover and vacancy are the most expensive aspect of your investment. Therefore, finding and selecting a quality tenant is the single most important thing we do for you. We follow a designed \"5 Star\" program that weeds out the potential problem tenants. A tenant who passes our screening is likely to be a good tenant for you. Here is our process:\r\n<ul>\r\n <li>Credit Check (3 bureau credit check)</li>\r\n <li>Background Check (Criminal & Sex Offender)</li>\r\n <li>Rental History/Eviction History</li>\r\n <li>Employment Verification</li>\r\n <li>Income Verification</li>\r\n <li>In-Person Interview</li>\r\n</ul>\r\n[/acc_item]\r\n[acc_item title=\"Property Presentation and Marketing\"]Uses the latest in internet technology to market your property\r\nPromoted online through all the major internet rental search portals (RentalHomes, RentalHouses, Rentals, CraigsList, Google, Hotpads, Zillow)\r\nPersonal walk-through to make sure your property is ready to rent\r\nBeing available to answer the phone to catch potential renter[/acc_item]\r\n[acc_item title=\"Maintenance\"]Save 50% over Retail Prices\r\nAir Conditioning, heating, plumbing and electrical[/acc_item]\r\n[acc_item title=\"Real-Time Accounting Services\"]We use PropertyWare software, the leading online property management software designed to give you real-time access to your property status and financials\r\nAccess your property reports and maintenance status from anywhere and anytime 24/7[/acc_item]\r\n[acc_item title=\"Simple 90 Day Money Back Guarantee\"]We believe we are the right company for you and will exceed your expectations. If you are not satisfied with our services we will provide a full refund of any management fees collected. Its that Simple.[/acc_item]\r\n[/accordion]\r\n\r\n \r\n<h2>Tips on Selecting a Property Manager</h2>\r\n<ul>\r\n <li>They should know the rental market well enough to give you an accurate estimate of what you home will lease for monthly.</li>\r\n <li>They should advertise your property in at least 10 different ways. The local newspaper is only one way to advertise your home for lease.</li>\r\n <li>They should have a system in place that gives immediate information when potential tenants call.</li>\r\n <li>They should know how to structure a lease that is advantageous to the owner and fair to the tenant.</li>\r\n <li>They should be able to explain every paragraph on a lease and they should use professional lease forms. Lease forms that have been drawn by an attorney and promulgated by the Texas Association of Realtors.</li>\r\n <li>Additional forms used should be professionally established. More than just a lease is needed.</li>\r\n <li>They should provide follow up for the tenant after move-in. A specific program for this service is needed.</li>\r\n <li>They should be members of organizations that keep them informed of changes in the laws concerning property management and leasing. National Association of Residential Property Managers, Texas Association of Realtors, etc.</li>\r\n</ul>',' DFW Real Property Management Services','','inherit','closed','open','','4287-revision-v1','','','2013-11-02 06:33:47','2013-11-02 06:33:47','',4287,'http://www.westromgroup.com/4287-revision-v1/',0,'revision','',0),(5280,1,'2013-11-02 06:49:59','2013-11-02 06:49:59','<h1>Westrom Group Real Property Management Services</h1>\r\n<p style=\"text-align: center;\"><a href=\"http://www.westromgroup.com/wp-content/uploads/2013/09/property-management-e1379597030518.jpg\"><img class=\"size-large wp-image-5129 aligncenter\" title=\"real property management DFW services\" alt=\"real property management DFW services\" src=\"http://www.westromgroup.com/wp-content/uploads/2013/09/property-management-e1379597030518-1024x412.jpg\" width=\"570\" height=\"229\" /></a></p>\r\n<!--[if gte mso 9]><xml>\r\n<w:WordDocument>\r\n<w:View>Normal</w:View>\r\n<w:Zoom>0</w:Zoom>\r\n<w:TrackMoves/>\r\n<w:TrackFormatting/>\r\n<w:PunctuationKerning/>\r\n<w:ValidateAgainstSchemas/>\r\n<w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n<w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n<w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n<w:DoNotPromoteQF/>\r\n<w:LidThemeOther>EN-US</w:LidThemeOther>\r\n<w:LidThemeAsian>X-NONE</w:LidThemeAsian>\r\n<w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n<w:Compatibility>\r\n<w:BreakWrappedTables/>\r\n<w:SnapToGridInCell/>\r\n<w:WrapTextWithPunct/>\r\n<w:UseAsianBreakRules/>\r\n<w:DontGrowAutofit/>\r\n<w:SplitPgBreakAndParaMark/>\r\n<w:DontVertAlignCellWithSp/>\r\n<w:DontBreakConstrainedForcedTables/>\r\n<w:DontVertAlignInTxbx/>\r\n<w:Word11KerningPairs/>\r\n<w:CachedColBalance/>\r\n</w:Compatibility>\r\n<m:mathPr>\r\n<m:mathFont m:val=\"Cambria Math\"/>\r\n<m:brkBin m:val=\"before\"/>\r\n<m:brkBinSub m:val=\"--\"/>\r\n<m:smallFrac m:val=\"off\"/>\r\n<m:dispDef/>\r\n<m:lMargin m:val=\"0\"/>\r\n<m:rMargin m:val=\"0\"/>\r\n<m:defJc m:val=\"centerGroup\"/>\r\n<m:wrapIndent m:val=\"1440\"/>\r\n<m:intLim m:val=\"subSup\"/>\r\n<m:naryLim m:val=\"undOvr\"/>\r\n</m:mathPr></w:WordDocument>\r\n</xml><![endif]-->\r\n\r\n<a title=\"About\" href=\"http://www.westromgroup.com/about/\">Westrom Group </a>is a family owned and operated, full service real property management company, serving the Dallas/Fort Worth Metroplex. As property owners ourselves, we understand how important it is to have an excellent property management team in place watching over every aspect of our investment. Our staff works collectively to find common sense solutions, while keeping your property well maintained, leased and returning the maximum profit. Unlike most other real-estate companies who work primarily in sales and only manage properties on the side; our primary focus has always been high quality Real Property Management Services.\r\n\r\nWe are proactive managers and investors who understand <a title=\"Services for Real Estate Property DFW\" href=\"http://www.westromgroup.com/real-estate-property-dfw/\">cost-effective services</a>.\r\nWe specialize in single-family and multi-family management.\r\n\r\n<strong>Cost-Effective Property Management</strong>\r\n\r\n· Full 100% 90-Day Money Back Guarantee if you are not satisfied with our services.\r\n<strong> </strong>\r\n<strong>Full Service Property Management</strong>\r\n\r\n· Best Rates- Competitively Priced as Low as 8% and $350 New Lease Fee\r\n\r\n· Tenant Shield Screening Guarantee (ask us about this)\r\n\r\n· Low Turn-Over, Long Term Leases, High Retention Rentals\r\n\r\n· 24/7 Real-Time Internet Reporting\r\n\r\n<strong>Turn Key Maintenance Services</strong>\r\n· Complete Make Ready\r\n\r\n· HVAC, Plumbing, Electrical and Carpentry\r\n\r\n· 50% savings over Contractors\r\n\r\n<strong>Licensed and Insured</strong>\r\n<h2>About the Westrom Group Property Management Advantage</h2>\r\n[accordion]\r\n[acc_item title=\"Industry lowest rates and fees\"]Westrom Group Company is the most cost-effective Real Property Management Services company in the Dallas/Fort Worth Metroplex.[/acc_item]\r\n[acc_item title=\"5-Star Tenant Screening\"]Turnover and vacancy are the most expensive aspect of your investment. Therefore, finding and selecting a quality tenant is the single most important thing we do for you. We follow a designed \"5 Star\" program that weeds out the potential problem tenants. A tenant who passes our screening is likely to be a good tenant for you. Here is our process:\r\n<ul>\r\n <li>Credit Check (3 bureau credit check)</li>\r\n <li>Background Check (Criminal & Sex Offender)</li>\r\n <li>Rental History/Eviction History</li>\r\n <li>Employment Verification</li>\r\n <li>Income Verification</li>\r\n <li>In-Person Interview</li>\r\n</ul>\r\n[/acc_item]\r\n[acc_item title=\"Property Presentation and Marketing\"]Uses the latest in internet technology to market your property\r\nPromoted online through all the major internet rental search portals (RentalHomes, RentalHouses, Rentals, CraigsList, Google, Hotpads, Zillow)\r\nPersonal walk-through to make sure your property is ready to rent\r\nBeing available to answer the phone to catch potential renter[/acc_item]\r\n[acc_item title=\"Maintenance\"]Save 50% over Retail Prices\r\nAir Conditioning, heating, plumbing and electrical[/acc_item]\r\n[acc_item title=\"Real-Time Accounting Services\"]We use PropertyWare software, the leading online property management software designed to give you real-time access to your property status and financials\r\nAccess your property reports and maintenance status from anywhere and anytime 24/7[/acc_item]\r\n[acc_item title=\"Simple 90 Day Money Back Guarantee\"]We believe we are the right company for you and will exceed your expectations. If you are not satisfied with our services we will provide a full refund of any management fees collected. Its that Simple.[/acc_item]\r\n[/accordion]\r\n\r\n \r\n<h2>Tips on Selecting a Property Manager</h2>\r\n<ul>\r\n <li>They should know the rental market well enough to give you an accurate estimate of what you home will lease for monthly.</li>\r\n <li>They should advertise your property in at least 10 different ways. The local newspaper is only one way to advertise your home for lease.</li>\r\n <li>They should have a system in place that gives immediate information when potential tenants call.</li>\r\n <li>They should know how to structure a lease that is advantageous to the owner and fair to the tenant.</li>\r\n <li>They should be able to explain every paragraph on a lease and they should use professional lease forms. Lease forms that have been drawn by an attorney and promulgated by the Texas Association of Realtors.</li>\r\n <li>Additional forms used should be professionally established. More than just a lease is needed.</li>\r\n <li>They should provide follow up for the tenant after move-in. A specific program for this service is needed.</li>\r\n <li>They should be members of organizations that keep them informed of changes in the laws concerning property management and leasing. <a href=\"http://www.narpm.org/\">National Association of Residential Property Managers</a>, <a href=\"https://www.texasrealtors.com/index.cfm?\">Texas Association of Realtors</a>, etc.</li>\r\n</ul>',' DFW Real Property Management Services','','inherit','closed','open','','4287-revision-v1','','','2013-11-02 06:49:59','2013-11-02 06:49:59','',4287,'http://www.westromgroup.com/4287-revision-v1/',0,'revision','',0),(5279,1,'2013-11-02 06:43:15','2013-11-02 06:43:15','<h1>Westrom Group Real Property Management Services</h1>\r\n<a href=\"http://www.westromgroup.com/wp-content/uploads/2013/09/property-management-e1379597030518.jpg\"><img class=\"size-large wp-image-5129 aligncenter\" alt=\"CB026637\" src=\"http://www.westromgroup.com/wp-content/uploads/2013/09/property-management-e1379597030518-1024x412.jpg\" width=\"570\" height=\"229\" /></a>\r\n\r\n<!--[if gte mso 9]><xml>\r\n<w:WordDocument>\r\n<w:View>Normal</w:View>\r\n<w:Zoom>0</w:Zoom>\r\n<w:TrackMoves/>\r\n<w:TrackFormatting/>\r\n<w:PunctuationKerning/>\r\n<w:ValidateAgainstSchemas/>\r\n<w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n<w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n<w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n<w:DoNotPromoteQF/>\r\n<w:LidThemeOther>EN-US</w:LidThemeOther>\r\n<w:LidThemeAsian>X-NONE</w:LidThemeAsian>\r\n<w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n<w:Compatibility>\r\n<w:BreakWrappedTables/>\r\n<w:SnapToGridInCell/>\r\n<w:WrapTextWithPunct/>\r\n<w:UseAsianBreakRules/>\r\n<w:DontGrowAutofit/>\r\n<w:SplitPgBreakAndParaMark/>\r\n<w:DontVertAlignCellWithSp/>\r\n<w:DontBreakConstrainedForcedTables/>\r\n<w:DontVertAlignInTxbx/>\r\n<w:Word11KerningPairs/>\r\n<w:CachedColBalance/>\r\n</w:Compatibility>\r\n<m:mathPr>\r\n<m:mathFont m:val=\"Cambria Math\"/>\r\n<m:brkBin m:val=\"before\"/>\r\n<m:brkBinSub m:val=\"--\"/>\r\n<m:smallFrac m:val=\"off\"/>\r\n<m:dispDef/>\r\n<m:lMargin m:val=\"0\"/>\r\n<m:rMargin m:val=\"0\"/>\r\n<m:defJc m:val=\"centerGroup\"/>\r\n<m:wrapIndent m:val=\"1440\"/>\r\n<m:intLim m:val=\"subSup\"/>\r\n<m:naryLim m:val=\"undOvr\"/>\r\n</m:mathPr></w:WordDocument>\r\n</xml><![endif]-->\r\n\r\n<a title=\"About\" href=\"http://www.westromgroup.com/about/\">Westrom Group </a>is a family owned and operated, full service real property management company, serving the Dallas/Fort Worth Metroplex. As property owners ourselves, we understand how important it is to have an excellent property management team in place watching over every aspect of our investment. Our staff works collectively to find common sense solutions, while keeping your property well maintained, leased and returning the maximum profit. Unlike most other real-estate companies who work primarily in sales and only manage properties on the side; our primary focus has always been high quality Real Property Management Services.\r\n\r\nWe are proactive managers and investors who understand <a title=\"Services for Real Estate Property DFW\" href=\"http://www.westromgroup.com/real-estate-property-dfw/\">cost-effective services</a>.\r\nWe specialize in single-family and multi-family management.\r\n\r\n<strong>Cost-Effective Property Management</strong>\r\n\r\n· Full 100% 90-Day Money Back Guarantee if you are not satisfied with our services.\r\n<strong> </strong>\r\n<strong>Full Service Property Management</strong>\r\n\r\n· Best Rates- Competitively Priced as Low as 8% and $350 New Lease Fee\r\n\r\n· Tenant Shield Screening Guarantee (ask us about this)\r\n\r\n· Low Turn-Over, Long Term Leases, High Retention Rentals\r\n\r\n· 24/7 Real-Time Internet Reporting\r\n\r\n<strong>Turn Key Maintenance Services</strong>\r\n· Complete Make Ready\r\n\r\n· HVAC, Plumbing, Electrical and Carpentry\r\n\r\n· 50% savings over Contractors\r\n\r\n<strong>Licensed and Insured</strong>\r\n<h2>About the Westrom Group Property Management Advantage</h2>\r\n[accordion]\r\n[acc_item title=\"Industry lowest rates and fees\"]Westrom Group Company is the most cost-effective Real Property Management Services company in the Dallas/Fort Worth Metroplex.[/acc_item]\r\n[acc_item title=\"5-Star Tenant Screening\"]Turnover and vacancy are the most expensive aspect of your investment. Therefore, finding and selecting a quality tenant is the single most important thing we do for you. We follow a designed \"5 Star\" program that weeds out the potential problem tenants. A tenant who passes our screening is likely to be a good tenant for you. Here is our process:\r\n<ul>\r\n <li>Credit Check (3 bureau credit check)</li>\r\n <li>Background Check (Criminal & Sex Offender)</li>\r\n <li>Rental History/Eviction History</li>\r\n <li>Employment Verification</li>\r\n <li>Income Verification</li>\r\n <li>In-Person Interview</li>\r\n</ul>\r\n[/acc_item]\r\n[acc_item title=\"Property Presentation and Marketing\"]Uses the latest in internet technology to market your property\r\nPromoted online through all the major internet rental search portals (RentalHomes, RentalHouses, Rentals, CraigsList, Google, Hotpads, Zillow)\r\nPersonal walk-through to make sure your property is ready to rent\r\nBeing available to answer the phone to catch potential renter[/acc_item]\r\n[acc_item title=\"Maintenance\"]Save 50% over Retail Prices\r\nAir Conditioning, heating, plumbing and electrical[/acc_item]\r\n[acc_item title=\"Real-Time Accounting Services\"]We use PropertyWare software, the leading online property management software designed to give you real-time access to your property status and financials\r\nAccess your property reports and maintenance status from anywhere and anytime 24/7[/acc_item]\r\n[acc_item title=\"Simple 90 Day Money Back Guarantee\"]We believe we are the right company for you and will exceed your expectations. If you are not satisfied with our services we will provide a full refund of any management fees collected. Its that Simple.[/acc_item]\r\n[/accordion]\r\n\r\n \r\n<h2>Tips on Selecting a Property Manager</h2>\r\n<ul>\r\n <li>They should know the rental market well enough to give you an accurate estimate of what you home will lease for monthly.</li>\r\n <li>They should advertise your property in at least 10 different ways. The local newspaper is only one way to advertise your home for lease.</li>\r\n <li>They should have a system in place that gives immediate information when potential tenants call.</li>\r\n <li>They should know how to structure a lease that is advantageous to the owner and fair to the tenant.</li>\r\n <li>They should be able to explain every paragraph on a lease and they should use professional lease forms. Lease forms that have been drawn by an attorney and promulgated by the Texas Association of Realtors.</li>\r\n <li>Additional forms used should be professionally established. More than just a lease is needed.</li>\r\n <li>They should provide follow up for the tenant after move-in. A specific program for this service is needed.</li>\r\n <li>They should be members of organizations that keep them informed of changes in the laws concerning property management and leasing. <a href=\"http://www.narpm.org/\">National Association of Residential Property Managers</a>, <a href=\"https://www.texasrealtors.com/index.cfm?\">Texas Association of Realtors</a>, etc.</li>\r\n</ul>',' DFW Real Property Management Services','','inherit','closed','open','','4287-revision-v1','','','2013-11-02 06:43:15','2013-11-02 06:43:15','',4287,'http://www.westromgroup.com/4287-revision-v1/',0,'revision','',0),(5278,1,'2013-11-02 06:41:20','2013-11-02 06:41:20','<h1>Westrom Group Management Services</h1>\r\n<a href=\"http://www.westromgroup.com/wp-content/uploads/2013/09/property-management-e1379597030518.jpg\"><img class=\"size-large wp-image-5129 aligncenter\" alt=\"CB026637\" src=\"http://www.westromgroup.com/wp-content/uploads/2013/09/property-management-e1379597030518-1024x412.jpg\" width=\"570\" height=\"229\" /></a>\r\n\r\n<!--[if gte mso 9]><xml>\r\n<w:WordDocument>\r\n<w:View>Normal</w:View>\r\n<w:Zoom>0</w:Zoom>\r\n<w:TrackMoves/>\r\n<w:TrackFormatting/>\r\n<w:PunctuationKerning/>\r\n<w:ValidateAgainstSchemas/>\r\n<w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n<w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n<w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n<w:DoNotPromoteQF/>\r\n<w:LidThemeOther>EN-US</w:LidThemeOther>\r\n<w:LidThemeAsian>X-NONE</w:LidThemeAsian>\r\n<w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n<w:Compatibility>\r\n<w:BreakWrappedTables/>\r\n<w:SnapToGridInCell/>\r\n<w:WrapTextWithPunct/>\r\n<w:UseAsianBreakRules/>\r\n<w:DontGrowAutofit/>\r\n<w:SplitPgBreakAndParaMark/>\r\n<w:DontVertAlignCellWithSp/>\r\n<w:DontBreakConstrainedForcedTables/>\r\n<w:DontVertAlignInTxbx/>\r\n<w:Word11KerningPairs/>\r\n<w:CachedColBalance/>\r\n</w:Compatibility>\r\n<m:mathPr>\r\n<m:mathFont m:val=\"Cambria Math\"/>\r\n<m:brkBin m:val=\"before\"/>\r\n<m:brkBinSub m:val=\"--\"/>\r\n<m:smallFrac m:val=\"off\"/>\r\n<m:dispDef/>\r\n<m:lMargin m:val=\"0\"/>\r\n<m:rMargin m:val=\"0\"/>\r\n<m:defJc m:val=\"centerGroup\"/>\r\n<m:wrapIndent m:val=\"1440\"/>\r\n<m:intLim m:val=\"subSup\"/>\r\n<m:naryLim m:val=\"undOvr\"/>\r\n</m:mathPr></w:WordDocument>\r\n</xml><![endif]-->\r\n\r\n<a title=\"About\" href=\"http://www.westromgroup.com/about/\">Westrom Group </a>is a family owned and operated, full service real property management company, serving the Dallas/Fort Worth Metroplex. As property owners ourselves, we understand how important it is to have an excellent property management team in place watching over every aspect of our investment. Our staff works collectively to find common sense solutions, while keeping your property well maintained, leased and returning the maximum profit. Unlike most other real-estate companies who work primarily in sales and only manage properties on the side; our primary focus has always been high quality property management services.\r\n\r\nWe are proactive managers and investors who understand <a title=\"Services for Real Estate Property DFW\" href=\"http://www.westromgroup.com/real-estate-property-dfw/\">cost-effective services</a>.\r\nWe specialize in single-family and multi-family management.\r\n\r\n<strong>Cost-Effective Property Management</strong>\r\n\r\n· Full 100% 90-Day Money Back Guarantee if you are not satisfied with our services.\r\n<strong> </strong>\r\n<strong>Full Service Property Management</strong>\r\n\r\n· Best Rates- Competitively Priced as Low as 8% and $350 New Lease Fee\r\n\r\n· Tenant Shield Screening Guarantee (ask us about this)\r\n\r\n· Low Turn-Over, Long Term Leases, High Retention Rentals\r\n\r\n· 24/7 Real-Time Internet Reporting\r\n\r\nTurn Key Maintenance Services\r\n· Complete Make Ready\r\n\r\n· HVAC, Plumbing, Electrical and Carpentry\r\n\r\n· 50% savings over Contractors\r\n\r\n<strong>Licensed and Insured</strong>\r\n<h2>About the Westrom Group Property Management Advantage</h2>\r\n[accordion]\r\n[acc_item title=\"Industry lowest rates and fees\"]Westrom Group Company is the most cost-effective property management company in the Dallas/Fort Worth Metroplex.[/acc_item]\r\n[acc_item title=\"5-Star Tenant Screening\"]Turnover and vacancy are the most expensive aspect of your investment. Therefore, finding and selecting a quality tenant is the single most important thing we do for you. We follow a designed \"5 Star\" program that weeds out the potential problem tenants. A tenant who passes our screening is likely to be a good tenant for you. Here is our process:\r\n<ul>\r\n <li>Credit Check (3 bureau credit check)</li>\r\n <li>Background Check (Criminal & Sex Offender)</li>\r\n <li>Rental History/Eviction History</li>\r\n <li>Employment Verification</li>\r\n <li>Income Verification</li>\r\n <li>In-Person Interview</li>\r\n</ul>\r\n[/acc_item]\r\n[acc_item title=\"Property Presentation and Marketing\"]Uses the latest in internet technology to market your property\r\nPromoted online through all the major internet rental search portals (RentalHomes, RentalHouses, Rentals, CraigsList, Google, Hotpads, Zillow)\r\nPersonal walk-through to make sure your property is ready to rent\r\nBeing available to answer the phone to catch potential renter[/acc_item]\r\n[acc_item title=\"Maintenance\"]Save 50% over Retail Prices\r\nAir Conditioning, heating, plumbing and electrical[/acc_item]\r\n[acc_item title=\"Real-Time Accounting Services\"]We use PropertyWare software, the leading online property management software designed to give you real-time access to your property status and financials\r\nAccess your property reports and maintenance status from anywhere and anytime 24/7[/acc_item]\r\n[acc_item title=\"Simple 90 Day Money Back Guarantee\"]We believe we are the right company for you and will exceed your expectations. If you are not satisfied with our services we will provide a full refund of any management fees collected. Its that Simple.[/acc_item]\r\n[/accordion]\r\n\r\n \r\n<h2>Tips on Selecting a Property Manager</h2>\r\n<ul>\r\n <li>They should know the rental market well enough to give you an accurate estimate of what you home will lease for monthly.</li>\r\n <li>They should advertise your property in at least 10 different ways. The local newspaper is only one way to advertise your home for lease.</li>\r\n <li>They should have a system in place that gives immediate information when potential tenants call.</li>\r\n <li>They should know how to structure a lease that is advantageous to the owner and fair to the tenant.</li>\r\n <li>They should be able to explain every paragraph on a lease and they should use professional lease forms. Lease forms that have been drawn by an attorney and promulgated by the Texas Association of Realtors.</li>\r\n <li>Additional forms used should be professionally established. More than just a lease is needed.</li>\r\n <li>They should provide follow up for the tenant after move-in. A specific program for this service is needed.</li>\r\n <li>They should be members of organizations that keep them informed of changes in the laws concerning property management and leasing. <a href=\"http://www.narpm.org/\">National Association of Residential Property Managers</a>, <a href=\"https://www.texasrealtors.com/index.cfm?\">Texas Association of Realtors</a>, etc.</li>\r\n</ul>',' DFW Real Property Management Services','','inherit','closed','open','','4287-revision-v1','','','2013-11-02 06:41:20','2013-11-02 06:41:20','',4287,'http://www.westromgroup.com/4287-revision-v1/',0,'revision','',0),(5139,1,'2013-09-19 13:52:27','2013-09-19 13:52:27','/*\nWelcome to Custom CSS!\n\nCSS (Cascading Style Sheets) is a kind of code that tells the browser how\nto render a web page. You may delete these comments and get started with\nyour customizations.\n\nBy default, your stylesheet will be loaded after the theme stylesheets,\nwhich means that your rules can take precedence and override the theme CSS\nrules. Just write here what you want to change, you don\'t need to copy all\nyour theme\'s stylesheet content.\n*/','safecss','King Power (shared on wplocker.com)','inherit','closed','open','','4160-revision-v1','','','2013-09-19 13:52:27','2013-09-19 13:52:27','',4160,'http://testingweb123.webuda.com/uncategorized/4160-revision-v1/',0,'revision','',0),(5137,1,'2013-09-19 13:51:38','2013-09-19 13:51:38','/*\nWelcome to Custom CSS!\n\nCSS (Cascading Style Sheets) is a kind of code that tells the browser how\nto render a web page. You may delete these comments and get started with\nyour customizations.\n\nBy default, your stylesheet will be loaded after the theme stylesheets,\nwhich means that your rules can take precedence and override the theme CSS\nrules. Just write here what you want to change, you don\'t need to copy all\nyour theme\'s stylesheet content.\n*/\n.bottom-slider-wrapper boxed-container {\n top: 100px;\n}','safecss','King Power (shared on wplocker.com)','inherit','closed','open','','4160-revision-v1','','','2013-09-19 13:51:38','2013-09-19 13:51:38','',4160,'http://testingweb123.webuda.com/uncategorized/4160-revision-v1/',0,'revision','',0),(5126,1,'2013-09-18 15:57:58','2013-09-18 15:57:58','Thank you for your interest in our properties for rent! Please let us know if you have any questions about any of the listings below by calling our office. Our contact information is on our Contact Us page.\r\n[iframe src=\"http://testingweb123.webuda.com/wp-content/uploads/2013/09/rentals.html\" width=\"100%\" height=\"1700px\" scrolling=\"yes\"]','Rentals','','inherit','closed','open','','4284-revision-v1','','','2013-09-18 15:57:58','2013-09-18 15:57:58','',4284,'http://testingweb123.webuda.com/uncategorized/4284-revision-v1/',0,'revision','',0),(5127,1,'2013-09-18 16:04:01','2013-09-18 16:04:01','','Tenant Application','','publish','closed','open','','tenant-application','','','2013-09-25 10:38:40','2013-09-25 10:38:40','',0,'http://testingweb123.webuda.com/?p=5127',6,'nav_menu_item','',0),(5130,1,'2013-09-19 13:30:25','2013-09-19 13:30:25','','item1','','inherit','closed','open','','item1','','','2013-09-19 13:30:25','2013-09-19 13:30:25','',0,'http://testingweb123.webuda.com/wp-content/uploads/2013/09/item1.jpg',0,'attachment','image/jpeg',0),(5265,1,'2013-11-02 06:02:34','2013-11-02 06:02:34','<h2>Westrom Group provides real estate services in the <a href=\"http://en.wikipedia.org/wiki/Dallas%E2%80%93Fort_Worth_metroplex\">Dallas/Fort WorthMetroplex</a>.</h2>\n<h3></h3>\n<h3><strong>What can you expect from Westrom Group Real Estate Property DFW Services?</strong></h3>\n<strong>Home Staging –</strong> As part of our service, we provide home staging. Home staging will give a potential buyer an excellent first impression of your home.\n\n<strong>Property-value Analysis –</strong> We will conduct an analysis on the property you are interested. The value of the home will be analyzed and will be compared to the most recent data on other homes that are already sold.\n\n<strong>Property Maintenance –</strong> We offer a<a title=\"Management Services\" href=\"http://www.westromgroup.com/management-services/\"> full range of services</a> to help you maintain your property. Not all realestate companies do this. That is why<a href=\"http://www.westromgroup.com/\"> Westrom Group</a> has the advantage over other companies. Maintenance includes air conditioning, plumbing, as well as electrical repairs, painting, carpet, etc.','Services for Real Estate Property DFW','','inherit','closed','open','','5174-autosave-v1','','','2013-11-02 06:02:34','2013-11-02 06:02:34','',5174,'http://www.westromgroup.com/5174-autosave-v1/',0,'revision','',0),(5267,1,'2013-11-02 05:54:04','2013-11-02 05:54:04','Westrom Group provides real estate services in the Dallas/Fort WorthMetroplex.\r\n<h2><strong>What can you expect from Westrom Group Real Estate Property DFW Services?</strong></h2>\r\n<strong>Home Staging –</strong> As part of our service, we provide home staging. Home staging will give a potential buyer an excellent first impression of your home.\r\n\r\n<strong>Property-value Analysis –</strong> We will conduct an analysis on the property you are interested. The value of the home will be analyzed and will be compared to the most recent data on other homes that are already sold.\r\n\r\n<strong>Property Maintenance –</strong> We offer a full range of services to help you maintain your property. Not all realestate companies do this. That is why Westrom Group Company has the advantage over other companies. Maintenance includes air conditioning, plumbing, as well as electrical repairs, painting, carpet, etc.','Services for Real Estate Property DFW','','inherit','closed','open','','5174-revision-v1','','','2013-11-02 05:54:04','2013-11-02 05:54:04','',5174,'http://www.westromgroup.com/5174-revision-v1/',0,'revision','',0),(5261,1,'2013-11-02 04:40:19','2013-11-02 04:40:19','<h1>Westrom Group Company</h1>\r\n<h2>Rental Qualifying Criteria</h2>\r\n<a href=\"http://www.westromgroup.com/\">Westrom Group </a>Company staff, management and ownership comply with all <a href=\"http://portal.hud.gov/hudportal/HUD?src=/program_offices/fair_housing_equal_opp\">Fair Housing laws</a>, and do not make decisions regarding application approval based on race, religion, national origin, sex, disability or familial status.\r\nIn order to be approved for residency with Westrom Group Company, all applicants must meet the following criteria:\r\n<ul>\r\n <li><strong>Income: The applicant:</strong>\r\n<ul>\r\n <li>must provide at least 3 consecutive paycheck stubs</li>\r\n <li>OR 3 months bank statements</li>\r\n <li>OR (for self-employed) last year\'s tax returns</li>\r\n <li>monthly household income must be 3 times the amount of market rent.</li>\r\n <li>If a Lease Guaranty is required: Guaranty must not owe any debt to another community/landlord, must adhere to all qualifying criteria, and must make a personal visit with the manager prior to the lease application being approved.</li>\r\n</ul>\r\n</li>\r\n <li><strong>Employment: The applicant:</strong>\r\n<ul>\r\n <li>must provide at least 6 months of immediate, consecutive employment history to be verified. If applicant has been employed at current position less than 6 months, then must provide previous job history to be verified.</li>\r\n</ul>\r\n</li>\r\n <li><strong>Criminal History:</strong>\r\n<ul>\r\n <li>Criminal history of a sexual crime or crime against another person is an automatic denial.</li>\r\n <li>Felony convictions will be considered on a case-by-case basis if they are 10 years or older with no other criminal activity.</li>\r\n <li>Misdemeanors involving injury to persons or sexual offenses are an automatic denial.</li>\r\n</ul>\r\n</li>\r\n <li><strong>Credit History:</strong>\r\n<ul>\r\n <li>A credit report will be pulled for any applicant 18 years or older.</li>\r\n</ul>\r\n</li>\r\n <li><strong>Rental History:</strong>\r\n<ul>\r\n <li>Current and previous rental history will be verified.</li>\r\n</ul>\r\n</li>\r\n <li><strong>Approval & Payments:</strong>\r\n<ul>\r\n <li>Any applicant who has been approved for a Westrom Group Company rental will have 48 hours from the approval notification to sign the lease, pay the security deposit and pro-rated rent.</li>\r\n <li>Any applicant has 48 hours from the approval notification to cancel the application without penalty. Westrom Group Company reserves the right to retain a part, or all, of the security deposit as liquidated damages if the application is cancelled after the 48 hour period.</li>\r\n</ul>\r\n</li>\r\n</ul>\r\nBy submitting my application to Westrom Group Company, I have read and understand this Rental Qualifying Criteria as provided by Westrom Group Company. I understand that if my application is not approved for any reason, I am not entitled to a refund of my application or administrative fees paid to process my application. I understand that any falsification or non-disclosure on the rental application will result in loss of all monies paid as liquidated damages in accordance with the <a href=\"https://www.texasrealtors.com/index.cfm?\">Texas Association of Realtors</a>.','Rental Qualifying Criteria','','inherit','closed','open','','4292-revision-v1','','','2013-11-02 04:40:19','2013-11-02 04:40:19','',4292,'http://www.westromgroup.com/4292-revision-v1/',0,'revision','',0),(5102,1,'2013-09-18 15:01:52','2013-09-18 15:01:52','<h1>About Us</h1>\r\nWestrom Group Company is a full service property management and real estate company serving the Dallas/Fort Worth Metroplex.\r\nSince 1999, Westrom Group has expanded greatly. We have managed over 300 rental properties, renovated houses and apartment complexes, and orchestrated over $10 million in real estate transactions in the past.\r\nIf you would like more information about management of your properties, or buying or selling your property, please call our office anytime.\r\n\r\n<strong> </strong>\r\n<h2>Jon Westrom, President</h2>\r\n \r\n\r\n<strong></strong>\r\nJon is a licensed real estate broker in Texas. He began in real estate in 1995 with Prudential Southerland Real Estate in Arlington, Texas. After one year at Prudential, he moved to Diversified Realty Services in Bedford, where he focused more on investment real estate. After that, he took over the Westrom Group family business to focus on its growth. In his spare time, Jon loves to spend time with his family, mentor teens at Trinity High School, go fishing, and watch the Texas Rangers and Dallas Cowboys.\r\n\r\n<strong> </strong>\r\n<h2>Carrie Kennedy, Office Manager</h2>\r\n \r\n\r\n<strong></strong>\r\nCarrie has worked for Westrom Group since 2001. Carrie is very dedicated and detail-oriented, and loves working in the office and with people. In her spare time, she spends as much time as she can with her husband and son playing games and being outdoors. She is also an active member at The Hills Church in Southlake where she volunteers in Women\'s Ministry, Children\'s Ministry and is a Bible Study Facilitator.','About','','inherit','closed','open','','74-revision-v1','','','2013-09-18 15:01:52','2013-09-18 15:01:52','',74,'http://testingweb123.webuda.com/uncategorized/74-revision-v1/',0,'revision','',0),(5175,1,'2013-09-20 14:26:00','2013-09-20 14:26:00','','Real Estate Services','','inherit','closed','open','','5174-revision-v1','','','2013-09-20 14:26:00','2013-09-20 14:26:00','',5174,'http://testingweb123.webuda.com/uncategorized/5174-revision-v1/',0,'revision','',0),(5177,1,'2013-09-20 14:31:43','2013-09-20 14:31:43','/*\nWelcome to Custom CSS!\n\nCSS (Cascading Style Sheets) is a kind of code that tells the browser how\nto render a web page. You may delete these comments and get started with\nyour customizations.\n\nBy default, your stylesheet will be loaded after the theme stylesheets,\nwhich means that your rules can take precedence and override the theme CSS\nrules. Just write here what you want to change, you don\'t need to copy all\nyour theme\'s stylesheet content.\n*/\nbody {\n background-color: white;\n}\n\n/* 4 columns link styles */\n.bottom-slider-column4 a:link {\n color: #fff;\n}\n\n.bottom-slider-column4 a:visited {\n color: #fff;\n}\n\n.bottom-slider-column4 a:hover {\n color: #C0C0C0;\n}\n\n.bottom-slider-column4 a:active {\n color: #C0C0C0;\n}\n\n/*page caption link styles */\n.page-header-caption a {\n font-size: 20px;\n}\n\n.page-header-caption a:link {\n color: #fff;\n}\n\n.page-header-caption a:visited {\n color: #fff;\n}\n\n.page-header-caption a:hover {\n color: #C0C0C0;\n}\n\n.page-header-caption a:active {\n color: #C0C0C0;\n}','safecss','King Power (shared on wplocker.com)','inherit','closed','open','','4160-revision-v1','','','2013-09-20 14:31:43','2013-09-20 14:31:43','',4160,'http://testingweb123.webuda.com/uncategorized/4160-revision-v1/',0,'revision','',0),(5178,1,'2013-09-20 14:32:16','2013-09-20 14:32:16','/*\nWelcome to Custom CSS!\n\nCSS (Cascading Style Sheets) is a kind of code that tells the browser how\nto render a web page. You may delete these comments and get started with\nyour customizations.\n\nBy default, your stylesheet will be loaded after the theme stylesheets,\nwhich means that your rules can take precedence and override the theme CSS\nrules. Just write here what you want to change, you don\'t need to copy all\nyour theme\'s stylesheet content.\n*/\nbody {\n background-color: white;\n}\n\n/* 4 columns link styles */\n.bottom-slider-column4 a:link {\n color: #fff;\n}\n\n.bottom-slider-column4 a:visited {\n color: #fff;\n}\n\n.bottom-slider-column4 a:hover {\n color: #C0C0C0;\n}\n\n.bottom-slider-column4 a:active {\n color: #C0C0C0;\n}\n\n/*page caption link styles */\n.page-header-caption a {\n font-size: 20px;\n text-decoration: none;\n}\n\n.page-header-caption a:link {\n color: #fff;\n}\n\n.page-header-caption a:visited {\n color: #fff;\n}\n\n.page-header-caption a:hover {\n color: #C0C0C0;\n}\n\n.page-header-caption a:active {\n color: #C0C0C0;\n}','safecss','King Power (shared on wplocker.com)','inherit','closed','open','','4160-revision-v1','','','2013-09-20 14:32:16','2013-09-20 14:32:16','',4160,'http://testingweb123.webuda.com/uncategorized/4160-revision-v1/',0,'revision','',0),(5179,1,'2013-09-20 14:33:20','2013-09-20 14:33:20','/*\nWelcome to Custom CSS!\n\nCSS (Cascading Style Sheets) is a kind of code that tells the browser how\nto render a web page. You may delete these comments and get started with\nyour customizations.\n\nBy default, your stylesheet will be loaded after the theme stylesheets,\nwhich means that your rules can take precedence and override the theme CSS\nrules. Just write here what you want to change, you don\'t need to copy all\nyour theme\'s stylesheet content.\n*/\nbody {\n background-color: white;\n}\n\n/* 4 columns link styles */\n.bottom-slider-column4 a:link {\n color: #fff;\n}\n\n.bottom-slider-column4 a:visited {\n color: #fff;\n}\n\n.bottom-slider-column4 a:hover {\n color: #C0C0C0;\n}\n\n.bottom-slider-column4 a:active {\n color: #C0C0C0;\n}\n\n/*page caption link styles */\n.page-header-caption a {\n font-size: 20px;\n font-style: normal;\n}\n\n.page-header-caption a:link {\n color: #fff;\n}\n\n.page-header-caption a:visited {\n color: #fff;\n}\n\n.page-header-caption a:hover {\n color: #C0C0C0;\n}\n\n.page-header-caption a:active {\n color: #C0C0C0;\n}','safecss','King Power (shared on wplocker.com)','inherit','closed','open','','4160-revision-v1','','','2013-09-20 14:33:20','2013-09-20 14:33:20','',4160,'http://testingweb123.webuda.com/uncategorized/4160-revision-v1/',0,'revision','',0),(5180,1,'2013-09-20 14:34:25','2013-09-20 14:34:25','/*\nWelcome to Custom CSS!\n\nCSS (Cascading Style Sheets) is a kind of code that tells the browser how\nto render a web page. You may delete these comments and get started with\nyour customizations.\n\nBy default, your stylesheet will be loaded after the theme stylesheets,\nwhich means that your rules can take precedence and override the theme CSS\nrules. Just write here what you want to change, you don\'t need to copy all\nyour theme\'s stylesheet content.\n*/\nbody {\n background-color: white;\n}\n\n/* 4 columns link styles */\n.bottom-slider-column4 a:link {\n color: #fff;\n}\n\n.bottom-slider-column4 a:visited {\n color: #fff;\n}\n\n.bottom-slider-column4 a:hover {\n color: #C0C0C0;\n}\n\n.bottom-slider-column4 a:active {\n color: #C0C0C0;\n}\n\n/*page caption link styles */\n.page-header-caption a {\n font-size: 20px;\n font-style: normal;\n background-color: #375e9c;\n}\n\n.page-header-caption a:link {\n color: #fff;\n}\n\n.page-header-caption a:visited {\n color: #fff;\n}\n\n.page-header-caption a:hover {\n color: #C0C0C0;\n}\n\n.page-header-caption a:active {\n color: #C0C0C0;\n}','safecss','King Power (shared on wplocker.com)','inherit','closed','open','','4160-revision-v1','','','2013-09-20 14:34:25','2013-09-20 14:34:25','',4160,'http://testingweb123.webuda.com/uncategorized/4160-revision-v1/',0,'revision','',0),(5181,1,'2013-09-20 14:34:50','2013-09-20 14:34:50','/*\nWelcome to Custom CSS!\n\nCSS (Cascading Style Sheets) is a kind of code that tells the browser how\nto render a web page. You may delete these comments and get started with\nyour customizations.\n\nBy default, your stylesheet will be loaded after the theme stylesheets,\nwhich means that your rules can take precedence and override the theme CSS\nrules. Just write here what you want to change, you don\'t need to copy all\nyour theme\'s stylesheet content.\n*/\nbody {\n background-color: white;\n}\n\n/* 4 columns link styles */\n.bottom-slider-column4 a:link {\n color: #fff;\n}\n\n.bottom-slider-column4 a:visited {\n color: #fff;\n}\n\n.bottom-slider-column4 a:hover {\n color: #C0C0C0;\n}\n\n.bottom-slider-column4 a:active {\n color: #C0C0C0;\n}\n\n/*page caption link styles */\n.page-header-caption a {\n font-size: 20px;\n font-style: normal;\n background-color: #375e9c;\n text-decoration: underline;\n}\n\n.page-header-caption a:link {\n color: #fff;\n}\n\n.page-header-caption a:visited {\n color: #fff;\n}\n\n.page-header-caption a:hover {\n color: #C0C0C0;\n}\n\n.page-header-caption a:active {\n color: #C0C0C0;\n}','safecss','King Power (shared on wplocker.com)','inherit','closed','open','','4160-revision-v1','','','2013-09-20 14:34:50','2013-09-20 14:34:50','',4160,'http://testingweb123.webuda.com/uncategorized/4160-revision-v1/',0,'revision','',0),(5182,1,'2013-09-20 14:35:45','2013-09-20 14:35:45','/*\nWelcome to Custom CSS!\n\nCSS (Cascading Style Sheets) is a kind of code that tells the browser how\nto render a web page. You may delete these comments and get started with\nyour customizations.\n\nBy default, your stylesheet will be loaded after the theme stylesheets,\nwhich means that your rules can take precedence and override the theme CSS\nrules. Just write here what you want to change, you don\'t need to copy all\nyour theme\'s stylesheet content.\n*/\nbody {\n background-color: white;\n}\n\n/* 4 columns link styles */\n.bottom-slider-column4 a:link {\n color: #fff;\n}\n\n.bottom-slider-column4 a:visited {\n color: #fff;\n}\n\n.bottom-slider-column4 a:hover {\n color: #C0C0C0;\n}\n\n.bottom-slider-column4 a:active {\n color: #C0C0C0;\n}\n\n/*page caption link styles */\n.page-header-caption a {\n font-size: 20px;\n font-style: normal;\n background-color: #375e9c;\n text-decoration: underline;\n padding-right: 20px;\n}\n\n.page-header-caption a:link {\n color: #fff;\n}\n\n.page-header-caption a:visited {\n color: #fff;\n}\n\n.page-header-caption a:hover {\n color: #C0C0C0;\n}\n\n.page-header-caption a:active {\n color: #C0C0C0;\n}','safecss','King Power (shared on wplocker.com)','inherit','closed','open','','4160-revision-v1','','','2013-09-20 14:35:45','2013-09-20 14:35:45','',4160,'http://testingweb123.webuda.com/uncategorized/4160-revision-v1/',0,'revision','',0),(5183,1,'2013-09-20 14:37:34','2013-09-20 14:37:34','','News','','inherit','closed','open','','2640-revision-v1','','','2013-09-20 14:37:34','2013-09-20 14:37:34','',2640,'http://testingweb123.webuda.com/uncategorized/2640-revision-v1/',0,'revision','',0),(5184,1,'2013-09-20 14:38:32','2013-09-20 14:38:32',' ','','','publish','closed','open','','5184','','','2013-09-25 10:38:40','2013-09-25 10:38:40','',0,'http://testingweb123.webuda.com/?p=5184',9,'nav_menu_item','',0),(5188,1,'2013-09-20 14:50:20','2013-09-20 14:50:20','<center><iframe src=\"http://testingweb123.webuda.com/wp-content/uploads/2013/09/tenants.html\" width=\"210\" height=\"400\" scrolling=\"no\"></iframe></center>','Tenant Portal','','inherit','closed','open','','5187-revision-v1','','','2013-09-20 14:50:20','2013-09-20 14:50:20','',5187,'http://testingweb123.webuda.com/uncategorized/5187-revision-v1/',0,'revision','',0),(5189,1,'2013-09-20 14:51:28','2013-09-20 14:51:28','You can use the login portal below to pay your rent\n\n<center><iframe src=\"http://testingweb123.webuda.com/wp-content/uploads/2013/09/tenants.html\" height=\"400\" width=\"210\" scrolling=\"no\"></iframe></center>','Tenant Portal','','inherit','closed','open','','5187-autosave-v1','','','2013-09-20 14:51:28','2013-09-20 14:51:28','',5187,'http://testingweb123.webuda.com/uncategorized/5187-autosave-v1/',0,'revision','',0),(5190,1,'2013-09-20 14:52:02','2013-09-20 14:52:02','[message_box title=\"How to use the portal\" color=\"red\"]You can use the login portal below to pay your rent[/message_box]\r\n\r\n<center><iframe src=\"http://testingweb123.webuda.com/wp-content/uploads/2013/09/tenants.html\" height=\"400\" width=\"210\" scrolling=\"no\"></iframe></center>','Tenant Portal','','inherit','closed','open','','5187-revision-v1','','','2013-09-20 14:52:02','2013-09-20 14:52:02','',5187,'http://testingweb123.webuda.com/uncategorized/5187-revision-v1/',0,'revision','',0),(5191,1,'2013-09-20 14:59:05','2013-09-20 14:59:05','/*\nWelcome to Custom CSS!\n\nCSS (Cascading Style Sheets) is a kind of code that tells the browser how\nto render a web page. You may delete these comments and get started with\nyour customizations.\n\nBy default, your stylesheet will be loaded after the theme stylesheets,\nwhich means that your rules can take precedence and override the theme CSS\nrules. Just write here what you want to change, you don\'t need to copy all\nyour theme\'s stylesheet content.\n*/\nbody {\n background-color: white;\n}\n\n/* 4 columns link styles */\n.bottom-slider-column4 a:link {\n color: #fff;\n}\n\n.bottom-slider-column4 a:visited {\n color: #fff;\n}\n\n.bottom-slider-column4 a:hover {\n color: #C0C0C0;\n opacity: .4;\n filter: alpha(opacity=40);\n/* For IE8 and earlier */\n}\n\n.bottom-slider-column4 a:active {\n color: #C0C0C0;\n}\n\n/*page caption link styles */\n.page-header-caption a {\n font-size: 20px;\n font-style: normal;\n background-color: #375e9c;\n text-decoration: underline;\n padding-right: 20px;\n}\n\n.page-header-caption a:link {\n color: #fff;\n}\n\n.page-header-caption a:visited {\n color: #fff;\n}\n\n.page-header-caption a:hover {\n color: #C0C0C0;\n}\n\n.page-header-caption a:active {\n color: #C0C0C0;\n}','safecss','King Power (shared on wplocker.com)','inherit','closed','open','','4160-revision-v1','','','2013-09-20 14:59:05','2013-09-20 14:59:05','',4160,'http://testingweb123.webuda.com/uncategorized/4160-revision-v1/',0,'revision','',0),(5192,1,'2013-09-20 15:01:22','2013-09-20 15:01:22','/*\nWelcome to Custom CSS!\n\nCSS (Cascading Style Sheets) is a kind of code that tells the browser how\nto render a web page. You may delete these comments and get started with\nyour customizations.\n\nBy default, your stylesheet will be loaded after the theme stylesheets,\nwhich means that your rules can take precedence and override the theme CSS\nrules. Just write here what you want to change, you don\'t need to copy all\nyour theme\'s stylesheet content.\n*/\nbody {\n background-color: white;\n}\n\n.hover {\n opacity: .4;\n filter: alpha(opacity=40);\n/* For IE8 and earlier */\n}\n\n/* 4 columns link styles */\n.bottom-slider-column4 a:link {\n color: #fff;\n}\n\n.bottom-slider-column4 a:visited {\n color: #fff;\n}\n\n.bottom-slider-column4 a:hover {\n color: #C0C0C0;\n}\n\n.bottom-slider-column4 a:active {\n color: #C0C0C0;\n}\n\n/*page caption link styles */\n.page-header-caption a {\n font-size: 20px;\n font-style: normal;\n background-color: #375e9c;\n text-decoration: underline;\n padding-right: 20px;\n}\n\n.page-header-caption a:link {\n color: #fff;\n}\n\n.page-header-caption a:visited {\n color: #fff;\n}\n\n.page-header-caption a:hover {\n color: #C0C0C0;\n}\n\n.page-header-caption a:active {\n color: #C0C0C0;\n}','safecss','King Power (shared on wplocker.com)','inherit','closed','open','','4160-revision-v1','','','2013-09-20 15:01:22','2013-09-20 15:01:22','',4160,'http://testingweb123.webuda.com/uncategorized/4160-revision-v1/',0,'revision','',0),(5194,1,'2013-09-20 15:03:44','2013-09-20 15:03:44','/*\nWelcome to Custom CSS!\n\nCSS (Cascading Style Sheets) is a kind of code that tells the browser how\nto render a web page. You may delete these comments and get started with\nyour customizations.\n\nBy default, your stylesheet will be loaded after the theme stylesheets,\nwhich means that your rules can take precedence and override the theme CSS\nrules. Just write here what you want to change, you don\'t need to copy all\nyour theme\'s stylesheet content.\n*/\nbody {\n background-color: white;\n}\n\n/* 4 columns link styles */\n.bottom-slider-column4 a:link {\n color: #fff;\n}\n\n.bottom-slider-column4 a:visited {\n color: #fff;\n}\n\n.bottom-slider-column4 a:hover {\n color: #C0C0C0;\n}\n\n.bottom-slider-column4 a:active {\n color: #C0C0C0;\n}\n\n/*page caption link styles */\n.page-header-caption a {\n font-size: 20px;\n font-style: normal;\n background-color: #375e9c;\n text-decoration: underline;\n padding-right: 20px;\n}\n\n.page-header-caption a:link {\n color: #fff;\n}\n\n.page-header-caption a:visited {\n color: #fff;\n}\n\n.page-header-caption a:hover {\n color: #C0C0C0;\n}\n\n.page-header-caption a:active {\n color: #C0C0C0;\n}','safecss','King Power (shared on wplocker.com)','inherit','closed','open','','4160-revision-v1','','','2013-09-20 15:03:44','2013-09-20 15:03:44','',4160,'http://testingweb123.webuda.com/uncategorized/4160-revision-v1/',0,'revision','',0),(5193,1,'2013-09-20 15:02:26','2013-09-20 15:02:26','/*\nWelcome to Custom CSS!\n\nCSS (Cascading Style Sheets) is a kind of code that tells the browser how\nto render a web page. You may delete these comments and get started with\nyour customizations.\n\nBy default, your stylesheet will be loaded after the theme stylesheets,\nwhich means that your rules can take precedence and override the theme CSS\nrules. Just write here what you want to change, you don\'t need to copy all\nyour theme\'s stylesheet content.\n*/\nbody {\n background-color: white;\n}\n\n.hover a {\n opacity: .4;\n filter: alpha(opacity=40);\n/* For IE8 and earlier */\n}\n\n/* 4 columns link styles */\n.bottom-slider-column4 a:link {\n color: #fff;\n}\n\n.bottom-slider-column4 a:visited {\n color: #fff;\n}\n\n.bottom-slider-column4 a:hover {\n color: #C0C0C0;\n}\n\n.bottom-slider-column4 a:active {\n color: #C0C0C0;\n}\n\n/*page caption link styles */\n.page-header-caption a {\n font-size: 20px;\n font-style: normal;\n background-color: #375e9c;\n text-decoration: underline;\n padding-right: 20px;\n}\n\n.page-header-caption a:link {\n color: #fff;\n}\n\n.page-header-caption a:visited {\n color: #fff;\n}\n\n.page-header-caption a:hover {\n color: #C0C0C0;\n}\n\n.page-header-caption a:active {\n color: #C0C0C0;\n}','safecss','King Power (shared on wplocker.com)','inherit','closed','open','','4160-revision-v1','','','2013-09-20 15:02:26','2013-09-20 15:02:26','',4160,'http://testingweb123.webuda.com/uncategorized/4160-revision-v1/',0,'revision','',0),(5196,1,'2013-09-25 10:28:26','2013-09-25 10:28:26','<h1>Westrom Group Management Services</h1>\r\nWestrom Group is a family owned and operated, full service property management company, serving the Dallas/Fort Worth Metroplex. As property owners ourselves, we understand how important it is to have an excellent management team in place watching over every aspect of our investment. Our staff works collectively to find common sense solutions, while keeping your property well maintained, leased and returning the maximum profit. Unlike most other real-estate companies who work primarily in sales and only manage properties on the side, <strong>our primary focus has always been property management</strong>.\r\n\r\n<strong>We are proactive managers and investors who understand cost-effective services.</strong>\r\nWe specialize in single-family and multi-family management.\r\n\r\nCost-Effective Property Management\r\n\r\nFull 100% 90-Day Money Back Guarantee if you are not satisfied with our services.\r\n\r\n<strong> </strong>\r\n<h4>Full Service Property Management</h4>\r\n<ul>\r\n <li>Best Rates- Competitively Priced as Low as 8% and $350 New Lease Fee Tenant Shield Screening Guarantee (ask us about this)</li>\r\n <li>Low Turn-Over, Long Term Leases, High Retention Rentals</li>\r\n <li>24/7 Real-Time Internet Reporting</li>\r\n</ul>\r\n<strong> </strong>\r\n<h4>Turn Key Maintenance Services</h4>\r\n<ul>\r\n <li>Complete Make Ready</li>\r\n <li>HVAC, Plumbing, Electrical and Carpentry</li>\r\n <li>50% savings over Contractors</li>\r\n</ul>\r\n<strong> </strong>\r\n<h4>Licensed and Insured</h4>\r\n \r\n\r\n<strong></strong>\r\nAbout the Westrom Group Property Management Advantage\r\n\r\n[accordion]\r\n[acc_item title=\"Industry lowest rates and fees\"]Westrom Group Company is the most cost-effective property management company in the Dallas/Fort Worth Metroplex.[/acc_item]\r\n[acc_item title=\"\"5-Star\" Tenant Screening\"]Turnover and vacancy are the most expensive aspect of your investment. Therefore, finding and selecting a quality tenant is the single most important thing we do for you. We follow a designed \"5 Star\" program that weeds out the potential problem tenants. A tenant who passes our screening is likely to be a good tenant for you. Here is our process:\r\nCredit Check (3 bureau credit check)\r\nBackground Check (Criminal & Sex Offender)\r\nRental History/Eviction History\r\nEmployment Verification\r\nIncome Verification\r\nIn-Person Interview[/acc_item]\r\n[acc_item title=\"Property Presentation and Marketing\"]Uses the latest in internet technology to market your property\r\nPromoted online through all the major internet rental search portals (RentalHomes, RentalHouses, Rentals, CraigsList, Google, Hotpads, Zillow)\r\nPersonal walk-through to make sure your property is ready to rent\r\nBeing available to answer the phone to catch potential renter[/acc_item]\r\n[acc_item title=\"Maintenance\"]Save 50% over Retail Prices\r\nAir Conditioning, heating, plumbing and electrical[/acc_item]\r\n[acc_item title=\"Real-Time Accounting Services\"]We use PropertyWare software, the leading online property management software designed to give you real-time access to your property status and financials\r\nAccess your property reports and maintenance status from anywhere and anytime 24/7[/acc_item]\r\n[acc_item title=\"Simple 90 Day Money Back Guarantee\"]We believe we are the right company for you and will exceed your expectations. If you are not satisfied with our services we will provide a full refund of any management fees collected. Its that Simple.[/acc_item]\r\n[/accordion]\r\n\r\nClick Here to See Tips on Selecting a Property Manager','Management Services','','inherit','closed','open','','4287-revision-v1','','','2013-09-25 10:28:26','2013-09-25 10:28:26','',4287,'http://testingweb123.webuda.com/uncategorized/4287-revision-v1/',0,'revision','',0),(5197,1,'2013-09-25 10:29:10','2013-09-25 10:29:10','<h1>Westrom Group Management Services</h1>\r\nWestrom Group is a family owned and operated, full service property management company, serving the Dallas/Fort Worth Metroplex. As property owners ourselves, we understand how important it is to have an excellent management team in place watching over every aspect of our investment. Our staff works collectively to find common sense solutions, while keeping your property well maintained, leased and returning the maximum profit. Unlike most other real-estate companies who work primarily in sales and only manage properties on the side, <strong>our primary focus has always been property management</strong>.\r\n\r\n<strong>We are proactive managers and investors who understand cost-effective services.</strong>\r\nWe specialize in single-family and multi-family management.\r\n\r\nCost-Effective Property Management\r\n\r\nFull 100% 90-Day Money Back Guarantee if you are not satisfied with our services.\r\n\r\n<strong> </strong>\r\n<h4>Full Service Property Management</h4>\r\n<ul>\r\n <li>Best Rates- Competitively Priced as Low as 8% and $350 New Lease Fee Tenant Shield Screening Guarantee (ask us about this)</li>\r\n <li>Low Turn-Over, Long Term Leases, High Retention Rentals</li>\r\n <li>24/7 Real-Time Internet Reporting</li>\r\n</ul>\r\n<strong> </strong>\r\n<h4>Turn Key Maintenance Services</h4>\r\n<ul>\r\n <li>Complete Make Ready</li>\r\n <li>HVAC, Plumbing, Electrical and Carpentry</li>\r\n <li>50% savings over Contractors</li>\r\n</ul>\r\n<strong> </strong>\r\n<h4>Licensed and Insured</h4>\r\n \r\n\r\n<strong></strong>\r\nAbout the Westrom Group Property Management Advantage\r\n\r\n[accordion]\r\n[acc_item title=\"Industry lowest rates and fees\"]Westrom Group Company is the most cost-effective property management company in the Dallas/Fort Worth Metroplex.[/acc_item]\r\n[acc_item title=\"5-Star Tenant Screening\"]Turnover and vacancy are the most expensive aspect of your investment. Therefore, finding and selecting a quality tenant is the single most important thing we do for you. We follow a designed \"5 Star\" program that weeds out the potential problem tenants. A tenant who passes our screening is likely to be a good tenant for you. Here is our process:\r\nCredit Check (3 bureau credit check)\r\nBackground Check (Criminal & Sex Offender)\r\nRental History/Eviction History\r\nEmployment Verification\r\nIncome Verification\r\nIn-Person Interview[/acc_item]\r\n[acc_item title=\"Property Presentation and Marketing\"]Uses the latest in internet technology to market your property\r\nPromoted online through all the major internet rental search portals (RentalHomes, RentalHouses, Rentals, CraigsList, Google, Hotpads, Zillow)\r\nPersonal walk-through to make sure your property is ready to rent\r\nBeing available to answer the phone to catch potential renter[/acc_item]\r\n[acc_item title=\"Maintenance\"]Save 50% over Retail Prices\r\nAir Conditioning, heating, plumbing and electrical[/acc_item]\r\n[acc_item title=\"Real-Time Accounting Services\"]We use PropertyWare software, the leading online property management software designed to give you real-time access to your property status and financials\r\nAccess your property reports and maintenance status from anywhere and anytime 24/7[/acc_item]\r\n[acc_item title=\"Simple 90 Day Money Back Guarantee\"]We believe we are the right company for you and will exceed your expectations. If you are not satisfied with our services we will provide a full refund of any management fees collected. Its that Simple.[/acc_item]\r\n[/accordion]\r\n\r\nClick Here to See Tips on Selecting a Property Manager','Management Services','','inherit','closed','open','','4287-revision-v1','','','2013-09-25 10:29:10','2013-09-25 10:29:10','',4287,'http://testingweb123.webuda.com/uncategorized/4287-revision-v1/',0,'revision','',0),(5198,1,'2013-09-25 10:30:26','2013-09-25 10:30:26','<h1>Westrom Group Management Services</h1>\r\nWestrom Group is a family owned and operated, full service property management company, serving the Dallas/Fort Worth Metroplex. As property owners ourselves, we understand how important it is to have an excellent management team in place watching over every aspect of our investment. Our staff works collectively to find common sense solutions, while keeping your property well maintained, leased and returning the maximum profit. Unlike most other real-estate companies who work primarily in sales and only manage properties on the side, <strong>our primary focus has always been property management</strong>.\r\n\r\n<strong>We are proactive managers and investors who understand cost-effective services.</strong>\r\nWe specialize in single-family and multi-family management.\r\n\r\nCost-Effective Property Management\r\n\r\nFull 100% 90-Day Money Back Guarantee if you are not satisfied with our services.\r\n\r\n<strong> </strong>\r\n<h4>Full Service Property Management</h4>\r\n<ul>\r\n <li>Best Rates- Competitively Priced as Low as 8% and $350 New Lease Fee Tenant Shield Screening Guarantee (ask us about this)</li>\r\n <li>Low Turn-Over, Long Term Leases, High Retention Rentals</li>\r\n <li>24/7 Real-Time Internet Reporting</li>\r\n</ul>\r\n<strong> </strong>\r\n<h4>Turn Key Maintenance Services</h4>\r\n<ul>\r\n <li>Complete Make Ready</li>\r\n <li>HVAC, Plumbing, Electrical and Carpentry</li>\r\n <li>50% savings over Contractors</li>\r\n</ul>\r\n<strong> </strong>\r\n<h4>Licensed and Insured</h4>\r\n \r\n\r\n<strong></strong>\r\nAbout the Westrom Group Property Management Advantage\r\n\r\n[accordion]\r\n[acc_item title=\"Industry lowest rates and fees\"]Westrom Group Company is the most cost-effective property management company in the Dallas/Fort Worth Metroplex.[/acc_item]\r\n[acc_item title=\"5-Star Tenant Screening\"]Turnover and vacancy are the most expensive aspect of your investment. Therefore, finding and selecting a quality tenant is the single most important thing we do for you. We follow a designed \"5 Star\" program that weeds out the potential problem tenants. A tenant who passes our screening is likely to be a good tenant for you. Here is our process:\r\n<ul>\r\n <li>Credit Check (3 bureau credit check)</li>\r\n <li>Background Check (Criminal & Sex Offender)</li>\r\n <li>Rental History/Eviction History</li>\r\n <li>Employment Verification</li>\r\n <li>Income Verification</li>\r\n <li>In-Person Interview</li>\r\n</ul>\r\n\r\n[/acc_item]\r\n[acc_item title=\"Property Presentation and Marketing\"]Uses the latest in internet technology to market your property\r\nPromoted online through all the major internet rental search portals (RentalHomes, RentalHouses, Rentals, CraigsList, Google, Hotpads, Zillow)\r\nPersonal walk-through to make sure your property is ready to rent\r\nBeing available to answer the phone to catch potential renter[/acc_item]\r\n[acc_item title=\"Maintenance\"]Save 50% over Retail Prices\r\nAir Conditioning, heating, plumbing and electrical[/acc_item]\r\n[acc_item title=\"Real-Time Accounting Services\"]We use PropertyWare software, the leading online property management software designed to give you real-time access to your property status and financials\r\nAccess your property reports and maintenance status from anywhere and anytime 24/7[/acc_item]\r\n[acc_item title=\"Simple 90 Day Money Back Guarantee\"]We believe we are the right company for you and will exceed your expectations. If you are not satisfied with our services we will provide a full refund of any management fees collected. Its that Simple.[/acc_item]\r\n[/accordion]\r\n\r\nClick Here to See Tips on Selecting a Property Manager','Management Services','','inherit','closed','open','','4287-revision-v1','','','2013-09-25 10:30:26','2013-09-25 10:30:26','',4287,'http://testingweb123.webuda.com/uncategorized/4287-revision-v1/',0,'revision','',0),(5199,1,'2013-09-25 10:33:55','2013-09-25 10:33:55','<h1>Westrom Group Management Services</h1>\r\nWestrom Group is a family owned and operated, full service property management company, serving the Dallas/Fort Worth Metroplex. As property owners ourselves, we understand how important it is to have an excellent management team in place watching over every aspect of our investment. Our staff works collectively to find common sense solutions, while keeping your property well maintained, leased and returning the maximum profit. Unlike most other real-estate companies who work primarily in sales and only manage properties on the side, <strong>our primary focus has always been property management</strong>.\r\n\r\n<strong>We are proactive managers and investors who understand cost-effective services.</strong>\r\nWe specialize in single-family and multi-family management.\r\n\r\nCost-Effective Property Management\r\n\r\nFull 100% 90-Day Money Back Guarantee if you are not satisfied with our services.\r\n\r\n<strong> </strong>\r\n<h4>Full Service Property Management</h4>\r\n<ul>\r\n <li>Best Rates- Competitively Priced as Low as 8% and $350 New Lease Fee Tenant Shield Screening Guarantee (ask us about this)</li>\r\n <li>Low Turn-Over, Long Term Leases, High Retention Rentals</li>\r\n <li>24/7 Real-Time Internet Reporting</li>\r\n</ul>\r\n<strong> </strong>\r\n<h4>Turn Key Maintenance Services</h4>\r\n<ul>\r\n <li>Complete Make Ready</li>\r\n <li>HVAC, Plumbing, Electrical and Carpentry</li>\r\n <li>50% savings over Contractors</li>\r\n</ul>\r\n<strong> </strong>\r\n<h4>Licensed and Insured</h4>\r\n \r\n\r\n \r\n<h2>About the Westrom Group Property Management Advantage</h2>\r\n[accordion]\r\n[acc_item title=\"Industry lowest rates and fees\"]Westrom Group Company is the most cost-effective property management company in the Dallas/Fort Worth Metroplex.[/acc_item]\r\n[acc_item title=\"5-Star Tenant Screening\"]Turnover and vacancy are the most expensive aspect of your investment. Therefore, finding and selecting a quality tenant is the single most important thing we do for you. We follow a designed \"5 Star\" program that weeds out the potential problem tenants. A tenant who passes our screening is likely to be a good tenant for you. Here is our process:\r\n<ul>\r\n <li>Credit Check (3 bureau credit check)</li>\r\n <li>Background Check (Criminal & Sex Offender)</li>\r\n <li>Rental History/Eviction History</li>\r\n <li>Employment Verification</li>\r\n <li>Income Verification</li>\r\n <li>In-Person Interview</li>\r\n</ul>\r\n[/acc_item]\r\n[acc_item title=\"Property Presentation and Marketing\"]Uses the latest in internet technology to market your property\r\nPromoted online through all the major internet rental search portals (RentalHomes, RentalHouses, Rentals, CraigsList, Google, Hotpads, Zillow)\r\nPersonal walk-through to make sure your property is ready to rent\r\nBeing available to answer the phone to catch potential renter[/acc_item]\r\n[acc_item title=\"Maintenance\"]Save 50% over Retail Prices\r\nAir Conditioning, heating, plumbing and electrical[/acc_item]\r\n[acc_item title=\"Real-Time Accounting Services\"]We use PropertyWare software, the leading online property management software designed to give you real-time access to your property status and financials\r\nAccess your property reports and maintenance status from anywhere and anytime 24/7[/acc_item]\r\n[acc_item title=\"Simple 90 Day Money Back Guarantee\"]We believe we are the right company for you and will exceed your expectations. If you are not satisfied with our services we will provide a full refund of any management fees collected. Its that Simple.[/acc_item]\r\n[/accordion]\r\n<h2>Tips on Selecting a Property Manager</h2>\r\n<ul>\r\n <li>They should know the rental market well enough to give you an accurate estimate of what you home will lease for monthly.</li>\r\n <li>They should advertise your property in at least 10 different ways. The local newspaper is only one way to advertise your home for lease.</li>\r\n <li>They should have a system in place that gives immediate information when potential tenants call.</li>\r\n <li>They should know how to structure a lease that is advantageous to the owner and fair to the tenant.</li>\r\n <li>They should be able to explain every paragraph on a lease and they should use professional lease forms. Lease forms that have been drawn by an attorney and promulgated by the Texas Association of Realtors.</li>\r\n <li>Additional forms used should be professionally established. More than just a lease is needed.</li>\r\n <li>They should provide follow up for the tenant after move-in. A specific program for this service is needed.</li>\r\n <li>They should be members of organizations that keep them informed of changes in the laws concerning property management and leasing. National Association of Residential Property Managers, Texas Association of Realtors, etc.</li>\r\n\r\n</ul>','Management Services','','inherit','closed','open','','4287-revision-v1','','','2013-09-25 10:33:55','2013-09-25 10:33:55','',4287,'http://testingweb123.webuda.com/uncategorized/4287-revision-v1/',0,'revision','',0),(5200,1,'2013-09-25 10:34:13','2013-09-25 10:34:13','<h1>Westrom Group Management Services</h1>\r\nWestrom Group is a family owned and operated, full service property management company, serving the Dallas/Fort Worth Metroplex. As property owners ourselves, we understand how important it is to have an excellent management team in place watching over every aspect of our investment. Our staff works collectively to find common sense solutions, while keeping your property well maintained, leased and returning the maximum profit. Unlike most other real-estate companies who work primarily in sales and only manage properties on the side, <strong>our primary focus has always been property management</strong>.\r\n\r\n<strong>We are proactive managers and investors who understand cost-effective services.</strong>\r\nWe specialize in single-family and multi-family management.\r\n\r\nCost-Effective Property Management\r\n\r\nFull 100% 90-Day Money Back Guarantee if you are not satisfied with our services.\r\n\r\n<strong> </strong>\r\n<h4>Full Service Property Management</h4>\r\n<ul>\r\n <li>Best Rates- Competitively Priced as Low as 8% and $350 New Lease Fee Tenant Shield Screening Guarantee (ask us about this)</li>\r\n <li>Low Turn-Over, Long Term Leases, High Retention Rentals</li>\r\n <li>24/7 Real-Time Internet Reporting</li>\r\n</ul>\r\n<strong> </strong>\r\n<h4>Turn Key Maintenance Services</h4>\r\n<ul>\r\n <li>Complete Make Ready</li>\r\n <li>HVAC, Plumbing, Electrical and Carpentry</li>\r\n <li>50% savings over Contractors</li>\r\n</ul>\r\n<strong> </strong>\r\n<h4>Licensed and Insured</h4>\r\n \r\n\r\n \r\n<h2>About the Westrom Group Property Management Advantage</h2>\r\n[accordion]\r\n[acc_item title=\"Industry lowest rates and fees\"]Westrom Group Company is the most cost-effective property management company in the Dallas/Fort Worth Metroplex.[/acc_item]\r\n[acc_item title=\"5-Star Tenant Screening\"]Turnover and vacancy are the most expensive aspect of your investment. Therefore, finding and selecting a quality tenant is the single most important thing we do for you. We follow a designed \"5 Star\" program that weeds out the potential problem tenants. A tenant who passes our screening is likely to be a good tenant for you. Here is our process:\r\n<ul>\r\n <li>Credit Check (3 bureau credit check)</li>\r\n <li>Background Check (Criminal & Sex Offender)</li>\r\n <li>Rental History/Eviction History</li>\r\n <li>Employment Verification</li>\r\n <li>Income Verification</li>\r\n <li>In-Person Interview</li>\r\n</ul>\r\n[/acc_item]\r\n[acc_item title=\"Property Presentation and Marketing\"]Uses the latest in internet technology to market your property\r\nPromoted online through all the major internet rental search portals (RentalHomes, RentalHouses, Rentals, CraigsList, Google, Hotpads, Zillow)\r\nPersonal walk-through to make sure your property is ready to rent\r\nBeing available to answer the phone to catch potential renter[/acc_item]\r\n[acc_item title=\"Maintenance\"]Save 50% over Retail Prices\r\nAir Conditioning, heating, plumbing and electrical[/acc_item]\r\n[acc_item title=\"Real-Time Accounting Services\"]We use PropertyWare software, the leading online property management software designed to give you real-time access to your property status and financials\r\nAccess your property reports and maintenance status from anywhere and anytime 24/7[/acc_item]\r\n[acc_item title=\"Simple 90 Day Money Back Guarantee\"]We believe we are the right company for you and will exceed your expectations. If you are not satisfied with our services we will provide a full refund of any management fees collected. Its that Simple.[/acc_item]\r\n[/accordion]\r\n\r\n \r\n<h2>Tips on Selecting a Property Manager</h2>\r\n<ul>\r\n <li>They should know the rental market well enough to give you an accurate estimate of what you home will lease for monthly.</li>\r\n <li>They should advertise your property in at least 10 different ways. The local newspaper is only one way to advertise your home for lease.</li>\r\n <li>They should have a system in place that gives immediate information when potential tenants call.</li>\r\n <li>They should know how to structure a lease that is advantageous to the owner and fair to the tenant.</li>\r\n <li>They should be able to explain every paragraph on a lease and they should use professional lease forms. Lease forms that have been drawn by an attorney and promulgated by the Texas Association of Realtors.</li>\r\n <li>Additional forms used should be professionally established. More than just a lease is needed.</li>\r\n <li>They should provide follow up for the tenant after move-in. A specific program for this service is needed.</li>\r\n <li>They should be members of organizations that keep them informed of changes in the laws concerning property management and leasing. National Association of Residential Property Managers, Texas Association of Realtors, etc.</li>\r\n</ul>','Management Services','','inherit','closed','open','','4287-revision-v1','','','2013-09-25 10:34:13','2013-09-25 10:34:13','',4287,'http://testingweb123.webuda.com/uncategorized/4287-revision-v1/',0,'revision','',0),(5213,1,'2013-10-16 15:47:38','2013-10-16 15:47:38','Thank you for your interest in our properties for rent! Please let us know if you have any questions about any of the listings below by calling our office. Our contact information is on our Contact Us page.\r\n[iframe src=\"http://www.westromgroup.com/wp-content/uploads/2013/09/rentals.html\" width=\"100%\" height=\"1700px\" scrolling=\"yes\"]','Properties for rent ','','inherit','closed','open','','4284-revision-v1','','','2013-10-16 15:47:38','2013-10-16 15:47:38','',4284,'http://www.westromgroup.com/4284-revision-v1/',0,'revision','',0),(5202,1,'2013-09-25 10:36:47','2013-09-25 10:36:47','Your lease requires all repair requests be submitted in writing. In order to make this easy for you and to provide a tracking of your request we have created this online form for you.\n\nIf you are having a fire or water emergency - Please notify us at (866) 836-7260 <span style=\"text-decoration: underline;\"><strong>after</strong></span> you contact your local emergency organization (<strong>call 911</strong>). This number is for emergency notification only; please do not call this number for non-emergency issues.\n\n \n\n<strong>You must login to send a repair request.</strong>\n[iframe src=\"http://testingweb123.webuda.com/wp-content/uploads/2013/09/tenants.html\" width=\"100%\" height=\"400\" scrolling=\"no\"]','Maintenance Request','','inherit','closed','open','','5151-autosave-v1','','','2013-09-25 10:36:47','2013-09-25 10:36:47','',5151,'http://testingweb123.webuda.com/uncategorized/5151-autosave-v1/',0,'revision','',0),(5204,1,'2013-09-25 10:37:53','2013-09-25 10:37:53','[column col=\"1/2\"]\r\n\r\nYour lease requires all repair requests be submitted in writing. In order to make this easy for you and to provide a tracking of your request we have created this online form for you.\r\n\r\nIF YOU HAVE A FIRE, HEALTH OR SAFTEY EMERGENCEY CALL <strong>911</strong> FIRST, THEN CALL\r\n<strong>(817)-706-0688</strong>\r\n\r\n[/column]\r\n\r\n[column col=\"1/2\"]<strong>You must login to send a repair request.</strong>\r\n[iframe src=\"http://testingweb123.webuda.com/wp-content/uploads/2013/09/tenants.html\" width=\"100%\" height=\"400\" scrolling=\"no\"][/column]\r\n\r\n ','Maintenance Request','','inherit','closed','open','','5151-revision-v1','','','2013-09-25 10:37:53','2013-09-25 10:37:53','',5151,'http://testingweb123.webuda.com/uncategorized/5151-revision-v1/',0,'revision','',0),(5205,1,'2013-09-25 10:38:40','2013-09-25 10:38:40',' ','','','publish','closed','open','','5205','','','2013-09-25 10:38:40','2013-09-25 10:38:40','',0,'http://testingweb123.webuda.com/?p=5205',4,'nav_menu_item','',0),(5206,1,'2013-09-25 10:41:03','2013-09-25 10:41:03','<p>Thank you for your interest in our properties for rent! Please let us know if you have any questions about any of the listings below by calling our office. Our contact information is on our Contact Us page.<br> [iframe src=\"http://testingweb123.webuda.com/wp-content/uploads/2013/09/rentals.html\" width=\"100%\" height=\"1700px\" scrolling=\"yes\"]</p>','Properties for rent ','','inherit','closed','open','','4284-revision-v1','','','2013-09-25 10:41:03','2013-09-25 10:41:03','',4284,'http://testingweb123.webuda.com/uncategorized/4284-revision-v1/',0,'revision','',0),(5210,1,'2013-09-25 10:53:59','2013-09-25 10:53:59','','real estate property management DFW','','inherit','closed','open','','safe-family','','','2013-09-25 10:53:59','2013-09-25 10:53:59','',5174,'http://testingweb123.webuda.com/wp-content/uploads/2013/09/safe-family.jpeg',0,'attachment','image/jpeg',0),(5211,1,'2013-09-25 10:55:49','2013-09-25 10:55:49','','dfw properties','','inherit','closed','open','','family-on-herb-under-blue-sky','','','2013-09-25 10:55:49','2013-09-25 10:55:49','',4284,'http://testingweb123.webuda.com/wp-content/uploads/2013/09/Family-HouseComposite.jpg',0,'attachment','image/jpeg',0),(5216,1,'2013-10-17 12:09:40','2013-10-17 12:09:40','[message_box title=\"How to use the portal\" color=\"red\"]You can use the login portal below to pay your rent[/message_box]\r\n\r\n<center><iframe src=\"http://www.westromgroup.com/wp-content/uploads/2013/09/tenants.html\" scrolling=\"no\"></iframe></center>','Tenant Portal','','inherit','closed','open','','5187-revision-v1','','','2013-10-17 12:09:40','2013-10-17 12:09:40','',5187,'http://www.westromgroup.com/5187-revision-v1/',0,'revision','',0),(5217,1,'2013-10-17 12:10:04','2013-10-17 12:10:04','[message_box title=\"How to use the portal\" color=\"red\"]You can use the login portal below to pay your rent[/message_box]\r\n\r\n<center><iframe src=\"http://www.westromgroup.com/wp-content/uploads/2013/09/tenants.html\" width=\"100%\" height=\"100%\" scrolling=\"no\"></iframe></center>','Tenant Portal','','inherit','closed','open','','5187-revision-v1','','','2013-10-17 12:10:04','2013-10-17 12:10:04','',5187,'http://www.westromgroup.com/5187-revision-v1/',0,'revision','',0),(5218,1,'2013-10-17 12:11:35','2013-10-17 12:11:35','[message_box title=\"How to use the portal\" color=\"red\"]You can use the login portal below to pay your rent[/message_box]\r\n\r\n<center><iframe src=\"http://www.westromgroup.com/wp-content/uploads/2013/09/tenants.html\" width=\"100%\" scrolling=\"no\"></iframe></center>','Tenant Portal','','inherit','closed','open','','5187-revision-v1','','','2013-10-17 12:11:35','2013-10-17 12:11:35','',5187,'http://www.westromgroup.com/5187-revision-v1/',0,'revision','',0),(5219,1,'2013-10-17 12:12:21','2013-10-17 12:12:21','[message_box title=\"How to use the portal\" color=\"red\"]You can use the login portal below to pay your rent[/message_box]\r\n\r\n<center><iframe src=\"http://www.westromgroup.com/wp-content/uploads/2013/09/tenants.html\" width=\"100%\" height=\"500\" scrolling=\"no\"></iframe></center>','Tenant Portal','','inherit','closed','open','','5187-revision-v1','','','2013-10-17 12:12:21','2013-10-17 12:12:21','',5187,'http://www.westromgroup.com/5187-revision-v1/',0,'revision','',0),(5220,1,'2013-10-17 12:26:28','2013-10-17 12:26:28','<h3>Please full fill this form or use the information below</h3>\r\n<i>6821 Baker Blvd Ste B\r\nRichland Hills, TX 76118</i>\r\n<br>\r\n<strong>817-445-1108</strong>\r\n<br>\r\n<a href=\"info@westromgroup.com\">info@westromgroup.com</a>\r\n[space height=15]','Contact','','inherit','closed','open','','100-revision-v1','','','2013-10-17 12:26:28','2013-10-17 12:26:28','',100,'http://www.westromgroup.com/100-revision-v1/',0,'revision','',0),(5223,1,'2013-10-17 14:04:27','2013-10-17 14:04:27','[message_box title=\"How to use the portal\" color=\"red\"]You can use the login portal below to pay your rent[/message_box]\r\n\r\n<center><iframe src=\"http://www.westromgroup.com/wp-content/uploads/2013/09/tenants.html\" width=\"100%\" height=\"800\" scrolling=\"no\"></iframe></center>','Tenant Portal','','inherit','closed','open','','5187-revision-v1','','','2013-10-17 14:04:27','2013-10-17 14:04:27','',5187,'http://www.westromgroup.com/5187-revision-v1/',0,'revision','',0),(5224,1,'2013-10-17 14:05:30','2013-10-17 14:05:30','[message_box title=\"How to use the portal\" color=\"red\"]You can use the login portal below to pay your rent[/message_box]\r\n\r\n<center><iframe src=\"http://www.westromgroup.com/wp-content/uploads/2013/09/tenants.html\" width=\"100%\" height=\"1000\" scrolling=\"no\"></iframe></center>','Tenant Portal','','inherit','closed','open','','5187-revision-v1','','','2013-10-17 14:05:30','2013-10-17 14:05:30','',5187,'http://www.westromgroup.com/5187-revision-v1/',0,'revision','',0),(5225,1,'2013-10-17 14:06:04','2013-10-17 14:06:04','[message_box title=\"How to use the portal\" color=\"red\"]You can use the login portal below to pay your rent[/message_box]\r\n\r\n<center><iframe src=\"http://www.westromgroup.com/wp-content/uploads/2013/09/tenants.html\" width=\"100%\" height=\"1000\" scrolling=\"yest\"></iframe></center>','Tenant Portal','','inherit','closed','open','','5187-revision-v1','','','2013-10-17 14:06:04','2013-10-17 14:06:04','',5187,'http://www.westromgroup.com/5187-revision-v1/',0,'revision','',0),(5226,1,'2013-10-17 14:06:29','2013-10-17 14:06:29','[message_box title=\"How to use the portal\" color=\"red\"]You can use the login portal below to pay your rent[/message_box]\r\n\r\n<center><iframe src=\"http://www.westromgroup.com/wp-content/uploads/2013/09/tenants.html\" width=\"100%\" height=\"1000\" scrolling=\"yes\"></iframe></center>','Tenant Portal','','inherit','closed','open','','5187-revision-v1','','','2013-10-17 14:06:29','2013-10-17 14:06:29','',5187,'http://www.westromgroup.com/5187-revision-v1/',0,'revision','',0),(5227,1,'2013-10-17 14:07:23','2013-10-17 14:07:23','[message_box title=\"How to use the portal\" color=\"red\"]You can use the login portal below to pay your rent[/message_box]\r\n\r\n<center><iframe src=\"http://www.westromgroup.com/wp-content/uploads/2013/09/tenants.html\" width=\"100%\" height=\"1500\" scrolling=\"yes\"></iframe></center>','Tenant Portal','','inherit','closed','open','','5187-revision-v1','','','2013-10-17 14:07:23','2013-10-17 14:07:23','',5187,'http://www.westromgroup.com/5187-revision-v1/',0,'revision','',0),(5228,1,'2013-10-17 14:08:03','2013-10-17 14:08:03','[message_box title=\"How to use the portal\" color=\"red\"]You can use the login portal below to pay your rent[/message_box]\r\n\r\n<center><iframe src=\"http://www.westromgroup.com/wp-content/uploads/2013/09/tenants.html\" width=\"100%\" height=\"1000\" scrolling=\"yes\"></iframe></center>','Tenant Portal','','inherit','closed','open','','5187-revision-v1','','','2013-10-17 14:08:03','2013-10-17 14:08:03','',5187,'http://www.westromgroup.com/5187-revision-v1/',0,'revision','',0),(5229,1,'2013-10-17 14:08:21','2013-10-17 14:08:21','Thank you for your interest in our properties for rent! Please let us know if you have any questions about any of the listings below by calling our office. Our contact information is on our Contact Us page.\r\n[iframe src=\"http://www.westromgroup.com/wp-content/uploads/2013/09/rentals.html\" width=\"100%\" height=\"1700\" scrolling=\"yes\"]','Properties for rent ','','inherit','closed','open','','4284-revision-v1','','','2013-10-17 14:08:21','2013-10-17 14:08:21','',4284,'http://www.westromgroup.com/4284-revision-v1/',0,'revision','',0),(5230,1,'2013-10-17 14:09:11','2013-10-17 14:09:11','Thank you for your interest in our properties for rent! Please let us know if you have any questions about any of the listings below by calling our office. Our contact information is on our Contact Us page.\r\n<iframe src=\"http://www.westromgroup.com/wp-content/uploads/2013/09/rentals.html\" width=\"100%\" height=\"1700\" scrolling=\"yes\">','Properties for rent ','','inherit','closed','open','','4284-revision-v1','','','2013-10-17 14:09:11','2013-10-17 14:09:11','',4284,'http://www.westromgroup.com/4284-revision-v1/',0,'revision','',0),(5231,1,'2013-10-17 14:09:33','2013-10-17 14:09:33','Thank you for your interest in our properties for rent! Please let us know if you have any questions about any of the listings below by calling our office. Our contact information is on our Contact Us page.\r\n<center><iframe src=\"http://www.westromgroup.com/wp-content/uploads/2013/09/rentals.html\" width=\"100%\" height=\"1700\" scrolling=\"yes\"></iframe></center>','Properties for rent ','','inherit','closed','open','','4284-revision-v1','','','2013-10-17 14:09:33','2013-10-17 14:09:33','',4284,'http://www.westromgroup.com/4284-revision-v1/',0,'revision','',0),(5232,1,'2013-10-17 14:10:04','2013-10-17 14:10:04','Thank you for your interest in our properties for rent! Please let us know if you have any questions about any of the listings below by calling our office. Our contact information is on our Contact Us page.\r\n<center><iframe src=\"http://www.westromgroup.com/wp-content/uploads/2013/09/rentals.html\" width=\"100%\" height=\"2000\" scrolling=\"yes\"></iframe></center>','Properties for rent ','','inherit','closed','open','','4284-revision-v1','','','2013-10-17 14:10:04','2013-10-17 14:10:04','',4284,'http://www.westromgroup.com/4284-revision-v1/',0,'revision','',0),(5234,1,'2013-10-17 14:14:05','2013-10-17 14:14:05','[message_box title=\"How to use the portal\" color=\"red\"]You can use the login portal below to manage services.[/message_box]\r\n\r\n<center><iframe src=\"http://www.westromgroup.com/wp-content/uploads/2013/09/owners.html\" width=\"100%\" height=\"1000\" scrolling=\"yes\"></iframe></center>','Owners Portal','','publish','closed','open','','owners-portal','','','2013-10-17 14:16:33','2013-10-17 14:16:33','',0,'http://www.westromgroup.com/?page_id=5234',0,'page','',0),(5235,1,'2013-10-17 14:14:05','2013-10-17 14:14:05','<h1>Please login first</h1>\r\n<center><iframe src=\"http://www.westromgroup.com/wp-content/uploads/2013/09/tenants.html\" width=\"100%\" height=\"1000\" scrolling=\"yes\"></iframe></center>','Owners','','inherit','closed','open','','5234-revision-v1','','','2013-10-17 14:14:05','2013-10-17 14:14:05','',5234,'http://www.westromgroup.com/5234-revision-v1/',0,'revision','',0),(5236,1,'2013-10-17 14:14:16','2013-10-17 14:14:16','<h1>Please login first</h1>\r\n<center><iframe src=\"http://www.westromgroup.com/wp-content/uploads/2013/09/owners.html\" width=\"100%\" height=\"1000\" scrolling=\"yes\"></iframe></center>','Owners','','inherit','closed','open','','5234-revision-v1','','','2013-10-17 14:14:16','2013-10-17 14:14:16','',5234,'http://www.westromgroup.com/5234-revision-v1/',0,'revision','',0),(5237,1,'2013-10-17 14:15:20','2013-10-17 14:15:20','<h1>Please login first</h1>\n<center><iframe src=\"http://www.westromgroup.com/wp-content/uploads/2013/09/owners.html\" width=\"100%\" height=\"1000\" scrolling=\"yes\"></iframe></center>','Owners Portal','','inherit','closed','open','','5234-autosave-v1','','','2013-10-17 14:15:20','2013-10-17 14:15:20','',5234,'http://www.westromgroup.com/5234-autosave-v1/',0,'revision','',0),(5238,1,'2013-10-17 14:15:25','2013-10-17 14:15:25','<h1>Please login first</h1>\r\n<center><iframe src=\"http://www.westromgroup.com/wp-content/uploads/2013/09/owners.html\" width=\"100%\" height=\"1000\" scrolling=\"yes\"></iframe></center>','Owners Portal','','inherit','closed','open','','5234-revision-v1','','','2013-10-17 14:15:25','2013-10-17 14:15:25','',5234,'http://www.westromgroup.com/5234-revision-v1/',0,'revision','',0),(5239,1,'2013-10-17 14:16:06','2013-10-17 14:16:06','[message_box title=\"How to use the portal\" color=\"red\"]You can use the login portal below manage services.[/message_box]\r\n\r\n<center><iframe src=\"http://www.westromgroup.com/wp-content/uploads/2013/09/tenants.html\" width=\"100%\" height=\"1000\" scrolling=\"yes\"></iframe></center>','Tenant Portal','','inherit','closed','open','','5187-revision-v1','','','2013-10-17 14:16:06','2013-10-17 14:16:06','',5187,'http://www.westromgroup.com/5187-revision-v1/',0,'revision','',0),(5240,1,'2013-10-17 14:16:14','2013-10-17 14:16:14','[message_box title=\"How to use the portal\" color=\"red\"]You can use the login portal below manage services.[/message_box]\r\n\r\n<center><iframe src=\"http://www.westromgroup.com/wp-content/uploads/2013/09/owners.html\" width=\"100%\" height=\"1000\" scrolling=\"yes\"></iframe></center>','Owners Portal','','inherit','closed','open','','5234-revision-v1','','','2013-10-17 14:16:14','2013-10-17 14:16:14','',5234,'http://www.westromgroup.com/5234-revision-v1/',0,'revision','',0),(5241,1,'2013-10-17 14:16:30','2013-10-17 14:16:30','[message_box title=\"How to use the portal\" color=\"red\"]You can use the login portal below to manage services.[/message_box]\r\n\r\n<center><iframe src=\"http://www.westromgroup.com/wp-content/uploads/2013/09/tenants.html\" width=\"100%\" height=\"1000\" scrolling=\"yes\"></iframe></center>','Tenant Portal','','inherit','closed','open','','5187-revision-v1','','','2013-10-17 14:16:30','2013-10-17 14:16:30','',5187,'http://www.westromgroup.com/5187-revision-v1/',0,'revision','',0),(5242,1,'2013-10-17 14:16:33','2013-10-17 14:16:33','[message_box title=\"How to use the portal\" color=\"red\"]You can use the login portal below to manage services.[/message_box]\r\n\r\n<center><iframe src=\"http://www.westromgroup.com/wp-content/uploads/2013/09/owners.html\" width=\"100%\" height=\"1000\" scrolling=\"yes\"></iframe></center>','Owners Portal','','inherit','closed','open','','5234-revision-v1','','','2013-10-17 14:16:33','2013-10-17 14:16:33','',5234,'http://www.westromgroup.com/5234-revision-v1/',0,'revision','',0),(5243,1,'2013-10-17 14:23:54','2013-10-17 14:23:54','','owners-portal-button','','inherit','closed','open','','owners-portal-button','','','2013-10-17 14:23:54','2013-10-17 14:23:54','',0,'http://www.westromgroup.com/wp-content/uploads/2013/10/owners-portal-button.jpg',0,'attachment','image/jpeg',0),(5244,1,'2013-10-17 14:23:56','2013-10-17 14:23:56','','tenants-portal-button','','inherit','closed','open','','tenants-portal-button','','','2013-10-17 14:23:56','2013-10-17 14:23:56','',0,'http://www.westromgroup.com/wp-content/uploads/2013/10/tenants-portal-button.jpg',0,'attachment','image/jpeg',0),(5245,1,'2013-10-17 14:30:12','2013-10-17 14:30:12','/*\nWelcome to Custom CSS!\n\nCSS (Cascading Style Sheets) is a kind of code that tells the browser how\nto render a web page. You may delete these comments and get started with\nyour customizations.\n\nBy default, your stylesheet will be loaded after the theme stylesheets,\nwhich means that your rules can take precedence and override the theme CSS\nrules. Just write here what you want to change, you don\'t need to copy all\nyour theme\'s stylesheet content.\n*/\nbody {\n background-color: white;\n}\n\n.porta-button img {\n opacity: .4;\n filter: alpha(opacity=40);\n/* For IE8 and earlier */\n}\n\n/* 4 columns link styles */\n.bottom-slider-column4 a:link {\n color: #fff;\n}\n\n.bottom-slider-column4 a:visited {\n color: #fff;\n}\n\n.bottom-slider-column4 a:hover {\n color: #C0C0C0;\n}\n\n.bottom-slider-column4 a:active {\n color: #C0C0C0;\n}\n\n/*page caption link styles */\n.page-header-caption a {\n font-size: 20px;\n font-style: normal;\n background-color: #375e9c;\n text-decoration: underline;\n padding-right: 20px;\n}\n\n.page-header-caption a:link {\n color: #fff;\n}\n\n.page-header-caption a:visited {\n color: #fff;\n}\n\n.page-header-caption a:hover {\n color: #C0C0C0;\n}\n\n.page-header-caption a:active {\n color: #C0C0C0;\n}','safecss','King Power (shared on wplocker.com)','inherit','closed','open','','4160-revision-v1','','','2013-10-17 14:30:12','2013-10-17 14:30:12','',4160,'http://www.westromgroup.com/4160-revision-v1/',0,'revision','',0),(5246,1,'2013-10-17 14:30:36','2013-10-17 14:30:36','/*\nWelcome to Custom CSS!\n\nCSS (Cascading Style Sheets) is a kind of code that tells the browser how\nto render a web page. You may delete these comments and get started with\nyour customizations.\n\nBy default, your stylesheet will be loaded after the theme stylesheets,\nwhich means that your rules can take precedence and override the theme CSS\nrules. Just write here what you want to change, you don\'t need to copy all\nyour theme\'s stylesheet content.\n*/\nbody {\n background-color: white;\n}\n\n.portal-button img {\n opacity: .4;\n filter: alpha(opacity=40);\n/* For IE8 and earlier */\n}\n\n/* 4 columns link styles */\n.bottom-slider-column4 a:link {\n color: #fff;\n}\n\n.bottom-slider-column4 a:visited {\n color: #fff;\n}\n\n.bottom-slider-column4 a:hover {\n color: #C0C0C0;\n}\n\n.bottom-slider-column4 a:active {\n color: #C0C0C0;\n}\n\n/*page caption link styles */\n.page-header-caption a {\n font-size: 20px;\n font-style: normal;\n background-color: #375e9c;\n text-decoration: underline;\n padding-right: 20px;\n}\n\n.page-header-caption a:link {\n color: #fff;\n}\n\n.page-header-caption a:visited {\n color: #fff;\n}\n\n.page-header-caption a:hover {\n color: #C0C0C0;\n}\n\n.page-header-caption a:active {\n color: #C0C0C0;\n}','safecss','King Power (shared on wplocker.com)','inherit','closed','open','','4160-revision-v1','','','2013-10-17 14:30:36','2013-10-17 14:30:36','',4160,'http://www.westromgroup.com/4160-revision-v1/',0,'revision','',0),(5247,1,'2013-10-17 14:32:12','2013-10-17 14:32:12','/*\nWelcome to Custom CSS!\n\nCSS (Cascading Style Sheets) is a kind of code that tells the browser how\nto render a web page. You may delete these comments and get started with\nyour customizations.\n\nBy default, your stylesheet will be loaded after the theme stylesheets,\nwhich means that your rules can take precedence and override the theme CSS\nrules. Just write here what you want to change, you don\'t need to copy all\nyour theme\'s stylesheet content.\n*/\nbody {\n background-color: white;\n}\n\n.portal-button img:hover {\n opacity: .4;\n filter: alpha(opacity=40);\n/* For IE8 and earlier */\n}\n\n/* 4 columns link styles */\n.bottom-slider-column4 a:link {\n color: #fff;\n}\n\n.bottom-slider-column4 a:visited {\n color: #fff;\n}\n\n.bottom-slider-column4 a:hover {\n color: #C0C0C0;\n}\n\n.bottom-slider-column4 a:active {\n color: #C0C0C0;\n}\n\n/*page caption link styles */\n.page-header-caption a {\n font-size: 20px;\n font-style: normal;\n background-color: #375e9c;\n text-decoration: underline;\n padding-right: 20px;\n}\n\n.page-header-caption a:link {\n color: #fff;\n}\n\n.page-header-caption a:visited {\n color: #fff;\n}\n\n.page-header-caption a:hover {\n color: #C0C0C0;\n}\n\n.page-header-caption a:active {\n color: #C0C0C0;\n}','safecss','King Power (shared on wplocker.com)','inherit','closed','open','','4160-revision-v1','','','2013-10-17 14:32:12','2013-10-17 14:32:12','',4160,'http://www.westromgroup.com/4160-revision-v1/',0,'revision','',0),(5250,1,'2013-10-17 14:42:18','2013-10-17 14:42:18','[testimonial category=\"all\" type=\"static\"][/testimonial]','Testimonial','','inherit','closed','open','','528-revision-v1','','','2013-10-17 14:42:18','2013-10-17 14:42:18','',528,'http://www.westromgroup.com/528-revision-v1/',0,'revision','',0),(5251,1,'2013-10-17 14:42:48','2013-10-17 14:42:48','[testimonial type=\"static\"][/testimonial]','Testimonial','','inherit','closed','open','','528-revision-v1','','','2013-10-17 14:42:48','2013-10-17 14:42:48','',528,'http://www.westromgroup.com/528-revision-v1/',0,'revision','',0),(5282,1,'2013-11-02 07:01:33','2013-11-02 07:01:33','<!--[if gte mso 9]><xml>\r\n<w:WordDocument>\r\n<w:View>Normal</w:View>\r\n<w:Zoom>0</w:Zoom>\r\n<w:TrackMoves/>\r\n<w:TrackFormatting/>\r\n<w:PunctuationKerning/>\r\n<w:ValidateAgainstSchemas/>\r\n<w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n<w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n<w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n<w:DoNotPromoteQF/>\r\n<w:LidThemeOther>EN-US</w:LidThemeOther>\r\n<w:LidThemeAsian>X-NONE</w:LidThemeAsian>\r\n<w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n<w:Compatibility>\r\n<w:BreakWrappedTables/>\r\n<w:SnapToGridInCell/>\r\n<w:WrapTextWithPunct/>\r\n<w:UseAsianBreakRules/>\r\n<w:DontGrowAutofit/>\r\n<w:SplitPgBreakAndParaMark/>\r\n<w:DontVertAlignCellWithSp/>\r\n<w:DontBreakConstrainedForcedTables/>\r\n<w:DontVertAlignInTxbx/>\r\n<w:Word11KerningPairs/>\r\n<w:CachedColBalance/>\r\n</w:Compatibility>\r\n<m:mathPr>\r\n<m:mathFont m:val=\"Cambria Math\"/>\r\n<m:brkBin m:val=\"before\"/>\r\n<m:brkBinSub m:val=\"--\"/>\r\n<m:smallFrac m:val=\"off\"/>\r\n<m:dispDef/>\r\n<m:lMargin m:val=\"0\"/>\r\n<m:rMargin m:val=\"0\"/>\r\n<m:defJc m:val=\"centerGroup\"/>\r\n<m:wrapIndent m:val=\"1440\"/>\r\n<m:intLim m:val=\"subSup\"/>\r\n<m:naryLim m:val=\"undOvr\"/>\r\n</m:mathPr></w:WordDocument>\r\n</xml><![endif]-->\r\n<p class=\"MsoNormalCxSpFirst\" style=\"background: white; vertical-align: baseline;\"><span style=\"mso-bidi-font-family: Calibri;\"><a href=\"http://www.westromgroup.com/wp-content/uploads/2013/09/column-service-1.png\"><img class=\"size-full wp-image-5168 alignleft\" title=\"property management fee\" alt=\"property management fee\" src=\"http://www.westromgroup.com/wp-content/uploads/2013/09/column-service-1.png\" width=\"131\" height=\"131\" /></a><a href=\"http://www.westromgroup.com\">Westrom Group</a> is a reputable </span><b style=\"mso-bidi-font-weight: normal;\"><span style=\"mso-fareast-font-family: \'Times New Roman\'; mso-bidi-font-family: Calibri;\">property management</span></b><span style=\"mso-fareast-font-family: \'Times New Roman\'; mso-bidi-font-family: Calibri;\"> and real estate company that is based in Dallas/Fort WorthMetroplex.</span></p>\r\n \r\n<p class=\"MsoNormalCxSpMiddle\"><span style=\"mso-fareast-font-family: \'Times New Roman\'; mso-bidi-font-family: Calibri; border: none windowtext 1.0pt; mso-border-alt: none windowtext 0in; padding: 0in; mso-bidi-font-weight: bold;\">PayPal is Westrom Group’s way of collecting property management fee</span><span style=\"mso-fareast-font-family: \'Times New Roman\'; mso-bidi-font-family: Calibri;\">. <span style=\"border: none windowtext 1.0pt; mso-border-alt: none windowtext 0in; padding: 0in; mso-bidi-font-weight: bold;\">By continuing to this PayPal account, you agree that this is non-refundable application fee. </span></span></p>\r\n \r\n\r\n<!--[if gte mso 9]><xml>\r\n<w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"\r\nDefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"\r\nLatentStyleCount=\"267\">\r\n<w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Table Grid\"/>\r\n<w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Shading\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light List\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Grid\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Dark List\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful List\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>\r\n<w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>\r\n</w:LatentStyles>\r\n</xml><![endif]--><!--[if gte mso 10]>\r\n\r\n<style>\r\n /* Style Definitions */\r\n table.MsoNormalTable\r\n {mso-style-name:\"Table Normal\";\r\n mso-tstyle-rowband-size:0;\r\n mso-tstyle-colband-size:0;\r\n mso-style-noshow:yes;\r\n mso-style-priority:99;\r\n mso-style-qformat:yes;\r\n mso-style-parent:\"\";\r\n mso-padding-alt:0in 5.4pt 0in 5.4pt;\r\n mso-para-margin-top:0in;\r\n mso-para-margin-right:0in;\r\n mso-para-margin-bottom:10.0pt;\r\n mso-para-margin-left:0in;\r\n line-height:115%;\r\n mso-pagination:widow-orphan;\r\n font-size:11.0pt;\r\n font-family:\"Calibri\",\"sans-serif\";\r\n mso-ascii-font-family:Calibri;\r\n mso-ascii-theme-font:minor-latin;\r\n mso-hansi-font-family:Calibri;\r\n mso-hansi-theme-font:minor-latin;\r\n mso-bidi-font-family:\"Times New Roman\";\r\n mso-bidi-theme-font:minor-bidi;}\r\n</style><![endif]-->\r\n\r\n<center><iframe src=\"http://www.westromgroup.com/wp-content/uploads/2013/10/application-fee.html\" height=\"500\" width=\"100%\" scrolling=\"no\"></iframe></center>','Property Management Fee','','inherit','closed','open','','5145-revision-v1','','','2013-11-02 07:01:33','2013-11-02 07:01:33','',5145,'http://www.westromgroup.com/5145-revision-v1/',0,'revision','',0),(5281,1,'2013-11-02 06:55:45','2013-11-02 06:55:45','<!--[if gte mso 9]><xml>\r\n <w:WordDocument>\r\n <w:View>Normal</w:View>\r\n <w:Zoom>0</w:Zoom>\r\n <w:TrackMoves/>\r\n <w:TrackFormatting/>\r\n <w:PunctuationKerning/>\r\n <w:ValidateAgainstSchemas/>\r\n <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n <w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n <w:DoNotPromoteQF/>\r\n <w:LidThemeOther>EN-US</w:LidThemeOther>\r\n <w:LidThemeAsian>X-NONE</w:LidThemeAsian>\r\n <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n <w:Compatibility>\r\n <w:BreakWrappedTables/>\r\n <w:SnapToGridInCell/>\r\n <w:WrapTextWithPunct/>\r\n <w:UseAsianBreakRules/>\r\n <w:DontGrowAutofit/>\r\n <w:SplitPgBreakAndParaMark/>\r\n <w:DontVertAlignCellWithSp/>\r\n <w:DontBreakConstrainedForcedTables/>\r\n <w:DontVertAlignInTxbx/>\r\n <w:Word11KerningPairs/>\r\n <w:CachedColBalance/>\r\n </w:Compatibility>\r\n <m:mathPr>\r\n <m:mathFont m:val=\"Cambria Math\"/>\r\n <m:brkBin m:val=\"before\"/>\r\n <m:brkBinSub m:val=\"--\"/>\r\n <m:smallFrac m:val=\"off\"/>\r\n <m:dispDef/>\r\n <m:lMargin m:val=\"0\"/>\r\n <m:rMargin m:val=\"0\"/>\r\n <m:defJc m:val=\"centerGroup\"/>\r\n <m:wrapIndent m:val=\"1440\"/>\r\n <m:intLim m:val=\"subSup\"/>\r\n <m:naryLim m:val=\"undOvr\"/>\r\n </m:mathPr></w:WordDocument>\r\n</xml><![endif]--> \r\n<p class=\"MsoNormalCxSpFirst\" style=\"background: white; vertical-align: baseline;\"><span style=\"mso-bidi-font-family: Calibri;\"><a href=\"http://www.westromgroup.com/wp-content/uploads/2013/09/column-service-1.png\"><img class=\"size-full wp-image-5168 alignleft\" title=\"property management fee\" alt=\"property management fee\" src=\"http://www.westromgroup.com/wp-content/uploads/2013/09/column-service-1.png\" width=\"131\" height=\"131\" /></a>Westrom Group is a reputable </span><b style=\"mso-bidi-font-weight: normal;\"><span style=\"mso-fareast-font-family: \'Times New Roman\'; mso-bidi-font-family: Calibri;\">property management</span></b><span style=\"mso-fareast-font-family: \'Times New Roman\'; mso-bidi-font-family: Calibri;\"> and real estate company that is based in Dallas/Fort WorthMetroplex.</span></p>\r\n \r\n<p class=\"MsoNormalCxSpMiddle\"><span style=\"mso-fareast-font-family: \'Times New Roman\'; mso-bidi-font-family: Calibri; border: none windowtext 1.0pt; mso-border-alt: none windowtext 0in; padding: 0in; mso-bidi-font-weight: bold;\">PayPal is Westrom Group’s way of collecting property management fee</span><span style=\"mso-fareast-font-family: \'Times New Roman\'; mso-bidi-font-family: Calibri;\">. <span style=\"border: none windowtext 1.0pt; mso-border-alt: none windowtext 0in; padding: 0in; mso-bidi-font-weight: bold;\">By continuing to this PayPal account, you agree that this is non-refundable application fee. </span></span></p>\r\n \r\n\r\n<!--[if gte mso 9]><xml>\r\n <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"\r\n DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"\r\n LatentStyleCount=\"267\">\r\n <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>\r\n <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>\r\n </w:LatentStyles>\r\n</xml><![endif]--><!--[if gte mso 10]>\r\n<style>\r\n /* Style Definitions */\r\n table.MsoNormalTable\r\n {mso-style-name:\"Table Normal\";\r\n mso-tstyle-rowband-size:0;\r\n mso-tstyle-colband-size:0;\r\n mso-style-noshow:yes;\r\n mso-style-priority:99;\r\n mso-style-qformat:yes;\r\n mso-style-parent:\"\";\r\n mso-padding-alt:0in 5.4pt 0in 5.4pt;\r\n mso-para-margin-top:0in;\r\n mso-para-margin-right:0in;\r\n mso-para-margin-bottom:10.0pt;\r\n mso-para-margin-left:0in;\r\n line-height:115%;\r\n mso-pagination:widow-orphan;\r\n font-size:11.0pt;\r\n font-family:\"Calibri\",\"sans-serif\";\r\n mso-ascii-font-family:Calibri;\r\n mso-ascii-theme-font:minor-latin;\r\n mso-hansi-font-family:Calibri;\r\n mso-hansi-theme-font:minor-latin;\r\n mso-bidi-font-family:\"Times New Roman\";\r\n mso-bidi-theme-font:minor-bidi;}\r\n</style>\r\n<![endif]--><center><iframe src=\"http://www.westromgroup.com/wp-content/uploads/2013/10/application-fee.html\" height=\"500\" width=\"100%\" scrolling=\"no\"></iframe></center>','Property Management Fee','','inherit','closed','open','','5145-revision-v1','','','2013-11-02 06:55:45','2013-11-02 06:55:45','',5145,'http://www.westromgroup.com/5145-revision-v1/',0,'revision','',0),(5284,1,'2013-11-02 07:23:46','2013-11-02 07:23:46','<!--[if gte mso 9]><xml>\r\n<w:WordDocument>\r\n<w:View>Normal</w:View>\r\n<w:Zoom>0</w:Zoom>\r\n<w:TrackMoves/>\r\n<w:TrackFormatting/>\r\n<w:PunctuationKerning/>\r\n<w:ValidateAgainstSchemas/>\r\n<w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n<w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n<w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n<w:DoNotPromoteQF/>\r\n<w:LidThemeOther>EN-US</w:LidThemeOther>\r\n<w:LidThemeAsian>X-NONE</w:LidThemeAsian>\r\n<w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n<w:Compatibility>\r\n<w:BreakWrappedTables/>\r\n<w:SnapToGridInCell/>\r\n<w:WrapTextWithPunct/>\r\n<w:UseAsianBreakRules/>\r\n<w:DontGrowAutofit/>\r\n<w:SplitPgBreakAndParaMark/>\r\n<w:DontVertAlignCellWithSp/>\r\n<w:DontBreakConstrainedForcedTables/>\r\n<w:DontVertAlignInTxbx/>\r\n<w:Word11KerningPairs/>\r\n<w:CachedColBalance/>\r\n</w:Compatibility>\r\n<m:mathPr>\r\n<m:mathFont m:val=\"Cambria Math\"/>\r\n<m:brkBin m:val=\"before\"/>\r\n<m:brkBinSub m:val=\"--\"/>\r\n<m:smallFrac m:val=\"off\"/>\r\n<m:dispDef/>\r\n<m:lMargin m:val=\"0\"/>\r\n<m:rMargin m:val=\"0\"/>\r\n<m:defJc m:val=\"centerGroup\"/>\r\n<m:wrapIndent m:val=\"1440\"/>\r\n<m:intLim m:val=\"subSup\"/>\r\n<m:naryLim m:val=\"undOvr\"/>\r\n</m:mathPr></w:WordDocument>\r\n</xml><![endif]-->\r\n<p class=\"MsoNormalCxSpFirst\" style=\"background: white; vertical-align: baseline;\"><span style=\"mso-bidi-font-family: Calibri;\"><a href=\"http://www.westromgroup.com/wp-content/uploads/2013/09/column-service-1.png\"><img class=\"size-full wp-image-5168 alignleft\" title=\"property management fee\" alt=\"property management fee\" src=\"http://www.westromgroup.com/wp-content/uploads/2013/09/column-service-1.png\" width=\"104\" height=\"104\" /></a><a href=\"http://www.westromgroup.com\">Westrom Group</a> is a reputable </span><b style=\"mso-bidi-font-weight: normal;\"><span style=\"mso-fareast-font-family: \'Times New Roman\'; mso-bidi-font-family: Calibri;\">property management</span></b><span style=\"mso-fareast-font-family: \'Times New Roman\'; mso-bidi-font-family: Calibri;\"> and real estate company that is based in Dallas/Fort WorthMetroplex.</span></p>\r\n<p class=\"MsoNormalCxSpMiddle\"><span style=\"mso-fareast-font-family: \'Times New Roman\'; mso-bidi-font-family: Calibri; border: none windowtext 1.0pt; mso-border-alt: none windowtext 0in; padding: 0in; mso-bidi-font-weight: bold;\">PayPal is Westrom Group’s way of collecting property management fee</span><span style=\"mso-fareast-font-family: \'Times New Roman\'; mso-bidi-font-family: Calibri;\">. <span style=\"border: none windowtext 1.0pt; mso-border-alt: none windowtext 0in; padding: 0in; mso-bidi-font-weight: bold;\">By continuing to this PayPal account, you agree that this is non-refundable application fee. </span></span></p>\r\n \r\n\r\n<!--[if gte mso 9]><xml>\r\n<w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"\r\nDefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"\r\nLatentStyleCount=\"267\">\r\n<w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Table Grid\"/>\r\n<w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Shading\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light List\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Grid\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Dark List\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful List\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>\r\n<w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"\r\nUnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>\r\n<w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>\r\n</w:LatentStyles>\r\n</xml><![endif]--><!--[if gte mso 10]>\r\n\r\n<style>\r\n /* Style Definitions */\r\n table.MsoNormalTable\r\n {mso-style-name:\"Table Normal\";\r\n mso-tstyle-rowband-size:0;\r\n mso-tstyle-colband-size:0;\r\n mso-style-noshow:yes;\r\n mso-style-priority:99;\r\n mso-style-qformat:yes;\r\n mso-style-parent:\"\";\r\n mso-padding-alt:0in 5.4pt 0in 5.4pt;\r\n mso-para-margin-top:0in;\r\n mso-para-margin-right:0in;\r\n mso-para-margin-bottom:10.0pt;\r\n mso-para-margin-left:0in;\r\n line-height:115%;\r\n mso-pagination:widow-orphan;\r\n font-size:11.0pt;\r\n font-family:\"Calibri\",\"sans-serif\";\r\n mso-ascii-font-family:Calibri;\r\n mso-ascii-theme-font:minor-latin;\r\n mso-hansi-font-family:Calibri;\r\n mso-hansi-theme-font:minor-latin;\r\n mso-bidi-font-family:\"Times New Roman\";\r\n mso-bidi-theme-font:minor-bidi;}\r\n</style><![endif]-->\r\n\r\n<center><iframe src=\"http://www.westromgroup.com/wp-content/uploads/2013/10/application-fee.html\" height=\"500\" width=\"100%\" scrolling=\"no\"></iframe></center>','Property Management Fee','','inherit','closed','open','','5145-revision-v1','','','2013-11-02 07:23:46','2013-11-02 07:23:46','',5145,'http://www.westromgroup.com/5145-revision-v1/',0,'revision','',0),(5286,1,'2013-11-02 08:20:27','2013-11-02 08:20:27','Donec sed odio dui. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Sed posuere consectetur est at lobortis. Nulla vitae elit libero, a pharetra augue. Donec ullamcorper nulla non metus auctor fringilla. Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam porta sem malesuada magna mollis euismod. Aenean eu leo quam.\n\nDonec id elit non mi porta gravida at eget metus. Aenean lacinia bibendum nulla sed consectetur. Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Donec ullamcorper nulla non metus auctor fringilla. Donec ullamcorper nulla non metus auctor fringilla. Integer posuere erat a ante venenatis dapibus posuere velit aliquet.\n\n[quote align=\"center\" color=\"#999999\"]Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Donec ullamcorper nulla non metus auctor fringilla.[/quote]\n\nPellentesque ornare sem lacinia quam venenatis vestibulum. Aenean lacinia bibendum nulla sed consectetur.Cras mattis consectetur purus sit amet fermentum. Sed posuere consectetur est at lobortis. Nulla vitae elit libero, a pharetra augue. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec id elit non mi porta gravida at eget metus. Vestibulum id ligula porta felis euismod semper. Vestibulum id ligula porta felis euismod semper.\n\nAenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Integer posuere erat a ante venenatis dapibus posuere velit aliquet.','Aenean lacinia bibendum nulla','','inherit','closed','open','','97-revision-v1','','','2013-11-02 08:20:27','2013-11-02 08:20:27','',97,'http://www.westromgroup.com/97-revision-v1/',0,'revision','',0),(5287,1,'2013-11-02 08:20:27','2013-11-02 08:20:27','Donec sed odio dui. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Sed posuere consectetur est at lobortis. Nulla vitae elit libero, a pharetra augue. Donec ullamcorper nulla non metus auctor fringilla. Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam porta sem malesuada magna mollis euismod. Aenean eu leo quam.\n\nDonec id elit non mi porta gravida at eget metus. Aenean lacinia bibendum nulla sed consectetur. Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Donec ullamcorper nulla non metus auctor fringilla. Donec ullamcorper nulla non metus auctor fringilla. Integer posuere erat a ante venenatis dapibus posuere velit aliquet.\n\n[quote align=\"center\" color=\"#999999\"]Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Donec ullamcorper nulla non metus auctor fringilla.[/quote]\n\nPellentesque ornare sem lacinia quam venenatis vestibulum. Aenean lacinia bibendum nulla sed consectetur.Cras mattis consectetur purus sit amet fermentum. Sed posuere consectetur est at lobortis. Nulla vitae elit libero, a pharetra augue. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec id elit non mi porta gravida at eget metus. Vestibulum id ligula porta felis euismod semper. Vestibulum id ligula porta felis euismod semper.\n\nAenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Integer posuere erat a ante venenatis dapibus posuere velit aliquet.','Post Different Thumb','','inherit','closed','open','','107-revision-v1','','','2013-11-02 08:20:27','2013-11-02 08:20:27','',107,'http://www.westromgroup.com/107-revision-v1/',0,'revision','',0),(5288,1,'2013-11-02 08:20:27','2013-11-02 08:20:27','Donec sed odio dui. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Sed posuere consectetur est at lobortis. Nulla vitae elit libero, a pharetra augue. Donec ullamcorper nulla non metus auctor fringilla. Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam porta sem malesuada magna mollis euismod. Aenean eu leo quam.\n\nDonec id elit non mi porta gravida at eget metus. Aenean lacinia bibendum nulla sed consectetur. Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Donec ullamcorper nulla non metus auctor fringilla. Donec ullamcorper nulla non metus auctor fringilla. Integer posuere erat a ante venenatis dapibus posuere velit aliquet.\n\n[quote align=\"center\" color=\"#999999\"]Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Donec ullamcorper nulla non metus auctor fringilla.[/quote]\n\nPellentesque ornare sem lacinia quam venenatis vestibulum. Aenean lacinia bibendum nulla sed consectetur.Cras mattis consectetur purus sit amet fermentum. Sed posuere consectetur est at lobortis. Nulla vitae elit libero, a pharetra augue. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec id elit non mi porta gravida at eget metus. Vestibulum id ligula porta felis euismod semper. Vestibulum id ligula porta felis euismod semper.\n\nAenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Integer posuere erat a ante venenatis dapibus posuere velit aliquet.','Purus Inceptos Euismod Fringilla Lor','','inherit','closed','open','','60-revision-v1','','','2013-11-02 08:20:27','2013-11-02 08:20:27','',60,'http://www.westromgroup.com/60-revision-v1/',0,'revision','',0),(5289,1,'2013-11-02 08:20:27','2013-11-02 08:20:27','Donec sed odio dui. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Sed posuere consectetur est at lobortis. Nulla vitae elit libero, a pharetra augue. Donec ullamcorper nulla non metus auctor fringilla. Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam porta sem malesuada magna mollis euismod. Aenean eu leo quam.\n\nDonec id elit non mi porta gravida at eget metus. Aenean lacinia bibendum nulla sed consectetur. Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Donec ullamcorper nulla non metus auctor fringilla. Donec ullamcorper nulla non metus auctor fringilla. Integer posuere erat a ante venenatis dapibus posuere velit aliquet.\n\n[quote align=\"center\" color=\"#999999\"]Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Donec ullamcorper nulla non metus auctor fringilla.[/quote]\n\nPellentesque ornare sem lacinia quam venenatis vestibulum. Aenean lacinia bibendum nulla sed consectetur.Cras mattis consectetur purus sit amet fermentum. Sed posuere consectetur est at lobortis. Nulla vitae elit libero, a pharetra augue. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec id elit non mi porta gravida at eget metus. Vestibulum id ligula porta felis euismod semper. Vestibulum id ligula porta felis euismod semper.\n\nAenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Integer posuere erat a ante venenatis dapibus posuere velit aliquet.','Fringilla Commodo Aenean','','inherit','closed','open','','1091-revision-v1','','','2013-11-02 08:20:27','2013-11-02 08:20:27','',1091,'http://www.westromgroup.com/1091-revision-v1/',0,'revision','',0),(5290,1,'2013-11-02 08:20:27','2013-11-02 08:20:27','Donec sed odio dui. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Sed posuere consectetur est at lobortis. Nulla vitae elit libero, a pharetra augue. Donec ullamcorper nulla non metus auctor fringilla. Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam porta sem malesuada magna mollis euismod. Aenean eu leo quam.\n\nDonec id elit non mi porta gravida at eget metus. Aenean lacinia bibendum nulla sed consectetur. Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Donec ullamcorper nulla non metus auctor fringilla. Donec ullamcorper nulla non metus auctor fringilla. Integer posuere erat a ante venenatis dapibus posuere velit aliquet.\n\n[quote align=\"center\" color=\"#999999\"]Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Donec ullamcorper nulla non metus auctor fringilla.[/quote]\n\nPellentesque ornare sem lacinia quam venenatis vestibulum. Aenean lacinia bibendum nulla sed consectetur.Cras mattis consectetur purus sit amet fermentum. Sed posuere consectetur est at lobortis. Nulla vitae elit libero, a pharetra augue. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec id elit non mi porta gravida at eget metus. Vestibulum id ligula porta felis euismod semper. Vestibulum id ligula porta felis euismod semper.\n\nAenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Integer posuere erat a ante venenatis dapibus posuere velit aliquet.','Ornare Nullam Inceptos','','inherit','closed','open','','3002-revision-v1','','','2013-11-02 08:20:27','2013-11-02 08:20:27','',3002,'http://www.westromgroup.com/3002-revision-v1/',0,'revision','',0),(5291,1,'2013-11-02 08:20:27','2013-11-02 08:20:27','Donec sed odio dui. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Sed posuere consectetur est at lobortis. Nulla vitae elit libero, a pharetra augue. Donec ullamcorper nulla non metus auctor fringilla. Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam porta sem malesuada magna mollis euismod. Aenean eu leo quam.\n\nDonec id elit non mi porta gravida at eget metus. Aenean lacinia bibendum nulla sed consectetur. Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Donec ullamcorper nulla non metus auctor fringilla. Donec ullamcorper nulla non metus auctor fringilla. Integer posuere erat a ante venenatis dapibus posuere velit aliquet.\n\n[quote align=\"center\" color=\"#999999\"]Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Donec ullamcorper nulla non metus auctor fringilla.[/quote]\n\nPellentesque ornare sem lacinia quam venenatis vestibulum. Aenean lacinia bibendum nulla sed consectetur.Cras mattis consectetur purus sit amet fermentum. Sed posuere consectetur est at lobortis. Nulla vitae elit libero, a pharetra augue. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec id elit non mi porta gravida at eget metus. Vestibulum id ligula porta felis euismod semper. Vestibulum id ligula porta felis euismod semper.\n\nAenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Integer posuere erat a ante venenatis dapibus posuere velit aliquet.','This is Just a Single Clean Post','','inherit','closed','open','','1098-revision-v1','','','2013-11-02 08:20:27','2013-11-02 08:20:27','',1098,'http://www.westromgroup.com/1098-revision-v1/',0,'revision','',0),(5292,1,'2013-11-02 08:20:27','2013-11-02 08:20:27','This is some dummy copy. You’re not really supposed to read this dummy copy, it is just a place holder for people who need some type to visualize what the actual copy might look like if it were real content.\n\nIf you want to read, I might suggest a good book, perhaps <a title=\"Hemingway\" href=\"http://en.wikipedia.org/wiki/Ernest_Hemingway\">Hemingway</a> or <a title=\"Melville\" href=\"http://en.wikipedia.org/wiki/Herman_Melville\">Melville</a>. That’s why they call it, the dummy copy. This, of course, is not the real copy for this entry. Rest assured, the words will expand the concept. With clarity. Conviction. And a little wit.\n\nIn today’s competitive <a title=\"market environment\" href=\"http://en.wikipedia.org/wiki/Market_environment\">market environment</a>, the body copy of your entry must lead the reader through a series of <strong>disarmingly simple thoughts</strong>.\n\nAll your supporting arguments must be communicated with simplicity and charm. And in such a way that the reader will read on. (After all, that’s a reader’s job: to read, isn’t it?) And by the time your readers have reached this point in the finished copy, you will have convinced them that you not only respect their intelligence, but you also <strong>understand their needs as consumers</strong>.<!--more-->\n\nAs a result of which, your entry will repay your <a title=\"writing\" href=\"http://en.wikipedia.org/wiki/Writing\">efforts</a>. Take your sales; simply put, they will rise. Likewise your credibility. There’s every chance your competitors will wish they’d placed this entry, not you. While your customers will have probably forgotten that your competitors even exist. Which brings us, by a somewhat circuitous route, to another small point, but one which we feel should be raised.\n<h3>Long copy or short - You decide</h3>\nAs a marketer, you probably don’t even believe in body copy. <strong>Let alone long body copy</strong>. (Unless you have a long body yourself.) Well, truth is, who‘s to blame you? Fact is, too much long body copy is dotted with such indulgent little phrases like <a title=\"truth\" href=\"http://en.wikipedia.org/wiki/Truth\">truth</a> is, fact is, and who’s to blame you. Trust us: we guarantee, with a hand over our heart, that no such indulgent rubbish will appear in your entry. That’s why God gave us big blue pencils. So we can expunge every example of witted waffle.\n<blockquote>For you, the skies will be blue, the birds will sing, and your copy will be crafted by a dedicated little man whose wife will be sitting at home, knitting, wondering why your entry demands more of her husband‘s time than it should.</blockquote>\n\nBut you will know why, won‘t you? You will have given her husband a chance to immortalize himself in print, writing some of the most persuasive prose on behalf of a truly enlightened purveyor of <a title=\"widgets\" href=\"http://en.wikipedia.org/wiki/Widgets\">widgets</a>. And so, while your dedicated reader, enslaved to each mellifluous paragraph, clutches his newspaper with increasing interest and intention to purchase, you can count all your increased profits and take pots of money to your bank. Sadly, this is not the real copy for this entry. <strong>But it could well be</strong>. All you have to do is look at the <a title=\"account executive\" href=\"http://en.wikipedia.org/wiki/Account_executive\">account executive</a> sitting across your desk (the fellow with the lugubrious face and the calf-like eyes), and say ”Yes! Yes! Yes!“ And anything you want, body copy, dinners, women, will be yours. Couldn’t be fairer than that, could we?','Rare Seagull Lands at Coney Island','','inherit','closed','open','','503-revision-v1','','','2013-11-02 08:20:27','2013-11-02 08:20:27','',503,'http://www.westromgroup.com/503-revision-v1/',0,'revision','',0),(5293,1,'2013-11-02 08:20:27','2013-11-02 08:20:27','This is some dummy copy. You’re not really supposed to read this dummy copy, it is just a place holder for people who need some type to visualize what the actual copy might look like if it were real content.\n\nIf you want to read, I might suggest a good book, perhaps <a title=\"Hemingway\" href=\"http://en.wikipedia.org/wiki/Ernest_Hemingway\">Hemingway</a> or <a title=\"Melville\" href=\"http://en.wikipedia.org/wiki/Herman_Melville\">Melville</a>. That’s why they call it, the dummy copy. This, of course, is not the real copy for this entry. Rest assured, the words will expand the concept. With clarity. Conviction. And a little wit.\n\nIn today’s competitive <a title=\"market environment\" href=\"http://en.wikipedia.org/wiki/Market_environment\">market environment</a>, the body copy of your entry must lead the reader through a series of <strong>disarmingly simple thoughts</strong>.\n\n\n\nAll your supporting arguments must be communicated with simplicity and charm. And in such a way that the reader will read on. (After all, that’s a reader’s job: to read, isn’t it?) And by the time your readers have reached this point in the finished copy, you will have convinced them that you not only respect their intelligence, but you also <strong>understand their needs as consumers</strong>.\n\nAs a result of which, your entry will repay your <a title=\"writing\" href=\"http://en.wikipedia.org/wiki/Writing\">efforts</a>. Take your sales; simply put, they will rise. Likewise your credibility. There’s every chance your competitors will wish they’d placed this entry, not you. While your customers will have probably forgotten that your competitors even exist. Which brings us, by a somewhat circuitous route, to another small point, but one which we feel should be raised.\n<h3>Long copy or short - You decide</h3>\nAs a marketer, you probably don’t even believe in body copy. <strong>Let alone long body copy</strong>. (Unless you have a long body yourself.) Well, truth is, who‘s to blame you? Fact is, too much long body copy is dotted with such indulgent little phrases like <a title=\"truth\" href=\"http://en.wikipedia.org/wiki/Truth\">truth</a> is, fact is, and who’s to blame you. Trust us: we guarantee, with a hand over our heart, that no such indulgent rubbish will appear in your entry. That’s why God gave us big blue pencils. So we can expunge every example of witted waffle.\n<blockquote>For you, the skies will be blue, the birds will sing, and your copy will be crafted by a dedicated little man whose wife will be sitting at home, knitting, wondering why your entry demands more of her husband‘s time than it should.</blockquote>\nBut you will know why, won‘t you? You will have given her husband a chance to immortalize himself in print, writing some of the most persuasive prose on behalf of a truly enlightened purveyor of <a title=\"widgets\" href=\"http://en.wikipedia.org/wiki/Widgets\">widgets</a>. And so, while your dedicated reader, enslaved to each mellifluous paragraph, clutches his newspaper with increasing interest and intention to purchase, you can count all your increased profits and take pots of money to your bank. Sadly, this is not the real copy for this entry. <strong>But it could well be</strong>. All you have to do is look at the <a title=\"account executive\" href=\"http://en.wikipedia.org/wiki/Account_executive\">account executive</a> sitting across your desk (the fellow with the lugubrious face and the calf-like eyes), and say ”Yes! Yes! Yes!“ And anything you want, body copy, dinners, women, will be yours. Couldn’t be fairer than that, could we?','Lamborghini Aventador','This is some dummy copy. You’re not really supposed to read this dummy copy, it is just a place holder for people who need some type to visualize what the actual copy might look like if it were real content.','inherit','closed','open','','672-revision-v1','','','2013-11-02 08:20:27','2013-11-02 08:20:27','',672,'http://www.westromgroup.com/672-revision-v1/',0,'revision','',0),(5294,1,'2013-11-02 08:20:27','2013-11-02 08:20:27','This is some dummy copy. You’re not really supposed to read this dummy copy, it is just a place holder for people who need some type to visualize what the actual copy might look like if it were real content.\n\nIf you want to read, I might suggest a good book, perhaps <a title=\"Hemingway\" href=\"http://en.wikipedia.org/wiki/Ernest_Hemingway\">Hemingway</a> or <a title=\"Melville\" href=\"http://en.wikipedia.org/wiki/Herman_Melville\">Melville</a>. That’s why they call it, the dummy copy. This, of course, is not the real copy for this entry. Rest assured, the words will expand the concept. With clarity. Conviction. And a little wit.\n\nIn today’s competitive <a title=\"market environment\" href=\"http://en.wikipedia.org/wiki/Market_environment\">market environment</a>, the body copy of your entry must lead the reader through a series of <strong>disarmingly simple thoughts</strong>.\n\nAll your supporting arguments must be communicated with simplicity and charm. And in such a way that the reader will read on. (After all, that’s a reader’s job: to read, isn’t it?) And by the time your readers have reached this point in the finished copy, you will have convinced them that you not only respect their intelligence, but you also <strong>understand their needs as consumers</strong>.<!--more-->\n\nAs a result of which, your entry will repay your <a title=\"writing\" href=\"http://en.wikipedia.org/wiki/Writing\">efforts</a>. Take your sales; simply put, they will rise. Likewise your credibility. There’s every chance your competitors will wish they’d placed this entry, not you. While your customers will have probably forgotten that your competitors even exist. Which brings us, by a somewhat circuitous route, to another small point, but one which we feel should be raised.\n<h3>Long copy or short - You decide</h3>\nAs a marketer, you probably don’t even believe in body copy. <strong>Let alone long body copy</strong>. (Unless you have a long body yourself.) Well, truth is, who‘s to blame you? Fact is, too much long body copy is dotted with such indulgent little phrases like <a title=\"truth\" href=\"http://en.wikipedia.org/wiki/Truth\">truth</a> is, fact is, and who’s to blame you. Trust us: we guarantee, with a hand over our heart, that no such indulgent rubbish will appear in your entry. That’s why God gave us big blue pencils. So we can expunge every example of witted waffle.\n<blockquote>For you, the skies will be blue, the birds will sing, and your copy will be crafted by a dedicated little man whose wife will be sitting at home, knitting, wondering why your entry demands more of her husband‘s time than it should.</blockquote>\nBut you will know why, won‘t you? You will have given her husband a chance to immortalize himself in print, writing some of the most persuasive prose on behalf of a truly enlightened purveyor of <a title=\"widgets\" href=\"http://en.wikipedia.org/wiki/Widgets\">widgets</a>. And so, while your dedicated reader, enslaved to each mellifluous paragraph, clutches his newspaper with increasing interest and intention to purchase, you can count all your increased profits and take pots of money to your bank. Sadly, this is not the real copy for this entry. <strong>But it could well be</strong>. All you have to do is look at the <a title=\"account executive\" href=\"http://en.wikipedia.org/wiki/Account_executive\">account executive</a> sitting across your desk (the fellow with the lugubrious face and the calf-like eyes), and say ”Yes! Yes! Yes!“ And anything you want, body copy, dinners, women, will be yours. Couldn’t be fairer than that, could we?','Donec in nonummy dolor luctus','This is some dummy copy. You’re not really supposed to read this dummy copy, it is just a place holder for people who need some type to visualize what the actual copy might look like if it were real content. ','inherit','closed','open','','391-revision-v1','','','2013-11-02 08:20:27','2013-11-02 08:20:27','',391,'http://www.westromgroup.com/391-revision-v1/',0,'revision','',0),(5295,1,'2013-11-02 08:20:27','2013-11-02 08:20:27','This is some dummy copy. You’re not really supposed to read this dummy copy, it is just a place holder for people who need some type to visualize what the actual copy might look like if it were real content.\n\nIf you want to read, I might suggest a good book, perhaps <a title=\"Hemingway\" href=\"http://en.wikipedia.org/wiki/Ernest_Hemingway\">Hemingway</a> or <a title=\"Melville\" href=\"http://en.wikipedia.org/wiki/Herman_Melville\">Melville</a>. That’s why they call it, the dummy copy. This, of course, is not the real copy for this entry. Rest assured, the words will expand the concept. With clarity. Conviction. And a little wit.\n\nIn today’s competitive <a title=\"market environment\" href=\"http://en.wikipedia.org/wiki/Market_environment\">market environment</a>, the body copy of your entry must lead the reader through a series of <strong>disarmingly simple thoughts</strong>.\n\n\n\nAll your supporting arguments must be communicated with simplicity and charm. And in such a way that the reader will read on. (After all, that’s a reader’s job: to read, isn’t it?) And by the time your readers have reached this point in the finished copy, you will have convinced them that you not only respect their intelligence, but you also <strong>understand their needs as consumers</strong>.\n\nAs a result of which, your entry will repay your <a title=\"writing\" href=\"http://en.wikipedia.org/wiki/Writing\">efforts</a>. Take your sales; simply put, they will rise. Likewise your credibility. There’s every chance your competitors will wish they’d placed this entry, not you. While your customers will have probably forgotten that your competitors even exist. Which brings us, by a somewhat circuitous route, to another small point, but one which we feel should be raised.<!--more-->\n<h3>Long copy or short - You decide</h3>\nAs a marketer, you probably don’t even believe in body copy. <strong>Let alone long body copy</strong>. (Unless you have a long body yourself.) Well, truth is, who‘s to blame you? Fact is, too much long body copy is dotted with such indulgent little phrases like <a title=\"truth\" href=\"http://en.wikipedia.org/wiki/Truth\">truth</a> is, fact is, and who’s to blame you. Trust us: we guarantee, with a hand over our heart, that no such indulgent rubbish will appear in your entry. That’s why God gave us big blue pencils. So we can expunge every example of witted waffle.\n<blockquote>For you, the skies will be blue, the birds will sing, and your copy will be crafted by a dedicated little man whose wife will be sitting at home, knitting, wondering why your entry demands more of her husband‘s time than it should.</blockquote>\n\nBut you will know why, won‘t you? You will have given her husband a chance to immortalize himself in print, writing some of the most persuasive prose on behalf of a truly enlightened purveyor of <a title=\"widgets\" href=\"http://en.wikipedia.org/wiki/Widgets\">widgets</a>. And so, while your dedicated reader, enslaved to each mellifluous paragraph, clutches his newspaper with increasing interest and intention to purchase, you can count all your increased profits and take pots of money to your bank. Sadly, this is not the real copy for this entry. <strong>But it could well be</strong>. All you have to do is look at the <a title=\"account executive\" href=\"http://en.wikipedia.org/wiki/Account_executive\">account executive</a> sitting across your desk (the fellow with the lugubrious face and the calf-like eyes), and say ”Yes! Yes! Yes!“ And anything you want, body copy, dinners, women, will be yours. Couldn’t be fairer than that, could we?','Sailing to Alaska with Disney Cruise Line ','','inherit','closed','open','','674-revision-v1','','','2013-11-02 08:20:27','2013-11-02 08:20:27','',674,'http://www.westromgroup.com/674-revision-v1/',0,'revision','',0),(5296,1,'2013-11-02 08:20:27','2013-11-02 08:20:27','This is some dummy copy. You’re not really supposed to read this dummy copy, it is just a place holder for people who need some type to visualize what the actual copy might look like if it were real content.\n\nIf you want to read, I might suggest a good book, perhaps <a title=\"Hemingway\" href=\"http://en.wikipedia.org/wiki/Ernest_Hemingway\">Hemingway</a> or <a title=\"Melville\" href=\"http://en.wikipedia.org/wiki/Herman_Melville\">Melville</a>. That’s why they call it, the dummy copy. This, of course, is not the real copy for this entry. Rest assured, the words will expand the concept. With clarity. Conviction. And a little wit.\n\nIn today’s competitive <a title=\"market environment\" href=\"http://en.wikipedia.org/wiki/Market_environment\">market environment</a>, the body copy of your entry must lead the reader through a series of <strong>disarmingly simple thoughts</strong>.\n\n\n\nAll your supporting arguments must be communicated with simplicity and charm. And in such a way that the reader will read on. (After all, that’s a reader’s job: to read, isn’t it?) And by the time your readers have reached this point in the finished copy, you will have convinced them that you not only respect their intelligence, but you also <strong>understand their needs as consumers</strong>.<!--more-->\n<h3>Unordered List</h3>\n<ul>\n <li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>\n <li>Aliquam tincidunt mauris eu risus.</li>\n <li>Vestibulum auctor dapibus neque.</li>\n</ul>\n<h3>Ordered List</h3>\n<ol>\n <li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>\n <li>Aliquam tincidunt mauris eu risus.</li>\n <li>Vestibulum auctor dapibus neque.</li>\n</ol>\n<h3>Blockquote</h3>\n<blockquote>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus magna. Cras in mi at felis aliquet congue. Ut a est eget ligula molestie gravida. Curabitur massa. Donec eleifend, libero at sagittis mollis, tellus est malesuada tellus, at luctus turpis elit sit amet quam. Vivamus pretium ornare est.</blockquote>\n<h2>Header Level 2</h2>\n<h3>Header Level 3</h3>\n<h4>Header Level 4</h4>\n<h5>Header Level 5</h5>\n<h6>Header Level 6</h6>','Carving the Mountains','','inherit','closed','open','','673-revision-v1','','','2013-11-02 08:20:27','2013-11-02 08:20:27','',673,'http://www.westromgroup.com/673-revision-v1/',0,'revision','',0),(5297,1,'2013-11-02 08:20:27','2013-11-02 08:20:27','This is some dummy copy. You’re not really supposed to read this dummy copy, it is just a place holder for people who need some type to visualize what the actual copy might look like if it were real content.\n\nIf you want to read, I might suggest a good book, perhaps <a title=\"Hemingway\" href=\"http://en.wikipedia.org/wiki/Ernest_Hemingway\">Hemingway</a> or <a title=\"Melville\" href=\"http://en.wikipedia.org/wiki/Herman_Melville\">Melville</a>. That’s why they call it, the dummy copy. This, of course, is not the real copy for this entry. Rest assured, the words will expand the concept. With clarity. Conviction. And a little wit.\n\nIn today’s competitive <a title=\"market environment\" href=\"http://en.wikipedia.org/wiki/Market_environment\">market environment</a>, the body copy of your entry must lead the reader through a series of <strong>disarmingly simple thoughts</strong>.\n\nAll your supporting arguments must be communicated with simplicity and charm. And in such a way that the reader will read on. (After all, that’s a reader’s job: to read, isn’t it?) And by the time your readers have reached this point in the finished copy, you will have convinced them that you not only respect their intelligence, but you also <strong>understand their needs as consumers</strong>.<!--more-->\n\nAs a result of which, your entry will repay your <a title=\"writing\" href=\"http://en.wikipedia.org/wiki/Writing\">efforts</a>. Take your sales; simply put, they will rise. Likewise your credibility. There’s every chance your competitors will wish they’d placed this entry, not you. While your customers will have probably forgotten that your competitors even exist. Which brings us, by a somewhat circuitous route, to another small point, but one which we feel should be raised.\n<h3>Long copy or short - You decide</h3>\nAs a marketer, you probably don’t even believe in body copy. <strong>Let alone long body copy</strong>. (Unless you have a long body yourself.) Well, truth is, who‘s to blame you? Fact is, too much long body copy is dotted with such indulgent little phrases like <a title=\"truth\" href=\"http://en.wikipedia.org/wiki/Truth\">truth</a> is, fact is, and who’s to blame you. Trust us: we guarantee, with a hand over our heart, that no such indulgent rubbish will appear in your entry. That’s why God gave us big blue pencils. So we can expunge every example of witted waffle.\n<blockquote>For you, the skies will be blue, the birds will sing, and your copy will be crafted by a dedicated little man whose wife will be sitting at home, knitting, wondering why your entry demands more of her husband‘s time than it should.</blockquote>\nBut you will know why, won‘t you? You will have given her husband a chance to immortalize himself in print, writing some of the most persuasive prose on behalf of a truly enlightened purveyor of <a title=\"widgets\" href=\"http://en.wikipedia.org/wiki/Widgets\">widgets</a>. And so, while your dedicated reader, enslaved to each mellifluous paragraph, clutches his newspaper with increasing interest and intention to purchase, you can count all your increased profits and take pots of money to your bank. Sadly, this is not the real copy for this entry. <strong>But it could well be</strong>. All you have to do is look at the <a title=\"account executive\" href=\"http://en.wikipedia.org/wiki/Account_executive\">account executive</a> sitting across your desk (the fellow with the lugubrious face and the calf-like eyes), and say ”Yes! Yes! Yes!“ And anything you want, body copy, dinners, women, will be yours. Couldn’t be fairer than that, could we?','Suscipit lorem tristique','','inherit','closed','open','','385-revision-v1','','','2013-11-02 08:20:27','2013-11-02 08:20:27','',385,'http://www.westromgroup.com/385-revision-v1/',0,'revision','',0),(5298,1,'2013-11-02 08:20:28','2013-11-02 08:20:28','<img src=\"http://www.wpzoom.com/demo/magazinum/wp-content/uploads/2010/11/magazinum-11-258x300.jpg\" alt=\"\" width=\"258\" height=\"300\" class=\"alignright size-medium wp-image-405\" />This is some dummy copy. You’re not really supposed to read this dummy copy, it is just a place holder for people who need some type to visualize what the actual copy might look like if it were real content.\n\nIf you want to read, I might suggest a good book, perhaps <a title=\"Hemingway\" href=\"http://en.wikipedia.org/wiki/Ernest_Hemingway\">Hemingway</a> or <a title=\"Melville\" href=\"http://en.wikipedia.org/wiki/Herman_Melville\">Melville</a>. That’s why they call it, the dummy copy. This, of course, is not the real copy for this entry. Rest assured, the words will expand the concept. With clarity. Conviction. And a little wit.\n\nIn today’s competitive <a title=\"market environment\" href=\"http://en.wikipedia.org/wiki/Market_environment\">market environment</a>, the body copy of your entry must lead the reader through a series of <strong>disarmingly simple thoughts</strong>.\n\nAll your supporting arguments must be communicated with simplicity and charm. And in such a way that the reader will read on. (After all, that’s a reader’s job: to read, isn’t it?) And by the time your readers have reached this point in the finished copy, you will have convinced them that you not only respect their intelligence, but you also <strong>understand their needs as consumers</strong>.<!--more-->\n\nAs a result of which, your entry will repay your <a title=\"writing\" href=\"http://en.wikipedia.org/wiki/Writing\">efforts</a>. Take your sales; simply put, they will rise. Likewise your credibility. There’s every chance your competitors will wish they’d placed this entry, not you. While your customers will have probably forgotten that your competitors even exist. Which brings us, by a somewhat circuitous route, to another small point, but one which we feel should be raised.\n<h3>Long copy or short - You decide</h3>\nAs a marketer, you probably don’t even believe in body copy. <strong>Let alone long body copy</strong>. (Unless you have a long body yourself.) Well, truth is, who‘s to blame you? Fact is, too much long body copy is dotted with such indulgent little phrases like <a title=\"truth\" href=\"http://en.wikipedia.org/wiki/Truth\">truth</a> is, fact is, and who’s to blame you. Trust us: we guarantee, with a hand over our heart, that no such indulgent rubbish will appear in your entry. That’s why God gave us big blue pencils. So we can expunge every example of witted waffle.\n<blockquote>For you, the skies will be blue, the birds will sing, and your copy will be crafted by a dedicated little man whose wife will be sitting at home, knitting, wondering why your entry demands more of her husband‘s time than it should.</blockquote>\nBut you will know why, won‘t you? You will have given her husband a chance to immortalize himself in print, writing some of the most persuasive prose on behalf of a truly enlightened purveyor of <a title=\"widgets\" href=\"http://en.wikipedia.org/wiki/Widgets\">widgets</a>. And so, while your dedicated reader, enslaved to each mellifluous paragraph, clutches his newspaper with increasing interest and intention to purchase, you can count all your increased profits and take pots of money to your bank. Sadly, this is not the real copy for this entry. <strong>But it could well be</strong>. All you have to do is look at the <a title=\"account executive\" href=\"http://en.wikipedia.org/wiki/Account_executive\">account executive</a> sitting across your desk (the fellow with the lugubrious face and the calf-like eyes), and say ”Yes! Yes! Yes!“ And anything you want, body copy, dinners, women, will be yours. Couldn’t be fairer than that, could we?','Vel fringilla, accumsan nam rhoncus, orci diam','','inherit','closed','open','','403-revision-v1','','','2013-11-02 08:20:28','2013-11-02 08:20:28','',403,'http://www.westromgroup.com/403-revision-v1/',0,'revision','',0),(5299,1,'2013-11-02 08:20:28','2013-11-02 08:20:28','<img src=\"http://www.wpzoom.com/demo/magazinum/wp-content/uploads/2010/11/magazinum-10-300x199.jpg\" alt=\"\" width=\"300\" height=\"199\" class=\"alignright size-medium wp-image-401\" />This is some dummy copy. You’re not really supposed to read this dummy copy, it is just a place holder for people who need some type to visualize what the actual copy might look like if it were real content.\n\nIf you want to read, I might suggest a good book, perhaps <a title=\"Hemingway\" href=\"http://en.wikipedia.org/wiki/Ernest_Hemingway\">Hemingway</a> or <a title=\"Melville\" href=\"http://en.wikipedia.org/wiki/Herman_Melville\">Melville</a>. That’s why they call it, the dummy copy. This, of course, is not the real copy for this entry. Rest assured, the words will expand the concept. With clarity. Conviction. And a little wit.\n\nIn today’s competitive <a title=\"market environment\" href=\"http://en.wikipedia.org/wiki/Market_environment\">market environment</a>, the body copy of your entry must lead the reader through a series of <strong>disarmingly simple thoughts</strong>.\n\nAll your supporting arguments must be communicated with simplicity and charm. And in such a way that the reader will read on. (After all, that’s a reader’s job: to read, isn’t it?) And by the time your readers have reached this point in the finished copy, you will have convinced them that you not only respect their intelligence, but you also <strong>understand their needs as consumers</strong>.<!--more-->\n\nAs a result of which, your entry will repay your <a title=\"writing\" href=\"http://en.wikipedia.org/wiki/Writing\">efforts</a>. Take your sales; simply put, they will rise. Likewise your credibility. There’s every chance your competitors will wish they’d placed this entry, not you. While your customers will have probably forgotten that your competitors even exist. Which brings us, by a somewhat circuitous route, to another small point, but one which we feel should be raised.\n<h3>Long copy or short - You decide</h3>\nAs a marketer, you probably don’t even believe in body copy. <strong>Let alone long body copy</strong>. (Unless you have a long body yourself.) Well, truth is, who‘s to blame you? Fact is, too much long body copy is dotted with such indulgent little phrases like <a title=\"truth\" href=\"http://en.wikipedia.org/wiki/Truth\">truth</a> is, fact is, and who’s to blame you. Trust us: we guarantee, with a hand over our heart, that no such indulgent rubbish will appear in your entry. That’s why God gave us big blue pencils. So we can expunge every example of witted waffle.\n<blockquote>For you, the skies will be blue, the birds will sing, and your copy will be crafted by a dedicated little man whose wife will be sitting at home, knitting, wondering why your entry demands more of her husband‘s time than it should.</blockquote>\nBut you will know why, won‘t you? You will have given her husband a chance to immortalize himself in print, writing some of the most persuasive prose on behalf of a truly enlightened purveyor of <a title=\"widgets\" href=\"http://en.wikipedia.org/wiki/Widgets\">widgets</a>. And so, while your dedicated reader, enslaved to each mellifluous paragraph, clutches his newspaper with increasing interest and intention to purchase, you can count all your increased profits and take pots of money to your bank. Sadly, this is not the real copy for this entry. <strong>But it could well be</strong>. All you have to do is look at the <a title=\"account executive\" href=\"http://en.wikipedia.org/wiki/Account_executive\">account executive</a> sitting across your desk (the fellow with the lugubrious face and the calf-like eyes), and say ”Yes! Yes! Yes!“ And anything you want, body copy, dinners, women, will be yours. Couldn’t be fairer than that, could we?','Laoreet ligula, pretium nisl eleifend','','inherit','closed','open','','400-revision-v1','','','2013-11-02 08:20:28','2013-11-02 08:20:28','',400,'http://www.westromgroup.com/400-revision-v1/',0,'revision','',0),(5300,1,'2013-11-02 08:20:28','2013-11-02 08:20:28','This is some dummy copy. You’re not really supposed to read this dummy copy, it is just a place holder for people who need some type to visualize what the actual copy might look like if it were real content.\n\nIf you want to read, I might suggest a good book, perhaps <a title=\"Hemingway\" href=\"http://en.wikipedia.org/wiki/Ernest_Hemingway\">Hemingway</a> or <a title=\"Melville\" href=\"http://en.wikipedia.org/wiki/Herman_Melville\">Melville</a>. That’s why they call it, the dummy copy. This, of course, is not the real copy for this entry. Rest assured, the words will expand the concept. With clarity. Conviction. And a little wit.\n\nIn today’s competitive <a title=\"market environment\" href=\"http://en.wikipedia.org/wiki/Market_environment\">market environment</a>, the body copy of your entry must lead the reader through a series of <strong>disarmingly simple thoughts</strong>.\n\n\n\nAll your supporting arguments must be communicated with simplicity and charm. And in such a way that the reader will read on. (After all, that’s a reader’s job: to read, isn’t it?) And by the time your readers have reached this point in the finished copy, you will have convinced them that you not only respect their intelligence, but you also <strong>understand their needs as consumers</strong>.<!--more-->\n\nAs a result of which, your entry will repay your <a title=\"writing\" href=\"http://en.wikipedia.org/wiki/Writing\">efforts</a>. Take your sales; simply put, they will rise. Likewise your credibility. There’s every chance your competitors will wish they’d placed this entry, not you. While your customers will have probably forgotten that your competitors even exist. Which brings us, by a somewhat circuitous route, to another small point, but one which we feel should be raised.\n<h3>Long copy or short - You decide</h3>\nAs a marketer, you probably don’t even believe in body copy. <strong>Let alone long body copy</strong>. (Unless you have a long body yourself.) Well, truth is, who‘s to blame you? Fact is, too much long body copy is dotted with such indulgent little phrases like <a title=\"truth\" href=\"http://en.wikipedia.org/wiki/Truth\">truth</a> is, fact is, and who’s to blame you. Trust us: we guarantee, with a hand over our heart, that no such indulgent rubbish will appear in your entry. That’s why God gave us big blue pencils. So we can expunge every example of witted waffle.\n<blockquote>For you, the skies will be blue, the birds will sing, and your copy will be crafted by a dedicated little man whose wife will be sitting at home, knitting, wondering why your entry demands more of her husband‘s time than it should.</blockquote>\nBut you will know why, won‘t you? You will have given her husband a chance to immortalize himself in print, writing some of the most persuasive prose on behalf of a truly enlightened purveyor of <a title=\"widgets\" href=\"http://en.wikipedia.org/wiki/Widgets\">widgets</a>. And so, while your dedicated reader, enslaved to each mellifluous paragraph, clutches his newspaper with increasing interest and intention to purchase, you can count all your increased profits and take pots of money to your bank. Sadly, this is not the real copy for this entry. <strong>But it could well be</strong>. All you have to do is look at the <a title=\"account executive\" href=\"http://en.wikipedia.org/wiki/Account_executive\">account executive</a> sitting across your desk (the fellow with the lugubrious face and the calf-like eyes), and say ”Yes! Yes! Yes!“ And anything you want, body copy, dinners, women, will be yours. Couldn’t be fairer than that, could we?','Mattis viverra dignissim, suspendisse risus','','inherit','closed','open','','397-revision-v1','','','2013-11-02 08:20:28','2013-11-02 08:20:28','',397,'http://www.westromgroup.com/397-revision-v1/',0,'revision','',0),(5301,1,'2013-11-02 08:20:28','2013-11-02 08:20:28','<img src=\"http://www.wpzoom.com/demo/magazinum/wp-content/uploads/2010/11/magazinum-8-300x212.jpg\" alt=\"\" width=\"300\" height=\"212\" class=\"alignleft size-medium wp-image-395\" />This is some dummy copy. You’re not really supposed to read this dummy copy, it is just a place holder for people who need some type to visualize what the actual copy might look like if it were real content.\n\nIf you want to read, I might suggest a good book, perhaps <a title=\"Hemingway\" href=\"http://en.wikipedia.org/wiki/Ernest_Hemingway\">Hemingway</a> or <a title=\"Melville\" href=\"http://en.wikipedia.org/wiki/Herman_Melville\">Melville</a>. That’s why they call it, the dummy copy. This, of course, is not the real copy for this entry. Rest assured, the words will expand the concept. With clarity. Conviction. And a little wit.\n\nIn today’s competitive <a title=\"market environment\" href=\"http://en.wikipedia.org/wiki/Market_environment\">market environment</a>, the body copy of your entry must lead the reader through a series of <strong>disarmingly simple thoughts</strong>.\n\nAll your supporting arguments must be communicated with simplicity and charm. And in such a way that the reader will read on. (After all, that’s a reader’s job: to read, isn’t it?) And by the time your readers have reached this point in the finished copy, you will have convinced them that you not only respect their intelligence, but you also <strong>understand their needs as consumers</strong>.<!--more-->\n\nAs a result of which, your entry will repay your <a title=\"writing\" href=\"http://en.wikipedia.org/wiki/Writing\">efforts</a>. Take your sales; simply put, they will rise. Likewise your credibility. There’s every chance your competitors will wish they’d placed this entry, not you. While your customers will have probably forgotten that your competitors even exist. Which brings us, by a somewhat circuitous route, to another small point, but one which we feel should be raised.\n<h3>Long copy or short - You decide</h3>\nAs a marketer, you probably don’t even believe in body copy. <strong>Let alone long body copy</strong>. (Unless you have a long body yourself.) Well, truth is, who‘s to blame you? Fact is, too much long body copy is dotted with such indulgent little phrases like <a title=\"truth\" href=\"http://en.wikipedia.org/wiki/Truth\">truth</a> is, fact is, and who’s to blame you. Trust us: we guarantee, with a hand over our heart, that no such indulgent rubbish will appear in your entry. That’s why God gave us big blue pencils. So we can expunge every example of witted waffle.\n<blockquote>For you, the skies will be blue, the birds will sing, and your copy will be crafted by a dedicated little man whose wife will be sitting at home, knitting, wondering why your entry demands more of her husband‘s time than it should.</blockquote>\nBut you will know why, won‘t you? You will have given her husband a chance to immortalize himself in print, writing some of the most persuasive prose on behalf of a truly enlightened purveyor of <a title=\"widgets\" href=\"http://en.wikipedia.org/wiki/Widgets\">widgets</a>. And so, while your dedicated reader, enslaved to each mellifluous paragraph, clutches his newspaper with increasing interest and intention to purchase, you can count all your increased profits and take pots of money to your bank. Sadly, this is not the real copy for this entry. <strong>But it could well be</strong>. All you have to do is look at the <a title=\"account executive\" href=\"http://en.wikipedia.org/wiki/Account_executive\">account executive</a> sitting across your desk (the fellow with the lugubrious face and the calf-like eyes), and say ”Yes! Yes! Yes!“ And anything you want, body copy, dinners, women, will be yours. Couldn’t be fairer than that, could we?','Cum arcu pretium, sed sed','','inherit','closed','open','','394-revision-v1','','','2013-11-02 08:20:28','2013-11-02 08:20:28','',394,'http://www.westromgroup.com/394-revision-v1/',0,'revision','',0),(5302,1,'2013-11-02 08:20:28','2013-11-02 08:20:28','<img src=\"http://www.wpzoom.com/demo/magazinum/wp-content/uploads/2010/11/magazinum-6-300x244.jpg\" alt=\"\" width=\"300\" height=\"244\" class=\"alignleft size-medium wp-image-389\" />This is some dummy copy. You’re not really supposed to read this dummy copy, it is just a place holder for people who need some type to visualize what the actual copy might look like if it were real content.\n\nIf you want to read, I might suggest a good book, perhaps <a title=\"Hemingway\" href=\"http://en.wikipedia.org/wiki/Ernest_Hemingway\">Hemingway</a> or <a title=\"Melville\" href=\"http://en.wikipedia.org/wiki/Herman_Melville\">Melville</a>. That’s why they call it, the dummy copy. This, of course, is not the real copy for this entry. Rest assured, the words will expand the concept. With clarity. Conviction. And a little wit.\n\nIn today’s competitive <a title=\"market environment\" href=\"http://en.wikipedia.org/wiki/Market_environment\">market environment</a>, the body copy of your entry must lead the reader through a series of <strong>disarmingly simple thoughts</strong>.\n\nAll your supporting arguments must be communicated with simplicity and charm. And in such a way that the reader will read on. (After all, that’s a reader’s job: to read, isn’t it?) And by the time your readers have reached this point in the finished copy, you will have convinced them that you not only respect their intelligence, but you also <strong>understand their needs as consumers</strong>.<!--more-->\n\nAs a result of which, your entry will repay your <a title=\"writing\" href=\"http://en.wikipedia.org/wiki/Writing\">efforts</a>. Take your sales; simply put, they will rise. Likewise your credibility. There’s every chance your competitors will wish they’d placed this entry, not you. While your customers will have probably forgotten that your competitors even exist. Which brings us, by a somewhat circuitous route, to another small point, but one which we feel should be raised.\n<h3>Long copy or short - You decide</h3>\nAs a marketer, you probably don’t even believe in body copy. <strong>Let alone long body copy</strong>. (Unless you have a long body yourself.) Well, truth is, who‘s to blame you? Fact is, too much long body copy is dotted with such indulgent little phrases like <a title=\"truth\" href=\"http://en.wikipedia.org/wiki/Truth\">truth</a> is, fact is, and who’s to blame you. Trust us: we guarantee, with a hand over our heart, that no such indulgent rubbish will appear in your entry. That’s why God gave us big blue pencils. So we can expunge every example of witted waffle.\n<blockquote>For you, the skies will be blue, the birds will sing, and your copy will be crafted by a dedicated little man whose wife will be sitting at home, knitting, wondering why your entry demands more of her husband‘s time than it should.</blockquote>\nBut you will know why, won‘t you? You will have given her husband a chance to immortalize himself in print, writing some of the most persuasive prose on behalf of a truly enlightened purveyor of <a title=\"widgets\" href=\"http://en.wikipedia.org/wiki/Widgets\">widgets</a>. And so, while your dedicated reader, enslaved to each mellifluous paragraph, clutches his newspaper with increasing interest and intention to purchase, you can count all your increased profits and take pots of money to your bank. Sadly, this is not the real copy for this entry. <strong>But it could well be</strong>. All you have to do is look at the <a title=\"account executive\" href=\"http://en.wikipedia.org/wiki/Account_executive\">account executive</a> sitting across your desk (the fellow with the lugubrious face and the calf-like eyes), and say ”Yes! Yes! Yes!“ And anything you want, body copy, dinners, women, will be yours. Couldn’t be fairer than that, could we?','Pellentesque habitant morbi tristique senectus et netus ','','inherit','closed','open','','388-revision-v1','','','2013-11-02 08:20:28','2013-11-02 08:20:28','',388,'http://www.westromgroup.com/388-revision-v1/',0,'revision','',0),(5303,1,'2013-11-02 08:25:38','2013-11-02 08:25:38','Donec sed odio dui. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Sed posuere consectetur est at lobortis. Nulla vitae elit libero, a pharetra augue. Donec ullamcorper nulla non metus auctor fringilla. Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam porta sem malesuada magna mollis euismod. Aenean eu leo quam.\n\nDonec id elit non mi porta gravida at eget metus. Aenean lacinia bibendum nulla sed consectetur. Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Donec ullamcorper nulla non metus auctor fringilla. Donec ullamcorper nulla non metus auctor fringilla. Integer posuere erat a ante venenatis dapibus posuere velit aliquet.\n\n[quote align=\"center\" color=\"#999999\"]Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Donec ullamcorper nulla non metus auctor fringilla.[/quote]\n\nPellentesque ornare sem lacinia quam venenatis vestibulum. Aenean lacinia bibendum nulla sed consectetur.Cras mattis consectetur purus sit amet fermentum. Sed posuere consectetur est at lobortis. Nulla vitae elit libero, a pharetra augue. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec id elit non mi porta gravida at eget metus. Vestibulum id ligula porta felis euismod semper. Vestibulum id ligula porta felis euismod semper.\n\nAenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Integer posuere erat a ante venenatis dapibus posuere velit aliquet.','Post With Left Sidebar','','inherit','closed','open','','993-revision-v1','','','2013-11-02 08:25:38','2013-11-02 08:25:38','',993,'http://www.westromgroup.com/993-revision-v1/',0,'revision','',0),(5304,1,'2013-11-02 08:25:38','2013-11-02 08:25:38','Donec sed odio dui. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Sed posuere consectetur est at lobortis. Nulla vitae elit libero, a pharetra augue. Donec ullamcorper nulla non metus auctor fringilla. Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam porta sem malesuada magna mollis euismod. Aenean eu leo quam.\n\nDonec id elit non mi porta gravida at eget metus. Aenean lacinia bibendum nulla sed consectetur. Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Donec ullamcorper nulla non metus auctor fringilla. Donec ullamcorper nulla non metus auctor fringilla. Integer posuere erat a ante venenatis dapibus posuere velit aliquet.\n\n[quote align=\"center\" color=\"#999999\"]Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Donec ullamcorper nulla non metus auctor fringilla.[/quote]\n\nPellentesque ornare sem lacinia quam venenatis vestibulum. Aenean lacinia bibendum nulla sed consectetur.Cras mattis consectetur purus sit amet fermentum. Sed posuere consectetur est at lobortis. Nulla vitae elit libero, a pharetra augue. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec id elit non mi porta gravida at eget metus. Vestibulum id ligula porta felis euismod semper. Vestibulum id ligula porta felis euismod semper.\n\nAenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Integer posuere erat a ante venenatis dapibus posuere velit aliquet.','Post With Slider Thumbnail','','inherit','closed','open','','996-revision-v1','','','2013-11-02 08:25:38','2013-11-02 08:25:38','',996,'http://www.westromgroup.com/996-revision-v1/',0,'revision','',0),(5305,1,'2013-11-02 08:25:38','2013-11-02 08:25:38','This is some dummy copy. You’re not really supposed to read this dummy copy, it is just a place holder for people who need some type to visualize what the actual copy might look like if it were real content.\n\nIf you want to read, I might suggest a good book, perhaps <a title=\"Hemingway\" href=\"http://en.wikipedia.org/wiki/Ernest_Hemingway\">Hemingway</a> or <a title=\"Melville\" href=\"http://en.wikipedia.org/wiki/Herman_Melville\">Melville</a>. That’s why they call it, the dummy copy. This, of course, is not the real copy for this entry. Rest assured, the words will expand the concept. With clarity. Conviction. And a little wit.\n\nIn today’s competitive <a title=\"market environment\" href=\"http://en.wikipedia.org/wiki/Market_environment\">market environment</a>, the body copy of your entry must lead the reader through a series of <strong>disarmingly simple thoughts</strong>.\n\n[caption id=\"attachment_490\" align=\"aligncenter\" width=\"610\" caption=\"Sample Caption\"]<img src=\"http://demo.wpzoom.com/pulse/files/2010/04/04_10_2009_0360703001254669484_philipp-.png\" alt=\"\" width=\"610\" height=\"305\" class=\"size-full wp-image-490\" />[/caption]\n\nAll your supporting arguments must be communicated with simplicity and charm. And in such a way that the reader will read on. (After all, that’s a reader’s job: to read, isn’t it?) And by the time your readers have reached this point in the finished copy, you will have convinced them that you not only respect their intelligence, but you also <strong>understand their needs as consumers</strong>.<!--more-->\n<h3>Unordered List</h3>\n<ul>\n <li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>\n <li>Aliquam tincidunt mauris eu risus.</li>\n <li>Vestibulum auctor dapibus neque.</li>\n</ul>\n<h3>Ordered List</h3>\n<ol>\n <li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>\n <li>Aliquam tincidunt mauris eu risus.</li>\n <li>Vestibulum auctor dapibus neque.</li>\n</ol>\n<h3>Blockquote</h3>\n<blockquote>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus magna. Cras in mi at felis aliquet congue. Ut a est eget ligula molestie gravida. Curabitur massa. Donec eleifend, libero at sagittis mollis, tellus est malesuada tellus, at luctus turpis elit sit amet quam. Vivamus pretium ornare est.</blockquote>\n<h1>Header Level 1</h1>\n<h2>Header Level 2</h2>\n<h3>Header Level 3</h3>\n<h4>Header Level 4</h4>\n<h5>Header Level 5</h5>\n<h6>Header Level 6</h6>','Testing the Elements','','inherit','closed','open','','73-revision-v1','','','2013-11-02 08:25:38','2013-11-02 08:25:38','',73,'http://www.westromgroup.com/73-revision-v1/',0,'revision','',0),(5306,1,'2013-11-02 08:25:38','2013-11-02 08:25:38','<img src=\"http://www.wpzoom.com/demo/magazinum/wp-content/uploads/2010/11/magazinum-4-300x195.jpg\" alt=\"\" width=\"300\" height=\"195\" class=\"alignleft size-medium wp-image-383\" />This is some dummy copy. You’re not really supposed to read this dummy copy, it is just a place holder for people who need some type to visualize what the actual copy might look like if it were real content.\n\nIf you want to read, I might suggest a good book, perhaps <a title=\"Hemingway\" href=\"http://en.wikipedia.org/wiki/Ernest_Hemingway\">Hemingway</a> or <a title=\"Melville\" href=\"http://en.wikipedia.org/wiki/Herman_Melville\">Melville</a>. That’s why they call it, the dummy copy. This, of course, is not the real copy for this entry. Rest assured, the words will expand the concept. With clarity. Conviction. And a little wit.\n\nIn today’s competitive <a title=\"market environment\" href=\"http://en.wikipedia.org/wiki/Market_environment\">market environment</a>, the body copy of your entry must lead the reader through a series of <strong>disarmingly simple thoughts</strong>.\n\nAll your supporting arguments must be communicated with simplicity and charm. And in such a way that the reader will read on. (After all, that’s a reader’s job: to read, isn’t it?) And by the time your readers have reached this point in the finished copy, you will have convinced them that you not only respect their intelligence, but you also <strong>understand their needs as consumers</strong>.<!--more-->\n\nAs a result of which, your entry will repay your <a title=\"writing\" href=\"http://en.wikipedia.org/wiki/Writing\">efforts</a>. Take your sales; simply put, they will rise. Likewise your credibility. There’s every chance your competitors will wish they’d placed this entry, not you. While your customers will have probably forgotten that your competitors even exist. Which brings us, by a somewhat circuitous route, to another small point, but one which we feel should be raised.\n<h3>Long copy or short - You decide</h3>\nAs a marketer, you probably don’t even believe in body copy. <strong>Let alone long body copy</strong>. (Unless you have a long body yourself.) Well, truth is, who‘s to blame you? Fact is, too much long body copy is dotted with such indulgent little phrases like <a title=\"truth\" href=\"http://en.wikipedia.org/wiki/Truth\">truth</a> is, fact is, and who’s to blame you. Trust us: we guarantee, with a hand over our heart, that no such indulgent rubbish will appear in your entry. That’s why God gave us big blue pencils. So we can expunge every example of witted waffle.\n<blockquote>For you, the skies will be blue, the birds will sing, and your copy will be crafted by a dedicated little man whose wife will be sitting at home, knitting, wondering why your entry demands more of her husband‘s time than it should.</blockquote>\nBut you will know why, won‘t you? You will have given her husband a chance to immortalize himself in print, writing some of the most persuasive prose on behalf of a truly enlightened purveyor of <a title=\"widgets\" href=\"http://en.wikipedia.org/wiki/Widgets\">widgets</a>. And so, while your dedicated reader, enslaved to each mellifluous paragraph, clutches his newspaper with increasing interest and intention to purchase, you can count all your increased profits and take pots of money to your bank. Sadly, this is not the real copy for this entry. <strong>But it could well be</strong>. All you have to do is look at the <a title=\"account executive\" href=\"http://en.wikipedia.org/wiki/Account_executive\">account executive</a> sitting across your desk (the fellow with the lugubrious face and the calf-like eyes), and say ”Yes! Yes! Yes!“ And anything you want, body copy, dinners, women, will be yours. Couldn’t be fairer than that, could we?','Mauris placerat eleifend lep','','inherit','closed','open','','382-revision-v1','','','2013-11-02 08:25:38','2013-11-02 08:25:38','',382,'http://www.westromgroup.com/382-revision-v1/',0,'revision','',0),(5307,1,'2013-11-02 08:25:38','2013-11-02 08:25:38','<img src=\"http://www.wpzoom.com/demo/magazinum/wp-content/uploads/2010/11/magazinum-3-300x195.jpg\" alt=\"\" width=\"300\" height=\"195\" class=\"alignleft size-medium wp-image-380\" />This is some dummy copy. You’re not really supposed to read this dummy copy, it is just a place holder for people who need some type to visualize what the actual copy might look like if it were real content.\n\nIf you want to read, I might suggest a good book, perhaps <a title=\"Hemingway\" href=\"http://en.wikipedia.org/wiki/Ernest_Hemingway\">Hemingway</a> or <a title=\"Melville\" href=\"http://en.wikipedia.org/wiki/Herman_Melville\">Melville</a>. That’s why they call it, the dummy copy. This, of course, is not the real copy for this entry. Rest assured, the words will expand the concept. With clarity. Conviction. And a little wit.\n\nIn today’s competitive <a title=\"market environment\" href=\"http://en.wikipedia.org/wiki/Market_environment\">market environment</a>, the body copy of your entry must lead the reader through a series of <strong>disarmingly simple thoughts</strong>.\n\nAll your supporting arguments must be communicated with simplicity and charm. And in such a way that the reader will read on. (After all, that’s a reader’s job: to read, isn’t it?) And by the time your readers have reached this point in the finished copy, you will have convinced them that you not only respect their intelligence, but you also <strong>understand their needs as consumers</strong>.<!--more-->\n\nAs a result of which, your entry will repay your <a title=\"writing\" href=\"http://en.wikipedia.org/wiki/Writing\">efforts</a>. Take your sales; simply put, they will rise. Likewise your credibility. There’s every chance your competitors will wish they’d placed this entry, not you. While your customers will have probably forgotten that your competitors even exist. Which brings us, by a somewhat circuitous route, to another small point, but one which we feel should be raised.\n<h3>Long copy or short - You decide</h3>\nAs a marketer, you probably don’t even believe in body copy. <strong>Let alone long body copy</strong>. (Unless you have a long body yourself.) Well, truth is, who‘s to blame you? Fact is, too much long body copy is dotted with such indulgent little phrases like <a title=\"truth\" href=\"http://en.wikipedia.org/wiki/Truth\">truth</a> is, fact is, and who’s to blame you. Trust us: we guarantee, with a hand over our heart, that no such indulgent rubbish will appear in your entry. That’s why God gave us big blue pencils. So we can expunge every example of witted waffle.\n<blockquote>For you, the skies will be blue, the birds will sing, and your copy will be crafted by a dedicated little man whose wife will be sitting at home, knitting, wondering why your entry demands more of her husband‘s time than it should.</blockquote>\nBut you will know why, won‘t you? You will have given her husband a chance to immortalize himself in print, writing some of the most persuasive prose on behalf of a truly enlightened purveyor of <a title=\"widgets\" href=\"http://en.wikipedia.org/wiki/Widgets\">widgets</a>. And so, while your dedicated reader, enslaved to each mellifluous paragraph, clutches his newspaper with increasing interest and intention to purchase, you can count all your increased profits and take pots of money to your bank. Sadly, this is not the real copy for this entry. <strong>But it could well be</strong>. All you have to do is look at the <a title=\"account executive\" href=\"http://en.wikipedia.org/wiki/Account_executive\">account executive</a> sitting across your desk (the fellow with the lugubrious face and the calf-like eyes), and say ”Yes! Yes! Yes!“ And anything you want, body copy, dinners, women, will be yours. Couldn’t be fairer than that, could we?','Ullamco laboris nisi ut aliquip ex ea commodo','','inherit','closed','open','','379-revision-v1','','','2013-11-02 08:25:38','2013-11-02 08:25:38','',379,'http://www.westromgroup.com/379-revision-v1/',0,'revision','',0),(5308,1,'2013-11-02 08:25:38','2013-11-02 08:25:38','<img src=\"http://www.wpzoom.com/demo/magazinum/wp-content/uploads/2010/11/magazinum-2-300x195.jpg\" alt=\"\" width=\"300\" height=\"195\" class=\"alignleft size-medium wp-image-376\" />This is some dummy copy. You’re not really supposed to read this dummy copy, it is just a place holder for people who need some type to visualize what the actual copy might look like if it were real content.\n\nIf you want to read, I might suggest a good book, perhaps <a title=\"Hemingway\" href=\"http://en.wikipedia.org/wiki/Ernest_Hemingway\">Hemingway</a> or <a title=\"Melville\" href=\"http://en.wikipedia.org/wiki/Herman_Melville\">Melville</a>. That’s why they call it, the dummy copy. This, of course, is not the real copy for this entry. Rest assured, the words will expand the concept. With clarity. Conviction. And a little wit.\n\nIn today’s competitive <a title=\"market environment\" href=\"http://en.wikipedia.org/wiki/Market_environment\">market environment</a>, the body copy of your entry must lead the reader through a series of <strong>disarmingly simple thoughts</strong>.\n\nAll your supporting arguments must be communicated with simplicity and charm. And in such a way that the reader will read on. (After all, that’s a reader’s job: to read, isn’t it?) And by the time your readers have reached this point in the finished copy, you will have convinced them that you not only respect their intelligence, but you also <strong>understand their needs as consumers</strong>.<!--more-->\n\nAs a result of which, your entry will repay your <a title=\"writing\" href=\"http://en.wikipedia.org/wiki/Writing\">efforts</a>. Take your sales; simply put, they will rise. Likewise your credibility. There’s every chance your competitors will wish they’d placed this entry, not you. While your customers will have probably forgotten that your competitors even exist. Which brings us, by a somewhat circuitous route, to another small point, but one which we feel should be raised.\n<h3>Long copy or short - You decide</h3>\nAs a marketer, you probably don’t even believe in body copy. <strong>Let alone long body copy</strong>. (Unless you have a long body yourself.) Well, truth is, who‘s to blame you? Fact is, too much long body copy is dotted with such indulgent little phrases like <a title=\"truth\" href=\"http://en.wikipedia.org/wiki/Truth\">truth</a> is, fact is, and who’s to blame you. Trust us: we guarantee, with a hand over our heart, that no such indulgent rubbish will appear in your entry. That’s why God gave us big blue pencils. So we can expunge every example of witted waffle.\n<blockquote>For you, the skies will be blue, the birds will sing, and your copy will be crafted by a dedicated little man whose wife will be sitting at home, knitting, wondering why your entry demands more of her husband‘s time than it should.</blockquote>\nBut you will know why, won‘t you? You will have given her husband a chance to immortalize himself in print, writing some of the most persuasive prose on behalf of a truly enlightened purveyor of <a title=\"widgets\" href=\"http://en.wikipedia.org/wiki/Widgets\">widgets</a>. And so, while your dedicated reader, enslaved to each mellifluous paragraph, clutches his newspaper with increasing interest and intention to purchase, you can count all your increased profits and take pots of money to your bank. Sadly, this is not the real copy for this entry. <strong>But it could well be</strong>. All you have to do is look at the <a title=\"account executive\" href=\"http://en.wikipedia.org/wiki/Account_executive\">account executive</a> sitting across your desk (the fellow with the lugubrious face and the calf-like eyes), and say ”Yes! Yes! Yes!“ And anything you want, body copy, dinners, women, will be yours. Couldn’t be fairer than that, could we?',' Ut enim ad minim veniam, quis nostrud exercitation','','inherit','closed','open','','375-revision-v1','','','2013-11-02 08:25:38','2013-11-02 08:25:38','',375,'http://www.westromgroup.com/375-revision-v1/',0,'revision','',0),(5309,1,'2013-11-02 08:25:38','2013-11-02 08:25:38','<img src=\"http://www.wpzoom.com/demo/magazinum/wp-content/uploads/2010/11/magazinum-1-300x218.jpg\" alt=\"\" width=\"300\" height=\"218\" class=\"alignleft size-medium wp-image-373\" />This is some dummy copy. You’re not really supposed to read this dummy copy, it is just a place holder for people who need some type to visualize what the actual copy might look like if it were real content.\n\nIf you want to read, I might suggest a good book, perhaps <a title=\"Hemingway\" href=\"http://en.wikipedia.org/wiki/Ernest_Hemingway\">Hemingway</a> or <a title=\"Melville\" href=\"http://en.wikipedia.org/wiki/Herman_Melville\">Melville</a>. That’s why they call it, the dummy copy. This, of course, is not the real copy for this entry. Rest assured, the words will expand the concept. With clarity. Conviction. And a little wit.\n\nIn today’s competitive <a title=\"market environment\" href=\"http://en.wikipedia.org/wiki/Market_environment\">market environment</a>, the body copy of your entry must lead the reader through a series of <strong>disarmingly simple thoughts</strong>.\n\nAll your supporting arguments must be communicated with simplicity and charm. And in such a way that the reader will read on. (After all, that’s a reader’s job: to read, isn’t it?) And by the time your readers have reached this point in the finished copy, you will have convinced them that you not only respect their intelligence, but you also <strong>understand their needs as consumers</strong>.<!--more-->\n\nAs a result of which, your entry will repay your <a title=\"writing\" href=\"http://en.wikipedia.org/wiki/Writing\">efforts</a>. Take your sales; simply put, they will rise. Likewise your credibility. There’s every chance your competitors will wish they’d placed this entry, not you. While your customers will have probably forgotten that your competitors even exist. Which brings us, by a somewhat circuitous route, to another small point, but one which we feel should be raised.\n<h3>Long copy or short - You decide</h3>\nAs a marketer, you probably don’t even believe in body copy. <strong>Let alone long body copy</strong>. (Unless you have a long body yourself.) Well, truth is, who‘s to blame you? Fact is, too much long body copy is dotted with such indulgent little phrases like <a title=\"truth\" href=\"http://en.wikipedia.org/wiki/Truth\">truth</a> is, fact is, and who’s to blame you. Trust us: we guarantee, with a hand over our heart, that no such indulgent rubbish will appear in your entry. That’s why God gave us big blue pencils. So we can expunge every example of witted waffle.\n<blockquote>For you, the skies will be blue, the birds will sing, and your copy will be crafted by a dedicated little man whose wife will be sitting at home, knitting, wondering why your entry demands more of her husband‘s time than it should.</blockquote>\nBut you will know why, won‘t you? You will have given her husband a chance to immortalize himself in print, writing some of the most persuasive prose on behalf of a truly enlightened purveyor of <a title=\"widgets\" href=\"http://en.wikipedia.org/wiki/Widgets\">widgets</a>. And so, while your dedicated reader, enslaved to each mellifluous paragraph, clutches his newspaper with increasing interest and intention to purchase, you can count all your increased profits and take pots of money to your bank. Sadly, this is not the real copy for this entry. <strong>But it could well be</strong>. All you have to do is look at the <a title=\"account executive\" href=\"http://en.wikipedia.org/wiki/Account_executive\">account executive</a> sitting across your desk (the fellow with the lugubrious face and the calf-like eyes), and say ”Yes! Yes! Yes!“ And anything you want, body copy, dinners, women, will be yours. Couldn’t be fairer than that, could we?','Consectetur adipisicing elit, sed do eiusmod tempor','','inherit','closed','open','','372-revision-v1','','','2013-11-02 08:25:38','2013-11-02 08:25:38','',372,'http://www.westromgroup.com/372-revision-v1/',0,'revision','',0),(5310,1,'2013-11-02 08:25:38','2013-11-02 08:25:38','This is some dummy copy. You’re not really supposed to read this dummy copy, it is just a place holder for people who need some type to visualize what the actual copy might look like if it were real content.\n\nIf you want to read, I might suggest a good book, perhaps <a title=\"Hemingway\" href=\"http://en.wikipedia.org/wiki/Ernest_Hemingway\">Hemingway</a> or <a title=\"Melville\" href=\"http://en.wikipedia.org/wiki/Herman_Melville\">Melville</a>. That’s why they call it, the dummy copy. This, of course, is not the real copy for this entry. Rest assured, the words will expand the concept. With clarity. Conviction. And a little wit.\n\nIn today’s competitive <a title=\"market environment\" href=\"http://en.wikipedia.org/wiki/Market_environment\">market environment</a>, the body copy of your entry must lead the reader through a series of <strong>disarmingly simple thoughts</strong>.\n\nAll your supporting arguments must be communicated with simplicity and charm. And in such a way that the reader will read on. (After all, that’s a reader’s job: to read, isn’t it?) And by the time your readers have reached this point in the finished copy, you will have convinced them that you not only respect their intelligence, but you also <strong>understand their needs as consumers</strong>.<!--more-->\n\nAs a result of which, your entry will repay your <a title=\"writing\" href=\"http://en.wikipedia.org/wiki/Writing\">efforts</a>. Take your sales; simply put, they will rise. Likewise your credibility. There’s every chance your competitors will wish they’d placed this entry, not you. While your customers will have probably forgotten that your competitors even exist. Which brings us, by a somewhat circuitous route, to another small point, but one which we feel should be raised.\n<h3>Long copy or short - You decide</h3>\nAs a marketer, you probably don’t even believe in body copy. <strong>Let alone long body copy</strong>. (Unless you have a long body yourself.) Well, truth is, who‘s to blame you? Fact is, too much long body copy is dotted with such indulgent little phrases like <a title=\"truth\" href=\"http://en.wikipedia.org/wiki/Truth\">truth</a> is, fact is, and who’s to blame you. Trust us: we guarantee, with a hand over our heart, that no such indulgent rubbish will appear in your entry. That’s why God gave us big blue pencils. So we can expunge every example of witted waffle.\n<blockquote>For you, the skies will be blue, the birds will sing, and your copy will be crafted by a dedicated little man whose wife will be sitting at home, knitting, wondering why your entry demands more of her husband‘s time than it should.</blockquote>\nBut you will know why, won‘t you? You will have given her husband a chance to immortalize himself in print, writing some of the most persuasive prose on behalf of a truly enlightened purveyor of <a title=\"widgets\" href=\"http://en.wikipedia.org/wiki/Widgets\">widgets</a>. And so, while your dedicated reader, enslaved to each mellifluous paragraph, clutches his newspaper with increasing interest and intention to purchase, you can count all your increased profits and take pots of money to your bank. Sadly, this is not the real copy for this entry. <strong>But it could well be</strong>. All you have to do is look at the <a title=\"account executive\" href=\"http://en.wikipedia.org/wiki/Account_executive\">account executive</a> sitting across your desk (the fellow with the lugubrious face and the calf-like eyes), and say ”Yes! Yes! Yes!“ And anything you want, body copy, dinners, women, will be yours. Couldn’t be fairer than that, could we?','Morbi in sem quis dui placerat ornare','','inherit','closed','open','','366-revision-v1','','','2013-11-02 08:25:38','2013-11-02 08:25:38','',366,'http://www.westromgroup.com/366-revision-v1/',0,'revision','',0),(5311,1,'2013-11-02 08:25:38','2013-11-02 08:25:38','<img src=\"http://demo.wpzoom.com/pulse/files/2010/10/3932596272_986b6fdb0d.jpg\" alt=\"\" width=\"379\" height=\"500\" class=\"alignleft size-full wp-image-342\" />This is some dummy copy. You’re not really supposed to read this dummy copy, it is just a place holder for people who need some type to visualize what the actual copy might look like if it were real content.\n\nIf you want to read, I might suggest a good book, perhaps <a title=\"Hemingway\" href=\"http://en.wikipedia.org/wiki/Ernest_Hemingway\">Hemingway</a> or <a title=\"Melville\" href=\"http://en.wikipedia.org/wiki/Herman_Melville\">Melville</a>. That’s why they call it, the dummy copy. This, of course, is not the real copy for this entry. Rest assured, the words will expand the concept. With clarity. Conviction. And a little wit.\n\nIn today’s competitive <a title=\"market environment\" href=\"http://en.wikipedia.org/wiki/Market_environment\">market environment</a>, the body copy of your entry must lead the reader through a series of <strong>disarmingly simple thoughts</strong>.\n\nAll your supporting arguments must be communicated with simplicity and charm. And in such a way that the reader will read on. (After all, that’s a reader’s job: to read, isn’t it?) And by the time your readers have reached this point in the finished copy, you will have convinced them that you not only respect their intelligence, but you also <strong>understand their needs as consumers</strong>.<!--more-->\n\nAs a result of which, your entry will repay your <a title=\"writing\" href=\"http://en.wikipedia.org/wiki/Writing\">efforts</a>. Take your sales; simply put, they will rise. Likewise your credibility. There’s every chance your competitors will wish they’d placed this entry, not you. While your customers will have probably forgotten that your competitors even exist. Which brings us, by a somewhat circuitous route, to another small point, but one which we feel should be raised.\n<h3>Long copy or short - You decide</h3>\nAs a marketer, you probably don’t even believe in body copy. <strong>Let alone long body copy</strong>. (Unless you have a long body yourself.) Well, truth is, who‘s to blame you? Fact is, too much long body copy is dotted with such indulgent little phrases like <a title=\"truth\" href=\"http://en.wikipedia.org/wiki/Truth\">truth</a> is, fact is, and who’s to blame you. Trust us: we guarantee, with a hand over our heart, that no such indulgent rubbish will appear in your entry. That’s why God gave us big blue pencils. So we can expunge every example of witted waffle.\n<blockquote>For you, the skies will be blue, the birds will sing, and your copy will be crafted by a dedicated little man whose wife will be sitting at home, knitting, wondering why your entry demands more of her husband‘s time than it should.</blockquote>\nBut you will know why, won‘t you? You will have given her husband a chance to immortalize himself in print, writing some of the most persuasive prose on behalf of a truly enlightened purveyor of <a title=\"widgets\" href=\"http://en.wikipedia.org/wiki/Widgets\">widgets</a>. And so, while your dedicated reader, enslaved to each mellifluous paragraph, clutches his newspaper with increasing interest and intention to purchase, you can count all your increased profits and take pots of money to your bank. Sadly, this is not the real copy for this entry. <strong>But it could well be</strong>. All you have to do is look at the <a title=\"account executive\" href=\"http://en.wikipedia.org/wiki/Account_executive\">account executive</a> sitting across your desk (the fellow with the lugubrious face and the calf-like eyes), and say ”Yes! Yes! Yes!“ And anything you want, body copy, dinners, women, will be yours. Couldn’t be fairer than that, could we?','Praesent dapibus, neque id cursus','','inherit','closed','open','','51-revision-v1','','','2013-11-02 08:25:38','2013-11-02 08:25:38','',51,'http://www.westromgroup.com/51-revision-v1/',0,'revision','',0),(5312,1,'2013-11-02 08:25:39','2013-11-02 08:25:39','[caption id=\"attachment_407\" align=\"alignleft\" width=\"233\" caption=\"This is a caption\"]<img src=\"http://www.wpzoom.com/demo/magazinum/wp-content/uploads/2010/06/magazinum-12-233x300.jpg\" alt=\"\" width=\"233\" height=\"300\" class=\"size-medium wp-image-407\" />[/caption]\nThis is some dummy copy. You’re not really supposed to read this dummy copy, it is just a place holder for people who need some type to visualize what the actual copy might look like if it were real content.\n\nIf you want to read, I might suggest a good book, perhaps <a title=\"Hemingway\" href=\"http://en.wikipedia.org/wiki/Ernest_Hemingway\">Hemingway</a> or <a title=\"Melville\" href=\"http://en.wikipedia.org/wiki/Herman_Melville\">Melville</a>. That’s why they call it, the dummy copy. This, of course, is not the real copy for this entry. Rest assured, the words will expand the concept. With clarity. Conviction. And a little wit.\n\nIn today’s competitive <a title=\"market environment\" href=\"http://en.wikipedia.org/wiki/Market_environment\">market environment</a>, the body copy of your entry must lead the reader through a series of <strong>disarmingly simple thoughts</strong>.\n\nAll your supporting arguments must be communicated with simplicity and charm. And in such a way that the reader will read on. (After all, that’s a reader’s job: to read, isn’t it?) And by the time your readers have reached this point in the finished copy, you will have convinced them that you not only respect their intelligence, but you also <strong>understand their needs as consumers</strong>.\n\nAs a result of which, your entry will repay your <a title=\"writing\" href=\"http://en.wikipedia.org/wiki/Writing\">efforts</a>. Take your sales; simply put, they will rise. Likewise your credibility. There’s every chance your competitors will wish they’d placed this entry, not you. While your customers will have probably forgotten that your competitors even exist. Which brings us, by a somewhat circuitous route, to another small point, but one which we feel should be raised.<!--more-->\n<h3>Long copy or short - You decide</h3>\nAs a marketer, you probably don’t even believe in body copy. <strong>Let alone long body copy</strong>. (Unless you have a long body yourself.) Well, truth is, who‘s to blame you? Fact is, too much long body copy is dotted with such indulgent little phrases like <a title=\"truth\" href=\"http://en.wikipedia.org/wiki/Truth\">truth</a> is, fact is, and who’s to blame you. Trust us: we guarantee, with a hand over our heart, that no such indulgent rubbish will appear in your entry. That’s why God gave us big blue pencils. So we can expunge every example of witted waffle.\n<blockquote>For you, the skies will be blue, the birds will sing, and your copy will be crafted by a dedicated little man whose wife will be sitting at home, knitting, wondering why your entry demands more of her husband‘s time than it should.</blockquote>\nBut you will know why, won‘t you? You will have given her husband a chance to immortalize himself in print, writing some of the most persuasive prose on behalf of a truly enlightened purveyor of <a title=\"widgets\" href=\"http://en.wikipedia.org/wiki/Widgets\">widgets</a>. And so, while your dedicated reader, enslaved to each mellifluous paragraph, clutches his newspaper with increasing interest and intention to purchase, you can count all your increased profits and take pots of money to your bank. Sadly, this is not the real copy for this entry. <strong>But it could well be</strong>. All you have to do is look at the <a title=\"account executive\" href=\"http://en.wikipedia.org/wiki/Account_executive\">account executive</a> sitting across your desk (the fellow with the lugubrious face and the calf-like eyes), and say ”Yes! Yes! Yes!“ And anything you want, body copy, dinners, women, will be yours. Couldn’t be fairer than that, could we? ','Aliquam tincidunt mauris eu risus.','','inherit','closed','open','','671-revision-v1','','','2013-11-02 08:25:39','2013-11-02 08:25:39','',671,'http://www.westromgroup.com/671-revision-v1/',0,'revision','',0),(5313,1,'2013-11-02 08:25:39','2013-11-02 08:25:39','This is some dummy copy. You’re not really supposed to read this dummy copy, it is just a place holder for people who need some type to visualize what the actual copy might look like if it were real content.\n\nIf you want to read, I might suggest a good book, perhaps <a title=\"Hemingway\" href=\"http://en.wikipedia.org/wiki/Ernest_Hemingway\">Hemingway</a> or <a title=\"Melville\" href=\"http://en.wikipedia.org/wiki/Herman_Melville\">Melville</a>. That’s why they call it, the dummy copy. This, of course, is not the real copy for this entry. Rest assured, the words will expand the concept. With clarity. Conviction. And a little wit.\n\nIn today’s competitive <a title=\"market environment\" href=\"http://en.wikipedia.org/wiki/Market_environment\">market environment</a>, the body copy of your entry must lead the reader through a series of <strong>disarmingly simple thoughts</strong>.\n\nAll your supporting arguments must be communicated with simplicity and charm. And in such a way that the reader will read on. (After all, that’s a reader’s job: to read, isn’t it?) And by the time your readers have reached this point in the finished copy, you will have convinced them that you not only respect their intelligence, but you also <strong>understand their needs as consumers</strong>.\n\nAs a result of which, your entry will repay your <a title=\"writing\" href=\"http://en.wikipedia.org/wiki/Writing\">efforts</a>. Take your sales; simply put, they will rise. Likewise your credibility. There’s every chance your competitors will wish they’d placed this entry, not you. While your customers will have probably forgotten that your competitors even exist. Which brings us, by a somewhat circuitous route, to another small point, but one which we feel should be raised.\n<h3>Long copy or short - You decide</h3>\nAs a marketer, you probably don’t even believe in body copy. <strong>Let alone long body copy</strong>. (Unless you have a long body yourself.) Well, truth is, who‘s to blame you? Fact is, too much long body copy is dotted with such indulgent little phrases like <a title=\"truth\" href=\"http://en.wikipedia.org/wiki/Truth\">truth</a> is, fact is, and who’s to blame you. Trust us: we guarantee, with a hand over our heart, that no such indulgent rubbish will appear in your entry. That’s why God gave us big blue pencils. So we can expunge every example of witted waffle.\n<blockquote>For you, the skies will be blue, the birds will sing, and your copy will be crafted by a dedicated little man whose wife will be sitting at home, knitting, wondering why your entry demands more of her husband‘s time than it should.</blockquote>\nBut you will know why, won‘t you? You will have given her husband a chance to immortalize himself in print, writing some of the most persuasive prose on behalf of a truly enlightened purveyor of <a title=\"widgets\" href=\"http://en.wikipedia.org/wiki/Widgets\">widgets</a>. And so, while your dedicated reader, enslaved to each mellifluous paragraph, clutches his newspaper with increasing interest and intention to purchase, you can count all your increased profits and take pots of money to your bank. Sadly, this is not the real copy for this entry. <strong>But it could well be</strong>. All you have to do is look at the <a title=\"account executive\" href=\"http://en.wikipedia.org/wiki/Account_executive\">account executive</a> sitting across your desk (the fellow with the lugubrious face and the calf-like eyes), and say ”Yes! Yes! Yes!“ And anything you want, body copy, dinners, women, will be yours. Couldn’t be fairer than that, could we?','Lorem ipsum dolor sit amet, consectetuer','','inherit','closed','open','','666-revision-v1','','','2013-11-02 08:25:39','2013-11-02 08:25:39','',666,'http://www.westromgroup.com/666-revision-v1/',0,'revision','',0),(5314,1,'2013-11-02 08:25:39','2013-11-02 08:25:39','This is some dummy copy. You’re not really supposed to read this dummy copy, it is just a place holder for people who need some type to visualize what the actual copy might look like if it were real content.\n\nIf you want to read, I might suggest a good book, perhaps <a title=\"Hemingway\" href=\"http://en.wikipedia.org/wiki/Ernest_Hemingway\">Hemingway</a> or <a title=\"Melville\" href=\"http://en.wikipedia.org/wiki/Herman_Melville\">Melville</a>. That’s why they call it, the dummy copy. This, of course, is not the real copy for this entry. Rest assured, the words will expand the concept. With clarity. Conviction. And a little wit.\n\nIn today’s competitive <a title=\"market environment\" href=\"http://en.wikipedia.org/wiki/Market_environment\">market environment</a>, the body copy of your entry must lead the reader through a series of <strong>disarmingly simple thoughts</strong>.\n\nAll your supporting arguments must be communicated with simplicity and charm. And in such a way that the reader will read on. (After all, that’s a reader’s job: to read, isn’t it?) And by the time your readers have reached this point in the finished copy, you will have convinced them that you not only respect their intelligence, but you also <strong>understand their needs as consumers</strong>.\n\nAs a result of which, your entry will repay your <a title=\"writing\" href=\"http://en.wikipedia.org/wiki/Writing\">efforts</a>. Take your sales; simply put, they will rise. Likewise your credibility. There’s every chance your competitors will wish they’d placed this entry, not you. While your customers will have probably forgotten that your competitors even exist. Which brings us, by a somewhat circuitous route, to another small point, but one which we feel should be raised.\n<h3>Long copy or short - You decide</h3>\nAs a marketer, you probably don’t even believe in body copy. <strong>Let alone long body copy</strong>. (Unless you have a long body yourself.) Well, truth is, who‘s to blame you? Fact is, too much long body copy is dotted with such indulgent little phrases like <a title=\"truth\" href=\"http://en.wikipedia.org/wiki/Truth\">truth</a> is, fact is, and who’s to blame you. Trust us: we guarantee, with a hand over our heart, that no such indulgent rubbish will appear in your entry. That’s why God gave us big blue pencils. So we can expunge every example of witted waffle.\n<blockquote>For you, the skies will be blue, the birds will sing, and your copy will be crafted by a dedicated little man whose wife will be sitting at home, knitting, wondering why your entry demands more of her husband‘s time than it should.</blockquote>\nBut you will know why, won‘t you? You will have given her husband a chance to immortalize himself in print, writing some of the most persuasive prose on behalf of a truly enlightened purveyor of <a title=\"widgets\" href=\"http://en.wikipedia.org/wiki/Widgets\">widgets</a>. And so, while your dedicated reader, enslaved to each mellifluous paragraph, clutches his newspaper with increasing interest and intention to purchase, you can count all your increased profits and take pots of money to your bank. Sadly, this is not the real copy for this entry. <strong>But it could well be</strong>. All you have to do is look at the <a title=\"account executive\" href=\"http://en.wikipedia.org/wiki/Account_executive\">account executive</a> sitting across your desk (the fellow with the lugubrious face and the calf-like eyes), and say ”Yes! Yes! Yes!“ And anything you want, body copy, dinners, women, will be yours. Couldn’t be fairer than that, could we?','The Future of the Book','','inherit','closed','open','','668-revision-v1','','','2013-11-02 08:25:39','2013-11-02 08:25:39','',668,'http://www.westromgroup.com/668-revision-v1/',0,'revision','',0),(5315,1,'2013-11-02 08:25:39','2013-11-02 08:25:39','This is some dummy copy. You’re not really supposed to read this dummy copy, it is just a place holder for people who need some type to visualize what the actual copy might look like if it were real content.\n\nIf you want to read, I might suggest a good book, perhaps <a title=\"Hemingway\" href=\"http://en.wikipedia.org/wiki/Ernest_Hemingway\">Hemingway</a> or <a title=\"Melville\" href=\"http://en.wikipedia.org/wiki/Herman_Melville\">Melville</a>. That’s why they call it, the dummy copy. This, of course, is not the real copy for this entry. Rest assured, the words will expand the concept. With clarity. Conviction. And a little wit.\n\nIn today’s competitive <a title=\"market environment\" href=\"http://en.wikipedia.org/wiki/Market_environment\">market environment</a>, the body copy of your entry must lead the reader through a series of <strong>disarmingly simple thoughts</strong>.\n\nAll your supporting arguments must be communicated with simplicity and charm. And in such a way that the reader will read on. (After all, that’s a reader’s job: to read, isn’t it?) And by the time your readers have reached this point in the finished copy, you will have convinced them that you not only respect their intelligence, but you also <strong>understand their needs as consumers</strong>.\n\nAs a result of which, your entry will repay your <a title=\"writing\" href=\"http://en.wikipedia.org/wiki/Writing\">efforts</a>. Take your sales; simply put, they will rise. Likewise your credibility. There’s every chance your competitors will wish they’d placed this entry, not you. While your customers will have probably forgotten that your competitors even exist. Which brings us, by a somewhat circuitous route, to another small point, but one which we feel should be raised.\n<h3>Long copy or short - You decide</h3>\nAs a marketer, you probably don’t even believe in body copy. <strong>Let alone long body copy</strong>. (Unless you have a long body yourself.) Well, truth is, who‘s to blame you? Fact is, too much long body copy is dotted with such indulgent little phrases like <a title=\"truth\" href=\"http://en.wikipedia.org/wiki/Truth\">truth</a> is, fact is, and who’s to blame you. Trust us: we guarantee, with a hand over our heart, that no such indulgent rubbish will appear in your entry. That’s why God gave us big blue pencils. So we can expunge every example of witted waffle.\n<blockquote>For you, the skies will be blue, the birds will sing, and your copy will be crafted by a dedicated little man whose wife will be sitting at home, knitting, wondering why your entry demands more of her husband‘s time than it should.</blockquote>\nBut you will know why, won‘t you? You will have given her husband a chance to immortalize himself in print, writing some of the most persuasive prose on behalf of a truly enlightened purveyor of <a title=\"widgets\" href=\"http://en.wikipedia.org/wiki/Widgets\">widgets</a>. And so, while your dedicated reader, enslaved to each mellifluous paragraph, clutches his newspaper with increasing interest and intention to purchase, you can count all your increased profits and take pots of money to your bank. Sadly, this is not the real copy for this entry. <strong>But it could well be</strong>. All you have to do is look at the <a title=\"account executive\" href=\"http://en.wikipedia.org/wiki/Account_executive\">account executive</a> sitting across your desk (the fellow with the lugubrious face and the calf-like eyes), and say ”Yes! Yes! Yes!“ And anything you want, body copy, dinners, women, will be yours. Couldn’t be fairer than that, could we?','Vestibulum auctor dapibus neque','','inherit','closed','open','','53-revision-v1','','','2013-11-02 08:25:39','2013-11-02 08:25:39','',53,'http://www.westromgroup.com/53-revision-v1/',0,'revision','',0),(5316,1,'2013-11-02 08:25:39','2013-11-02 08:25:39','This is some dummy copy. You’re not really supposed to read this dummy copy, it is just a place holder for people who need some type to visualize what the actual copy might look like if it were real content.\n\nIf you want to read, I might suggest a good book, perhaps <a title=\"Hemingway\" href=\"http://en.wikipedia.org/wiki/Ernest_Hemingway\">Hemingway</a> or <a title=\"Melville\" href=\"http://en.wikipedia.org/wiki/Herman_Melville\">Melville</a>. That’s why they call it, the dummy copy. This, of course, is not the real copy for this entry. Rest assured, the words will expand the concept. With clarity. Conviction. And a little wit.\n\nIn today’s competitive <a title=\"market environment\" href=\"http://en.wikipedia.org/wiki/Market_environment\">market environment</a>, the body copy of your entry must lead the reader through a series of <strong>disarmingly simple thoughts</strong>.\n\nAll your supporting arguments must be communicated with simplicity and charm. And in such a way that the reader will read on. (After all, that’s a reader’s job: to read, isn’t it?) And by the time your readers have reached this point in the finished copy, you will have convinced them that you not only respect their intelligence, but you also <strong>understand their needs as consumers</strong>.\n\nAs a result of which, your entry will repay your <a title=\"writing\" href=\"http://en.wikipedia.org/wiki/Writing\">efforts</a>. Take your sales; simply put, they will rise. Likewise your credibility. There’s every chance your competitors will wish they’d placed this entry, not you. While your customers will have probably forgotten that your competitors even exist. Which brings us, by a somewhat circuitous route, to another small point, but one which we feel should be raised.\n<h3>Long copy or short - You decide</h3>\nAs a marketer, you probably don’t even believe in body copy. <strong>Let alone long body copy</strong>. (Unless you have a long body yourself.) Well, truth is, who‘s to blame you? Fact is, too much long body copy is dotted with such indulgent little phrases like <a title=\"truth\" href=\"http://en.wikipedia.org/wiki/Truth\">truth</a> is, fact is, and who’s to blame you. Trust us: we guarantee, with a hand over our heart, that no such indulgent rubbish will appear in your entry. That’s why God gave us big blue pencils. So we can expunge every example of witted waffle.\n<blockquote>For you, the skies will be blue, the birds will sing, and your copy will be crafted by a dedicated little man whose wife will be sitting at home, knitting, wondering why your entry demands more of her husband‘s time than it should.</blockquote>\nBut you will know why, won‘t you? You will have given her husband a chance to immortalize himself in print, writing some of the most persuasive prose on behalf of a truly enlightened purveyor of <a title=\"widgets\" href=\"http://en.wikipedia.org/wiki/Widgets\">widgets</a>. And so, while your dedicated reader, enslaved to each mellifluous paragraph, clutches his newspaper with increasing interest and intention to purchase, you can count all your increased profits and take pots of money to your bank. Sadly, this is not the real copy for this entry. <strong>But it could well be</strong>. All you have to do is look at the <a title=\"account executive\" href=\"http://en.wikipedia.org/wiki/Account_executive\">account executive</a> sitting across your desk (the fellow with the lugubrious face and the calf-like eyes), and say ”Yes! Yes! Yes!“ And anything you want, body copy, dinners, women, will be yours. Couldn’t be fairer than that, could we?','Aliquam tincidunt mauris eu risus','','inherit','closed','open','','59-revision-v1','','','2013-11-02 08:25:39','2013-11-02 08:25:39','',59,'http://www.westromgroup.com/59-revision-v1/',0,'revision','',0),(5317,1,'2013-11-02 08:25:39','2013-11-02 08:25:39','<h1>Heading 1</h1>\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi eros libero, condimentum ut, facilisis non, pellentesque ut, enim. Duis tortor. Proin a quam. Phasellus pellentesque volutpat felis. Nulla facilisi. Cras sed sem at neque dapibus ultricies. Aliquam placerat pellentesque metus. Morbi ac dui non nibh pretium lacinia. Curabitur vitae elit quis tellus tincidunt aliquet. Aliquam id ligula vel eros lobortis interdum. Aliquam in mauris. Etiam et turpis. Donec faucibus vulputate arcu.\n<h2>Heading 2</h2>\nPraesent dolor ipsum, mollis et, porta vel, auctor ultricies, mi. Vivamus ligula leo, ullamcorper eget, pellentesque sed, adipiscing eget, ipsum. Duis imperdiet adipiscing justo. Duis molestie quam vehicula dui. Donec nec ligula. Nullam turpis mauris, mollis ut, semper non, imperdiet vitae, nunc. Suspendisse diam diam, rhoncus in, imperdiet eget, iaculis nec, nibh. Proin commodo risus quis velit. Nam sodales massa ut ipsum. Curabitur ipsum.\n<h3>Heading 3</h3>\nInteger pretium enim a lectus. Sed mi. In neque. Suspendisse suscipit ipsum in ligula. Integer aliquam rutrum ante. Pellentesque ligula. Duis mauris. Nunc volutpat mi non lorem. Cras eros. Vestibulum vel nisi. Aenean nec nibh sed orci imperdiet tempor.\n<h4>Heading 4</h4>\nAenean nec sapien sed arcu gravida scelerisque. Fusce vehicula risus vel urna. Cras venenatis leo id dui bibendum pretium. Cras sem sem, pretium vel, cursus id, facilisis eget, enim. Ut tempor. Donec augue lorem, sollicitudin sed, mattis quis, egestas at, risus. Praesent tempus orci in massa. Integer tempor ornare velit. Proin euismod. Nunc in augue.\n<h5>Heading 5</h5>\nDuis iaculis elit non lacus. Ut sollicitudin erat. Suspendisse potenti. Duis iaculis pharetra lacus. Fusce ac magna. Duis et ante et libero rutrum sagittis. Vivamus consectetur. Integer in eros. Donec at purus. Praesent diam mi, sollicitudin a, molestie non, imperdiet a, enim. Pellentesque et ante sit amet lectus eleifend aliquet. Cras convallis erat non arcu. Duis consectetur tempor mi. Suspendisse non dolor at augue consectetur dictum. Aliquam arcu mauris, commodo sed, ultricies elementum, lacinia a, nisl.\n<h6>Heading 6</h6>\nMauris ultricies, odio a ultricies blandit, lorem mauris tincidunt tortor, et aliquet enim neque quis turpis. Nunc neque diam, porta ac, accumsan ut, tristique in, nibh. Ut ac justo sit amet dolor ornare cursus.','A post showing how headings looks like','','inherit','closed','open','','664-revision-v1','','','2013-11-02 08:25:39','2013-11-02 08:25:39','',664,'http://www.westromgroup.com/664-revision-v1/',0,'revision','',0),(5318,1,'2013-11-02 08:25:39','2013-11-02 08:25:39','This is some dummy copy. You’re not really supposed to read this dummy copy, it is just a place holder for people who need some type to visualize what the actual copy might look like if it were real content.\n\nIf you want to read, I might suggest a good book, perhaps <a title=\"Hemingway\" href=\"http://en.wikipedia.org/wiki/Ernest_Hemingway\">Hemingway</a> or <a title=\"Melville\" href=\"http://en.wikipedia.org/wiki/Herman_Melville\">Melville</a>. That’s why they call it, the dummy copy. This, of course, is not the real copy for this entry. Rest assured, the words will expand the concept. With clarity. Conviction. And a little wit.\n\nIn today’s competitive <a title=\"market environment\" href=\"http://en.wikipedia.org/wiki/Market_environment\">market environment</a>, the body copy of your entry must lead the reader through a series of <strong>disarmingly simple thoughts</strong>.<!--more-->\n\nAll your supporting arguments must be communicated with simplicity and charm. And in such a way that the reader will read on. (After all, that’s a reader’s job: to read, isn’t it?) And by the time your readers have reached this point in the finished copy, you will have convinced them that you not only respect their intelligence, but you also <strong>understand their needs as consumers</strong>.\n\n<img src=\"http://wpzoom.com/demo/zenko/wp-content/uploads/2009/05/16.jpg\" alt=\"16\" width=\"400\" height=\"266\" class=\"alignleft size-full wp-image-63\" />As a result of which, your entry will repay your <a title=\"writing\" href=\"http://en.wikipedia.org/wiki/Writing\">efforts</a>. Take your sales; simply put, they will rise. Likewise your credibility. There’s every chance your competitors will wish they’d placed this entry, not you. While your customers will have probably forgotten that your competitors even exist. Which brings us, by a somewhat circuitous route, to another small point, but one which we feel should be raised.\n<h3>Long copy or short - You decide</h3>\nAs a marketer, you probably don’t even believe in body copy. <strong>Let alone long body copy</strong>. (Unless you have a long body yourself.) Well, truth is, who‘s to blame you? Fact is, too much long body copy is dotted with such indulgent little phrases like <a title=\"truth\" href=\"http://en.wikipedia.org/wiki/Truth\">truth</a> is, fact is, and who’s to blame you. Trust us: we guarantee, with a hand over our heart, that no such indulgent rubbish will appear in your entry. That’s why God gave us big blue pencils. So we can expunge every example of witted waffle.\n<blockquote>For you, the skies will be blue, the birds will sing, and your copy will be crafted by a dedicated little man whose wife will be sitting at home, knitting, wondering why your entry demands more of her husband‘s time than it should.</blockquote>\n\nBut you will know why, won‘t you? You will have given her husband a chance to immortalize himself in print, writing some of the most persuasive prose on behalf of a truly enlightened purveyor of <a title=\"widgets\" href=\"http://en.wikipedia.org/wiki/Widgets\">widgets</a>. And so, while your dedicated reader, enslaved to each mellifluous paragraph, clutches his newspaper with increasing interest and intention to purchase, you can count all your increased profits and take pots of money to your bank. Sadly, this is not the real copy for this entry. <strong>But it could well be</strong>. All you have to do is look at the <a title=\"account executive\" href=\"http://en.wikipedia.org/wiki/Account_executive\">account executive</a> sitting across your desk (the fellow with the lugubrious face and the calf-like eyes), and say ”Yes! Yes! Yes!“ And anything you want, body copy, dinners, women, will be yours. Couldn’t be fairer than that, could we?','Molestie innonummy Libero','','inherit','closed','open','','62-revision-v1','','','2013-11-02 08:25:39','2013-11-02 08:25:39','',62,'http://www.westromgroup.com/62-revision-v1/',0,'revision','',0),(5319,1,'2013-11-02 08:25:39','2013-11-02 08:25:39','<img class=\"size-full wp-image-26 alignleft\" src=\"http://wpzoom.com/demo/magnet/wp-content/uploads/2009/05/3.jpg\" alt=\"3\" width=\"283\" height=\"193\" />This is some dummy copy. You’re not really supposed to read this dummy copy, it is just a place holder for people who need some type to visualize what the actual copy might look like if it were real content.\n\nIf you want to read, I might suggest a good book, perhaps <a title=\"Hemingway\" href=\"http://en.wikipedia.org/wiki/Ernest_Hemingway\">Hemingway</a> or <a title=\"Melville\" href=\"http://en.wikipedia.org/wiki/Herman_Melville\">Melville</a>. That’s why they call it, the dummy copy. This, of course, is not the real copy for this entry. Rest assured, the words will expand the concept. With clarity. Conviction. And a little wit.\n\nIn today’s competitive <a title=\"market environment\" href=\"http://en.wikipedia.org/wiki/Market_environment\">market environment</a>, the body copy of your entry must lead the reader through a series of <strong>disarmingly simple thoughts</strong>.\n\nAll your supporting arguments must be communicated with simplicity and charm. And in such a way that the reader will read on. (After all, that’s a reader’s job: to read, isn’t it?) And by the time your readers have reached this point in the finished copy, you will have convinced them that you not only respect their intelligence, but you also <strong>understand their needs as consumers</strong>.<!--more-->\n\nAs a result of which, your entry will repay your <a title=\"writing\" href=\"http://en.wikipedia.org/wiki/Writing\">efforts</a>. Take your sales; simply put, they will rise. Likewise your credibility. There’s every chance your competitors will wish they’d placed this entry, not you. While your customers will have probably forgotten that your competitors even exist. Which brings us, by a somewhat circuitous route, to another small point, but one which we feel should be raised.\n<h3>Long copy or short - You decide</h3>\nAs a marketer, you probably don’t even believe in body copy. <strong>Let alone long body copy</strong>. (Unless you have a long body yourself.) Well, truth is, who‘s to blame you? Fact is, too much long body copy is dotted with such indulgent little phrases like <a title=\"truth\" href=\"http://en.wikipedia.org/wiki/Truth\">truth</a> is, fact is, and who’s to blame you. Trust us: we guarantee, with a hand over our heart, that no such indulgent rubbish will appear in your entry. That’s why God gave us big blue pencils. So we can expunge every example of witted waffle.\n<blockquote>For you, the skies will be blue, the birds will sing, and your copy will be crafted by a dedicated little man whose wife will be sitting at home, knitting, wondering why your entry demands more of her husband‘s time than it should.</blockquote>\nBut you will know why, won‘t you? You will have given her husband a chance to immortalize himself in print, writing some of the most persuasive prose on behalf of a truly enlightened purveyor of <a title=\"widgets\" href=\"http://en.wikipedia.org/wiki/Widgets\">widgets</a>. And so, while your dedicated reader, enslaved to each mellifluous paragraph, clutches his newspaper with increasing interest and intention to purchase, you can count all your increased profits and take pots of money to your bank. Sadly, this is not the real copy for this entry. <strong>But it could well be</strong>. All you have to do is look at the <a title=\"account executive\" href=\"http://en.wikipedia.org/wiki/Account_executive\">account executive</a> sitting across your desk (the fellow with the lugubrious face and the calf-like eyes), and say ”Yes! Yes! Yes!“ And anything you want, body copy, dinners, women, will be yours. Couldn’t be fairer than that, could we?','U.S. presses Afghanistan on militants','','inherit','closed','open','','667-revision-v1','','','2013-11-02 08:25:39','2013-11-02 08:25:39','',667,'http://www.westromgroup.com/667-revision-v1/',0,'revision','',0),(5320,1,'2013-11-02 08:25:39','2013-11-02 08:25:39','<img src=\"http://wpzoom.com/demo/zenko/wp-content/uploads/2009/05/20.jpg\" alt=\"20\" width=\"400\" height=\"267\" class=\"alignleft size-full wp-image-70\" />This is some dummy copy. You’re not really supposed to read this dummy copy, it is just a place holder for people who need some type to visualize what the actual copy might look like if it were real content.\n\nIf you want to read, I might suggest a good book, perhaps <a title=\"Hemingway\" href=\"http://en.wikipedia.org/wiki/Ernest_Hemingway\">Hemingway</a> or <a title=\"Melville\" href=\"http://en.wikipedia.org/wiki/Herman_Melville\">Melville</a>. That’s why they call it, the dummy copy. This, of course, is not the real copy for this entry. Rest assured, the words will expand the concept. With clarity. Conviction. And a little wit.\n\nIn today’s competitive <a title=\"market environment\" href=\"http://en.wikipedia.org/wiki/Market_environment\">market environment</a>, the body copy of your entry must lead the reader through a series of <strong>disarmingly simple thoughts</strong>.\n\nAll your supporting arguments must be communicated with simplicity and charm. And in such a way that the reader will read on. (After all, that’s a reader’s job: to read, isn’t it?) And by the time your readers have reached this point in the finished copy, you will have convinced them that you not only respect their intelligence, but you also <strong>understand their needs as consumers</strong>.\n\nAs a result of which, your entry will repay your <a title=\"writing\" href=\"http://en.wikipedia.org/wiki/Writing\">efforts</a>. Take your sales; simply put, they will rise. Likewise your credibility. There’s every chance your competitors will wish they’d placed this entry, not you. While your customers will have probably forgotten that your competitors even exist. Which brings us, by a somewhat circuitous route, to another small point, but one which we feel should be raised.<!--more-->\n<h3>Long copy or short - You decide</h3>\nAs a marketer, you probably don’t even believe in body copy. <strong>Let alone long body copy</strong>. (Unless you have a long body yourself.) Well, truth is, who‘s to blame you? Fact is, too much long body copy is dotted with such indulgent little phrases like <a title=\"truth\" href=\"http://en.wikipedia.org/wiki/Truth\">truth</a> is, fact is, and who’s to blame you. Trust us: we guarantee, with a hand over our heart, that no such indulgent rubbish will appear in your entry. That’s why God gave us big blue pencils. So we can expunge every example of witted waffle.\n<blockquote>For you, the skies will be blue, the birds will sing, and your copy will be crafted by a dedicated little man whose wife will be sitting at home, knitting, wondering why your entry demands more of her husband‘s time than it should.</blockquote>\n\nBut you will know why, won‘t you? You will have given her husband a chance to immortalize himself in print, writing some of the most persuasive prose on behalf of a truly enlightened purveyor of <a title=\"widgets\" href=\"http://en.wikipedia.org/wiki/Widgets\">widgets</a>. And so, while your dedicated reader, enslaved to each mellifluous paragraph, clutches his newspaper with increasing interest and intention to purchase, you can count all your increased profits and take pots of money to your bank. Sadly, this is not the real copy for this entry. <strong>But it could well be</strong>. All you have to do is look at the <a title=\"account executive\" href=\"http://en.wikipedia.org/wiki/Account_executive\">account executive</a> sitting across your desk (the fellow with the lugubrious face and the calf-like eyes), and say ”Yes! Yes! Yes!“ And anything you want, body copy, dinners, women, will be yours. Couldn’t be fairer than that, could we?','BMW X6 M Gets Official','','inherit','closed','open','','69-revision-v1','','','2013-11-02 08:25:39','2013-11-02 08:25:39','',69,'http://www.westromgroup.com/69-revision-v1/',0,'revision','',0),(5321,1,'2013-11-02 08:25:39','2013-11-02 08:25:39','<img src=\"http://www.wpzoom.com/demo/videozoom/wp-content/uploads/2009/05/25be3a055e35a8348a0a548a16177ee5-d2zpiss-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" class=\"alignleft size-medium wp-image-268\" />This is some dummy copy. You’re not really supposed to read this dummy copy, it is just a place holder for people who need some type to visualize what the actual copy might look like if it were real content.\n\nIf you want to read, I might suggest a good book, perhaps <a title=\"Hemingway\" href=\"http://en.wikipedia.org/wiki/Ernest_Hemingway\">Hemingway</a> or <a title=\"Melville\" href=\"http://en.wikipedia.org/wiki/Herman_Melville\">Melville</a>. That’s why they call it, the dummy copy. This, of course, is not the real copy for this entry. Rest assured, the words will expand the concept. With clarity. Conviction. And a little wit.\n\nIn today’s competitive <a title=\"market environment\" href=\"http://en.wikipedia.org/wiki/Market_environment\">market environment</a>, the body copy of your entry must lead the reader through a series of <strong>disarmingly simple thoughts</strong>.\n\nAll your supporting arguments must be communicated with simplicity and charm. And in such a way that the reader will read on. (After all, that’s a reader’s job: to read, isn’t it?) And by the time your readers have reached this point in the finished copy, you will have convinced them that you not only respect their intelligence, but you also <strong>understand their needs as consumers</strong>.<!--more-->\n\nAs a result of which, your entry will repay your <a title=\"writing\" href=\"http://en.wikipedia.org/wiki/Writing\">efforts</a>. Take your sales; simply put, they will rise. Likewise your credibility. There’s every chance your competitors will wish they’d placed this entry, not you. While your customers will have probably forgotten that your competitors even exist. Which brings us, by a somewhat circuitous route, to another small point, but one which we feel should be raised.\n<h3>Long copy or short - You decide</h3>\nAs a marketer, you probably don’t even believe in body copy. <strong>Let alone long body copy</strong>. (Unless you have a long body yourself.) Well, truth is, who‘s to blame you? Fact is, too much long body copy is dotted with such indulgent little phrases like <a title=\"truth\" href=\"http://en.wikipedia.org/wiki/Truth\">truth</a> is, fact is, and who’s to blame you. Trust us: we guarantee, with a hand over our heart, that no such indulgent rubbish will appear in your entry. That’s why God gave us big blue pencils. So we can expunge every example of witted waffle.\n<blockquote>For you, the skies will be blue, the birds will sing, and your copy will be crafted by a dedicated little man whose wife will be sitting at home, knitting, wondering why your entry demands more of her husband‘s time than it should.</blockquote>\n\nBut you will know why, won‘t you? You will have given her husband a chance to immortalize himself in print, writing some of the most persuasive prose on behalf of a truly enlightened purveyor of <a title=\"widgets\" href=\"http://en.wikipedia.org/wiki/Widgets\">widgets</a>. And so, while your dedicated reader, enslaved to each mellifluous paragraph, clutches his newspaper with increasing interest and intention to purchase, you can count all your increased profits and take pots of money to your bank. Sadly, this is not the real copy for this entry. <strong>But it could well be</strong>. All you have to do is look at the <a title=\"account executive\" href=\"http://en.wikipedia.org/wiki/Account_executive\">account executive</a> sitting across your desk (the fellow with the lugubrious face and the calf-like eyes), and say ”Yes! Yes! Yes!“ And anything you want, body copy, dinners, women, will be yours. Couldn’t be fairer than that, could we?','New BMW X1 Spied at a Photo Session','','inherit','closed','open','','66-revision-v1','','','2013-11-02 08:25:39','2013-11-02 08:25:39','',66,'http://www.westromgroup.com/66-revision-v1/',0,'revision','',0),(5322,1,'2013-11-02 08:25:39','2013-11-02 08:25:39','This is some dummy copy. You’re not really supposed to read this dummy copy, it is just a place holder for people who need some type to visualize what the actual copy might look like if it were real content.\n\nIf you want to read, I might suggest a good book, perhaps <a title=\"Hemingway\" href=\"http://en.wikipedia.org/wiki/Ernest_Hemingway\">Hemingway</a> or <a title=\"Melville\" href=\"http://en.wikipedia.org/wiki/Herman_Melville\">Melville</a>. That’s why they call it, the dummy copy. This, of course, is not the real copy for this entry. Rest assured, the words will expand the concept. With clarity. Conviction. And a little wit.\n\nIn today’s competitive <a title=\"market environment\" href=\"http://en.wikipedia.org/wiki/Market_environment\">market environment</a>, the body copy of your entry must lead the reader through a series of <strong>disarmingly simple thoughts</strong>.\n\nAll your supporting arguments must be communicated with simplicity and charm. And in such a way that the reader will read on. (After all, that’s a reader’s job: to read, isn’t it?) And by the time your readers have reached this point in the finished copy, you will have convinced them that you not only respect their intelligence, but you also <strong>understand their needs as consumers</strong>.<!--more-->\n\n<img src=\"http://demo.wpzoom.com/pulse/files/2009/05/bmw_e_392-1024x768.jpg\" alt=\"\" width=\"1024\" height=\"768\" class=\"aligncenter size-large wp-image-496\" />\n\nAs a result of which, your entry will repay your <a title=\"writing\" href=\"http://en.wikipedia.org/wiki/Writing\">efforts</a>. Take your sales; simply put, they will rise. Likewise your credibility. There’s every chance your competitors will wish they’d placed this entry, not you. While your customers will have probably forgotten that your competitors even exist. Which brings us, by a somewhat circuitous route, to another small point, but one which we feel should be raised.\n<h3>Long copy or short - You decide</h3>\nAs a marketer, you probably don’t even believe in body copy. <strong>Let alone long body copy</strong>. (Unless you have a long body yourself.) Well, truth is, who‘s to blame you? Fact is, too much long body copy is dotted with such indulgent little phrases like <a title=\"truth\" href=\"http://en.wikipedia.org/wiki/Truth\">truth</a> is, fact is, and who’s to blame you. Trust us: we guarantee, with a hand over our heart, that no such indulgent rubbish will appear in your entry. That’s why God gave us big blue pencils. So we can expunge every example of witted waffle.\n<blockquote>For you, the skies will be blue, the birds will sing, and your copy will be crafted by a dedicated little man whose wife will be sitting at home, knitting, wondering why your entry demands more of her husband‘s time than it should.</blockquote>\n\nBut you will know why, won‘t you? You will have given her husband a chance to immortalize himself in print, writing some of the most persuasive prose on behalf of a truly enlightened purveyor of <a title=\"widgets\" href=\"http://en.wikipedia.org/wiki/Widgets\">widgets</a>. And so, while your dedicated reader, enslaved to each mellifluous paragraph, clutches his newspaper with increasing interest and intention to purchase, you can count all your increased profits and take pots of money to your bank. Sadly, this is not the real copy for this entry. <strong>But it could well be</strong>. All you have to do is look at the <a title=\"account executive\" href=\"http://en.wikipedia.org/wiki/Account_executive\">account executive</a> sitting across your desk (the fellow with the lugubrious face and the calf-like eyes), and say ”Yes! Yes! Yes!“ And anything you want, body copy, dinners, women, will be yours. Couldn’t be fairer than that, could we?','Fastest Man in the World, Crashes His BMW M3','','inherit','closed','open','','56-revision-v1','','','2013-11-02 08:25:39','2013-11-02 08:25:39','',56,'http://www.westromgroup.com/56-revision-v1/',0,'revision','',0),(5323,1,'2013-11-02 08:27:55','2013-11-02 08:27:55','This is some dummy copy. You’re not really supposed to read this dummy copy, it is just a place holder for people who need some type to visualize what the actual copy might look like if it were real content.\n\nIf you want to read, I might suggest a good book, perhaps <a title=\"Hemingway\" href=\"http://en.wikipedia.org/wiki/Ernest_Hemingway\">Hemingway</a> or <a title=\"Melville\" href=\"http://en.wikipedia.org/wiki/Herman_Melville\">Melville</a>. That’s why they call it, the dummy copy. This, of course, is not the real copy for this entry. Rest assured, the words will expand the concept. With clarity. Conviction. And a little wit.\n\nIn today’s competitive <a title=\"market environment\" href=\"http://en.wikipedia.org/wiki/Market_environment\">market environment</a>, the body copy of your entry must lead the reader through a series of <strong>disarmingly simple thoughts</strong>.\n\nAll your supporting arguments must be communicated with simplicity and charm. And in such a way that the reader will read on. (After all, that’s a reader’s job: to read, isn’t it?) And by the time your readers have reached this point in the finished copy, you will have convinced them that you not only respect their intelligence, but you also <strong>understand their needs as consumers</strong>.\n\n<img src=\"http://www.wpzoom.com/demo/videozoom/wp-content/uploads/2009/05/Lets_wait__by_derrickheng-202x300.jpg\" alt=\"\" width=\"202\" height=\"300\" class=\"alignleft size-medium wp-image-270\" />As a result of which, your entry will repay your <a title=\"writing\" href=\"http://en.wikipedia.org/wiki/Writing\">efforts</a>. Take your sales; simply put, they will rise. Likewise your credibility. There’s every chance your competitors will wish they’d placed this entry, not you. While your customers will have probably forgotten that your competitors even exist. Which brings us, by a somewhat circuitous route, to another small point, but one which we feel should be raised.\n<h3>Long copy or short - You decide</h3>\nAs a marketer, you probably don’t even believe in body copy. <strong>Let alone long body copy</strong>. (Unless you have a long body yourself.) Well, truth is, who‘s to blame you? Fact is, too much long body copy is dotted with such indulgent little phrases like <a title=\"truth\" href=\"http://en.wikipedia.org/wiki/Truth\">truth</a> is, fact is, and who’s to blame you. Trust us: we guarantee, with a hand over our heart, that no such indulgent rubbish will appear in your entry. That’s why God gave us big blue pencils. So we can expunge every example of witted waffle.\n<blockquote>For you, the skies will be blue, the birds will sing, and your copy will be crafted by a dedicated little man whose wife will be sitting at home, knitting, wondering why your entry demands more of her husband‘s time than it should.</blockquote>\n\nBut you will know why, won‘t you? You will have given her husband a chance to immortalize himself in print, writing some of the most persuasive prose on behalf of a truly enlightened purveyor of <a title=\"widgets\" href=\"http://en.wikipedia.org/wiki/Widgets\">widgets</a>. And so, while your dedicated reader, enslaved to each mellifluous paragraph, clutches his newspaper with increasing interest and intention to purchase, you can count all your increased profits and take pots of money to your bank. Sadly, this is not the real copy for this entry. <strong>But it could well be</strong>. All you have to do is look at the <a title=\"account executive\" href=\"http://en.wikipedia.org/wiki/Account_executive\">account executive</a> sitting across your desk (the fellow with the lugubrious face and the calf-like eyes), and say ”Yes! Yes! Yes!“ And anything you want, body copy, dinners, women, will be yours. Couldn’t be fairer than that, could we?','\'World\'s best job\' in Australia goes to UK man','','inherit','closed','open','','670-revision-v1','','','2013-11-02 08:27:55','2013-11-02 08:27:55','',670,'http://www.westromgroup.com/670-revision-v1/',0,'revision','',0),(5324,1,'2013-11-02 08:27:56','2013-11-02 08:27:56','<img class=\"alignleft size-full wp-image-31\" src=\"http://wpzoom.com/demo/zenko/wp-content/uploads/2009/05/10.jpg\" alt=\"10\" width=\"400\" height=\"291\" />This is some dummy copy. You’re not really supposed to read this dummy copy, it is just a place holder for people who need some type to visualize what the actual copy might look like if it were real content.\n\nIf you want to read, I might suggest a good book, perhaps <a title=\"Hemingway\" href=\"http://en.wikipedia.org/wiki/Ernest_Hemingway\">Hemingway</a> or <a title=\"Melville\" href=\"http://en.wikipedia.org/wiki/Herman_Melville\">Melville</a>. That’s why they call it, the dummy copy. This, of course, is not the real copy for this entry. Rest assured, the words will expand the concept. With clarity. Conviction. And a little wit.\n\nIn today’s competitive <a title=\"market environment\" href=\"http://en.wikipedia.org/wiki/Market_environment\">market environment</a>, the body copy of your entry must lead the reader through a series of <strong>disarmingly simple thoughts</strong>.\n\nAll your supporting arguments must be communicated with simplicity and charm. And in such a way that the reader will read on. (After all, that’s a reader’s job: to read, isn’t it?) And by the time your readers have reached this point in the finished copy, you will have convinced them that you not only respect their intelligence, but you also <strong>understand their needs as consumers</strong>.\n\nAs a result of which, your entry will repay your <a title=\"writing\" href=\"http://en.wikipedia.org/wiki/Writing\">efforts</a>. Take your sales; simply put, they will rise. Likewise your credibility. There’s every chance your competitors will wish they’d placed this entry, not you. While your customers will have probably forgotten that your competitors even exist. Which brings us, by a somewhat circuitous route, to another small point, but one which we feel should be raised.\n<h3>Long copy or short - You decide</h3>\nAs a marketer, you probably don’t even believe in body copy. <strong>Let alone long body copy</strong>. (Unless you have a long body yourself.) Well, truth is, who‘s to blame you? Fact is, too much long body copy is dotted with such indulgent little phrases like <a title=\"truth\" href=\"http://en.wikipedia.org/wiki/Truth\">truth</a> is, fact is, and who’s to blame you. Trust us: we guarantee, with a hand over our heart, that no such indulgent rubbish will appear in your entry. That’s why God gave us big blue pencils. So we can expunge every example of witted waffle.\n<blockquote>For you, the skies will be blue, the birds will sing, and your copy will be crafted by a dedicated little man whose wife will be sitting at home, knitting, wondering why your entry demands more of her husband‘s time than it should.</blockquote>\nBut you will know why, won‘t you? You will have given her husband a chance to immortalize himself in print, writing some of the most persuasive prose on behalf of a truly enlightened purveyor of <a title=\"widgets\" href=\"http://en.wikipedia.org/wiki/Widgets\">widgets</a>. And so, while your dedicated reader, enslaved to each mellifluous paragraph, clutches his newspaper with increasing interest and intention to purchase, you can count all your increased profits and take pots of money to your bank. Sadly, this is not the real copy for this entry. <strong>But it could well be</strong>. All you have to do is look at the <a title=\"account executive\" href=\"http://en.wikipedia.org/wiki/Account_executive\">account executive</a> sitting across your desk (the fellow with the lugubrious face and the calf-like eyes), and say ”Yes! Yes! Yes!“ And anything you want, body copy, dinners, women, will be yours. Couldn’t be fairer than that, could we?','Porsche proposes VW integration','','inherit','closed','open','','669-revision-v1','','','2013-11-02 08:27:56','2013-11-02 08:27:56','',669,'http://www.westromgroup.com/669-revision-v1/',0,'revision','',0),(5325,1,'2013-11-02 08:27:56','2013-11-02 08:27:56','<img src=\"http://wpzoom.com/demo/zenko/wp-content/uploads/2009/05/15.jpg\" alt=\"15\" width=\"400\" height=\"266\" class=\"alignleft size-full wp-image-59\" />This is some dummy copy. You’re not really supposed to read this dummy copy, it is just a place holder for people who need some type to visualize what the actual copy might look like if it were real content.\n\nIf you want to read, I might suggest a good book, perhaps <a title=\"Hemingway\" href=\"http://en.wikipedia.org/wiki/Ernest_Hemingway\">Hemingway</a> or <a title=\"Melville\" href=\"http://en.wikipedia.org/wiki/Herman_Melville\">Melville</a>. That’s why they call it, the dummy copy. This, of course, is not the real copy for this entry. Rest assured, the words will expand the concept. With clarity. Conviction. And a little wit.\n\nIn today’s competitive <a title=\"market environment\" href=\"http://en.wikipedia.org/wiki/Market_environment\">market environment</a>, the body copy of your entry must lead the reader through a series of <strong>disarmingly simple thoughts</strong>.\n\nAll your supporting arguments must be communicated with simplicity and charm. And in such a way that the reader will read on. (After all, that’s a reader’s job: to read, isn’t it?) And by the time your readers have reached this point in the finished copy, you will have convinced them that you not only respect their intelligence, but you also <strong>understand their needs as consumers</strong>.\n\nAs a result of which, your entry will repay your <a title=\"writing\" href=\"http://en.wikipedia.org/wiki/Writing\">efforts</a>. Take your sales; simply put, they will rise. Likewise your credibility. There’s every chance your competitors will wish they’d placed this entry, not you. While your customers will have probably forgotten that your competitors even exist. Which brings us, by a somewhat circuitous route, to another small point, but one which we feel should be raised.\n<h3>Long copy or short - You decide</h3>\nAs a marketer, you probably don’t even believe in body copy. <strong>Let alone long body copy</strong>. (Unless you have a long body yourself.) Well, truth is, who‘s to blame you? Fact is, too much long body copy is dotted with such indulgent little phrases like <a title=\"truth\" href=\"http://en.wikipedia.org/wiki/Truth\">truth</a> is, fact is, and who’s to blame you. Trust us: we guarantee, with a hand over our heart, that no such indulgent rubbish will appear in your entry. That’s why God gave us big blue pencils. So we can expunge every example of witted waffle.\n<blockquote>For you, the skies will be blue, the birds will sing, and your copy will be crafted by a dedicated little man whose wife will be sitting at home, knitting, wondering why your entry demands more of her husband‘s time than it should.</blockquote>\n\nBut you will know why, won‘t you? You will have given her husband a chance to immortalize himself in print, writing some of the most persuasive prose on behalf of a truly enlightened purveyor of <a title=\"widgets\" href=\"http://en.wikipedia.org/wiki/Widgets\">widgets</a>. And so, while your dedicated reader, enslaved to each mellifluous paragraph, clutches his newspaper with increasing interest and intention to purchase, you can count all your increased profits and take pots of money to your bank. Sadly, this is not the real copy for this entry. <strong>But it could well be</strong>. All you have to do is look at the <a title=\"account executive\" href=\"http://en.wikipedia.org/wiki/Account_executive\">account executive</a> sitting across your desk (the fellow with the lugubrious face and the calf-like eyes), and say ”Yes! Yes! Yes!“ And anything you want, body copy, dinners, women, will be yours. Couldn’t be fairer than that, could we?','Aliquam tincidunt mauris eu risus','','inherit','closed','open','','58-revision-v1','','','2013-11-02 08:27:56','2013-11-02 08:27:56','',58,'http://www.westromgroup.com/58-revision-v1/',0,'revision','',0),(5326,1,'2013-11-02 08:27:56','2013-11-02 08:27:56','<img src=\"http://wpzoom.com/demo/zenko/wp-content/uploads/2009/05/5.jpg\" alt=\"5\" width=\"400\" height=\"233\" class=\"alignleft size-full wp-image-20\" />This is some dummy copy. You’re not really supposed to read this dummy copy, it is just a place holder for people who need some type to visualize what the actual copy might look like if it were real content.\n\nIf you want to read, I might suggest a good book, perhaps <a title=\"Hemingway\" href=\"http://en.wikipedia.org/wiki/Ernest_Hemingway\">Hemingway</a> or <a title=\"Melville\" href=\"http://en.wikipedia.org/wiki/Herman_Melville\">Melville</a>. That’s why they call it, the dummy copy. This, of course, is not the real copy for this entry. Rest assured, the words will expand the concept. With clarity. Conviction. And a little wit.\n\nIn today’s competitive <a title=\"market environment\" href=\"http://en.wikipedia.org/wiki/Market_environment\">market environment</a>, the body copy of your entry must lead the reader through a series of <strong>disarmingly simple thoughts</strong>.\n\nAll your supporting arguments must be communicated with simplicity and charm. And in such a way that the reader will read on. (After all, that’s a reader’s job: to read, isn’t it?) And by the time your readers have reached this point in the finished copy, you will have convinced them that you not only respect their intelligence, but you also <strong>understand their needs as consumers</strong>.\n\nAs a result of which, your entry will repay your <a title=\"writing\" href=\"http://en.wikipedia.org/wiki/Writing\">efforts</a>. Take your sales; simply put, they will rise. Likewise your credibility. There’s every chance your competitors will wish they’d placed this entry, not you. While your customers will have probably forgotten that your competitors even exist. Which brings us, by a somewhat circuitous route, to another small point, but one which we feel should be raised.\n<h3>Long copy or short - You decide</h3>\nAs a marketer, you probably don’t even believe in body copy. <strong>Let alone long body copy</strong>. (Unless you have a long body yourself.) Well, truth is, who‘s to blame you? Fact is, too much long body copy is dotted with such indulgent little phrases like <a title=\"truth\" href=\"http://en.wikipedia.org/wiki/Truth\">truth</a> is, fact is, and who’s to blame you. Trust us: we guarantee, with a hand over our heart, that no such indulgent rubbish will appear in your entry. That’s why God gave us big blue pencils. So we can expunge every example of witted waffle.\n<blockquote>For you, the skies will be blue, the birds will sing, and your copy will be crafted by a dedicated little man whose wife will be sitting at home, knitting, wondering why your entry demands more of her husband‘s time than it should.</blockquote>\n\nBut you will know why, won‘t you? You will have given her husband a chance to immortalize himself in print, writing some of the most persuasive prose on behalf of a truly enlightened purveyor of <a title=\"widgets\" href=\"http://en.wikipedia.org/wiki/Widgets\">widgets</a>. And so, while your dedicated reader, enslaved to each mellifluous paragraph, clutches his newspaper with increasing interest and intention to purchase, you can count all your increased profits and take pots of money to your bank. Sadly, this is not the real copy for this entry. <strong>But it could well be</strong>. All you have to do is look at the <a title=\"account executive\" href=\"http://en.wikipedia.org/wiki/Account_executive\">account executive</a> sitting across your desk (the fellow with the lugubrious face and the calf-like eyes), and say ”Yes! Yes! Yes!“ And anything you want, body copy, dinners, women, will be yours. Couldn’t be fairer than that, could we?','Air traffic systems vulnerable to cyber attack','','inherit','closed','open','','665-revision-v1','','','2013-11-02 08:27:56','2013-11-02 08:27:56','',665,'http://www.westromgroup.com/665-revision-v1/',0,'revision','',0); /*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_relationships` -- DROP TABLE IF EXISTS `wp_term_relationships`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_term_relationships` ( `object_id` bigint(20) unsigned NOT NULL default '0', `term_taxonomy_id` bigint(20) unsigned NOT NULL default '0', `term_order` int(11) NOT NULL default '0', PRIMARY KEY (`object_id`,`term_taxonomy_id`), KEY `term_taxonomy_id` (`term_taxonomy_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_term_relationships` -- LOCK TABLES `wp_term_relationships` WRITE; /*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */; INSERT INTO `wp_term_relationships` VALUES (614,190,0),(49,95,0),(38,95,0),(11,94,0),(49,94,0),(49,74,0),(38,74,0),(11,75,0),(51,95,0),(51,94,0),(39,193,0),(607,190,0),(607,193,0),(607,236,0),(94,95,0),(94,94,0),(105,77,0),(105,94,0),(111,80,0),(111,95,0),(111,94,0),(113,78,0),(113,95,0),(182,77,0),(182,86,0),(182,94,0),(25,190,0),(60,298,0),(601,193,0),(4932,81,0),(4931,94,0),(601,235,0),(601,191,0),(4932,73,0),(30,191,0),(30,193,0),(2325,83,0),(2333,83,0),(2334,83,0),(2335,83,0),(69,198,0),(39,234,0),(39,191,0),(17,237,0),(17,194,0),(1091,65,0),(518,85,0),(521,85,0),(522,85,0),(391,105,0),(5105,301,0),(5205,301,0),(5149,301,0),(5184,301,0),(5110,301,0),(5109,301,0),(5108,301,0),(5127,301,0),(673,105,0),(996,296,0),(403,231,0),(372,224,0),(105,81,0),(111,87,0),(672,105,0),(107,66,0),(107,299,0),(107,297,0),(107,296,0),(107,6,0),(105,91,0),(111,73,0),(107,72,0),(670,219,0),(400,231,0),(388,196,0),(388,219,0),(385,105,0),(385,217,0),(385,196,0),(391,230,0),(391,217,0),(379,203,0),(382,6,0),(73,105,0),(73,225,0),(73,224,0),(73,221,0),(382,224,0),(382,196,0),(73,197,0),(671,230,0),(671,228,0),(671,221,0),(671,220,0),(670,208,0),(670,204,0),(73,196,0),(671,204,0),(17,190,0),(665,229,0),(672,228,0),(672,219,0),(673,217,0),(503,208,0),(503,231,0),(673,202,0),(403,207,0),(672,206,0),(668,226,0),(669,204,0),(669,201,0),(669,229,0),(669,219,0),(669,218,0),(669,6,0),(668,204,0),(11,73,0),(665,6,0),(59,202,0),(664,206,0),(664,205,0),(664,229,0),(664,216,0),(664,211,0),(665,226,0),(375,203,0),(372,203,0),(665,219,0),(58,206,0),(49,73,0),(58,219,0),(58,6,0),(73,214,0),(56,224,0),(56,204,0),(59,224,0),(59,212,0),(665,208,0),(667,12,0),(667,224,0),(667,216,0),(666,202,0),(666,219,0),(666,212,0),(668,213,0),(667,204,0),(56,199,0),(53,215,0),(11,87,0),(38,73,0),(38,81,0),(366,203,0),(366,224,0),(366,219,0),(366,217,0),(69,206,0),(372,219,0),(372,6,0),(60,299,0),(56,219,0),(51,228,0),(51,203,0),(51,224,0),(53,202,0),(53,224,0),(62,210,0),(97,63,0),(97,297,0),(97,296,0),(97,62,0),(60,68,0),(60,64,0),(105,73,0),(97,67,0),(66,207,0),(66,41,0),(66,211,0),(62,200,0),(62,219,0),(62,211,0),(69,6,0),(66,208,0),(674,105,0),(397,224,0),(397,217,0),(394,205,0),(394,230,0),(394,6,0),(391,205,0),(400,205,0),(397,205,0),(674,230,0),(674,227,0),(674,224,0),(674,6,0),(674,206,0),(673,231,0),(4931,91,0),(4931,95,0),(614,237,0),(49,87,0),(4931,73,0),(614,193,0),(366,103,0),(25,233,0),(30,237,0),(1098,69,0),(996,70,0),(993,298,0),(182,73,0),(1091,298,0),(996,68,0),(996,65,0),(993,65,0),(993,299,0),(993,6,0),(993,296,0),(1091,296,0),(182,87,0),(7,193,0),(113,91,0),(1091,61,0),(1091,67,0),(1098,297,0),(3002,63,0),(1098,296,0),(1091,297,0),(3002,299,0),(3002,296,0),(113,87,0),(113,73,0),(668,223,0),(25,193,0),(3002,64,0),(385,6,0),(7,234,0),(60,296,0),(4932,95,0),(4932,94,0),(7,190,0),(60,62,0); /*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_taxonomy` -- DROP TABLE IF EXISTS `wp_term_taxonomy`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_term_taxonomy` ( `term_taxonomy_id` bigint(20) unsigned NOT NULL auto_increment, `term_id` bigint(20) unsigned NOT NULL default '0', `taxonomy` varchar(32) NOT NULL default '', `description` longtext NOT NULL, `parent` bigint(20) unsigned NOT NULL default '0', `count` bigint(20) NOT NULL default '0', PRIMARY KEY (`term_taxonomy_id`), UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`), KEY `taxonomy` (`taxonomy`) ) ENGINE=MyISAM AUTO_INCREMENT=302 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_term_taxonomy` -- LOCK TABLES `wp_term_taxonomy` WRITE; /*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */; INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,0),(5,5,'post_tag','',0,0),(6,6,'post_tag','',0,0),(7,7,'post_tag','',0,0),(8,8,'post_tag','',0,0),(9,9,'post_tag','',0,0),(10,10,'post_tag','',0,0),(11,11,'post_tag','',0,0),(12,12,'post_tag','',0,0),(13,13,'portfolio_cats','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis eget sapien libero, nec scelerisque urna. In mi ante, iaculis sed sollicitudin id, egestas sit amet lacus. Donec adipiscing dolor eget eros porttitor in aliquet est pharetra. Maecenas vulputate, justo a suscipit euismod, massa sem faucibus sem, eu luctus mi quam nec orci. Ut purus mauris, hendrerit quis imperdiet ultrices, tristique eu ante. <strong>(this content is optional)</strong>',0,0),(14,14,'portfolio_cats','',0,0),(15,15,'portfolio_cats','',0,0),(16,16,'service_cats','',0,0),(17,17,'faqs_cats','',0,0),(18,18,'faqs_cats','',0,0),(19,19,'faqs_cats','',0,0),(20,20,'faqs_cats','',0,0),(21,21,'staff_departments','',0,0),(22,22,'staff_departments','Yes, you can even add descriptions to your staff department pages. This is a super awesome feature and of course it\'s <strong>completely optional</strong>.',0,0),(23,23,'staff_departments','',0,0),(24,24,'staff_departments','Yes, you can even add descriptions to your staff department pages. This is a super awesome feature and of course it\'s <strong>completely optional</strong>.',0,0),(103,96,'post_tag','',0,0),(38,38,'post_tag','',0,0),(39,29,'post_tag','',0,0),(40,32,'post_tag','',0,0),(41,39,'post_tag','',0,0),(42,40,'post_tag','',0,0),(43,41,'post_tag','',0,0),(44,42,'post_tag','',0,0),(45,43,'post_tag','',0,0),(46,44,'post_tag','',0,0),(47,45,'post_tag','',0,0),(48,46,'post_tag','',0,0),(49,47,'post_tag','',0,0),(50,48,'filters','',0,0),(51,49,'filters','',0,0),(52,32,'filters','',0,0),(53,34,'filters','',0,0),(61,57,'post_tag','',0,0),(62,53,'post_tag','',0,0),(63,58,'post_tag','',0,0),(64,59,'post_tag','',0,0),(65,60,'post_tag','',0,0),(66,61,'post_tag','',0,0),(67,62,'post_tag','',0,0),(68,63,'post_tag','',0,0),(69,64,'post_tag','',0,0),(70,65,'post_tag','',0,0),(71,66,'post_tag','',0,0),(72,67,'post_tag','',0,0),(73,68,'portfolio-category','',0,9),(74,69,'portfolio-tag','',0,2),(75,70,'portfolio-tag','',0,1),(76,71,'portfolio-tag','',0,0),(77,72,'portfolio-tag','',0,2),(78,73,'portfolio-tag','',0,1),(79,74,'portfolio-tag','',0,0),(80,75,'portfolio-tag','',0,1),(81,76,'portfolio-category','',68,3),(82,77,'portfolio-tag','',0,0),(83,78,'personnal-category','',0,4),(85,80,'price-table-category','',0,3),(86,81,'portfolio-tag','',0,1),(87,82,'portfolio-category','',68,5),(88,83,'testimonial-category','',0,0),(89,84,'testimonial-category','',0,0),(90,85,'portfolio-tag','',0,0),(91,86,'portfolio-category','',68,3),(172,162,'post_format','',0,0),(94,86,'portfolio-tag','',0,7),(95,82,'portfolio-tag','',0,6),(102,95,'post_tag','',0,0),(104,34,'post_tag','',0,0),(105,97,'post_tag','',0,0),(108,100,'post_format','',0,0),(109,101,'post_format','',0,0),(110,102,'post_format','',0,0),(171,161,'post_format','',0,0),(112,104,'category','',0,0),(113,105,'category','',0,0),(114,106,'category','',0,0),(115,107,'category','',0,0),(132,123,'post_tag','',0,0),(133,124,'post_tag','',0,0),(134,125,'post_tag','',0,0),(135,126,'post_tag','',0,0),(136,127,'post_tag','',0,0),(137,72,'post_tag','',0,0),(138,128,'post_tag','',0,0),(139,129,'post_tag','',0,0),(140,130,'post_tag','',0,0),(141,131,'post_tag','',0,0),(142,132,'post_tag','',0,0),(143,133,'post_tag','',0,0),(144,134,'post_tag','',0,0),(145,135,'post_tag','',0,0),(146,136,'post_tag','',0,0),(147,137,'post_tag','',0,0),(148,138,'post_tag','',0,0),(149,139,'post_tag','',0,0),(150,140,'post_tag','',0,0),(151,141,'post_tag','',0,0),(152,142,'post_tag','',0,0),(153,143,'post_tag','',0,0),(154,144,'post_tag','',0,0),(155,145,'post_tag','',0,0),(156,146,'post_tag','',0,0),(157,147,'post_tag','',0,0),(158,148,'post_tag','',0,0),(159,149,'post_tag','',0,0),(160,150,'post_tag','',0,0),(161,151,'post_tag','',0,0),(162,152,'post_tag','',0,0),(163,153,'post_tag','',0,0),(164,154,'post_tag','',0,0),(165,155,'post_tag','',0,0),(166,156,'post_tag','',0,0),(167,157,'post_tag','',0,0),(168,158,'post_tag','',0,0),(169,159,'post_tag','',0,0),(181,171,'portfolio-category','',0,0),(182,172,'portfolio-category','',0,0),(184,174,'post_format','',0,0),(185,175,'post_format','',0,0),(186,176,'post_format','',0,0),(187,177,'post_format','',0,0),(246,232,'category','',0,0),(190,180,'status','',0,3),(191,181,'status','',0,2),(192,182,'status','',0,0),(193,183,'types','',0,5),(194,184,'types','',0,0),(195,185,'types','',0,0),(196,186,'category','',0,0),(197,187,'category','',186,0),(198,188,'category','',186,0),(199,189,'category','',186,0),(200,190,'category','',188,0),(201,191,'category','',188,0),(202,192,'category','',0,0),(203,96,'category','',0,0),(204,193,'category','',0,0),(205,194,'category','',0,0),(206,195,'category','',0,0),(207,196,'category','',0,0),(208,197,'category','',0,0),(209,198,'post_tag','',0,0),(210,199,'post_tag','',0,0),(211,200,'post_tag','',0,0),(212,201,'post_tag','',0,0),(213,202,'post_tag','',0,0),(214,203,'post_tag','',0,0),(215,204,'post_tag','',0,0),(216,205,'post_tag','',0,0),(217,192,'post_tag','',0,0),(218,206,'post_tag','',0,0),(219,207,'post_tag','',0,0),(220,208,'post_tag','',0,0),(221,209,'post_tag','',0,0),(222,210,'post_tag','',0,0),(223,211,'post_tag','',0,0),(224,193,'post_tag','',0,0),(225,212,'post_tag','',0,0),(226,213,'post_tag','',0,0),(227,214,'post_tag','',0,0),(228,215,'post_tag','',0,0),(229,216,'post_tag','',0,0),(230,217,'post_tag','',0,0),(231,218,'post_tag','',0,0),(232,219,'post_tag','',0,0),(233,220,'location','',0,0),(234,221,'location','',0,2),(235,222,'location','',0,1),(236,223,'location','',0,1),(237,224,'location','',0,1),(244,230,'category','',0,0),(243,229,'category','',0,0),(242,162,'category','',0,0),(245,231,'category','',0,0),(247,233,'category','',0,0),(248,234,'post_tag','',0,0),(249,235,'post_tag','',0,0),(250,236,'post_tag','',0,0),(251,237,'post_tag','',0,0),(252,238,'post_tag','',0,0),(253,239,'post_tag','',0,0),(254,240,'post_tag','',0,0),(255,241,'post_tag','',0,0),(256,242,'post_tag','',0,0),(257,243,'post_tag','',0,0),(258,244,'post_tag','',0,0),(259,245,'post_tag','',0,0),(260,246,'post_tag','',0,0),(261,247,'post_tag','',0,0),(262,248,'post_tag','',0,0),(263,249,'post_tag','',0,0),(264,250,'post_tag','',0,0),(265,251,'post_tag','',0,0),(266,252,'post_tag','',0,0),(267,253,'pj-tags','',0,0),(268,254,'pj-tags','',0,0),(269,255,'pj-sort-categs','',0,0),(270,256,'tl-categs','',0,0),(271,257,'tl-categs','',0,0),(272,95,'pj-categs','',0,0),(273,258,'pj-categs','',0,0),(274,259,'pj-tags','',0,0),(275,260,'pj-tags','',0,0),(276,261,'pj-tags','',0,0),(277,262,'pj-sort-categs','',0,0),(278,263,'pj-categs','',0,0),(279,264,'pj-tags','',0,0),(280,265,'pj-tags','',0,0),(281,245,'pj-tags','',0,0),(282,34,'pj-categs','',0,0),(283,251,'pj-tags','',0,0),(284,266,'pj-tags','',0,0),(285,267,'pj-tags','',0,0),(286,268,'tl-categs','',0,0),(287,269,'pj-sort-categs','',0,0),(288,270,'pj-tags','',0,0),(289,85,'pj-tags','',0,0),(290,271,'pj-categs','',0,0),(293,274,'tl-categs','',0,0),(294,275,'tl-categs','',0,0),(295,276,'pj-tags','',0,0),(296,53,'category','',0,0),(297,277,'category','',0,0),(298,278,'category','',0,0),(299,279,'category','',0,0),(301,280,'nav_menu','',0,8); /*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_terms` -- DROP TABLE IF EXISTS `wp_terms`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_terms` ( `term_id` bigint(20) unsigned NOT NULL auto_increment, `name` varchar(200) NOT NULL default '', `slug` varchar(200) NOT NULL default '', `term_group` bigint(10) NOT NULL default '0', PRIMARY KEY (`term_id`), UNIQUE KEY `slug` (`slug`), KEY `name` (`name`) ) ENGINE=MyISAM AUTO_INCREMENT=281 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_terms` -- LOCK TABLES `wp_terms` WRITE; /*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */; INSERT INTO `wp_terms` VALUES (1,'Uncategorized','uncategorized',0),(5,'beautiful','beautiful',0),(6,'business','business',0),(7,'free','free',0),(8,'minimal','minimal',0),(9,'portfolio','portfolio',0),(10,'tag','tag',0),(11,'theme','theme',0),(12,'wordpress','wordpress',0),(13,'Category 1','category-1',0),(14,'Category 2','category-2',0),(15,'Category 3','category-3',0),(16,'Service Category','service-category',0),(17,'Store','store',0),(18,'Returns','returns',0),(19,'Pricing','pricing',0),(20,'Business','business-2',0),(21,'Partners','partners',0),(22,'Managers','managers',0),(23,'Assistants','assistants',0),(24,'Developers','developers',0),(53,'Blog','blog',0),(29,'Boating','boating',0),(32,'Mountains','mountains',0),(34,'Photography','photography',0),(38,'Alps','alps',0),(39,'Nature','nature',0),(40,'Nature Alps','nature-alps',0),(41,'Recreation','recreation',0),(42,'Skiing','skiing',0),(43,'Skiing Tourism','skiing-tourism',0),(44,'Sports','sports',0),(45,'Tourism','tourism',0),(46,'Winter','winter',0),(47,'Winter Sports','winter-sports',0),(48,'Architecture','architecture',0),(49,'Identity','identity',0),(57,'agency','agency',0),(58,'ceremony','ceremony',0),(59,'computer','computer',0),(60,'conferrence','conferrence',0),(61,'drugs','drugs',0),(62,'news','news',0),(63,'party','party',0),(64,'people','people',0),(65,'Tech','tech',0),(66,'test','test',0),(67,'travel','travel',0),(68,'All','all',0),(69,'business card','business-card',0),(70,'card','card',0),(71,'color','color',0),(72,'design','design',0),(73,'draft','draft',0),(74,'function','function',0),(75,'package','package',0),(76,'Package Design','package-design',0),(77,'page builder','page-builder',0),(78,'personnel-cat','personnel-cat',0),(80,'price','price',0),(81,'print','print',0),(82,'Prints','prints',0),(83,'testimonial-cat-1','testimonial-cat-1',0),(84,'testimonial-cat-2','testimonial-cat-2',0),(85,'video','video',0),(86,'Website','website',0),(95,'Creative','creative',0),(96,'Music','music',0),(97,'Video','video-2',0),(161,'Link','post-format-link',0),(100,'Video','post-format-video',0),(101,'Gallery','post-format-gallery',0),(102,'Audio','post-format-audio',0),(104,'PARA CONTAR','para-contar',0),(105,'PARA AMAR','para-amar',0),(106,'PARA SENTIR','para-sentir',0),(107,'A DOIS','a-dois',0),(123,'4 different post formats','4-different-post-formats',0),(124,'accordions','accordions',0),(125,'amazing','amazing',0),(126,'corporate','corporate',0),(127,'custom post formats','custom-post-formats',0),(128,'enterprise','enterprise',0),(129,'filterable portfolio','filterable-portfolio',0),(130,'flexible columns layout','flexible-columns-layout',0),(131,'formats','formats',0),(132,'framework','framework',0),(133,'freedom','freedom',0),(134,'Frontpage','frontpage-2',0),(135,'gantry','gantry',0),(136,'gantry framework','gantry-framework',0),(137,'grid','grid',0),(138,'LTR support','ltr-support',0),(139,'magazine','magazine',0),(140,'magazine theme','magazine-theme',0),(141,'mimo','mimo',0),(142,'mimosupport','mimosupport',0),(143,'post','post',0),(144,'post formats','post-formats',0),(145,'posts','posts',0),(146,'pportfolio','pportfolio',0),(147,'premium templates','premium-templates',0),(148,'premium wordpress theme','premium-wordpress-theme',0),(149,'rockettheme','rockettheme',0),(150,'shortcode','shortcode',0),(151,'shortcodes','shortcodes',0),(152,'sidebars','sidebars',0),(153,'sidebarsBlog','sidebarsblog',0),(154,'Tabs','tabs',0),(155,'themes','themes',0),(156,'thming wordpress','thming-wordpress',0),(157,'widget','widget',0),(158,'wordpress premiujm themes','wordpress-premiujm-themes',0),(159,'wordpress theme','wordpress-theme',0),(162,'Image','post-format-image',0),(171,'Culture','culture',0),(172,'Photograph','photograph',0),(174,'Quote','post-format-quote',0),(175,'Aside','post-format-aside',0),(176,'Status','post-format-status',0),(177,'Chat','post-format-chat',0),(180,'For Sale','for-sale',0),(181,'For Rent','for-rent',0),(182,'Commercial','commercial',0),(183,'Residential','residential',0),(184,'Single Family House','single-family-house',0),(185,'Apartments','apartments',0),(186,'Business','business-3',0),(187,'Dropdown','dropdown',0),(188,'Dropdown 2','dropdown-2',0),(189,'Dropdown 3','dropdown-3',0),(190,'Dropdown 4','dropdown-4',0),(191,'Dropdown 5','dropdown-5',0),(192,'Featured','featured',0),(193,'Politics','politics',0),(194,'Sport','sport',0),(195,'Technology','technology',0),(196,'Travel','travel-2',0),(197,'World','world',0),(198,'apple','apple',0),(199,'automotive','automotive',0),(200,'bmw','bmw',0),(201,'economics','economics',0),(202,'elections','elections',0),(203,'elements','elements',0),(204,'europe','europe',0),(205,'facebook','facebook',0),(206,'formula 1','formula-1',0),(207,'headlines','headlines',0),(208,'lipsum','lipsum',0),(209,'lorem','lorem',0),(210,'music','music-2',0),(211,'obama','obama',0),(212,'sample','sample',0),(213,'social media','social-media',0),(214,'timelapse','timelapse',0),(215,'top news','top-news',0),(216,'twitter','twitter',0),(217,'us','us',0),(218,'world','world-2',0),(219,'wrold','wrold',0),(220,'Bainbridge Island','bainbridge-island',0),(221,'Bellevue','bellevue',0),(222,'Chicago','chicago',0),(223,'San Diego','san-diego',0),(224,'Seattle','seattle',0),(230,'Posts with image','posts-with-image',0),(229,'Posts with audio','posts-with-audio',0),(231,'Posts with video','posts-with-video',0),(232,'standard','standard',0),(233,'Text posts','text-posts',0),(234,'aside format','aside-format',0),(235,'aside text','aside-text',0),(236,'audio files','audio-files',0),(237,'bussiness','bussiness',0),(238,'gallery','gallery',0),(239,'how to quote','how-to-quote',0),(240,'image','image-2',0),(241,'link to','link-to',0),(242,'links in post','links-in-post',0),(243,'music post','music-post',0),(244,'no image','no-image',0),(245,'photo','photo',0),(246,'plain text','plain-text',0),(247,'post video','post-video',0),(248,'quotation','quotation',0),(249,'quote in post','quote-in-post',0),(250,'quotes in post','quotes-in-post',0),(251,'slider','slider',0),(252,'video files','video-files',0),(253,'brand','brand',0),(254,'branding','branding-2',0),(255,'Branding','branding',0),(256,'category 1','category-1-2',0),(257,'category 2','category-2-2',0),(258,'Design','design-2',0),(259,'design','design-2-2',0),(260,'development','development',0),(261,'drawing','drawing',0),(262,'Hi-tech','hi-tech',0),(263,'Illustration','illustration',0),(264,'illustration','illustration-2',0),(265,'lettering','lettering',0),(266,'technologies','technologies',0),(267,'technology','technology-2',0),(268,'testimonial','testimonial',0),(269,'Typography','typography',0),(270,'typography','typography-2',0),(271,'Wordpress Video Tuts','wordpress-video-tuts',0),(280,'Main','main',0),(274,'category 1','category-1-3',0),(275,'category 2','category-2-3',0),(276,'design','design-2-3',0),(277,'Conference','conference',0),(278,'Daily lfe','daily-lfe',0),(279,'Holiday','holiday',0); /*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_usermeta` -- DROP TABLE IF EXISTS `wp_usermeta`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_usermeta` ( `umeta_id` bigint(20) unsigned NOT NULL auto_increment, `user_id` bigint(20) unsigned NOT NULL default '0', `meta_key` varchar(255) default NULL, `meta_value` longtext, PRIMARY KEY (`umeta_id`), KEY `user_id` (`user_id`), KEY `meta_key` (`meta_key`) ) ENGINE=MyISAM AUTO_INCREMENT=50 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_usermeta` -- LOCK TABLES `wp_usermeta` WRITE; /*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */; INSERT INTO `wp_usermeta` VALUES (1,1,'first_name','Westrom'),(2,1,'last_name','Group'),(3,1,'nickname','admin'),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'comment_shortcuts','false'),(7,1,'admin_color','classic'),(8,1,'use_ssl','0'),(9,1,'show_admin_bar_front','true'),(10,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(11,1,'wp_user_level','10'),(12,1,'dismissed_wp_pointers','wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,wp360_revisions,wp360_locks'),(13,1,'show_welcome_panel','1'),(14,1,'wp_dashboard_quick_press_last_post_id','5327'),(15,2,'first_name',''),(16,2,'last_name',''),(17,2,'nickname','AJ Clarke'),(18,2,'description',''),(19,2,'rich_editing','true'),(20,2,'comment_shortcuts','false'),(21,2,'admin_color','fresh'),(22,2,'use_ssl','0'),(23,2,'show_admin_bar_front','true'),(24,2,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(25,2,'wp_user_level','0'),(26,2,'dismissed_wp_pointers','wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,wp360_revisions,wp360_locks'),(30,1,'wp_user-settings','editor=tinymce&imgsize=large&wplink=1&libraryContent=browse&urlbutton=custom&hidetb=1'),(28,1,'closedpostboxes_page','a:1:{i:0;s:10:\"postcustom\";}'),(29,1,'metaboxhidden_page','a:0:{}'),(36,1,'closedpostboxes_post','a:1:{i:0;s:21:\"colabsthemes-settings\";}'),(31,1,'wp_user-settings-time','1383370980'),(32,1,'layerslider_help_wp_pointer','1'),(33,1,'nav_menu_recently_edited','280'),(34,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\";}'),(35,1,'metaboxhidden_nav-menus','a:3:{i:0;s:8:\"add-post\";i:1;s:12:\"add-post_tag\";i:2;s:15:\"add-post_format\";}'),(37,1,'metaboxhidden_post','a:7:{i:0;s:11:\"postexcerpt\";i:1;s:13:\"trackbacksdiv\";i:2;s:10:\"postcustom\";i:3;s:16:\"commentstatusdiv\";i:4;s:11:\"commentsdiv\";i:5;s:7:\"slugdiv\";i:6;s:9:\"authordiv\";}'),(38,1,'layerslider_builder_help_wp_pointer','1'),(39,1,'_yoast_wpseo_profile_updated','1383759207'),(40,1,'wpseo_title',''),(41,1,'wpseo_metadesc',''),(42,1,'wpseo_metakey',''),(43,1,'AtD_options',''),(44,1,'AtD_check_when',''),(45,1,'AtD_guess_lang',''),(46,1,'AtD_ignored_phrases',''),(47,1,'googleplus',''),(48,1,'twitter',''),(49,1,'facebook',''); /*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_users` -- DROP TABLE IF EXISTS `wp_users`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_users` ( `ID` bigint(20) unsigned NOT NULL auto_increment, `user_login` varchar(60) NOT NULL default '', `user_pass` varchar(64) NOT NULL default '', `user_nicename` varchar(50) NOT NULL default '', `user_email` varchar(100) NOT NULL default '', `user_url` varchar(100) NOT NULL default '', `user_registered` datetime NOT NULL default '0000-00-00 00:00:00', `user_activation_key` varchar(60) NOT NULL default '', `user_status` int(11) NOT NULL default '0', `display_name` varchar(250) NOT NULL default '', PRIMARY KEY (`ID`), KEY `user_login_key` (`user_login`), KEY `user_nicename` (`user_nicename`) ) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_users` -- LOCK TABLES `wp_users` WRITE; /*!40000 ALTER TABLE `wp_users` DISABLE KEYS */; INSERT INTO `wp_users` VALUES (1,'admin','$P$BEiGl0KNi5whZx/.doRYRXypDtV6YM1','admin','info@westromgroup.com','','2013-08-26 13:39:02','$P$BD5l2xBJE438Rsd3O9jfvMRUVtmTu1.',0,'Westrom Group'),(2,'AJ Clarke','$P$Bt5FDiFAY/3FVb/d6kCAa3rD/5W.LY.','aj-clarke','wpexplore@gmail.com','','2013-08-26 13:57:04','',0,'AJ Clarke'); /*!40000 ALTER TABLE `wp_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database 'westwp' -- DELIMITER ;; DELIMITER ; /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2014-11-10 8:34:38