0byt3m1n1
Path:
/
data
/
0
/
0
/
85
/
32
/
85032
/
meta
/
86372
/
mysql.backup
/
[
Home
]
File: 1_001c0cc_1.mysqlv107.bak.sql
-- MySQL dump 10.11 -- -- Host: mysqlv107 Database: 1_001c0cc_1 -- ------------------------------------------------------ -- Server version 5.0.91 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `wp_commentmeta` -- DROP TABLE IF EXISTS `wp_commentmeta`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_commentmeta` ( `meta_id` bigint(20) unsigned NOT NULL auto_increment, `comment_id` bigint(20) unsigned NOT NULL default '0', `meta_key` varchar(255) default NULL, `meta_value` longtext, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=MyISAM AUTO_INCREMENT=3 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`), KEY `comment_author_email` (`comment_author_email`(10)) ) ENGINE=MyISAM AUTO_INCREMENT=2 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 */; /*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_links` -- DROP TABLE IF EXISTS `wp_links`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_links` ( `link_id` bigint(20) unsigned NOT NULL auto_increment, `link_url` varchar(255) NOT NULL default '', `link_name` varchar(255) NOT NULL default '', `link_image` varchar(255) NOT NULL default '', `link_target` varchar(25) NOT NULL default '', `link_description` varchar(255) NOT NULL default '', `link_visible` varchar(20) NOT NULL default 'Y', `link_owner` bigint(20) unsigned NOT NULL default '1', `link_rating` int(11) NOT NULL default '0', `link_updated` datetime NOT NULL default '0000-00-00 00:00:00', `link_rel` varchar(255) NOT NULL default '', `link_notes` mediumtext NOT NULL, `link_rss` varchar(255) NOT NULL default '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=MyISAM AUTO_INCREMENT=8 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 */; INSERT INTO `wp_links` VALUES (1,'http://codex.wordpress.org/','Documentation','','','','Y',1,0,'0000-00-00 00:00:00','','',''),(2,'http://wordpress.org/development/','Development Blog','','','','Y',1,0,'0000-00-00 00:00:00','','','http://wordpress.org/development/feed/'),(3,'http://wordpress.org/extend/ideas/','Suggest Ideas','','','','Y',1,0,'0000-00-00 00:00:00','','',''),(4,'http://wordpress.org/support/','Support Forum','','','','Y',1,0,'0000-00-00 00:00:00','','',''),(5,'http://wordpress.org/extend/plugins/','Plugins','','','','Y',1,0,'0000-00-00 00:00:00','','',''),(6,'http://wordpress.org/extend/themes/','Themes','','','','Y',1,0,'0000-00-00 00:00:00','','',''),(7,'http://planet.wordpress.org/','WordPress Planet','','','','Y',1,0,'0000-00-00 00:00:00','','',''); /*!40000 ALTER TABLE `wp_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_ngg_album` -- DROP TABLE IF EXISTS `wp_ngg_album`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_ngg_album` ( `id` bigint(20) NOT NULL auto_increment, `name` varchar(255) NOT NULL, `previewpic` bigint(20) NOT NULL default '0', `albumdesc` mediumtext, `sortorder` longtext NOT NULL, `pageid` bigint(20) NOT NULL default '0', `slug` varchar(255) NOT NULL, `extras_post_id` bigint(20) NOT NULL default '0', PRIMARY KEY (`id`), KEY `extras_post_id_key` (`extras_post_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_ngg_album` -- LOCK TABLES `wp_ngg_album` WRITE; /*!40000 ALTER TABLE `wp_ngg_album` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_ngg_album` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_ngg_gallery` -- DROP TABLE IF EXISTS `wp_ngg_gallery`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_ngg_gallery` ( `gid` bigint(20) NOT NULL auto_increment, `name` varchar(255) NOT NULL, `path` mediumtext, `title` mediumtext, `galdesc` mediumtext, `pageid` bigint(20) NOT NULL default '0', `previewpic` bigint(20) NOT NULL default '0', `author` bigint(20) NOT NULL default '0', `slug` varchar(255) NOT NULL, `extras_post_id` bigint(20) NOT NULL default '0', PRIMARY KEY (`gid`), KEY `extras_post_id_key` (`extras_post_id`) ) ENGINE=MyISAM AUTO_INCREMENT=22 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_ngg_gallery` -- LOCK TABLES `wp_ngg_gallery` WRITE; /*!40000 ALTER TABLE `wp_ngg_gallery` DISABLE KEYS */; INSERT INTO `wp_ngg_gallery` VALUES (2,'staging','wp-content/gallery/staging','staging','',0,283,1,'',0),(3,'special-events','wp-content/gallery/special-events','special-events','',0,18,1,'',0),(4,'florals','wp-content/gallery/florals','Florals','',0,128,1,'',0),(5,'basements-and-media-rooms','wp-content/gallery/basements-and-media-rooms','Basements and Media Rooms','',0,37,1,'',0),(6,'kitchens','wp-content/gallery/kitchens','Kitchens','',0,229,1,'',0),(7,'dining-rooms','wp-content/gallery/dining-rooms','Dining Rooms','',0,113,1,'',0),(8,'bedrooms','wp-content/gallery/bedrooms','Bedrooms','',0,43,1,'',0),(9,'baths','wp-content/gallery/baths','Baths','',0,21,1,'',0),(10,'children039s-rooms','wp-content/gallery/children039s-rooms','Children\\'s Rooms','',0,89,1,'',0),(11,'nursery039s','wp-content/gallery/nursery039s','Nursery\\'s','',0,206,1,'',0),(12,'before-and-after','wp-content/gallery/before-and-after','Before and After','',159,58,1,'',0),(13,'second-story-windows','wp-content/gallery/second-story-windows','Second Story Windows','',0,214,1,'',0),(14,'window-decor','wp-content/gallery/window-decor','Window Decor','',0,200,1,'',0),(15,'home-decor','wp-content/gallery/home-decor','Home Decor','',0,181,1,'',0),(16,'murals','wp-content/gallery/murals','Murals','',0,157,1,'',0),(17,'faux','wp-content/gallery/faux','Faux','',0,119,1,'',0),(18,'commercial','wp-content/gallery/commercial','Commercial','',0,108,1,'',0),(19,'recent-work','wp-content/gallery/recent-work','Recent Work',NULL,0,248,1,'',0),(20,'sunrooms','wp-content/gallery/sunrooms','Sunrooms','',0,301,1,'',0),(21,'christmas','wp-content/gallery/christmas','Christmas','',0,0,1,'',0); /*!40000 ALTER TABLE `wp_ngg_gallery` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_ngg_pictures` -- DROP TABLE IF EXISTS `wp_ngg_pictures`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_ngg_pictures` ( `pid` bigint(20) NOT NULL auto_increment, `post_id` bigint(20) NOT NULL default '0', `galleryid` bigint(20) NOT NULL default '0', `filename` varchar(255) NOT NULL, `description` mediumtext, `alttext` mediumtext, `imagedate` datetime NOT NULL default '0000-00-00 00:00:00', `exclude` tinyint(4) default '0', `sortorder` bigint(20) NOT NULL default '0', `meta_data` longtext, `image_slug` varchar(255) NOT NULL, `extras_post_id` bigint(20) NOT NULL default '0', `updated_at` bigint(20) default NULL, PRIMARY KEY (`pid`), KEY `post_id` (`post_id`), KEY `extras_post_id_key` (`extras_post_id`) ) ENGINE=MyISAM AUTO_INCREMENT=427 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_ngg_pictures` -- LOCK TABLES `wp_ngg_pictures` WRITE; /*!40000 ALTER TABLE `wp_ngg_pictures` DISABLE KEYS */; INSERT INTO `wp_ngg_pictures` VALUES (15,0,2,'harry-norman-entry-sofa-side-befoe.jpg','Before Staging','Before Realtor Office','2010-09-30 18:35:28',0,7,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(14,0,2,'harry-norman-entry-chairs1.jpg','Staging','After Realtor lobby','2010-09-30 18:35:22',0,10,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(13,0,2,'harry-norman-entry-befoe-6.jpg','Before Staging','Before Realtor Lobby','2010-09-30 18:35:18',0,9,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(12,0,2,'harry-norman-entry-after-6.jpg','After Staging','After Realtor Office','2010-09-30 18:35:14',0,8,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:450;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(10,0,2,'harry-norman-entry-after-3.jpg','Finial Staging','Final Realtor Lobby','2010-09-30 18:35:04',0,12,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(11,0,2,'harry-norman-entry-after-5.jpg','After Staging','After Realtor Lobby side','2010-09-30 18:35:10',0,11,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:450;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(16,0,3,'026.jpg','Reception','Richmond Wedding','2010-10-04 18:03:33',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(9,0,2,'016_0.jpg','Staging','Realtor Office Conference room','2010-09-30 18:30:52',0,6,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(17,0,3,'057.jpg','REception','Richmond Wedding 2','2010-10-04 18:03:38',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:800;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(18,0,3,'060.jpg','Guest Tables','Richmond Wedding Table','2010-10-04 18:03:42',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:450;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(19,0,21,'byer-tree-finished-06.jpg','Christmas Tree','Byers Christmas Tree 09','2010-10-04 18:08:03',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:400;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(20,0,21,'byers-tree-07-close.jpg','Christmas Tree','Byers Christmas Tree 10','2010-10-04 18:07:59',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:450;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(21,0,9,'252_interior12.jpg','Pink Bath','Girls Pink Bath','2010-10-04 18:32:52',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:252;s:6:\"height\";i:382;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(22,0,9,'300_copy_of_barnes_tub_mirror_after.jpg','Master Renovation with Mirrored Tub','Master Renovation with Mirrored Tub','2010-10-04 18:35:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:450;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(23,0,9,'300_janeway_bathroom.jpg','Barrel Ceiling Master Bath','Barrel Ceiling Master Bath','2010-10-04 18:35:26',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:450;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(24,0,9,'300_rash-bathroom.jpg','Gold Silk Shower Curtain','Elegant Silk Shower Curtain','2010-10-04 18:35:28',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:538;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(25,0,9,'300_t_rash_bath.jpg','Bath with Shower Valance','Bath with Shower Valance','2010-10-04 18:35:29',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:400;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(26,0,9,'498_cohron_after_shower.jpg','Spa Shower Room','Spa Shower Room','2010-10-04 18:35:32',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:747;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(27,0,9,'498_cohron_new_bath_cabinets011.jpg','Mosaic Tile Floor','Mosaic Tile Floor','2010-10-04 18:35:34',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:756;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(28,0,9,'498_johnson_after_half_bath_mirror_lights.jpg','Asian Flare','Asian Flare','2010-10-04 18:35:38',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:332;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(29,0,9,'498_johnson_bath_aft.jpg','Shower with Decorative Tile','Shower with Decorative Tile','2010-10-04 18:35:40',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:747;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(30,0,9,'498_johnson_bath_sink.jpg','Wall installed faucets','Wall installed faucets','2010-10-04 18:35:42',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:332;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(31,0,9,'498_martin_tub_sink_after.jpg','Spa Master Bath','Spa Master Bath','2010-10-04 18:35:46',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:332;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(32,0,9,'498_olsen_mast_bath.jpg','Spa Bath','Spa Bath','2010-10-04 18:35:55',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:332;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(33,0,5,'400_theater_room.jpg','Theater Room','Theater Room','2010-10-04 18:40:14',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:400;s:6:\"height\";i:286;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(34,0,5,'498_dewit_basement.jpg','Kitchen and Card Games','Kitchen and Card Games','2010-10-04 18:40:26',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:355;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(35,0,5,'498_dewit_card_table003.jpg','Game Room','Game Room','2010-10-04 18:40:41',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:330;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(36,0,5,'498_pool_rmm_molding_model.jpg','Pool Area','Pool Area','2010-10-04 18:40:54',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:332;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(37,0,5,'498_reece_media_room2.jpg','Cozy Bookcase space','Cozy Bookcase Space','2010-10-04 18:41:08',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:332;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(38,0,8,'300_bedroom02.jpg','Contemporary Bedroom','DowntownContemporary Bedroom','2010-10-04 18:44:35',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:469;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(39,0,8,'498_barnes-bedroom.jpg','Master Ensemble','Barnes Master Ensemble','2010-10-04 18:44:43',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:326;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(40,0,8,'498_dewit_mast_bed.jpg','Comfortable Living','Comfortable Living','2010-10-04 18:44:52',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:330;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(41,0,8,'498_guest_bedroom.jpg','Red Twin Delight','Red Twin Delight','2010-10-04 18:45:02',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:331;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(42,0,8,'498_johnson_beach_bedrroom.jpg','Seaside Slumber','Seaside Slumber','2010-10-04 18:45:08',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:373;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(43,0,8,'498_martin-bedroom.jpg','Traditional Green/White Charm','Traditional Green/White Charm','2010-10-04 18:45:10',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:348;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(44,0,12,'153_aneta_before_study.jpg','Triple High Window','Triple High Window Before','2010-10-04 18:54:22',0,15,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:153;s:6:\"height\";i:229;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(45,0,12,'160_barnesoffice_before001.jpg','Construction of Upper Garage','Bonus room Before','2010-10-04 18:54:34',0,11,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:160;s:6:\"height\";i:246;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(46,0,12,'160_kitchen-before.jpg','30-Yr Old Ktch Before','30-Yr Old Ktch Before','2010-10-04 18:54:40',0,1,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:160;s:6:\"height\";i:241;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(47,0,12,'228_copy_of_elston_before1.jpg','White Dated Kitchen Before','White Dated Kitchen Before','2010-10-04 18:54:49',0,13,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:228;s:6:\"height\";i:171;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(48,0,12,'228_elston_kit_after1.jpg','In Progress Kitchen','White Dated Kitchen in Progress','2010-10-04 18:54:52',0,14,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:228;s:6:\"height\";i:171;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(49,0,12,'228_interior01.jpg','After - Completed Dining Room','Completed Dining Room After','2010-10-04 18:55:01',0,10,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:228;s:6:\"height\";i:165;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(50,0,12,'228_interior04.jpg','Unfinished Dining Room','Unfinished Dining Room Before','2010-10-04 18:55:05',0,9,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:228;s:6:\"height\";i:140;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(51,0,12,'228_interior14.jpg','New Studio','Bonus Room After','2010-10-04 18:55:11',0,12,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:228;s:6:\"height\";i:153;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(52,0,12,'230_bath-before.jpg','Old Fashion Bath','Old Fashion Bath Before','2010-10-04 18:55:19',0,5,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:230;s:6:\"height\";i:151;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(53,0,12,'230_bath_darker.jpg','Newly Designed Space','Old Fashion Bath After','2010-10-04 18:55:14',0,6,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:230;s:6:\"height\";i:153;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(54,0,12,'230_cb_home_living_room_before.jpg','Empty Living Room','Empty Living Room Before','2010-10-04 18:55:24',0,7,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:230;s:6:\"height\";i:152;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(55,0,12,'230_cb_home_lr_after.jpg','Finished Accessorized Room','Not so Empty Living Room After','2010-10-04 18:55:27',0,8,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:230;s:6:\"height\";i:158;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(56,0,12,'230_den-before.jpg','Paneled Family Room','Paneled Family Room','2010-10-04 18:55:31',0,3,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:230;s:6:\"height\";i:148;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(57,0,12,'230_kitchen_counter-cabinets.jpg','Renovated Faux Cabinets ','30-Yr Old Ktch After','2010-10-04 18:55:34',0,2,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:230;s:6:\"height\";i:153;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(58,0,12,'230_living_room.jpg','Country French Renovation','Country French Renovation','2010-10-04 18:55:37',0,4,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:230;s:6:\"height\";i:153;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(59,0,12,'200_before_cohron_bath1.jpg','Creating a round wall','Round wall in Progress','2010-10-04 18:59:59',0,19,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:200;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(60,0,12,'200_before_cohron_bath3.jpg','Before Construction Bath','Tuscan Bath in Progress','2010-10-04 19:00:08',0,17,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:200;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(61,0,12,'200_cohron_new_bath_cabinets011.jpg','Tuscan tile','Tuscan Bathwith Custom vanity','2010-10-04 19:00:18',0,18,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:200;s:6:\"height\";i:304;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(62,0,12,'200_johnson_bath_aft.jpg','Deco BronzeDragonflys','Art Deco BronzeDragonflys','2010-10-04 19:00:28',0,24,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:200;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(63,0,12,'200_johnson_before_guest_bath2.jpg','Major Renovation','Major Renovation','2010-10-04 19:00:41',0,25,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:200;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(64,0,12,'200_johnson_before_mast_bath1.jpg','This old house','This old house','2010-10-04 19:00:57',0,23,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:200;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(65,0,12,'200_johnson_guest_bath.jpg','Classic Style','Classic Style','2010-10-04 19:01:05',0,26,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:200;s:6:\"height\";i:300;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(66,0,12,'228_aneta_den_sm.jpg','Valance panel Solution','Triple High Window After','2010-10-04 19:01:13',0,16,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:228;s:6:\"height\";i:152;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(67,0,12,'229_anthony_before_mast_1.jpg','bath before-anthony','Anthony Bath Before','2010-10-04 19:01:17',0,27,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:229;s:6:\"height\";i:305;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(68,0,12,'229_anthony_down_bath.jpg','anthony after bathroom','Anthony Bath After','2010-10-04 19:01:22',0,28,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:229;s:6:\"height\";i:305;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(69,0,12,'230_cohron_bath_w_mural.jpg','Rounded wall with Mural scene','Rounded wall with Mural scene','2010-10-04 19:01:24',0,20,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:230;s:6:\"height\";i:153;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(70,0,12,'230_copy_of_evans_kit_1.jpg','Dreamy Kitchen w/ stainles','White Kitchen After W/stainless','2010-10-04 19:01:29',0,22,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:230;s:6:\"height\";i:153;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(71,0,12,'230_evan_kit_before2.jpg','Before White Kitchen','Basic White Kitchen Before','2010-10-04 19:01:38',0,21,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:230;s:6:\"height\";i:153;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(72,0,10,'300_nick_tree_bear.jpg','Cabin View','Bear Tree Mural','2010-10-04 19:09:18',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:450;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(73,0,10,'300_nikki_bath.jpg','Plaid Bath','Plaid Bath','2010-10-04 19:09:21',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:450;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(74,0,10,'300_paley_loft.jpg','Pink & Green Loft w/ Ladder','Pink & Green Loft w/ Ladder','2010-10-04 19:09:27',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:450;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(75,0,10,'339_rash_baby_full_shower.jpg','Princess Shower','Princess Shower','2010-10-04 19:09:29',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:339;s:6:\"height\";i:452;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(76,0,10,'350_copy_of_janeway_bath1.jpg','Airplane Bath','Airplane Bath','2010-10-04 19:09:36',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:350;s:6:\"height\";i:525;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(77,0,10,'370_martin_teen_3.jpg','Cafe Mural','Cafe Mural','2010-10-04 19:09:39',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:370;s:6:\"height\";i:555;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(78,0,10,'375_tifffany_bath3.jpg','Polka Dot Shower','Polka Dot Shower','2010-10-04 19:09:45',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:375;s:6:\"height\";i:500;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(79,0,10,'387_interior20.jpg','Play Room - Pink Ceiling','Play Room - Pink Ceiling','2010-10-04 19:09:52',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:387;s:6:\"height\";i:259;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(80,0,10,'498_baseball_mural.jpg','Sports Bedroom','Sports Bedroom','2010-10-04 19:10:02',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:347;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(81,0,10,'498_copy_of_janeway_kids2.jpg','Sailor Room','Sailor Room','2010-10-04 19:10:16',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:332;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(82,0,10,'498_dramis_best_bed_beach.jpg','Best Bed on the Beach','Best Bed on the Beach','2010-10-04 19:10:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:332;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(83,0,10,'498_fergerson_baseball_mural.jpg','Sports Baseball Mural','Sports Baseball Mural','2010-10-04 19:10:25',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:335;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(84,0,10,'498_martin_teen1.jpg','Magazine Burgundy/Green','Magazine Burgundy/Green','2010-10-04 19:10:35',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:332;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(85,0,10,'498_mckinnon_boy_room_horizonal.jpg','Port Hole Room','Port Hole Room','2010-10-04 19:10:47',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:332;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(86,0,10,'498_nick_rm_last.jpg','Kids Cabin Retreat','Kids Cabin Retreat','2010-10-04 19:11:01',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:332;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(87,0,10,'498_paley_old_rm_secret_door005.jpg','Secret Door','Secret Door','2010-10-04 19:11:12',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:334;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(88,0,10,'498_paleys_old_rm_desk_wall010.jpg','Desk and secret door','Desk and secret door','2010-10-04 19:11:17',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:342;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(89,0,10,'498_rash_nursey.jpg','Nursery with Pink Swags','Nursery with Pink Swags','2010-10-04 19:11:19',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:373;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(274,0,18,'006-dr-office-lobby.jpg','','006-dr-office-lobby','2011-01-11 15:00:19',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:1565;s:6:\"height\";i:1180;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(93,0,18,'229_byers_tree_before.jpg','Installation of Christmas Tree','Installation of Christmas Tree','2010-10-04 19:22:24',0,10,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:229;s:6:\"height\";i:346;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(95,0,18,'238_salon9.jpg','Purple Salon - Before','Purple Salon - Before','2010-10-04 19:22:41',0,3,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:238;s:6:\"height\";i:352;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(96,0,18,'238_salon_8.jpg','Salon with Wallpaper','Salon with Wallpaper','2010-10-04 19:22:37',0,5,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:238;s:6:\"height\";i:160;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(97,0,18,'238_salon_after5.jpg','Salon Refurbished','Salon Refurbished','2010-10-04 19:22:39',0,6,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:238;s:6:\"height\";i:357;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(98,0,18,'238_salon_aftrer7.jpg','After - Salon Remoldeled','After - Salon Remoldeled','2010-10-04 19:22:40',0,4,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:238;s:6:\"height\";i:357;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(99,0,18,'406_dr_office003.jpg','Dr.\\\'s Reception Area w/Slate Floor','Dr.\\\'s Reception Area w/Slate Floor','2010-10-04 19:22:43',0,8,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:406;s:6:\"height\";i:681;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(100,0,18,'412_chinese_schhol_flooring.jpg','School flooring','School flooring','2010-10-04 19:22:45',0,14,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:412;s:6:\"height\";i:618;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(101,0,18,'412_siggerssalon003.jpg','Spa/Salon Entry','Spa/Salon Entry','2010-10-04 19:22:47',0,9,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:412;s:6:\"height\";i:672;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(102,0,18,'428_dr_office002.jpg','Dr.\\\'s Office with Shelves','Dr.\\\'s Office with Shelves','2010-10-04 19:22:48',0,7,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:428;s:6:\"height\";i:282;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(103,0,18,'498_chinese_school_class.jpg','Classroom','Classroom','2010-10-04 19:22:49',0,11,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:332;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(104,0,18,'498_chinese_school_desk.jpg','School Entrance Desk','School Entrance Desk','2010-10-04 19:22:51',0,12,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:332;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(105,0,18,'498_chinese_school_entry.jpg','School Lobby','School Lobby','2010-10-04 19:22:52',0,13,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:332;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(106,0,18,'498_ga_dome_presentation_board.jpg','Georgia Dome Presentation Board','Georgia Dome Presentation Board','2010-10-04 19:22:54',0,19,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:332;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(107,0,18,'498_salavation_army.jpg','Salvation Army Window Treatment','Salvation Army Window Treatment','2010-10-04 19:22:55',0,16,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:664;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(108,0,18,'498_salvation_army_3.jpg','Salvation Army Adult Rehabilitation Centers Command','Salvation Army Adult Rehabilitation Centers Command','2010-10-04 19:22:57',0,15,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:664;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(109,0,7,'329_ferrell_dining.jpg','Red Baroque Dining Room','Red Baroque Dining Room','2010-10-04 19:24:45',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:329;s:6:\"height\";i:493;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(110,0,7,'329_long_drapes_w_bee_medallion2.jpg','Long Drapes with Bee Medallions','Long Drapes with Bee Medallions','2010-10-04 19:24:47',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:329;s:6:\"height\";i:439;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(111,0,7,'498_anettadining1.jpg','Contemporary Room','Contemporary Dining Room','2010-10-04 19:24:50',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:332;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(112,0,7,'498_cohron_dining_2.jpg','Gold Silk Panels','Elegant Gold Silk Panels','2010-10-04 19:25:01',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:332;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(113,0,7,'498_madox_dinning_faux-1.jpg','Luminescent Dining Room Ceiling','Luminescent Dining Room Ceiling','2010-10-04 19:25:07',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:331;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(114,0,17,'300_before_after_kitchen_hood.jpg','Faux Copper Hood','Faux Copper Hood','2010-10-04 19:27:50',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:400;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(115,0,17,'300_faux_ceiling_cohron.jpg','Faux Tray Ceiling','Faux Golden Tray Ceiling','2010-10-04 19:27:54',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:450;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(116,0,17,'300_nick_plaid_bath_front_view.jpg','Kids Plaid Bath','Kids Plaid Bath','2010-10-04 19:28:01',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:450;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(117,0,17,'400_dining_painted_brown_ceiling_tray.jpg','Chocolate Brown Glazed Ceiling','Chocolate Brown Glazed Ceiling','2010-10-04 19:28:03',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:400;s:6:\"height\";i:266;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(118,0,17,'498_acker_faux.jpg','Acker Faux','Acker Faux KItchen','2010-10-04 19:28:08',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:332;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(119,0,17,'498_faux_medallion.jpg','Faux Ceiling Medallion','Faux Ceiling Medallion','2010-10-04 19:28:15',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:332;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(120,0,17,'498_kass_mantel.jpg','Faux Mantle','Faux Mantle','2010-10-04 19:29:56',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:373;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(121,0,4,'253_florals01.jpg','Fern on Stand','Fern on Stand','2010-10-04 19:31:49',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:253;s:6:\"height\";i:416;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(122,0,4,'253_florals03.jpg','Fern w/Feathers on Sconce','Fern w/Feathers on Sconce','2010-10-04 19:31:53',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:253;s:6:\"height\";i:395;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(123,0,4,'264_florals04.jpg','Dried Arrangement in Urn','Dried Arrangement in Urn','2010-10-04 19:31:56',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:264;s:6:\"height\";i:411;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(124,0,4,'354_florals07.jpg','Contemporary Arrangement on Lg Pole','Contemporary Arrangement on Lg Pole','2010-10-04 19:32:08',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:354;s:6:\"height\";i:641;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(125,0,4,'386_florals05.jpg','Traditional Rust/Yellow Roses','Traditional Rust/Yellow Roses','2010-10-04 19:32:15',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:386;s:6:\"height\";i:248;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(126,0,4,'395_florals02.jpg','Hydrangas','Hydrangas','2010-10-04 19:32:21',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:395;s:6:\"height\";i:242;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(127,0,4,'498_florals06.jpg','Dining Rm Magnolia Centerpiece','Dining Rm Magnolia Centerpiece','2010-10-04 19:32:25',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:278;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(128,0,4,'498_interior22.jpg','Wall Urns w/Feathers','Wall Urns w/Feathers','2010-10-04 19:32:27',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:310;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(129,0,3,'229_martin_entry_befor_2005.jpg','Before Party','Before Martin Foyer','2010-10-04 19:40:48',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:229;s:6:\"height\";i:349;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(130,0,3,'229_martin_foyer.jpg','After Party','Martin Christmas Foyer','2010-10-04 19:40:54',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:229;s:6:\"height\";i:320;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(131,0,3,'300_halloween_florsl.jpg','Halloween Arrangement','Halloween Arrangement','2010-10-04 19:40:58',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:450;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(132,0,21,'400_ocallaghan_stairs_xmas2.jpg','Garland Stairs','Christmas Garland Stairs','2010-10-04 19:41:07',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:400;s:6:\"height\";i:600;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(133,0,3,'434_ky_derby_1.jpg','Kentucky Derby Table','Kentucky Derby Table','2010-10-04 19:41:19',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:434;s:6:\"height\";i:579;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(134,0,3,'498_fall_windoe_boxes.jpg','Fall Window Boxes','Fall Window Boxes','2010-10-04 19:41:22',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:332;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(135,0,21,'498_ocallaghan_xmas_stairs.jpg','Garland Stairs','Garland Stairs','2010-10-04 19:41:26',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:747;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(136,0,21,'498_patterson_tree_07.jpg','patterson tree','Patterson Tree','2010-10-04 19:41:36',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:664;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(137,0,3,'498_summertime_table.jpg','Summer Time Table','Summer Time Table','2010-10-04 19:41:43',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:373;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(138,0,21,'498_xmas_stockings.jpg','Christmas Stocking Mantle','Christmas Stocking Mantle','2010-10-04 19:41:47',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:336;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(139,0,21,'498_xmas_tre_07.jpg','Christmas Tree','Christmas Tree','2010-10-04 19:41:55',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:664;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(140,0,16,'263_murals02.jpg','Sunflower Laundry Room','Sunflower Laundry Room','2010-10-04 19:46:53',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:263;s:6:\"height\";i:393;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(141,0,16,'283_mural_martin_.jpg','Purple Drapes w/Fountain','Purple Drapes w/Fountain','2010-10-04 19:46:55',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:283;s:6:\"height\";i:416;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(142,0,16,'300_countryside_mural.jpg','Postcard printing on wall','Postcard printing on wall','2010-10-04 19:47:02',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:450;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(143,0,16,'350_dewit_son_bed.jpg','Under the Sea','Under the Sea','2010-10-04 19:47:04',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:350;s:6:\"height\";i:527;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(144,0,16,'350_dramis_best_beach_rm2.jpg','Best Bed on the Beach','Best Bed on the Beach','2010-10-04 19:47:10',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:350;s:6:\"height\";i:467;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(145,0,16,'350_janeway_kid_bath.jpg','Palm Tree Bath','Palm Tree Bath','2010-10-04 19:47:16',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:350;s:6:\"height\";i:525;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(146,0,16,'350_nick_cabin_mural_last.jpg','Kids Cabin Retreat','Kids Cabin Retreat','2010-10-04 19:47:29',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:350;s:6:\"height\";i:525;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(147,0,16,'400_ferguson-foyer_muralfaux.jpg','Foyer w/Ballisters & Arches','Foyer w/Ballisters & Arches','2010-10-04 19:47:40',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:400;s:6:\"height\";i:265;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(148,0,16,'400_mural01.jpg','Italian Vineyard','Italian Vineyard','2010-10-04 19:47:54',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:400;s:6:\"height\";i:575;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(149,0,16,'403_barnes_office_mural.jpg','Secret Passage','Secret Passage','2010-10-04 19:47:59',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:403;s:6:\"height\";i:252;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(150,0,16,'498_barnes_mural.jpg','Country French Scene','Country French Scene','2010-10-04 19:48:04',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:332;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(151,0,16,'498_egan_bedroom_mural.jpg','Bedroom Mural','Bedroom Mural','2010-10-04 19:48:11',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:332;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(152,0,16,'498_janeway_play_mural2.jpg','Airplane Mural Playroom','Airplane Mural Playroom','2010-10-04 19:48:23',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:332;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(153,0,16,'498_madison_old_rm_plaid_faux006.jpg','Pink Patchwork Quilt','Pink Patchwork Quilt','2010-10-04 19:48:27',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:755;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(154,0,16,'498_martin_laundry_cabinet.jpg','Spring laundry Cabinets','Spring laundry Cabinets','2010-10-04 19:48:30',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:332;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(155,0,16,'498_mcgill_dr_mural.jpg','Dining Room Mural','Dining Room Mural','2010-10-04 19:48:34',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:373;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(156,0,16,'498_wine_mural.jpg','Grapes & Vineyard','Grapes & Vineyard','2010-10-04 19:48:37',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:335;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(157,0,16,'498_wrigley_mural.jpg','Bunnies in Kitchen','Bunnies in Kitchen','2010-10-04 19:48:41',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:328;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(158,0,15,'229_egan_art.jpg','','','2010-10-04 19:55:23',0,43,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:229;s:6:\"height\";i:344;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(159,0,15,'229_egan_familtroom3.jpg','','','2010-10-04 19:55:25',0,44,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:229;s:6:\"height\";i:344;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(160,0,15,'271_interior18.jpg','Toile Phone Booth','Toile Phone Booth','2010-10-04 19:55:28',0,45,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:271;s:6:\"height\";i:422;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(161,0,15,'329_fazard_living_all.jpg','2 Story Great Room','2 Story Great Room','2010-10-04 19:55:30',0,22,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:329;s:6:\"height\";i:493;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(162,0,15,'329_maddox_great_rm-1.jpg','Stone Fireplace with Wood Mantle','Stone Fireplace with Wood Mantle','2010-10-04 19:55:35',0,23,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:329;s:6:\"height\";i:495;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(163,0,15,'329_martin_great_room2.jpg','Greatroom','Greatroom','2010-10-04 19:55:39',1,24,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:329;s:6:\"height\";i:493;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(164,0,15,'329_mckinnon_living_rm_side.jpg','Touches of Gold','Touches of Gold','2010-10-04 19:55:42',0,25,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:329;s:6:\"height\";i:493;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(165,0,15,'413_interior05.jpg','Vaulted Ceiling Great Room','Vaulted Ceiling Great Room','2010-10-04 19:55:44',0,26,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:413;s:6:\"height\";i:275;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(166,0,15,'475_008_ferguson_sunrom.jpg','Casual Sunroom','Casual Sunroom','2010-10-04 19:55:48',0,27,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:475;s:6:\"height\";i:301;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(167,0,15,'493_interior03.jpg','A Valance Keeping Room','A Valance Keeping Room','2010-10-04 19:55:51',0,28,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:493;s:6:\"height\";i:344;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(168,0,15,'498_andrekya_den_4.jpg','Formal Den w/Bay Draperies','Formal Den w/Bay Draperies','2010-10-04 19:55:55',0,29,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:332;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(169,0,15,'498_fazard_keeping_rm.jpg','Vaulted Keeping Room','Vaulted Keeping Room','2010-10-04 19:55:58',0,32,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:331;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(170,0,15,'498_ferrel_great_rm_5.jpg','French Awining Front View','French Awining Front View','2010-10-04 19:56:00',0,31,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:332;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(171,0,15,'498_ferrell_great_rm_4.jpg','French Awning Room','French Awning Room','2010-10-04 19:56:05',0,30,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:332;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(172,0,15,'498_galucki_gr_rm_back_view-1.jpg','Keeping Comfortable','Keeping Comfortable','2010-10-04 19:56:08',0,33,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:331;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(173,0,15,'498_galucki_great_rm_high_2.jpg','Rustic Retreat','Rustic Retreat','2010-10-04 19:56:12',0,34,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:331;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(174,0,15,'498_johnson_family_rm_after.jpg','Bringing the outside In','Bringing the outside In','2010-10-04 19:56:13',0,35,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:373;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(175,0,15,'498_lr_mantle.jpg','Country French Family Room','Country French Family Room','2010-10-04 19:56:15',0,36,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:331;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(176,0,15,'498_maddox_sunroom_far.jpg','Classic Comfort','Classic Comfort','2010-10-04 19:56:23',0,37,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:331;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(177,0,15,'498_maddox_sunroom_floor_view.jpg','Kick Back and Relax Sunroom','Kick Back and Relax Sunroom','2010-10-04 19:56:28',0,38,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:331;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(178,0,15,'498_mckinnon_living_room.jpg','Living Room','Living Room','2010-10-04 19:56:31',0,39,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:332;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(179,0,15,'498_olsen_living_room2.jpg','Living Room w/Stylish Bookshelves','Living Room w/Stylish Bookshelves','2010-10-04 19:56:44',0,40,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:332;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(180,0,15,'498_roswell_after01.jpg','Kitchen/Keeping Room','Kitchen/Keeping Room','2010-10-04 19:56:55',0,41,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:369;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(181,0,15,'498_varnell_sitting_hall.jpg','Sitting Pretty','Sitting Pretty','2010-10-04 19:57:00',0,42,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:332;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(182,0,14,'343_dewit_bath_swag.jpg','Elegant Bath','Elegant Bath','2010-10-04 20:09:15',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:343;s:6:\"height\";i:516;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(183,0,14,'384_interior09.jpg','Traditional Swags w/Jabots','Traditional Swags w/Jabots','2010-10-04 20:09:21',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:384;s:6:\"height\";i:223;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(184,0,14,'390_williams-dining.jpg','Contemporary Bay w/Triangles','Contemporary Bay w/Triangles','2010-10-04 20:09:29',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:390;s:6:\"height\";i:583;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(185,0,14,'398_ferrel_dining.jpg','Yellow Silk Panels w/Accordian Pleats','Yellow Silk Panels w/Accordian Pleats','2010-10-04 20:09:37',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:398;s:6:\"height\";i:539;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(186,0,14,'414_bigtable.jpg','Southern Living Silk Panels','Southern Living Silk Panels','2010-10-04 20:09:40',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:414;s:6:\"height\";i:318;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(187,0,14,'458_dewit_water_rm.jpg','Valance Roman w/ Iron Rod','Valance Roman w/ Iron Rod','2010-10-04 20:09:55',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:458;s:6:\"height\";i:689;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(188,0,14,'498_cb_s_office_after.jpg','Study w/Hunt Scene Hard Cornice','Study w/Hunt Scene Hard Cornice','2010-10-04 20:09:57',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:326;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(189,0,14,'498_dean_dining.jpg','Dining Room w/Swags','Dining Room w/Swags','2010-10-04 20:10:01',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:332;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(190,0,14,'498_ferguson_lr.jpg','Living Room/Swags & Austrian Panels','Living Room/Swags & Austrian Panels','2010-10-04 20:10:04',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:317;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(191,0,14,'498_ferguson_sunroom.jpg','Keeping Room w/Roman Blinds','Keeping Room w/Roman Blinds','2010-10-04 20:10:14',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:316;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(192,0,14,'498_janaway-dining_muralfaux.jpg','Country French Valance','Country French Valance','2010-10-04 20:10:20',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:318;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(193,0,14,'498_m_rash_lr.jpg','Living Rm Panels w/Banded Edges','Living Rm Panels w/Banded Edges','2010-10-04 20:10:27',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:311;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(194,0,14,'498_resize-of-living-room-with-tray-ceiling01.jpg','Contemporary Arches','Contemporary Arches','2010-10-04 20:10:32',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:358;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(195,0,14,'498_roswell_gold_drapes.jpg','Silk Panels w/Swags','Silk Panels w/Swags','2010-10-04 20:10:39',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:384;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(196,0,14,'498_taeckins.jpg','Dining Room w/Silk Panels & Finials','Dining Room w/Silk Panels & Finials','2010-10-04 20:10:47',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:303;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(197,0,14,'498_weber_ki_windows.jpg','Kitchen Valance with Toile','Kitchen Valance with Toile','2010-10-04 20:10:53',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:332;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(362,0,20,'024.jpg','','OLYMPUS DIGITAL CAMERA','2007-12-09 13:24:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 3.5\";s:6:\"credit\";b:0;s:6:\"camera\";s:16:\"u770SW,S770SW \";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:24:\"December 9, 2007 1:24 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"6.7 mm\";s:3:\"iso\";i:320;s:13:\"shutter_speed\";s:9:\"1/320 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";s:31:\"OLYMPUS DIGITAL CAMERA \";s:8:\"keywords\";b:0;s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(199,0,14,'533_anettastudy1.jpg','Contemporary Stacked Val/Panels','Contemporary Stacked Val/Panels','2010-10-04 20:11:02',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:533;s:6:\"height\";i:355;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(200,0,14,'533_dewit_basement_awning.jpg','Playful Basement','Playful Basement','2010-10-04 20:11:09',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:533;s:6:\"height\";i:353;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(201,0,11,'300_april_nursery.jpg','Baby Girls Special Room','Baby Girls Special Room','2010-10-04 20:13:37',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:454;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(202,0,11,'300_martins_paley_mural.jpg','Nursery Dresser w Maypole','Nursery Dresser w Maypole','2010-10-04 20:13:44',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:300;s:6:\"height\";i:456;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(203,0,11,'498_img_7638.jpg','Nursery for Two','Nursery for Two','2010-10-04 20:13:49',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:332;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(204,0,11,'498_madison_trendle_bed009.jpg','Dreamy Trundle Bed','Dreamy Trundle Bed','2010-10-04 20:13:52',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:358;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(205,0,11,'498_mural-martin-girls.jpg','Storybook Room','Storybook Room','2010-10-04 20:13:58',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:322;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(206,0,11,'498_nikki_room.jpg','Boys First Room','Romeo\\\'s First Room','2010-10-04 20:14:05',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:332;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(207,0,13,'370_anetas_great_roombest.jpg','Contemp Two Story','Contemp Two Story','2010-10-04 20:16:45',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:370;s:6:\"height\";i:555;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(208,0,13,'370_barlow_2_story.jpg','Transitional Room','Transitional Room','2010-10-04 20:16:48',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:370;s:6:\"height\";i:519;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(209,0,13,'370_dewitt_family_rm.jpg','Woven Arches','Woven Arches','2010-10-04 20:16:53',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:370;s:6:\"height\";i:493;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(210,0,13,'390_norton_family_room_sm.jpg','Green Accent Wall w Swags','Green Accent Wall w Swags','2010-10-04 20:17:04',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:390;s:6:\"height\";i:594;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(211,0,13,'475_475_trash_family_room_magazine_1_.jpg','Wovens and Panels','Wovens and Panels','2010-10-04 20:17:08',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:475;s:6:\"height\";i:315;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(212,0,13,'498_resize-of-living-room-green-drapes.jpg','Green Drapery with Tassel Trim','Green Drapery with Tassel Trim','2010-10-04 20:17:19',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:354;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(213,0,13,'533_2_story_chancy.jpg','','2 Story Drapery w Stack Stone','2010-10-04 20:17:26',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:533;s:6:\"height\";i:355;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(214,0,13,'533_anettastudy1.jpg','Contemporary Stacked Val/Panels','Contemporary Stacked Val/Panels','2010-10-04 20:17:34',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:533;s:6:\"height\";i:355;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(215,0,6,'329_jacks_kitchen_and_valance.jpg','Kitchen with eat-in bay','Kitchen with eat-in bay','2010-10-04 20:21:36',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:329;s:6:\"height\";i:493;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(216,0,6,'329_kurer_ki_w_floor.jpg','Checker Floor Kitchen','Checker Floor Kitchen','2010-10-04 20:21:38',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:329;s:6:\"height\";i:439;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(217,0,6,'329_maddox_kitchen_pot_drain.jpg','Decorative Hood with Shelf','Decorative Hood with Shelf','2010-10-04 20:21:42',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:329;s:6:\"height\";i:495;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(218,0,6,'498_acker_kitchen3.jpg','Contemporary Professional Kitchen','Contemporary Professional Kitchen','2010-10-04 20:21:44',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:375;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(219,0,6,'498_bakalar_valances.jpg','Bay 2 Story','Bay 2 Story Ceiling','2010-10-04 20:21:46',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:332;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(220,0,6,'498_egan_kit_2.jpg','Contemp. Kitchen','Contemp. Kitchen','2010-10-04 20:21:47',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:332;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(221,0,6,'498_engle_kitchen.jpg','Traditional Fauxed Kitchen','Traditional Fauxed Kitchen','2010-10-04 20:21:48',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:332;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(222,0,6,'498_fazard_kitchen_w_island.jpg','Stunning Classic Kitchen','Stunning Classic Kitchen','2010-10-04 20:21:50',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:331;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(223,0,6,'498_ferrel_kitchen.jpg','French Awning Kitchen','French Awning Kitchen','2010-10-04 20:21:52',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:332;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(224,0,6,'498_galucki_kitchen_finish_09.jpg','Passion for Cooking','Passion for Cooking','2010-10-04 20:21:54',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:331;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(225,0,6,'498_img_2.jpg','Granite Peninsula','Granite Peninsula','2010-10-04 20:21:56',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:332;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(226,0,6,'498_img_4.jpg','Sink with a View','Sink with a View','2010-10-04 20:21:58',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:332;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(227,0,6,'498_maddox_kitchen_above_view.jpg','Island with Wine Storage','Island with Wine Storage','2010-10-04 20:22:00',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:331;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(228,0,6,'498_martin-kitchen.jpg','Traditional - 2 Corian Countertops','Traditional - 2 Corian Countertops','2010-10-04 20:22:02',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:377;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(229,0,6,'498_model-home.jpg','Contemporary Style w/Medalion','Contemporary Style w/Medalion','2010-10-04 20:22:04',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:336;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(276,0,9,'018-johnson-glass-block.jpg','','018-johnson-glass-block','1980-01-01 00:00:27',0,0,'a:16:{i:0;b:0;s:8:\"aperture\";s:5:\"F 3.5\";s:6:\"credit\";b:0;s:6:\"camera\";s:23:\"Canon EOS DIGITAL REBEL\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:24:\"January 1, 1980 12:00 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"18 mm\";s:3:\"iso\";i:400;s:13:\"shutter_speed\";s:8:\"1/20 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:2048;s:6:\"height\";i:3072;s:5:\"saved\";b:1;}','',0,NULL),(273,0,18,'006-dr-office-fish-tank.jpg','','006-dr-office-fish-tank','2011-01-11 14:58:42',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:1487;s:6:\"height\";i:1108;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(275,0,9,'010-cohron-bath-w-mural.jpg','','Italian mural Bath','1980-01-01 00:00:46',0,0,'a:16:{i:0;b:0;s:8:\"aperture\";s:3:\"F 4\";s:6:\"credit\";b:0;s:6:\"camera\";s:23:\"Canon EOS DIGITAL REBEL\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:24:\"January 1, 1980 12:00 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"18 mm\";s:3:\"iso\";i:100;s:13:\"shutter_speed\";s:8:\"1/60 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:3072;s:6:\"height\";i:2048;s:5:\"saved\";b:1;}','',0,NULL),(231,0,19,'jhg6675.jpg','','jhg6675','2010-09-10 12:44:39',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:4:\"F 22\";s:6:\"credit\";b:0;s:6:\"camera\";s:10:\"NIKON D200\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:26:\"September 10, 2010 5:44 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"18 mm\";s:3:\"iso\";i:100;s:13:\"shutter_speed\";s:6:\"13 sec\";s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:257;s:6:\"height\";i:384;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(230,0,19,'den_02.jpg','Christine Barnes','Christine Barnes','2010-09-10 13:42:22',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:4:\"F 20\";s:6:\"credit\";b:0;s:6:\"camera\";s:10:\"NIKON D200\";s:7:\"caption\";s:16:\"Christine Barnes\";s:17:\"created_timestamp\";s:26:\"September 12, 2010 6:19 am\";s:9:\"copyright\";s:25:\"© 2010, Grogan & Fralick\";s:12:\"focal_length\";s:5:\"18 mm\";s:3:\"iso\";i:100;s:13:\"shutter_speed\";s:6:\"15 sec\";s:5:\"flash\";b:0;s:5:\"title\";s:16:\"Christine Barnes\";s:8:\"keywords\";s:57:\"2010,Chelsey Godwin wedding,Falcons,Flowery Branch,Poster\";s:5:\"width\";i:576;s:6:\"height\";i:382;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(232,0,19,'jhg6678.jpg','','jhg6678','2010-09-10 12:58:10',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:4:\"F 22\";s:6:\"credit\";b:0;s:6:\"camera\";s:10:\"NIKON D200\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:26:\"September 10, 2010 5:58 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"18 mm\";s:3:\"iso\";i:100;s:13:\"shutter_speed\";s:5:\"6 sec\";s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:288;s:6:\"height\";i:384;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(233,0,19,'jhg6679.jpg','','jhg6679','2010-09-10 12:59:03',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:4:\"F 22\";s:6:\"credit\";b:0;s:6:\"camera\";s:10:\"NIKON D200\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:26:\"September 10, 2010 5:59 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"18 mm\";s:3:\"iso\";i:100;s:13:\"shutter_speed\";s:5:\"6 sec\";s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:574;s:6:\"height\";i:384;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(234,0,19,'jhg6707.jpg','','jhg6707','2010-09-10 14:13:47',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:4:\"F 20\";s:6:\"credit\";b:0;s:6:\"camera\";s:10:\"NIKON D200\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:26:\"September 10, 2010 7:13 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"18 mm\";s:3:\"iso\";i:100;s:13:\"shutter_speed\";s:6:\"10 sec\";s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:574;s:6:\"height\";i:384;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(235,0,19,'jhg6708.jpg','','jhg6708','2010-09-10 14:15:00',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:4:\"F 22\";s:6:\"credit\";b:0;s:6:\"camera\";s:10:\"NIKON D200\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:26:\"September 10, 2010 7:15 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"18 mm\";s:3:\"iso\";i:100;s:13:\"shutter_speed\";s:5:\"5 sec\";s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:574;s:6:\"height\";i:384;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(236,0,19,'jhg6709.jpg','','jhg6709','2010-09-10 14:15:54',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:4:\"F 22\";s:6:\"credit\";b:0;s:6:\"camera\";s:10:\"NIKON D200\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:26:\"September 10, 2010 7:15 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"18 mm\";s:3:\"iso\";i:100;s:13:\"shutter_speed\";s:5:\"5 sec\";s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:574;s:6:\"height\";i:384;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(237,0,19,'jhg6715.jpg','','jhg6715','2010-09-10 14:23:05',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:4:\"F 22\";s:6:\"credit\";b:0;s:6:\"camera\";s:10:\"NIKON D200\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:26:\"September 10, 2010 7:23 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"18 mm\";s:3:\"iso\";i:100;s:13:\"shutter_speed\";s:5:\"8 sec\";s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:257;s:6:\"height\";i:384;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(238,0,19,'jhg6725.jpg','','jhg6725','2010-09-10 14:40:06',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:4:\"F 22\";s:6:\"credit\";b:0;s:6:\"camera\";s:10:\"NIKON D200\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:26:\"September 10, 2010 7:40 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"18 mm\";s:3:\"iso\";i:100;s:13:\"shutter_speed\";s:5:\"3 sec\";s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:574;s:6:\"height\";i:384;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(239,0,19,'jhg6732.jpg','','jhg6732','2010-09-10 14:45:52',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:4:\"F 20\";s:6:\"credit\";b:0;s:6:\"camera\";s:10:\"NIKON D200\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:26:\"September 10, 2010 7:45 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"18 mm\";s:3:\"iso\";i:100;s:13:\"shutter_speed\";s:6:\"13 sec\";s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:574;s:6:\"height\";i:384;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(240,0,19,'jhg6736.jpg','','jhg6736','2010-09-10 14:47:52',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:4:\"F 22\";s:6:\"credit\";b:0;s:6:\"camera\";s:10:\"NIKON D200\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:26:\"September 10, 2010 7:47 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"18 mm\";s:3:\"iso\";i:100;s:13:\"shutter_speed\";s:6:\"10 sec\";s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:257;s:6:\"height\";i:384;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(241,0,19,'jhg6737.jpg','','jhg6737','2010-09-10 14:49:13',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:4:\"F 22\";s:6:\"credit\";b:0;s:6:\"camera\";s:10:\"NIKON D200\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:26:\"September 10, 2010 7:49 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"18 mm\";s:3:\"iso\";i:100;s:13:\"shutter_speed\";s:5:\"5 sec\";s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:574;s:6:\"height\";i:384;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(242,0,19,'jhg6738.jpg','','jhg6738','2010-09-10 14:50:00',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:4:\"F 22\";s:6:\"credit\";b:0;s:6:\"camera\";s:10:\"NIKON D200\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:26:\"September 10, 2010 7:50 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"18 mm\";s:3:\"iso\";i:100;s:13:\"shutter_speed\";s:5:\"5 sec\";s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:574;s:6:\"height\";i:384;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(243,0,19,'jhg6739.jpg','','jhg6739','2010-09-10 14:50:43',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:4:\"F 22\";s:6:\"credit\";b:0;s:6:\"camera\";s:10:\"NIKON D200\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:26:\"September 10, 2010 7:50 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"18 mm\";s:3:\"iso\";i:100;s:13:\"shutter_speed\";s:7:\"2.5 sec\";s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:574;s:6:\"height\";i:384;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(244,0,19,'master1.jpg','Christine Barnes','Christine Barnes','2010-10-26 20:35:33',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";s:16:\"Christine Barnes\";s:17:\"created_timestamp\";s:26:\"September 12, 2010 5:26 am\";s:9:\"copyright\";s:25:\"© 2010, Grogan & Fralick\";s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";s:16:\"Christine Barnes\";s:8:\"keywords\";s:57:\"2010,Chelsey Godwin wedding,Falcons,Flowery Branch,Poster\";s:5:\"width\";i:576;s:6:\"height\";i:222;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(245,0,19,'prayer1.jpg','Christine Barnes','Christine Barnes','2010-10-26 20:35:46',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";s:16:\"Christine Barnes\";s:17:\"created_timestamp\";s:26:\"September 12, 2010 5:31 am\";s:9:\"copyright\";s:25:\"© 2010, Grogan & Fralick\";s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";s:16:\"Christine Barnes\";s:8:\"keywords\";s:57:\"2010,Chelsey Godwin wedding,Falcons,Flowery Branch,Poster\";s:5:\"width\";i:576;s:6:\"height\";i:202;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(246,0,19,'sodash1.jpg','Christine Barnes','Christine Barnes','2010-09-10 14:20:38',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:4:\"F 22\";s:6:\"credit\";b:0;s:6:\"camera\";s:10:\"NIKON D200\";s:7:\"caption\";s:16:\"Christine Barnes\";s:17:\"created_timestamp\";s:26:\"September 12, 2010 4:54 am\";s:9:\"copyright\";s:25:\"© 2010, Grogan & Fralick\";s:12:\"focal_length\";s:5:\"18 mm\";s:3:\"iso\";i:100;s:13:\"shutter_speed\";s:5:\"5 sec\";s:5:\"flash\";b:0;s:5:\"title\";s:16:\"Christine Barnes\";s:8:\"keywords\";s:57:\"2010,Chelsey Godwin wedding,Falcons,Flowery Branch,Poster\";s:5:\"width\";i:574;s:6:\"height\";i:384;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(247,0,19,'sodash2.jpg','Christine Barnes','Christine Barnes','2010-09-10 14:52:22',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:4:\"F 22\";s:6:\"credit\";b:0;s:6:\"camera\";s:10:\"NIKON D200\";s:7:\"caption\";s:16:\"Christine Barnes\";s:17:\"created_timestamp\";s:26:\"September 12, 2010 5:07 am\";s:9:\"copyright\";s:25:\"© 2010, Grogan & Fralick\";s:12:\"focal_length\";s:5:\"48 mm\";s:3:\"iso\";i:100;s:13:\"shutter_speed\";s:6:\"10 sec\";s:5:\"flash\";b:0;s:5:\"title\";s:16:\"Christine Barnes\";s:8:\"keywords\";s:57:\"2010,Chelsey Godwin wedding,Falcons,Flowery Branch,Poster\";s:5:\"width\";i:379;s:6:\"height\";i:384;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(248,0,19,'sodash3.jpg','Christine Barnes','Christine Barnes','2010-09-10 14:53:15',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:4:\"F 22\";s:6:\"credit\";b:0;s:6:\"camera\";s:10:\"NIKON D200\";s:7:\"caption\";s:16:\"Christine Barnes\";s:17:\"created_timestamp\";s:26:\"September 12, 2010 5:01 am\";s:9:\"copyright\";s:25:\"© 2010, Grogan & Fralick\";s:12:\"focal_length\";s:5:\"18 mm\";s:3:\"iso\";i:100;s:13:\"shutter_speed\";s:7:\"1.6 sec\";s:5:\"flash\";b:0;s:5:\"title\";s:16:\"Christine Barnes\";s:8:\"keywords\";s:57:\"2010,Chelsey Godwin wedding,Falcons,Flowery Branch,Poster\";s:5:\"width\";i:574;s:6:\"height\";i:384;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(249,0,19,'bedroo1.jpg','Christine Barnes','Christine Barnes','2010-09-08 15:12:40',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:4:\"F 22\";s:6:\"credit\";b:0;s:6:\"camera\";s:10:\"NIKON D200\";s:7:\"caption\";s:16:\"Christine Barnes\";s:17:\"created_timestamp\";s:26:\"September 14, 2010 4:52 pm\";s:9:\"copyright\";s:25:\"© 2010, Grogan & Fralick\";s:12:\"focal_length\";s:5:\"18 mm\";s:3:\"iso\";i:100;s:13:\"shutter_speed\";s:5:\"8 sec\";s:5:\"flash\";b:0;s:5:\"title\";s:16:\"Christine Barnes\";s:8:\"keywords\";s:22:\"Chelsey Godwin wedding\";s:5:\"width\";i:257;s:6:\"height\";i:384;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(250,0,19,'bedroo2.jpg','Christine Barnes','Christine Barnes','2010-10-26 20:40:40',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";s:16:\"Christine Barnes\";s:17:\"created_timestamp\";s:25:\"September 9, 2010 2:20 am\";s:9:\"copyright\";s:25:\"© 2010, Grogan & Fralick\";s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";s:16:\"Christine Barnes\";s:8:\"keywords\";s:22:\"Chelsey Godwin wedding\";s:5:\"width\";i:352;s:6:\"height\";i:384;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(251,0,19,'den.jpg','Christine Barnes','Christine Barnes','2010-09-08 14:22:36',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:4:\"F 18\";s:6:\"credit\";b:0;s:6:\"camera\";s:10:\"NIKON D200\";s:7:\"caption\";s:16:\"Christine Barnes\";s:17:\"created_timestamp\";s:26:\"September 14, 2010 4:30 pm\";s:9:\"copyright\";s:25:\"© 2010, Grogan & Fralick\";s:12:\"focal_length\";s:5:\"18 mm\";s:3:\"iso\";i:100;s:13:\"shutter_speed\";s:7:\"2.5 sec\";s:5:\"flash\";b:0;s:5:\"title\";s:16:\"Christine Barnes\";s:8:\"keywords\";s:22:\"Chelsey Godwin wedding\";s:5:\"width\";i:257;s:6:\"height\";i:384;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(252,0,19,'dining1.jpg','Christine Barnes','Christine Barnes','2010-10-26 20:40:46',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";s:16:\"Christine Barnes\";s:17:\"created_timestamp\";b:0;s:9:\"copyright\";s:25:\"© 2010, Grogan & Fralick\";s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";s:16:\"Christine Barnes\";s:8:\"keywords\";s:22:\"Chelsey Godwin wedding\";s:5:\"width\";i:576;s:6:\"height\";i:309;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(253,0,19,'dining2.jpg','Christine Barnes','Christine Barnes','2010-10-26 20:40:47',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";s:16:\"Christine Barnes\";s:17:\"created_timestamp\";b:0;s:9:\"copyright\";s:25:\"© 2010, Grogan & Fralick\";s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";s:16:\"Christine Barnes\";s:8:\"keywords\";s:22:\"Chelsey Godwin wedding\";s:5:\"width\";i:192;s:6:\"height\";i:384;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(254,0,19,'jhg6556.jpg','Christine Barnes','Christine Barnes','2010-09-08 12:29:10',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:4:\"F 22\";s:6:\"credit\";b:0;s:6:\"camera\";s:10:\"NIKON D200\";s:7:\"caption\";s:16:\"Christine Barnes\";s:17:\"created_timestamp\";s:25:\"September 9, 2010 6:21 pm\";s:9:\"copyright\";s:25:\"© 2010, Grogan & Fralick\";s:12:\"focal_length\";s:5:\"18 mm\";s:3:\"iso\";i:100;s:13:\"shutter_speed\";s:5:\"2 sec\";s:5:\"flash\";b:0;s:5:\"title\";s:16:\"Christine Barnes\";s:8:\"keywords\";s:22:\"Chelsey Godwin wedding\";s:5:\"width\";i:574;s:6:\"height\";i:384;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(255,0,19,'jhg6556_0.jpg','Christine Barnes','Christine Barnes','2010-09-08 12:29:10',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:4:\"F 22\";s:6:\"credit\";b:0;s:6:\"camera\";s:10:\"NIKON D200\";s:7:\"caption\";s:16:\"Christine Barnes\";s:17:\"created_timestamp\";s:25:\"September 9, 2010 6:21 pm\";s:9:\"copyright\";s:25:\"© 2010, Grogan & Fralick\";s:12:\"focal_length\";s:5:\"18 mm\";s:3:\"iso\";i:100;s:13:\"shutter_speed\";s:5:\"2 sec\";s:5:\"flash\";b:0;s:5:\"title\";s:16:\"Christine Barnes\";s:8:\"keywords\";s:22:\"Chelsey Godwin wedding\";s:5:\"width\";i:574;s:6:\"height\";i:384;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(256,0,19,'jhg6659.jpg','Christine Barnes','Christine Barnes','2010-09-08 14:54:39',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:4:\"F 14\";s:6:\"credit\";b:0;s:6:\"camera\";s:10:\"NIKON D200\";s:7:\"caption\";s:16:\"Christine Barnes\";s:17:\"created_timestamp\";s:25:\"September 9, 2010 6:37 pm\";s:9:\"copyright\";s:25:\"© 2010, Grogan & Fralick\";s:12:\"focal_length\";s:5:\"18 mm\";s:3:\"iso\";i:100;s:13:\"shutter_speed\";s:5:\"8 sec\";s:5:\"flash\";b:0;s:5:\"title\";s:16:\"Christine Barnes\";s:8:\"keywords\";s:22:\"Chelsey Godwin wedding\";s:5:\"width\";i:574;s:6:\"height\";i:384;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(257,0,19,'jhg6659_0.jpg','Christine Barnes','Christine Barnes','2010-09-08 14:54:39',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:4:\"F 14\";s:6:\"credit\";b:0;s:6:\"camera\";s:10:\"NIKON D200\";s:7:\"caption\";s:16:\"Christine Barnes\";s:17:\"created_timestamp\";s:25:\"September 9, 2010 6:37 pm\";s:9:\"copyright\";s:25:\"© 2010, Grogan & Fralick\";s:12:\"focal_length\";s:5:\"18 mm\";s:3:\"iso\";i:100;s:13:\"shutter_speed\";s:5:\"8 sec\";s:5:\"flash\";b:0;s:5:\"title\";s:16:\"Christine Barnes\";s:8:\"keywords\";s:22:\"Chelsey Godwin wedding\";s:5:\"width\";i:574;s:6:\"height\";i:384;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(258,0,19,'jhg6664.jpg','Christine Barnes','Christine Barnes','2010-09-08 15:06:43',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:4:\"F 29\";s:6:\"credit\";b:0;s:6:\"camera\";s:10:\"NIKON D200\";s:7:\"caption\";s:16:\"Christine Barnes\";s:17:\"created_timestamp\";s:25:\"September 9, 2010 1:43 am\";s:9:\"copyright\";s:25:\"© 2010, Grogan & Fralick\";s:12:\"focal_length\";s:5:\"40 mm\";s:3:\"iso\";i:100;s:13:\"shutter_speed\";s:7:\"1/0 sec\";s:5:\"flash\";b:0;s:5:\"title\";s:16:\"Christine Barnes\";s:8:\"keywords\";s:22:\"Chelsey Godwin wedding\";s:5:\"width\";i:257;s:6:\"height\";i:384;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(259,0,19,'living1.jpg','Christine Barnes','Christine Barnes','2010-10-26 20:40:48',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";s:16:\"Christine Barnes\";s:17:\"created_timestamp\";b:0;s:9:\"copyright\";s:25:\"© 2010, Grogan & Fralick\";s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";s:16:\"Christine Barnes\";s:8:\"keywords\";s:22:\"Chelsey Godwin wedding\";s:5:\"width\";i:576;s:6:\"height\";i:289;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(260,0,19,'jhg8281.jpg','Christine Barnes','Christine Barnes','2010-09-28 10:14:36',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:4:\"F 13\";s:6:\"credit\";b:0;s:6:\"camera\";s:10:\"NIKON D200\";s:7:\"caption\";s:16:\"Christine Barnes\";s:17:\"created_timestamp\";s:26:\"September 28, 2010 3:14 pm\";s:9:\"copyright\";s:25:\"© 2010, Grogan & Fralick\";s:12:\"focal_length\";s:5:\"18 mm\";s:3:\"iso\";i:100;s:13:\"shutter_speed\";s:5:\"2 sec\";s:5:\"flash\";b:0;s:5:\"title\";s:16:\"Christine Barnes\";s:8:\"keywords\";s:57:\"2010,Chelsey Godwin wedding,Falcons,Flowery Branch,Poster\";s:5:\"width\";i:574;s:6:\"height\";i:384;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(261,0,19,'jhg8286.jpg','Christine Barnes','Christine Barnes','2010-09-28 10:23:56',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:4:\"F 10\";s:6:\"credit\";b:0;s:6:\"camera\";s:10:\"NIKON D200\";s:7:\"caption\";s:16:\"Christine Barnes\";s:17:\"created_timestamp\";s:26:\"September 28, 2010 3:23 pm\";s:9:\"copyright\";s:25:\"© 2010, Grogan & Fralick\";s:12:\"focal_length\";s:5:\"22 mm\";s:3:\"iso\";i:100;s:13:\"shutter_speed\";s:5:\"2 sec\";s:5:\"flash\";b:0;s:5:\"title\";s:16:\"Christine Barnes\";s:8:\"keywords\";s:57:\"2010,Chelsey Godwin wedding,Falcons,Flowery Branch,Poster\";s:5:\"width\";i:574;s:6:\"height\";i:384;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(262,0,19,'jhg8298.jpg','Christine Barnes','Christine Barnes','2010-09-28 10:34:16',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:4:\"F 16\";s:6:\"credit\";b:0;s:6:\"camera\";s:10:\"NIKON D200\";s:7:\"caption\";s:16:\"Christine Barnes\";s:17:\"created_timestamp\";s:26:\"September 28, 2010 3:34 pm\";s:9:\"copyright\";s:25:\"© 2010, Grogan & Fralick\";s:12:\"focal_length\";s:5:\"22 mm\";s:3:\"iso\";i:100;s:13:\"shutter_speed\";s:5:\"3 sec\";s:5:\"flash\";b:0;s:5:\"title\";s:16:\"Christine Barnes\";s:8:\"keywords\";s:57:\"2010,Chelsey Godwin wedding,Falcons,Flowery Branch,Poster\";s:5:\"width\";i:574;s:6:\"height\";i:384;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(263,0,19,'jhg8309.jpg','Christine Barnes','Christine Barnes','2010-09-28 10:51:39',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:4:\"F 16\";s:6:\"credit\";b:0;s:6:\"camera\";s:10:\"NIKON D200\";s:7:\"caption\";s:16:\"Christine Barnes\";s:17:\"created_timestamp\";s:26:\"September 28, 2010 3:51 pm\";s:9:\"copyright\";s:25:\"© 2010, Grogan & Fralick\";s:12:\"focal_length\";s:5:\"18 mm\";s:3:\"iso\";i:100;s:13:\"shutter_speed\";s:5:\"3 sec\";s:5:\"flash\";b:0;s:5:\"title\";s:16:\"Christine Barnes\";s:8:\"keywords\";s:57:\"2010,Chelsey Godwin wedding,Falcons,Flowery Branch,Poster\";s:5:\"width\";i:257;s:6:\"height\";i:384;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(264,0,19,'jhg8353.jpg','Christine Barnes','Christine Barnes','2010-09-28 11:25:04',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:4:\"F 10\";s:6:\"credit\";b:0;s:6:\"camera\";s:10:\"NIKON D200\";s:7:\"caption\";s:16:\"Christine Barnes\";s:17:\"created_timestamp\";s:26:\"September 28, 2010 4:25 pm\";s:9:\"copyright\";s:25:\"© 2010, Grogan & Fralick\";s:12:\"focal_length\";s:5:\"31 mm\";s:3:\"iso\";i:100;s:13:\"shutter_speed\";s:7:\"1.6 sec\";s:5:\"flash\";b:0;s:5:\"title\";s:16:\"Christine Barnes\";s:8:\"keywords\";s:57:\"2010,Chelsey Godwin wedding,Falcons,Flowery Branch,Poster\";s:5:\"width\";i:257;s:6:\"height\";i:384;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(265,0,19,'jhg8355.jpg','Christine Barnes','Christine Barnes','2010-09-28 11:27:28',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:3:\"F 9\";s:6:\"credit\";b:0;s:6:\"camera\";s:10:\"NIKON D200\";s:7:\"caption\";s:16:\"Christine Barnes\";s:17:\"created_timestamp\";s:26:\"September 28, 2010 4:27 pm\";s:9:\"copyright\";s:25:\"© 2010, Grogan & Fralick\";s:12:\"focal_length\";s:5:\"34 mm\";s:3:\"iso\";i:100;s:13:\"shutter_speed\";s:7:\"1.6 sec\";s:5:\"flash\";b:0;s:5:\"title\";s:16:\"Christine Barnes\";s:8:\"keywords\";s:57:\"2010,Chelsey Godwin wedding,Falcons,Flowery Branch,Poster\";s:5:\"width\";i:257;s:6:\"height\";i:384;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(266,0,19,'jhg8361.jpg','Christine Barnes','Christine Barnes','2010-09-28 11:56:46',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:4:\"F 22\";s:6:\"credit\";b:0;s:6:\"camera\";s:10:\"NIKON D200\";s:7:\"caption\";s:16:\"Christine Barnes\";s:17:\"created_timestamp\";s:26:\"September 28, 2010 4:56 pm\";s:9:\"copyright\";s:25:\"© 2010, Grogan & Fralick\";s:12:\"focal_length\";s:5:\"18 mm\";s:3:\"iso\";i:100;s:13:\"shutter_speed\";s:7:\"2.5 sec\";s:5:\"flash\";b:0;s:5:\"title\";s:16:\"Christine Barnes\";s:8:\"keywords\";s:57:\"2010,Chelsey Godwin wedding,Falcons,Flowery Branch,Poster\";s:5:\"width\";i:287;s:6:\"height\";i:384;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(267,0,19,'jhg8363.jpg','Christine Barnes','Christine Barnes','2010-09-28 12:00:06',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:4:\"F 22\";s:6:\"credit\";b:0;s:6:\"camera\";s:10:\"NIKON D200\";s:7:\"caption\";s:16:\"Christine Barnes\";s:17:\"created_timestamp\";s:26:\"September 28, 2010 5:00 pm\";s:9:\"copyright\";s:25:\"© 2010, Grogan & Fralick\";s:12:\"focal_length\";s:5:\"29 mm\";s:3:\"iso\";i:100;s:13:\"shutter_speed\";s:5:\"2 sec\";s:5:\"flash\";b:0;s:5:\"title\";s:16:\"Christine Barnes\";s:8:\"keywords\";s:57:\"2010,Chelsey Godwin wedding,Falcons,Flowery Branch,Poster\";s:5:\"width\";i:574;s:6:\"height\";i:384;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(268,0,19,'jhg8369.jpg','Christine Barnes','Christine Barnes','2010-09-28 12:04:02',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:4:\"F 22\";s:6:\"credit\";b:0;s:6:\"camera\";s:10:\"NIKON D200\";s:7:\"caption\";s:16:\"Christine Barnes\";s:17:\"created_timestamp\";s:26:\"September 28, 2010 5:04 pm\";s:9:\"copyright\";s:25:\"© 2010, Grogan & Fralick\";s:12:\"focal_length\";s:5:\"70 mm\";s:3:\"iso\";i:100;s:13:\"shutter_speed\";s:5:\"3 sec\";s:5:\"flash\";b:0;s:5:\"title\";s:16:\"Christine Barnes\";s:8:\"keywords\";s:57:\"2010,Chelsey Godwin wedding,Falcons,Flowery Branch,Poster\";s:5:\"width\";i:257;s:6:\"height\";i:384;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(269,0,19,'keepin1.jpg','Christine Barnes','Christine Barnes','2010-10-26 20:42:19',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";s:16:\"Christine Barnes\";s:17:\"created_timestamp\";s:26:\"September 29, 2010 3:32 am\";s:9:\"copyright\";s:25:\"© 2010, Grogan & Fralick\";s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";s:16:\"Christine Barnes\";s:8:\"keywords\";s:57:\"2010,Chelsey Godwin wedding,Falcons,Flowery Branch,Poster\";s:5:\"width\";i:576;s:6:\"height\";i:236;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(270,0,19,'keepin2.jpg','Christine Barnes','Christine Barnes','2010-10-26 20:42:29',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";s:16:\"Christine Barnes\";s:17:\"created_timestamp\";b:0;s:9:\"copyright\";s:25:\"© 2010, Grogan & Fralick\";s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";s:16:\"Christine Barnes\";s:8:\"keywords\";s:57:\"2010,Chelsey Godwin wedding,Falcons,Flowery Branch,Poster\";s:5:\"width\";i:414;s:6:\"height\";i:384;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(271,0,19,'kitchen.jpg','Christine Barnes','Christine Barnes','2010-10-26 20:42:30',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";s:16:\"Christine Barnes\";s:17:\"created_timestamp\";b:0;s:9:\"copyright\";s:25:\"© 2010, Grogan & Fralick\";s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";s:16:\"Christine Barnes\";s:8:\"keywords\";s:57:\"2010,Chelsey Godwin wedding,Falcons,Flowery Branch,Poster\";s:5:\"width\";i:576;s:6:\"height\";i:196;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(272,0,19,'upstai1.jpg','Christine Barnes','Christine Barnes','2010-10-26 20:42:33',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";s:16:\"Christine Barnes\";s:17:\"created_timestamp\";s:26:\"September 28, 2010 8:29 pm\";s:9:\"copyright\";s:25:\"© 2010, Grogan & Fralick\";s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";s:16:\"Christine Barnes\";s:8:\"keywords\";s:57:\"2010,Chelsey Godwin wedding,Falcons,Flowery Branch,Poster\";s:5:\"width\";i:356;s:6:\"height\";i:384;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(277,0,9,'cohron-shower-tile.jpg','OLYMPUS DIGITAL CAMERA','Full Tile Shower','2008-01-28 12:00:44',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 3.5\";s:6:\"credit\";b:0;s:6:\"camera\";s:16:\"u770SW,S770SW \";s:7:\"caption\";s:31:\"OLYMPUS DIGITAL CAMERA \";s:17:\"created_timestamp\";s:25:\"January 28, 2008 12:00 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"6.7 mm\";s:3:\"iso\";i:400;s:13:\"shutter_speed\";s:9:\"1/130 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";s:31:\"OLYMPUS DIGITAL CAMERA \";s:8:\"keywords\";b:0;s:5:\"width\";i:1536;s:6:\"height\";i:2048;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(278,0,9,'johnson-bath-orange-pd.jpg','','Asian Accent Bath','2008-02-16 17:34:41',0,0,'a:16:{i:0;b:0;s:8:\"aperture\";s:5:\"F 5.6\";s:6:\"credit\";b:0;s:6:\"camera\";s:19:\"Kodak DCS Pro SLR/n\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:25:\"February 16, 2008 5:34 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"28 mm\";s:3:\"iso\";i:160;s:13:\"shutter_speed\";s:8:\"1/10 sec\";s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:3000;s:6:\"height\";i:4500;s:5:\"saved\";b:1;}','',0,NULL),(279,0,2,'staging-afteer-cheryl3.jpg','After','Opening Up Room Staging','2008-05-15 18:39:33',0,3,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 2.2\";s:6:\"credit\";b:0;s:6:\"camera\";s:11:\"Pro 815 \";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:20:\"May 15, 2008 6:39 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"7.4 mm\";s:3:\"iso\";i:50;s:13:\"shutter_speed\";s:8:\"1/30 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";s:22:\"SAMSUNG DIGITAL CAMERA\";s:8:\"keywords\";b:0;s:5:\"width\";i:480;s:6:\"height\";i:360;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(280,0,2,'staging-after-cheryl4.jpg','After','Asymetrical look Staging','2008-05-15 18:40:02',0,5,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 2.2\";s:6:\"credit\";b:0;s:6:\"camera\";s:11:\"Pro 815 \";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:20:\"May 15, 2008 6:40 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"7.4 mm\";s:3:\"iso\";i:50;s:13:\"shutter_speed\";s:8:\"1/30 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";s:22:\"SAMSUNG DIGITAL CAMERA\";s:8:\"keywords\";b:0;s:5:\"width\";i:480;s:6:\"height\";i:360;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(281,0,2,'staging-before-cheryl.jpg','Beginning','Closed Down Room Staging','2008-05-15 09:57:59',0,2,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 2.2\";s:6:\"credit\";b:0;s:6:\"camera\";s:11:\"Pro 815 \";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:20:\"May 15, 2008 9:57 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"7.4 mm\";s:3:\"iso\";i:50;s:13:\"shutter_speed\";s:8:\"1/30 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";s:22:\"SAMSUNG DIGITAL CAMERA\";s:8:\"keywords\";b:0;s:5:\"width\";i:480;s:6:\"height\";i:360;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(282,0,2,'staging-before-cheryl5.jpg','Before Cluttered','Cluttered Room','2008-05-08 14:35:32',0,1,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 2.2\";s:6:\"credit\";b:0;s:6:\"camera\";s:11:\"Pro 815 \";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:19:\"May 8, 2008 2:35 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"7.4 mm\";s:3:\"iso\";i:50;s:13:\"shutter_speed\";s:8:\"1/30 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";s:22:\"SAMSUNG DIGITAL CAMERA\";s:8:\"keywords\";b:0;s:5:\"width\";i:480;s:6:\"height\";i:320;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(283,0,2,'staging-before-cheryl6.jpg','After','Opening Up Room Staging','2008-05-15 18:39:24',0,4,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 2.2\";s:6:\"credit\";b:0;s:6:\"camera\";s:11:\"Pro 815 \";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:20:\"May 15, 2008 6:39 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"7.4 mm\";s:3:\"iso\";i:50;s:13:\"shutter_speed\";s:8:\"1/30 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";s:22:\"SAMSUNG DIGITAL CAMERA\";s:8:\"keywords\";b:0;s:5:\"width\";i:480;s:6:\"height\";i:360;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(361,0,20,'brned-porch-furn.jpg','','OLYMPUS DIGITAL CAMERA','2007-09-06 09:03:10',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 3.5\";s:6:\"credit\";b:0;s:6:\"camera\";s:16:\"u770SW,S770SW \";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:25:\"September 6, 2007 9:03 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"6.7 mm\";s:3:\"iso\";i:250;s:13:\"shutter_speed\";s:8:\"1/30 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";s:31:\"OLYMPUS DIGITAL CAMERA \";s:8:\"keywords\";b:0;s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(286,0,18,'009.jpg','','Church Aution Tables','2009-03-27 13:52:52',0,0,'a:16:{i:0;b:0;s:8:\"aperture\";s:5:\"F 2.8\";s:6:\"credit\";b:0;s:6:\"camera\";s:18:\"Canon PowerShot G9\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:22:\"March 27, 2009 1:52 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"7.4 mm\";s:3:\"iso\";i:200;s:13:\"shutter_speed\";s:8:\"1/60 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:2448;s:6:\"height\";i:3264;s:5:\"saved\";b:1;}','',0,NULL),(287,0,18,'035.jpg','','Childrens Dr Office','2008-04-18 19:03:15',0,0,'a:16:{i:0;b:0;s:8:\"aperture\";s:3:\"F 4\";s:6:\"credit\";b:0;s:6:\"camera\";s:16:\"u770SW,S770SW \";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:22:\"April 18, 2008 7:03 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:7:\"9.13 mm\";s:3:\"iso\";i:400;s:13:\"shutter_speed\";s:8:\"1/40 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";s:31:\"OLYMPUS DIGITAL CAMERA \";s:8:\"keywords\";b:0;s:5:\"width\";i:3072;s:6:\"height\";i:2304;s:5:\"saved\";b:1;}','',0,NULL),(288,0,18,'before-church.jpg','','Church Before ','2009-11-03 13:15:19',0,0,'a:16:{i:0;b:0;s:8:\"aperture\";s:5:\"F 2.8\";s:6:\"credit\";b:0;s:6:\"camera\";s:18:\"Canon PowerShot G9\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:24:\"November 3, 2009 1:15 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"7.4 mm\";s:3:\"iso\";i:125;s:13:\"shutter_speed\";s:8:\"1/60 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:3264;s:6:\"height\";i:2448;s:5:\"saved\";b:1;}','',0,NULL),(289,0,18,'byers-tree-07-close.jpg','','Byers Xmas Tree','2007-11-27 16:54:48',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 3.5\";s:6:\"credit\";b:0;s:6:\"camera\";s:16:\"u770SW,S770SW \";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:25:\"November 27, 2007 4:54 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"6.7 mm\";s:3:\"iso\";i:80;s:13:\"shutter_speed\";s:9:\"1/130 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";s:31:\"OLYMPUS DIGITAL CAMERA \";s:8:\"keywords\";b:0;s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(290,0,18,'childrens-othro-office.jpg','','Childrens Dr office2','2008-04-18 19:03:27',0,0,'a:16:{i:0;b:0;s:8:\"aperture\";s:3:\"F 4\";s:6:\"credit\";b:0;s:6:\"camera\";s:16:\"u770SW,S770SW \";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:22:\"April 18, 2008 7:03 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:7:\"9.13 mm\";s:3:\"iso\";i:400;s:13:\"shutter_speed\";s:8:\"1/40 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";s:31:\"OLYMPUS DIGITAL CAMERA \";s:8:\"keywords\";b:0;s:5:\"width\";i:3072;s:6:\"height\";i:2304;s:5:\"saved\";b:1;}','',0,NULL),(291,0,18,'church-hall-and-lobby.jpg','','Church-Hall-Lobby','2010-02-23 18:13:46',0,0,'a:16:{i:0;b:0;s:8:\"aperture\";s:5:\"F 2.8\";s:6:\"credit\";b:0;s:6:\"camera\";s:18:\"Canon PowerShot G9\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:25:\"February 23, 2010 6:13 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"7.4 mm\";s:3:\"iso\";i:250;s:13:\"shutter_speed\";s:8:\"1/60 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:2592;s:6:\"height\";i:1944;s:5:\"saved\";b:1;}','',0,NULL),(292,0,18,'first-baptist-felloeship-church.jpg','','First-Baptist-Fellowship','2010-02-23 17:55:38',0,0,'a:16:{i:0;b:0;s:8:\"aperture\";s:5:\"F 2.8\";s:6:\"credit\";b:0;s:6:\"camera\";s:18:\"Canon PowerShot G9\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:25:\"February 23, 2010 5:55 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"7.4 mm\";s:3:\"iso\";i:250;s:13:\"shutter_speed\";s:8:\"1/60 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:2592;s:6:\"height\";i:1944;s:5:\"saved\";b:1;}','',0,NULL),(293,0,18,'first-fellowship-baptist.jpg','','First-Baptist-Fellowship2','2010-02-23 17:56:13',0,0,'a:16:{i:0;b:0;s:8:\"aperture\";s:5:\"F 2.8\";s:6:\"credit\";b:0;s:6:\"camera\";s:18:\"Canon PowerShot G9\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:25:\"February 23, 2010 5:56 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"7.4 mm\";s:3:\"iso\";i:250;s:13:\"shutter_speed\";s:8:\"1/60 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:1944;s:6:\"height\";i:2592;s:5:\"saved\";b:1;}','',0,NULL),(294,0,18,'harry-norman-entry-after-5.jpg','','Harry-norman-Entry-after-5','2009-09-15 15:27:58',0,0,'a:16:{i:0;b:0;s:8:\"aperture\";s:5:\"F 2.8\";s:6:\"credit\";b:0;s:6:\"camera\";s:18:\"Canon PowerShot G9\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:26:\"September 15, 2009 3:27 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"7.4 mm\";s:3:\"iso\";i:200;s:13:\"shutter_speed\";s:8:\"1/60 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:2448;s:6:\"height\";i:3264;s:5:\"saved\";b:1;}','',0,NULL),(295,0,18,'model-home-nicolson.jpg','','Model-Home-Nicolson','2010-05-15 10:31:26',0,0,'a:16:{i:0;b:0;s:8:\"aperture\";s:5:\"F 2.8\";s:6:\"credit\";b:0;s:6:\"camera\";s:18:\"Canon PowerShot G9\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:21:\"May 15, 2010 10:31 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"7.4 mm\";s:3:\"iso\";i:125;s:13:\"shutter_speed\";s:8:\"1/60 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:2592;s:6:\"height\";i:1944;s:5:\"saved\";b:1;}','',0,NULL),(296,0,18,'realtor-conference-room.jpg','','Harry Norman-Conference-room','2009-09-15 15:02:22',0,0,'a:16:{i:0;b:0;s:8:\"aperture\";s:5:\"F 2.8\";s:6:\"credit\";b:0;s:6:\"camera\";s:18:\"Canon PowerShot G9\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:26:\"September 15, 2009 3:02 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"7.4 mm\";s:3:\"iso\";i:200;s:13:\"shutter_speed\";s:8:\"1/60 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:3264;s:6:\"height\";i:2448;s:5:\"saved\";b:1;}','',0,NULL),(297,0,18,'realtor-offices.jpg','','Harry Noman-Office','2009-09-15 15:03:46',0,0,'a:16:{i:0;b:0;s:8:\"aperture\";s:5:\"F 2.8\";s:6:\"credit\";b:0;s:6:\"camera\";s:18:\"Canon PowerShot G9\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:26:\"September 15, 2009 3:03 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"7.4 mm\";s:3:\"iso\";i:200;s:13:\"shutter_speed\";s:8:\"1/60 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:2448;s:6:\"height\";i:3264;s:5:\"saved\";b:1;}','',0,NULL),(298,0,18,'summertime-table-2.jpg','','JCUMC Table ','2008-04-18 15:50:59',0,0,'a:16:{i:0;b:0;s:8:\"aperture\";s:5:\"F 3.5\";s:6:\"credit\";b:0;s:6:\"camera\";s:16:\"u770SW,S770SW \";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:22:\"April 18, 2008 3:50 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"6.7 mm\";s:3:\"iso\";i:400;s:13:\"shutter_speed\";s:8:\"1/30 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";s:31:\"OLYMPUS DIGITAL CAMERA \";s:8:\"keywords\";b:0;s:5:\"width\";i:3072;s:6:\"height\";i:2304;s:5:\"saved\";b:1;}','',0,NULL),(299,0,18,'summertime-table.jpg','','JCUMC Table2','2008-04-18 15:51:27',0,0,'a:16:{i:0;b:0;s:8:\"aperture\";s:5:\"F 3.5\";s:6:\"credit\";b:0;s:6:\"camera\";s:16:\"u770SW,S770SW \";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:22:\"April 18, 2008 3:51 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"6.7 mm\";s:3:\"iso\";i:400;s:13:\"shutter_speed\";s:8:\"1/30 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";s:31:\"OLYMPUS DIGITAL CAMERA \";s:8:\"keywords\";b:0;s:5:\"width\";i:3072;s:6:\"height\";i:2304;s:5:\"saved\";b:1;}','',0,NULL),(300,0,18,'wedding-reception-richmond-va.jpg','','Wedding-Reception-Richmond','2010-05-15 16:16:20',0,0,'a:16:{i:0;b:0;s:8:\"aperture\";s:5:\"F 2.8\";s:6:\"credit\";b:0;s:6:\"camera\";s:18:\"Canon PowerShot G9\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:20:\"May 15, 2010 4:16 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:6:\"7.4 mm\";s:3:\"iso\";i:200;s:13:\"shutter_speed\";s:8:\"1/60 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:2592;s:6:\"height\";i:1944;s:5:\"saved\";b:1;}','',0,NULL),(301,0,20,'008-ferguson-sunrom.jpg','','Ferguson-sunrom','2011-04-17 03:37:42',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:475;s:6:\"height\";i:301;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(302,0,21,'images001.jpg','','images001','2010-12-09 00:18:24',0,0,'a:16:{i:0;b:0;s:8:\"aperture\";s:3:\"F 4\";s:6:\"credit\";b:0;s:6:\"camera\";s:10:\"NIKON D40X\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:25:\"December 9, 2010 12:18 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"20 mm\";s:3:\"iso\";i:450;s:13:\"shutter_speed\";s:8:\"1/60 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:2592;s:6:\"height\";i:3872;s:5:\"saved\";b:1;}','',0,NULL),(303,0,21,'images007.jpg','','images007','2010-12-09 00:24:56',0,0,'a:16:{i:0;b:0;s:8:\"aperture\";s:5:\"F 5.3\";s:6:\"credit\";b:0;s:6:\"camera\";s:10:\"NIKON D40X\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:25:\"December 9, 2010 12:24 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"42 mm\";s:3:\"iso\";i:1600;s:13:\"shutter_speed\";s:8:\"1/60 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:2592;s:6:\"height\";i:3872;s:5:\"saved\";b:1;}','',0,NULL),(304,0,21,'images011.jpg','','images011','2010-12-09 00:26:58',0,0,'a:16:{i:0;b:0;s:8:\"aperture\";s:5:\"F 5.6\";s:6:\"credit\";b:0;s:6:\"camera\";s:10:\"NIKON D40X\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:25:\"December 9, 2010 12:26 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"52 mm\";s:3:\"iso\";i:200;s:13:\"shutter_speed\";s:8:\"1/60 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:3872;s:6:\"height\";i:2592;s:5:\"saved\";b:1;}','',0,NULL),(305,0,21,'images014.jpg','','images014','2010-12-09 00:28:00',0,0,'a:16:{i:0;b:0;s:8:\"aperture\";s:3:\"F 5\";s:6:\"credit\";b:0;s:6:\"camera\";s:10:\"NIKON D40X\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:25:\"December 9, 2010 12:28 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"40 mm\";s:3:\"iso\";i:1600;s:13:\"shutter_speed\";s:8:\"1/60 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:2592;s:6:\"height\";i:3872;s:5:\"saved\";b:1;}','',0,NULL),(306,0,21,'images021.jpg','','images021','2010-12-09 00:31:22',0,0,'a:16:{i:0;b:0;s:8:\"aperture\";s:5:\"F 5.6\";s:6:\"credit\";b:0;s:6:\"camera\";s:10:\"NIKON D40X\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:25:\"December 9, 2010 12:31 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"48 mm\";s:3:\"iso\";i:200;s:13:\"shutter_speed\";s:8:\"1/60 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:2592;s:6:\"height\";i:3872;s:5:\"saved\";b:1;}','',0,NULL),(307,0,21,'images022.jpg','','images022','2010-12-09 00:31:55',0,0,'a:16:{i:0;b:0;s:8:\"aperture\";s:5:\"F 5.6\";s:6:\"credit\";b:0;s:6:\"camera\";s:10:\"NIKON D40X\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:25:\"December 9, 2010 12:31 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"55 mm\";s:3:\"iso\";i:720;s:13:\"shutter_speed\";s:8:\"1/60 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:2592;s:6:\"height\";i:3872;s:5:\"saved\";b:1;}','',0,NULL),(308,0,21,'images023.jpg','','images023','2010-12-09 00:34:00',0,0,'a:16:{i:0;b:0;s:8:\"aperture\";s:5:\"F 4.5\";s:6:\"credit\";b:0;s:6:\"camera\";s:10:\"NIKON D40X\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:25:\"December 9, 2010 12:34 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"34 mm\";s:3:\"iso\";i:1400;s:13:\"shutter_speed\";s:8:\"1/60 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:2592;s:6:\"height\";i:3872;s:5:\"saved\";b:1;}','',0,NULL),(310,0,21,'images027.jpg','','images027','2010-12-09 00:37:51',0,0,'a:16:{i:0;b:0;s:8:\"aperture\";s:5:\"F 4.2\";s:6:\"credit\";b:0;s:6:\"camera\";s:10:\"NIKON D40X\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:25:\"December 9, 2010 12:37 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"28 mm\";s:3:\"iso\";i:200;s:13:\"shutter_speed\";s:8:\"1/60 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:2592;s:6:\"height\";i:3872;s:5:\"saved\";b:1;}','',0,NULL),(311,0,21,'images034.jpg','','images034','2010-12-09 00:39:57',0,0,'a:16:{i:0;b:0;s:8:\"aperture\";s:5:\"F 5.3\";s:6:\"credit\";b:0;s:6:\"camera\";s:10:\"NIKON D40X\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:25:\"December 9, 2010 12:39 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"42 mm\";s:3:\"iso\";i:1600;s:13:\"shutter_speed\";s:8:\"1/60 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:3872;s:6:\"height\";i:2592;s:5:\"saved\";b:1;}','',0,NULL),(312,0,21,'images035.jpg','','images035','2010-12-09 00:40:07',0,0,'a:16:{i:0;b:0;s:8:\"aperture\";s:5:\"F 5.3\";s:6:\"credit\";b:0;s:6:\"camera\";s:10:\"NIKON D40X\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:25:\"December 9, 2010 12:40 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"42 mm\";s:3:\"iso\";i:500;s:13:\"shutter_speed\";s:8:\"1/60 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:2592;s:6:\"height\";i:3872;s:5:\"saved\";b:1;}','',0,NULL),(313,0,21,'images037.jpg','','images037','2010-12-09 00:41:30',0,0,'a:16:{i:0;b:0;s:8:\"aperture\";s:5:\"F 5.6\";s:6:\"credit\";b:0;s:6:\"camera\";s:10:\"NIKON D40X\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:25:\"December 9, 2010 12:41 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"48 mm\";s:3:\"iso\";i:200;s:13:\"shutter_speed\";s:8:\"1/60 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:3872;s:6:\"height\";i:2592;s:5:\"saved\";b:1;}','',0,NULL),(314,0,21,'images040.jpg','','images040','2010-12-09 00:43:22',0,0,'a:16:{i:0;b:0;s:8:\"aperture\";s:5:\"F 4.5\";s:6:\"credit\";b:0;s:6:\"camera\";s:10:\"NIKON D40X\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:25:\"December 9, 2010 12:43 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"34 mm\";s:3:\"iso\";i:250;s:13:\"shutter_speed\";s:8:\"1/60 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:2592;s:6:\"height\";i:3872;s:5:\"saved\";b:1;}','',0,NULL),(315,0,21,'images047.jpg','','images047','2010-12-09 00:50:21',0,0,'a:16:{i:0;b:0;s:8:\"aperture\";s:5:\"F 4.5\";s:6:\"credit\";b:0;s:6:\"camera\";s:10:\"NIKON D40X\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:25:\"December 9, 2010 12:50 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"34 mm\";s:3:\"iso\";i:1600;s:13:\"shutter_speed\";s:8:\"1/60 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:2592;s:6:\"height\";i:3872;s:5:\"saved\";b:1;}','',0,NULL),(316,0,21,'images050.jpg','','images050','2010-12-09 01:21:03',0,0,'a:16:{i:0;b:0;s:8:\"aperture\";s:5:\"F 4.2\";s:6:\"credit\";b:0;s:6:\"camera\";s:10:\"NIKON D40X\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:24:\"December 9, 2010 1:21 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"30 mm\";s:3:\"iso\";i:200;s:13:\"shutter_speed\";s:8:\"1/60 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:2592;s:6:\"height\";i:3872;s:5:\"saved\";b:1;}','',0,NULL),(317,0,21,'images054.jpg','','images054','2010-12-09 01:22:27',0,0,'a:16:{i:0;b:0;s:8:\"aperture\";s:5:\"F 4.8\";s:6:\"credit\";b:0;s:6:\"camera\";s:10:\"NIKON D40X\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:24:\"December 9, 2010 1:22 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"35 mm\";s:3:\"iso\";i:640;s:13:\"shutter_speed\";s:8:\"1/60 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:2592;s:6:\"height\";i:3872;s:5:\"saved\";b:1;}','',0,NULL),(318,0,21,'images056.jpg','','images056','2010-12-09 01:22:47',0,0,'a:16:{i:0;b:0;s:8:\"aperture\";s:5:\"F 5.3\";s:6:\"credit\";b:0;s:6:\"camera\";s:10:\"NIKON D40X\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:24:\"December 9, 2010 1:22 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"46 mm\";s:3:\"iso\";i:1600;s:13:\"shutter_speed\";s:8:\"1/60 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:2592;s:6:\"height\";i:3872;s:5:\"saved\";b:1;}','',0,NULL),(319,0,21,'images058.jpg','','images058','2010-12-09 01:23:10',0,0,'a:16:{i:0;b:0;s:8:\"aperture\";s:3:\"F 5\";s:6:\"credit\";b:0;s:6:\"camera\";s:10:\"NIKON D40X\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:24:\"December 9, 2010 1:23 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"18 mm\";s:3:\"iso\";i:200;s:13:\"shutter_speed\";s:9:\"1/100 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:2592;s:6:\"height\";i:3872;s:5:\"saved\";b:1;}','',0,NULL),(320,0,21,'images060.jpg','','images060','2010-12-09 01:23:47',0,0,'a:16:{i:0;b:0;s:8:\"aperture\";s:3:\"F 4\";s:6:\"credit\";b:0;s:6:\"camera\";s:10:\"NIKON D40X\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:24:\"December 9, 2010 1:23 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"18 mm\";s:3:\"iso\";i:1100;s:13:\"shutter_speed\";s:8:\"1/60 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:2592;s:6:\"height\";i:3872;s:5:\"saved\";b:1;}','',0,NULL),(321,0,21,'images061.jpg','','images061','2010-12-09 01:23:58',0,0,'a:16:{i:0;b:0;s:8:\"aperture\";s:3:\"F 5\";s:6:\"credit\";b:0;s:6:\"camera\";s:10:\"NIKON D40X\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:24:\"December 9, 2010 1:23 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"40 mm\";s:3:\"iso\";i:1600;s:13:\"shutter_speed\";s:8:\"1/60 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:2592;s:6:\"height\";i:3872;s:5:\"saved\";b:1;}','',0,NULL),(322,0,21,'images062.jpg','','images062','2010-12-09 01:24:07',0,0,'a:16:{i:0;b:0;s:8:\"aperture\";s:5:\"F 4.8\";s:6:\"credit\";b:0;s:6:\"camera\";s:10:\"NIKON D40X\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:24:\"December 9, 2010 1:24 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"35 mm\";s:3:\"iso\";i:500;s:13:\"shutter_speed\";s:8:\"1/60 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:2592;s:6:\"height\";i:3872;s:5:\"saved\";b:1;}','',0,NULL),(323,0,21,'images064.jpg','','images064','2010-12-09 01:24:49',0,0,'a:16:{i:0;b:0;s:8:\"aperture\";s:5:\"F 5.3\";s:6:\"credit\";b:0;s:6:\"camera\";s:10:\"NIKON D40X\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:24:\"December 9, 2010 1:24 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"46 mm\";s:3:\"iso\";i:1400;s:13:\"shutter_speed\";s:8:\"1/60 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:2592;s:6:\"height\";i:3872;s:5:\"saved\";b:1;}','',0,NULL),(324,0,21,'images066.jpg','','images066','2010-12-09 01:25:46',0,0,'a:16:{i:0;b:0;s:8:\"aperture\";s:3:\"F 4\";s:6:\"credit\";b:0;s:6:\"camera\";s:10:\"NIKON D40X\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:24:\"December 9, 2010 1:25 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"23 mm\";s:3:\"iso\";i:900;s:13:\"shutter_speed\";s:8:\"1/60 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:2592;s:6:\"height\";i:3872;s:5:\"saved\";b:1;}','',0,NULL),(325,0,21,'images068.jpg','','images068','2010-12-09 01:26:22',0,0,'a:16:{i:0;b:0;s:8:\"aperture\";s:5:\"F 4.8\";s:6:\"credit\";b:0;s:6:\"camera\";s:10:\"NIKON D40X\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:24:\"December 9, 2010 1:26 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"35 mm\";s:3:\"iso\";i:800;s:13:\"shutter_speed\";s:8:\"1/60 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:2592;s:6:\"height\";i:3872;s:5:\"saved\";b:1;}','',0,NULL),(326,0,21,'images069.jpg','','images069','2010-12-09 01:26:38',0,0,'a:16:{i:0;b:0;s:8:\"aperture\";s:5:\"F 5.6\";s:6:\"credit\";b:0;s:6:\"camera\";s:10:\"NIKON D40X\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:24:\"December 9, 2010 1:26 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"55 mm\";s:3:\"iso\";i:640;s:13:\"shutter_speed\";s:8:\"1/60 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:2592;s:6:\"height\";i:3872;s:5:\"saved\";b:1;}','',0,NULL),(327,0,21,'images070.jpg','','images070','2010-12-09 01:27:01',0,0,'a:16:{i:0;b:0;s:8:\"aperture\";s:3:\"F 4\";s:6:\"credit\";b:0;s:6:\"camera\";s:10:\"NIKON D40X\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:24:\"December 9, 2010 1:27 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"24 mm\";s:3:\"iso\";i:1600;s:13:\"shutter_speed\";s:8:\"1/60 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:2592;s:6:\"height\";i:3872;s:5:\"saved\";b:1;}','',0,NULL),(328,0,21,'images082.jpg','','images082','2010-12-09 01:30:23',0,0,'a:16:{i:0;b:0;s:8:\"aperture\";s:5:\"F 4.5\";s:6:\"credit\";b:0;s:6:\"camera\";s:10:\"NIKON D40X\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:24:\"December 9, 2010 1:30 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"34 mm\";s:3:\"iso\";i:800;s:13:\"shutter_speed\";s:8:\"1/60 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:2592;s:6:\"height\";i:3872;s:5:\"saved\";b:1;}','',0,NULL),(329,0,21,'images086.jpg','','images086','2010-12-09 01:31:44',0,0,'a:16:{i:0;b:0;s:8:\"aperture\";s:5:\"F 4.2\";s:6:\"credit\";b:0;s:6:\"camera\";s:10:\"NIKON D40X\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:24:\"December 9, 2010 1:31 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"26 mm\";s:3:\"iso\";i:200;s:13:\"shutter_speed\";s:8:\"1/60 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:2592;s:6:\"height\";i:3872;s:5:\"saved\";b:1;}','',0,NULL),(330,0,21,'images089.jpg','','images089','2010-12-09 01:32:54',0,0,'a:16:{i:0;b:0;s:8:\"aperture\";s:3:\"F 5\";s:6:\"credit\";b:0;s:6:\"camera\";s:10:\"NIKON D40X\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:24:\"December 9, 2010 1:32 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"38 mm\";s:3:\"iso\";i:360;s:13:\"shutter_speed\";s:8:\"1/60 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:2592;s:6:\"height\";i:3872;s:5:\"saved\";b:1;}','',0,NULL),(331,0,21,'images090.jpg','','images090','2010-12-09 01:33:24',0,0,'a:16:{i:0;b:0;s:8:\"aperture\";s:5:\"F 5.3\";s:6:\"credit\";b:0;s:6:\"camera\";s:10:\"NIKON D40X\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:24:\"December 9, 2010 1:33 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"42 mm\";s:3:\"iso\";i:320;s:13:\"shutter_speed\";s:8:\"1/60 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:3872;s:6:\"height\";i:2592;s:5:\"saved\";b:1;}','',0,NULL),(332,0,21,'images091.jpg','','images091','2010-12-09 01:33:40',0,0,'a:16:{i:0;b:0;s:8:\"aperture\";s:5:\"F 4.2\";s:6:\"credit\";b:0;s:6:\"camera\";s:10:\"NIKON D40X\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:24:\"December 9, 2010 1:33 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"26 mm\";s:3:\"iso\";i:560;s:13:\"shutter_speed\";s:8:\"1/60 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:3628;s:6:\"height\";i:2429;s:5:\"saved\";b:1;}','',0,NULL),(333,0,21,'images092.jpg','','images092','2010-12-09 01:33:50',0,0,'a:16:{i:0;b:0;s:8:\"aperture\";s:5:\"F 4.5\";s:6:\"credit\";b:0;s:6:\"camera\";s:10:\"NIKON D40X\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:24:\"December 9, 2010 1:33 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"32 mm\";s:3:\"iso\";i:1600;s:13:\"shutter_speed\";s:8:\"1/60 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:2592;s:6:\"height\";i:3872;s:5:\"saved\";b:1;}','',0,NULL),(334,0,21,'images095.jpg','','images095','2010-12-09 01:36:05',0,0,'a:16:{i:0;b:0;s:8:\"aperture\";s:5:\"F 5.6\";s:6:\"credit\";b:0;s:6:\"camera\";s:10:\"NIKON D40X\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:24:\"December 9, 2010 1:36 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"55 mm\";s:3:\"iso\";i:1000;s:13:\"shutter_speed\";s:8:\"1/60 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:2592;s:6:\"height\";i:3872;s:5:\"saved\";b:1;}','',0,NULL),(337,0,15,'holidays-dining-rm.jpg','','holidays-dining-rm','2011-06-16 16:46:11',0,2,'a:17:{i:0;b:0;s:8:\"aperture\";s:3:\"F 4\";s:6:\"credit\";b:0;s:6:\"camera\";s:9:\"NIKON D40\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:21:\"June 16, 2011 9:46 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"10 mm\";s:3:\"iso\";i:800;s:13:\"shutter_speed\";s:8:\"1/30 sec\";s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:331;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(338,0,15,'holidaysports-room.jpg','','holidaysports-room','2011-06-16 16:59:52',0,3,'a:17:{i:0;b:0;s:8:\"aperture\";s:3:\"F 4\";s:6:\"credit\";b:0;s:6:\"camera\";s:9:\"NIKON D40\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:21:\"June 16, 2011 9:59 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"10 mm\";s:3:\"iso\";i:400;s:13:\"shutter_speed\";s:8:\"1/50 sec\";s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:331;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(339,0,15,'janewat-ticket-booth.jpg','','janeway-ticket-booth','2011-06-20 15:49:43',0,4,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 3.5\";s:6:\"credit\";b:0;s:6:\"camera\";s:9:\"NIKON D40\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:21:\"June 20, 2011 8:49 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"18 mm\";s:3:\"iso\";i:800;s:13:\"shutter_speed\";s:8:\"1/10 sec\";s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:408;s:6:\"height\";i:495;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(340,0,15,'janeway-50-bar.jpg','','janeway-50-bar','2011-06-20 15:41:17',0,5,'a:17:{i:0;b:0;s:8:\"aperture\";s:3:\"F 4\";s:6:\"credit\";b:0;s:6:\"camera\";s:9:\"NIKON D40\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:21:\"June 20, 2011 8:41 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"10 mm\";s:3:\"iso\";i:800;s:13:\"shutter_speed\";s:8:\"1/30 sec\";s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:332;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(341,0,21,'janeway-50-diner.jpg','','janeway-50-diner','2011-06-20 15:42:23',0,1,'a:17:{i:0;b:0;s:8:\"aperture\";s:3:\"F 4\";s:6:\"credit\";b:0;s:6:\"camera\";s:9:\"NIKON D40\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:21:\"June 20, 2011 8:42 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"10 mm\";s:3:\"iso\";i:800;s:13:\"shutter_speed\";s:8:\"1/30 sec\";s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:332;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(342,0,15,'janeway-50-room.jpg','','janeway-50-room','2011-06-20 15:42:36',0,6,'a:17:{i:0;b:0;s:8:\"aperture\";s:3:\"F 4\";s:6:\"credit\";b:0;s:6:\"camera\";s:9:\"NIKON D40\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:21:\"June 20, 2011 8:42 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"10 mm\";s:3:\"iso\";i:800;s:13:\"shutter_speed\";s:8:\"1/40 sec\";s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:332;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(343,0,15,'janeway-doctor-bookcase.jpg','','janeway-doctor-bookcase','2011-06-20 15:48:24',0,7,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 3.5\";s:6:\"credit\";b:0;s:6:\"camera\";s:9:\"NIKON D40\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:21:\"June 20, 2011 8:48 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"18 mm\";s:3:\"iso\";i:800;s:13:\"shutter_speed\";s:8:\"1/10 sec\";s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:403;s:6:\"height\";i:493;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(344,0,15,'janeway-great-mantel.jpg','','janeway-great-mantel','2011-06-20 15:46:47',0,8,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 3.5\";s:6:\"credit\";b:0;s:6:\"camera\";s:9:\"NIKON D40\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:21:\"June 20, 2011 8:46 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"18 mm\";s:3:\"iso\";i:800;s:13:\"shutter_speed\";s:8:\"1/10 sec\";s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:332;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(345,0,15,'janeway-living-rm-full-vw.jpg','','janeway-living-rm-full-vw','2011-06-20 15:25:43',0,9,'a:17:{i:0;b:0;s:8:\"aperture\";s:3:\"F 4\";s:6:\"credit\";b:0;s:6:\"camera\";s:9:\"NIKON D40\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:21:\"June 20, 2011 8:25 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"10 mm\";s:3:\"iso\";i:800;s:13:\"shutter_speed\";s:8:\"1/10 sec\";s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:332;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(346,0,15,'janeway-living-rm-side-vw.jpg','','janeway-living-rm-side-vw','2011-06-20 15:26:17',0,10,'a:17:{i:0;b:0;s:8:\"aperture\";s:3:\"F 4\";s:6:\"credit\";b:0;s:6:\"camera\";s:9:\"NIKON D40\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:21:\"June 20, 2011 8:26 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"10 mm\";s:3:\"iso\";i:800;s:13:\"shutter_speed\";s:8:\"1/10 sec\";s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:332;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(347,0,15,'janeway-living-rm.jpg','','janeway-living-rm','2011-06-20 15:28:11',0,11,'a:17:{i:0;b:0;s:8:\"aperture\";s:3:\"F 4\";s:6:\"credit\";b:0;s:6:\"camera\";s:9:\"NIKON D40\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:21:\"June 20, 2011 8:28 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"10 mm\";s:3:\"iso\";i:800;s:13:\"shutter_speed\";s:8:\"1/10 sec\";s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:332;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(348,0,15,'janeway-movies.jpg','','janeway-movies','2011-06-20 15:44:40',0,12,'a:17:{i:0;b:0;s:8:\"aperture\";s:3:\"F 4\";s:6:\"credit\";b:0;s:6:\"camera\";s:9:\"NIKON D40\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:21:\"June 20, 2011 8:44 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"10 mm\";s:3:\"iso\";i:800;s:13:\"shutter_speed\";s:7:\"1/0 sec\";s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:332;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(349,0,15,'janeway-pool-anyone.jpg','','janeway-pool-anyone','2011-06-20 15:38:21',0,13,'a:17:{i:0;b:0;s:8:\"aperture\";s:3:\"F 4\";s:6:\"credit\";b:0;s:6:\"camera\";s:9:\"NIKON D40\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:21:\"June 20, 2011 8:38 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"10 mm\";s:3:\"iso\";i:800;s:13:\"shutter_speed\";s:8:\"1/10 sec\";s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:332;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(350,0,15,'janeway-prayer-rm-front.jpg','','janeway-prayer-rm-front','2011-06-20 15:22:02',0,14,'a:17:{i:0;b:0;s:8:\"aperture\";s:3:\"F 4\";s:6:\"credit\";b:0;s:6:\"camera\";s:9:\"NIKON D40\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:21:\"June 20, 2011 8:22 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"10 mm\";s:3:\"iso\";i:800;s:13:\"shutter_speed\";s:8:\"1/10 sec\";s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:332;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(351,0,15,'janeway-prayer-rm-long-vw.jpg','','janeway-prayer-rm-long-vw','2011-06-20 15:24:13',0,15,'a:17:{i:0;b:0;s:8:\"aperture\";s:3:\"F 4\";s:6:\"credit\";b:0;s:6:\"camera\";s:9:\"NIKON D40\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:21:\"June 20, 2011 8:24 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"10 mm\";s:3:\"iso\";i:800;s:13:\"shutter_speed\";s:8:\"1/20 sec\";s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:332;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(352,0,15,'janeway-prayer-rm-mantel-2.jpg','','janeway-prayer-rm-mantel-2','2011-06-20 15:21:47',0,16,'a:17:{i:0;b:0;s:8:\"aperture\";s:3:\"F 4\";s:6:\"credit\";b:0;s:6:\"camera\";s:9:\"NIKON D40\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:21:\"June 20, 2011 8:21 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"10 mm\";s:3:\"iso\";i:800;s:13:\"shutter_speed\";s:8:\"1/10 sec\";s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:332;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(353,0,15,'janeway-prayer-rm.jpg','','janeway-prayer-rm','2011-06-20 15:21:08',0,17,'a:17:{i:0;b:0;s:8:\"aperture\";s:3:\"F 4\";s:6:\"credit\";b:0;s:6:\"camera\";s:9:\"NIKON D40\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:21:\"June 20, 2011 8:21 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"10 mm\";s:3:\"iso\";i:800;s:13:\"shutter_speed\";s:8:\"1/20 sec\";s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:332;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(354,0,15,'janeway-terrace-level.jpg','','janeway-terrace-level','2011-06-20 15:32:10',0,18,'a:17:{i:0;b:0;s:8:\"aperture\";s:3:\"F 4\";s:6:\"credit\";b:0;s:6:\"camera\";s:9:\"NIKON D40\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:21:\"June 20, 2011 8:32 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"10 mm\";s:3:\"iso\";i:800;s:13:\"shutter_speed\";s:8:\"1/10 sec\";s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:332;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(355,0,15,'janeway-terrace-side-view.jpg','','janeway-terrace-side-view','2011-06-20 15:31:43',0,19,'a:17:{i:0;b:0;s:8:\"aperture\";s:3:\"F 4\";s:6:\"credit\";b:0;s:6:\"camera\";s:9:\"NIKON D40\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:21:\"June 20, 2011 8:31 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"10 mm\";s:3:\"iso\";i:800;s:13:\"shutter_speed\";s:8:\"1/10 sec\";s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:332;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(356,0,15,'janeway-welecome-to-movies.jpg','','janeway-welecome-to-movies','2011-06-20 16:06:34',0,20,'a:17:{i:0;b:0;s:8:\"aperture\";s:3:\"F 4\";s:6:\"credit\";b:0;s:6:\"camera\";s:9:\"NIKON D40\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:21:\"June 20, 2011 9:06 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"10 mm\";s:3:\"iso\";i:800;s:13:\"shutter_speed\";s:7:\"1/0 sec\";s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:332;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(357,0,15,'living-the-good-life.jpg','','living-the-good-life','2011-06-16 17:07:14',0,21,'a:17:{i:0;b:0;s:8:\"aperture\";s:3:\"F 4\";s:6:\"credit\";b:0;s:6:\"camera\";s:9:\"NIKON D40\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:22:\"June 16, 2011 10:07 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"10 mm\";s:3:\"iso\";i:800;s:13:\"shutter_speed\";s:8:\"1/20 sec\";s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:331;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(359,0,21,'gingerbread-house-setting.jpg','','gingerbread-house-setting','2011-08-08 01:22:27',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:267;s:6:\"height\";i:400;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(363,0,9,'bath-10.jpg','','bath-10','2012-03-02 20:12:23',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:140;s:6:\"height\";i:105;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(364,0,9,'bath-11.jpg','','bath-11','2012-03-02 20:12:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:140;s:6:\"height\";i:105;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(365,0,9,'bath-12.jpg','','bath-12','2012-03-02 20:12:25',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:140;s:6:\"height\";i:105;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(366,0,9,'bath-13.jpg','','bath-13','1980-01-01 00:00:27',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 3.5\";s:6:\"credit\";b:0;s:6:\"camera\";s:23:\"Canon EOS DIGITAL REBEL\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:24:\"January 1, 1980 12:00 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"18 mm\";s:3:\"iso\";i:400;s:13:\"shutter_speed\";s:8:\"1/20 sec\";s:5:\"flash\";s:9:\"Not fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:140;s:6:\"height\";i:104;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(367,0,9,'bath-14.jpg','','bath-14','1980-01-01 00:00:46',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:3:\"F 4\";s:6:\"credit\";b:0;s:6:\"camera\";s:23:\"Canon EOS DIGITAL REBEL\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:24:\"January 1, 1980 12:00 am\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"18 mm\";s:3:\"iso\";i:100;s:13:\"shutter_speed\";s:8:\"1/60 sec\";s:5:\"flash\";s:5:\"Fired\";s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:140;s:6:\"height\";i:105;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(368,0,9,'bath-15.jpg','','bath-15','2008-02-16 17:34:41',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 5.6\";s:6:\"credit\";b:0;s:6:\"camera\";s:19:\"Kodak DCS Pro SLR/n\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:25:\"February 16, 2008 5:34 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"28 mm\";s:3:\"iso\";i:160;s:13:\"shutter_speed\";s:8:\"1/10 sec\";s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:140;s:6:\"height\";i:105;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(369,0,9,'bath-2.jpg','','bath-2','2012-03-02 20:11:51',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:140;s:6:\"height\";i:105;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(370,0,9,'bath-3.jpg','','bath-3','2012-03-02 20:11:57',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:140;s:6:\"height\";i:105;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(371,0,9,'bath-4.jpg','','bath-4','2012-03-02 20:12:03',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:140;s:6:\"height\";i:105;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(372,0,9,'bath-5.jpg','','bath-5','2012-03-02 20:12:03',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:140;s:6:\"height\";i:105;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(373,0,9,'bath-6.jpg','','bath-6','2012-03-02 20:12:09',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:140;s:6:\"height\";i:105;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(374,0,9,'bath-7.jpg','','bath-7','2012-03-02 20:12:15',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:140;s:6:\"height\";i:105;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(375,0,9,'bath-8.jpg','','bath-8','2012-03-02 20:12:21',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:140;s:6:\"height\";i:105;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(376,0,9,'bath-9.jpg','','bath-9','2012-03-02 20:12:22',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:140;s:6:\"height\";i:105;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(377,0,9,'bath.jpg','','bath','2012-03-02 20:12:29',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:140;s:6:\"height\";i:105;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(380,0,8,'bed-3.jpg','','bed-3','2012-03-02 20:20:10',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:140;s:6:\"height\";i:105;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(379,0,8,'bed-2.jpg','','bed-2','2012-03-02 20:20:09',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:140;s:6:\"height\";i:105;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(381,0,8,'bed-4.jpg','','bed-4','2012-03-02 20:20:11',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:140;s:6:\"height\";i:105;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(382,0,8,'bed-5.jpg','','bed-5','2012-03-02 20:20:12',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:140;s:6:\"height\";i:105;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(383,0,8,'bed-6.jpg','','bed-6','2012-03-02 20:20:13',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:140;s:6:\"height\";i:105;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(384,0,8,'bed.jpg','','bed','2012-03-02 20:20:14',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:140;s:6:\"height\";i:105;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(385,0,7,'dining-2.jpg','','dining-2','2012-03-02 20:21:20',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:329;s:6:\"height\";i:439;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(386,0,7,'dining-3.jpg','','dining-3','2012-03-02 20:21:21',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:332;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(387,0,7,'dining-4.jpg','','dining-4','2012-03-02 20:21:22',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:332;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(388,0,7,'dining-5.jpg','','dining-5','2012-03-02 20:21:23',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:331;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(389,0,7,'red-dining.jpg','','red-dining','2012-03-02 20:21:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";b:0;s:17:\"created_timestamp\";b:0;s:9:\"copyright\";b:0;s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:329;s:6:\"height\";i:493;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(390,0,19,'work-10.jpg','','work-10','2010-09-10 14:45:52',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:4:\"F 20\";s:6:\"credit\";b:0;s:6:\"camera\";s:10:\"NIKON D200\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:26:\"September 10, 2010 7:45 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"18 mm\";s:3:\"iso\";i:100;s:13:\"shutter_speed\";s:6:\"13 sec\";s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:574;s:6:\"height\";i:384;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(391,0,19,'work-11.jpg','','work-11','2010-09-10 14:47:52',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:4:\"F 22\";s:6:\"credit\";b:0;s:6:\"camera\";s:10:\"NIKON D200\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:26:\"September 10, 2010 7:47 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"18 mm\";s:3:\"iso\";i:100;s:13:\"shutter_speed\";s:6:\"10 sec\";s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:257;s:6:\"height\";i:384;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(392,0,19,'work-12.jpg','','work-12','2010-09-10 14:49:13',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:4:\"F 22\";s:6:\"credit\";b:0;s:6:\"camera\";s:10:\"NIKON D200\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:26:\"September 10, 2010 7:49 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"18 mm\";s:3:\"iso\";i:100;s:13:\"shutter_speed\";s:5:\"5 sec\";s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:574;s:6:\"height\";i:384;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(393,0,19,'work-13.jpg','','work-13','2010-09-10 14:50:00',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:4:\"F 22\";s:6:\"credit\";b:0;s:6:\"camera\";s:10:\"NIKON D200\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:26:\"September 10, 2010 7:50 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"18 mm\";s:3:\"iso\";i:100;s:13:\"shutter_speed\";s:5:\"5 sec\";s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:574;s:6:\"height\";i:384;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(394,0,19,'work-14.jpg','','work-14','2010-09-10 14:50:43',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:4:\"F 22\";s:6:\"credit\";b:0;s:6:\"camera\";s:10:\"NIKON D200\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:26:\"September 10, 2010 7:50 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"18 mm\";s:3:\"iso\";i:100;s:13:\"shutter_speed\";s:7:\"2.5 sec\";s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:574;s:6:\"height\";i:384;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(395,0,19,'work-16.jpg','Christine Barnes','Christine Barnes','2012-03-02 20:23:29',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";s:16:\"Christine Barnes\";s:17:\"created_timestamp\";s:26:\"September 12, 2010 5:26 am\";s:9:\"copyright\";s:25:\"© 2010, Grogan & Fralick\";s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";s:16:\"Christine Barnes\";s:8:\"keywords\";s:57:\"2010,Chelsey Godwin wedding,Falcons,Flowery Branch,Poster\";s:5:\"width\";i:576;s:6:\"height\";i:222;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(396,0,19,'work-17.jpg','Christine Barnes','Christine Barnes','2012-03-02 20:23:30',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";b:0;s:6:\"credit\";b:0;s:6:\"camera\";b:0;s:7:\"caption\";s:16:\"Christine Barnes\";s:17:\"created_timestamp\";s:26:\"September 12, 2010 5:31 am\";s:9:\"copyright\";s:25:\"© 2010, Grogan & Fralick\";s:12:\"focal_length\";b:0;s:3:\"iso\";b:0;s:13:\"shutter_speed\";b:0;s:5:\"flash\";b:0;s:5:\"title\";s:16:\"Christine Barnes\";s:8:\"keywords\";s:57:\"2010,Chelsey Godwin wedding,Falcons,Flowery Branch,Poster\";s:5:\"width\";i:576;s:6:\"height\";i:202;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(397,0,19,'work-18.jpg','Christine Barnes','Christine Barnes','2010-09-10 14:20:38',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:4:\"F 22\";s:6:\"credit\";b:0;s:6:\"camera\";s:10:\"NIKON D200\";s:7:\"caption\";s:16:\"Christine Barnes\";s:17:\"created_timestamp\";s:26:\"September 12, 2010 4:54 am\";s:9:\"copyright\";s:25:\"© 2010, Grogan & Fralick\";s:12:\"focal_length\";s:5:\"18 mm\";s:3:\"iso\";i:100;s:13:\"shutter_speed\";s:5:\"5 sec\";s:5:\"flash\";b:0;s:5:\"title\";s:16:\"Christine Barnes\";s:8:\"keywords\";s:57:\"2010,Chelsey Godwin wedding,Falcons,Flowery Branch,Poster\";s:5:\"width\";i:574;s:6:\"height\";i:384;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(398,0,19,'work-19.jpg','Christine Barnes','Christine Barnes','2010-09-10 14:53:15',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:4:\"F 22\";s:6:\"credit\";b:0;s:6:\"camera\";s:10:\"NIKON D200\";s:7:\"caption\";s:16:\"Christine Barnes\";s:17:\"created_timestamp\";s:26:\"September 12, 2010 5:01 am\";s:9:\"copyright\";s:25:\"© 2010, Grogan & Fralick\";s:12:\"focal_length\";s:5:\"18 mm\";s:3:\"iso\";i:100;s:13:\"shutter_speed\";s:7:\"1.6 sec\";s:5:\"flash\";b:0;s:5:\"title\";s:16:\"Christine Barnes\";s:8:\"keywords\";s:57:\"2010,Chelsey Godwin wedding,Falcons,Flowery Branch,Poster\";s:5:\"width\";i:574;s:6:\"height\";i:384;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(399,0,19,'work-2.jpg','Christine Barnes','Christine Barnes','2010-09-10 13:42:22',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:4:\"F 20\";s:6:\"credit\";b:0;s:6:\"camera\";s:10:\"NIKON D200\";s:7:\"caption\";s:16:\"Christine Barnes\";s:17:\"created_timestamp\";s:26:\"September 12, 2010 6:19 am\";s:9:\"copyright\";s:25:\"© 2010, Grogan & Fralick\";s:12:\"focal_length\";s:5:\"18 mm\";s:3:\"iso\";i:100;s:13:\"shutter_speed\";s:6:\"15 sec\";s:5:\"flash\";b:0;s:5:\"title\";s:16:\"Christine Barnes\";s:8:\"keywords\";s:57:\"2010,Chelsey Godwin wedding,Falcons,Flowery Branch,Poster\";s:5:\"width\";i:576;s:6:\"height\";i:382;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(400,0,19,'work-20.jpg','Christine Barnes','Christine Barnes','2010-09-08 15:12:40',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:4:\"F 22\";s:6:\"credit\";b:0;s:6:\"camera\";s:10:\"NIKON D200\";s:7:\"caption\";s:16:\"Christine Barnes\";s:17:\"created_timestamp\";s:26:\"September 14, 2010 4:52 pm\";s:9:\"copyright\";s:25:\"© 2010, Grogan & Fralick\";s:12:\"focal_length\";s:5:\"18 mm\";s:3:\"iso\";i:100;s:13:\"shutter_speed\";s:5:\"8 sec\";s:5:\"flash\";b:0;s:5:\"title\";s:16:\"Christine Barnes\";s:8:\"keywords\";s:22:\"Chelsey Godwin wedding\";s:5:\"width\";i:257;s:6:\"height\";i:384;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(401,0,19,'work-21.jpg','','work-21','2011-06-16 16:46:11',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:3:\"F 4\";s:6:\"credit\";b:0;s:6:\"camera\";s:9:\"NIKON D40\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:21:\"June 16, 2011 9:46 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"10 mm\";s:3:\"iso\";i:800;s:13:\"shutter_speed\";s:8:\"1/30 sec\";s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:331;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(402,0,19,'work-22.jpg','','work-22','2011-06-16 16:59:52',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:3:\"F 4\";s:6:\"credit\";b:0;s:6:\"camera\";s:9:\"NIKON D40\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:21:\"June 16, 2011 9:59 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"10 mm\";s:3:\"iso\";i:400;s:13:\"shutter_speed\";s:8:\"1/50 sec\";s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:331;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(403,0,19,'work-23.jpg','','work-23','2011-06-20 15:49:43',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 3.5\";s:6:\"credit\";b:0;s:6:\"camera\";s:9:\"NIKON D40\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:21:\"June 20, 2011 8:49 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"18 mm\";s:3:\"iso\";i:800;s:13:\"shutter_speed\";s:8:\"1/10 sec\";s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:408;s:6:\"height\";i:495;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(404,0,19,'work-24.jpg','','work-24','2011-06-20 15:48:24',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 3.5\";s:6:\"credit\";b:0;s:6:\"camera\";s:9:\"NIKON D40\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:21:\"June 20, 2011 8:48 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"18 mm\";s:3:\"iso\";i:800;s:13:\"shutter_speed\";s:8:\"1/10 sec\";s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:403;s:6:\"height\";i:493;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(405,0,19,'work-25.jpg','','work-25','2011-06-20 15:46:47',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:5:\"F 3.5\";s:6:\"credit\";b:0;s:6:\"camera\";s:9:\"NIKON D40\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:21:\"June 20, 2011 8:46 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"18 mm\";s:3:\"iso\";i:800;s:13:\"shutter_speed\";s:8:\"1/10 sec\";s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:332;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(406,0,19,'work-26.jpg','','work-26','2011-06-20 15:25:43',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:3:\"F 4\";s:6:\"credit\";b:0;s:6:\"camera\";s:9:\"NIKON D40\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:21:\"June 20, 2011 8:25 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"10 mm\";s:3:\"iso\";i:800;s:13:\"shutter_speed\";s:8:\"1/10 sec\";s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:332;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(407,0,19,'work-27.jpg','','work-27','2011-06-20 15:26:17',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:3:\"F 4\";s:6:\"credit\";b:0;s:6:\"camera\";s:9:\"NIKON D40\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:21:\"June 20, 2011 8:26 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"10 mm\";s:3:\"iso\";i:800;s:13:\"shutter_speed\";s:8:\"1/10 sec\";s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:332;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(408,0,19,'work-28.jpg','','work-28','2011-06-20 15:28:11',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:3:\"F 4\";s:6:\"credit\";b:0;s:6:\"camera\";s:9:\"NIKON D40\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:21:\"June 20, 2011 8:28 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"10 mm\";s:3:\"iso\";i:800;s:13:\"shutter_speed\";s:8:\"1/10 sec\";s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:332;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(409,0,19,'work-29.jpg','','work-29','2011-06-20 15:44:40',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:3:\"F 4\";s:6:\"credit\";b:0;s:6:\"camera\";s:9:\"NIKON D40\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:21:\"June 20, 2011 8:44 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"10 mm\";s:3:\"iso\";i:800;s:13:\"shutter_speed\";s:7:\"1/0 sec\";s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:332;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(410,0,19,'work-3.jpg','','work-3','2010-09-10 12:58:10',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:4:\"F 22\";s:6:\"credit\";b:0;s:6:\"camera\";s:10:\"NIKON D200\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:26:\"September 10, 2010 5:58 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"18 mm\";s:3:\"iso\";i:100;s:13:\"shutter_speed\";s:5:\"6 sec\";s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:288;s:6:\"height\";i:384;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(411,0,19,'work-30.jpg','','work-30','2011-06-20 15:38:21',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:3:\"F 4\";s:6:\"credit\";b:0;s:6:\"camera\";s:9:\"NIKON D40\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:21:\"June 20, 2011 8:38 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"10 mm\";s:3:\"iso\";i:800;s:13:\"shutter_speed\";s:8:\"1/10 sec\";s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:332;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(412,0,19,'work-31.jpg','','work-31','2011-06-20 15:22:02',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:3:\"F 4\";s:6:\"credit\";b:0;s:6:\"camera\";s:9:\"NIKON D40\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:21:\"June 20, 2011 8:22 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"10 mm\";s:3:\"iso\";i:800;s:13:\"shutter_speed\";s:8:\"1/10 sec\";s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:332;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(413,0,19,'work-32.jpg','','work-32','2011-06-20 15:24:13',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:3:\"F 4\";s:6:\"credit\";b:0;s:6:\"camera\";s:9:\"NIKON D40\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:21:\"June 20, 2011 8:24 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"10 mm\";s:3:\"iso\";i:800;s:13:\"shutter_speed\";s:8:\"1/20 sec\";s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:332;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(414,0,19,'work-33.jpg','','work-33','2011-06-20 15:21:47',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:3:\"F 4\";s:6:\"credit\";b:0;s:6:\"camera\";s:9:\"NIKON D40\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:21:\"June 20, 2011 8:21 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"10 mm\";s:3:\"iso\";i:800;s:13:\"shutter_speed\";s:8:\"1/10 sec\";s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:332;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(415,0,19,'work-34.jpg','','work-34','2011-06-20 15:21:08',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:3:\"F 4\";s:6:\"credit\";b:0;s:6:\"camera\";s:9:\"NIKON D40\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:21:\"June 20, 2011 8:21 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"10 mm\";s:3:\"iso\";i:800;s:13:\"shutter_speed\";s:8:\"1/20 sec\";s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:332;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(416,0,19,'work-35.jpg','','work-35','2011-06-20 15:32:10',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:3:\"F 4\";s:6:\"credit\";b:0;s:6:\"camera\";s:9:\"NIKON D40\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:21:\"June 20, 2011 8:32 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"10 mm\";s:3:\"iso\";i:800;s:13:\"shutter_speed\";s:8:\"1/10 sec\";s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:332;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(417,0,19,'work-36.jpg','','work-36','2011-06-20 15:31:43',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:3:\"F 4\";s:6:\"credit\";b:0;s:6:\"camera\";s:9:\"NIKON D40\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:21:\"June 20, 2011 8:31 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"10 mm\";s:3:\"iso\";i:800;s:13:\"shutter_speed\";s:8:\"1/10 sec\";s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:332;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(418,0,19,'work-37.jpg','','work-37','2011-06-20 16:06:34',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:3:\"F 4\";s:6:\"credit\";b:0;s:6:\"camera\";s:9:\"NIKON D40\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:21:\"June 20, 2011 9:06 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"10 mm\";s:3:\"iso\";i:800;s:13:\"shutter_speed\";s:7:\"1/0 sec\";s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:332;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(419,0,19,'work-4.jpg','','work-4','2010-09-10 12:59:03',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:4:\"F 22\";s:6:\"credit\";b:0;s:6:\"camera\";s:10:\"NIKON D200\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:26:\"September 10, 2010 5:59 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"18 mm\";s:3:\"iso\";i:100;s:13:\"shutter_speed\";s:5:\"6 sec\";s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:574;s:6:\"height\";i:384;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(420,0,19,'work-40.jpg','','work-40','2011-06-16 17:07:14',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:3:\"F 4\";s:6:\"credit\";b:0;s:6:\"camera\";s:9:\"NIKON D40\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:22:\"June 16, 2011 10:07 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"10 mm\";s:3:\"iso\";i:800;s:13:\"shutter_speed\";s:8:\"1/20 sec\";s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:498;s:6:\"height\";i:331;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(421,0,19,'work-5.jpg','','work-5','2010-09-10 14:13:47',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:4:\"F 20\";s:6:\"credit\";b:0;s:6:\"camera\";s:10:\"NIKON D200\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:26:\"September 10, 2010 7:13 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"18 mm\";s:3:\"iso\";i:100;s:13:\"shutter_speed\";s:6:\"10 sec\";s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:574;s:6:\"height\";i:384;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(422,0,19,'work-6.jpg','','work-6','2010-09-10 14:15:00',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:4:\"F 22\";s:6:\"credit\";b:0;s:6:\"camera\";s:10:\"NIKON D200\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:26:\"September 10, 2010 7:15 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"18 mm\";s:3:\"iso\";i:100;s:13:\"shutter_speed\";s:5:\"5 sec\";s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:574;s:6:\"height\";i:384;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(423,0,19,'work-7.jpg','','work-7','2010-09-10 14:15:54',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:4:\"F 22\";s:6:\"credit\";b:0;s:6:\"camera\";s:10:\"NIKON D200\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:26:\"September 10, 2010 7:15 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"18 mm\";s:3:\"iso\";i:100;s:13:\"shutter_speed\";s:5:\"5 sec\";s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:574;s:6:\"height\";i:384;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(424,0,19,'work-8.jpg','','work-8','2010-09-10 14:23:05',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:4:\"F 22\";s:6:\"credit\";b:0;s:6:\"camera\";s:10:\"NIKON D200\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:26:\"September 10, 2010 7:23 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"18 mm\";s:3:\"iso\";i:100;s:13:\"shutter_speed\";s:5:\"8 sec\";s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:257;s:6:\"height\";i:384;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(425,0,19,'work-9.jpg','','work-9','2010-09-10 14:40:06',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:4:\"F 22\";s:6:\"credit\";b:0;s:6:\"camera\";s:10:\"NIKON D200\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:26:\"September 10, 2010 7:40 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"18 mm\";s:3:\"iso\";i:100;s:13:\"shutter_speed\";s:5:\"3 sec\";s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:574;s:6:\"height\";i:384;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL),(426,0,19,'work.jpg','','work','2010-09-10 12:44:39',0,0,'a:17:{i:0;b:0;s:8:\"aperture\";s:4:\"F 22\";s:6:\"credit\";b:0;s:6:\"camera\";s:10:\"NIKON D200\";s:7:\"caption\";b:0;s:17:\"created_timestamp\";s:26:\"September 10, 2010 5:44 pm\";s:9:\"copyright\";b:0;s:12:\"focal_length\";s:5:\"18 mm\";s:3:\"iso\";i:100;s:13:\"shutter_speed\";s:6:\"13 sec\";s:5:\"flash\";b:0;s:5:\"title\";b:0;s:8:\"keywords\";b:0;s:5:\"width\";i:257;s:6:\"height\";i:384;s:5:\"saved\";b:1;s:9:\"thumbnail\";a:2:{s:5:\"width\";i:140;s:6:\"height\";i:105;}}','',0,NULL); /*!40000 ALTER TABLE `wp_ngg_pictures` 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(191) default NULL, `option_value` longtext NOT NULL, `autoload` varchar(20) NOT NULL default 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`) ) ENGINE=MyISAM AUTO_INCREMENT=80784 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 (2,'siteurl','http://decor8.net/','yes'),(3,'blogname','Decor8.net','yes'),(4,'blogdescription','Design is a Delight - Not a Dilemma','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','matt@heystac.com','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','127.0.0.1','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','0','yes'),(23,'posts_per_page','10','yes'),(24,'date_format','F j, Y','yes'),(25,'time_format','g:i a','yes'),(26,'links_updated_date_format','F j, Y g:i a','yes'),(30,'comment_moderation','0','yes'),(31,'moderation_notify','1','yes'),(32,'permalink_structure','/%postname%','yes'),(34,'hack_file','0','yes'),(35,'blog_charset','UTF-8','yes'),(36,'moderation_keys','','no'),(37,'active_plugins','a:2:{i:0;s:21:\"wp-cycle/wp-cycle.php\";i:1;s:29:\"nextgen-gallery/nggallery.php\";}','yes'),(38,'home','http://decor8.net/','yes'),(39,'category_base','','yes'),(40,'ping_sites','http://rpc.pingomatic.com/','yes'),(42,'comment_max_links','2','yes'),(43,'gmt_offset','-5','yes'),(44,'default_email_category','1','yes'),(45,'recently_edited','a:5:{i:0;s:74:\"/data/0/0/85/32/85032/user/86372/htdocs/wp-content/themes/decor8/style.css\";i:2;s:115:\"/data/0/0/85/32/85032/user/86372/htdocs/wp-content/plugins/tierra-audio-playlist-manager/audio-playlist-manager.php\";i:3;s:75:\"/data/0/0/85/32/85032/user/86372/htdocs/wp-content/themes/decor8/footer.php\";i:4;s:75:\"/data/0/0/85/32/85032/user/86372/htdocs/wp-content/themes/decor8/t_home.php\";i:5;s:84:\"/data/0/0/85/32/85032/user/86372/htdocs/wp-content/plugins/add-to-any/add-to-any.php\";}','no'),(47,'template','decor8','yes'),(48,'stylesheet','decor8','yes'),(49,'comment_whitelist','1','yes'),(50,'blacklist_keys','','no'),(51,'comment_registration','0','yes'),(53,'html_type','text/html','yes'),(54,'use_trackback','0','yes'),(55,'default_role','subscriber','yes'),(56,'db_version','38590','yes'),(57,'uploads_use_yearmonth_folders','1','yes'),(58,'upload_path','','yes'),(60,'blog_public','0','yes'),(61,'default_link_category','2','yes'),(62,'show_on_front','page','yes'),(63,'tag_base','','yes'),(64,'show_avatars','1','yes'),(65,'avatar_rating','G','yes'),(66,'upload_url_path','','yes'),(67,'thumbnail_size_w','200','yes'),(68,'thumbnail_size_h','200','yes'),(69,'thumbnail_crop','','yes'),(70,'medium_size_w','300','yes'),(71,'medium_size_h','300','yes'),(72,'avatar_default','mystery','yes'),(75,'large_size_w','1024','yes'),(76,'large_size_h','1024','yes'),(77,'image_default_link_type','','yes'),(78,'image_default_size','','yes'),(79,'image_default_align','','yes'),(80,'close_comments_for_old_posts','0','yes'),(81,'close_comments_days_old','14','yes'),(82,'thread_comments','0','yes'),(83,'thread_comments_depth','5','yes'),(84,'page_comments','1','yes'),(85,'comments_per_page','50','yes'),(86,'default_comments_page','newest','yes'),(87,'comment_order','asc','yes'),(88,'sticky_posts','a:0:{}','yes'),(89,'widget_categories','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(90,'widget_text','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(91,'widget_rss','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(92,'timezone_string','','yes'),(94,'embed_size_w','','yes'),(95,'embed_size_h','600','yes'),(96,'wp_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:71:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:24:\"NextGEN Gallery overview\";b:1;s:19:\"NextGEN Use TinyMCE\";b:1;s:21:\"NextGEN Upload images\";b:1;s:22:\"NextGEN Manage gallery\";b:1;s:19:\"NextGEN Manage tags\";b:1;s:29:\"NextGEN Manage others gallery\";b:1;s:18:\"NextGEN Edit album\";b:1;s:20:\"NextGEN Change style\";b:1;s:22:\"NextGEN Change options\";b:1;s:24:\"NextGEN Attach Interface\";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'),(97,'cron','a:4:{i:1521103639;a:1:{s:29:\"ngg_delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"ngg_custom\";s:4:\"args\";a:0:{}s:8:\"interval\";i:900;}}}i:1521127623;a:3:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1521127835;a:1:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}s:7:\"version\";i:2;}','yes'),(105,'auth_salt','TV#xLfg*myV()uELf3)03Nm1VlA5nNVhxKs6Oc8)KkvnsY8cGVlsHr0Au@t%nTCR','yes'),(106,'logged_in_salt','^wkkSVW0D5UF4g*wFQORGablgkB%izmkX*fthhB7JfoJlW!igwqeH6GdaVRc^CBJ','yes'),(107,'widget_pages','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(108,'widget_calendar','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(109,'widget_archives','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(110,'widget_links','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(111,'widget_meta','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(112,'widget_search','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(113,'widget_recent-posts','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(114,'widget_recent-comments','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(115,'widget_tag_cloud','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(116,'dashboard_widget_options','a:4:{s:24:\"dashboard_incoming_links\";a:5:{s:4:\"home\";s:17:\"http://decor8.net\";s:4:\"link\";s:93:\"http://blogsearch.google.com/blogsearch?scoring=d&partner=wordpress&q=link:http://decor8.net/\";s:3:\"url\";s:133:\"http://blogsearch.google.com/blogsearch_feeds?scoring=d&ie=utf-8&num=10&output=rss&partner=wordpress&q=link:http://decor8.net/htdocs/\";s:5:\"items\";i:10;s:9:\"show_date\";b:0;}s:17:\"dashboard_primary\";a:7:{s:4:\"link\";s:33:\"http://wordpress.org/development/\";s:3:\"url\";s:38:\"http://wordpress.org/development/feed/\";s:5:\"title\";s:26:\"WordPress Development 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:4:{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:25:\"dashboard_recent_comments\";a:1:{s:5:\"items\";i:5;}}','yes'),(117,'nonce_salt','JS3psqO%Xg6^RG%^)I2gF3H8qzYqa0qT3t5k%!QdZywa5*o7MYtfSSDt%eeOnF*x','yes'),(9520,'current_theme','Decor8 2010','yes'),(138,'ftp_credentials','a:3:{s:8:\"hostname\";s:9:\"localhost\";s:8:\"username\";s:17:\"ntsl70792%001c0cc\";s:15:\"connection_type\";s:4:\"ftps\";}','yes'),(144,'wp_cycle_images','a:6:{s:14:\"20100930154831\";a:6:{s:2:\"id\";s:14:\"20100930154831\";s:4:\"file\";s:76:\"/data/0/0/85/32/85032/user/86372/htdocs/wp-content/uploads/2010/09/home1.jpg\";s:8:\"file_url\";s:54:\"http://decor8.net/wp-content/uploads/2010/09/home1.jpg\";s:9:\"thumbnail\";s:82:\"/data/0/0/85/32/85032/user/86372/htdocs/wp-content/uploads/2010/09/home1-thumb.jpg\";s:13:\"thumbnail_url\";s:60:\"http://decor8.net/wp-content/uploads/2010/09/home1-thumb.jpg\";s:14:\"image_links_to\";s:0:\"\";}s:14:\"20100930154846\";a:6:{s:2:\"id\";s:14:\"20100930154846\";s:4:\"file\";s:76:\"/data/0/0/85/32/85032/user/86372/htdocs/wp-content/uploads/2010/09/home2.jpg\";s:8:\"file_url\";s:54:\"http://decor8.net/wp-content/uploads/2010/09/home2.jpg\";s:9:\"thumbnail\";s:82:\"/data/0/0/85/32/85032/user/86372/htdocs/wp-content/uploads/2010/09/home2-thumb.jpg\";s:13:\"thumbnail_url\";s:60:\"http://decor8.net/wp-content/uploads/2010/09/home2-thumb.jpg\";s:14:\"image_links_to\";s:0:\"\";}s:14:\"20100930154851\";a:6:{s:2:\"id\";s:14:\"20100930154851\";s:4:\"file\";s:76:\"/data/0/0/85/32/85032/user/86372/htdocs/wp-content/uploads/2010/09/home3.jpg\";s:8:\"file_url\";s:54:\"http://decor8.net/wp-content/uploads/2010/09/home3.jpg\";s:9:\"thumbnail\";s:82:\"/data/0/0/85/32/85032/user/86372/htdocs/wp-content/uploads/2010/09/home3-thumb.jpg\";s:13:\"thumbnail_url\";s:60:\"http://decor8.net/wp-content/uploads/2010/09/home3-thumb.jpg\";s:14:\"image_links_to\";s:0:\"\";}s:14:\"20100930154857\";a:6:{s:2:\"id\";s:14:\"20100930154857\";s:4:\"file\";s:76:\"/data/0/0/85/32/85032/user/86372/htdocs/wp-content/uploads/2010/09/home4.jpg\";s:8:\"file_url\";s:54:\"http://decor8.net/wp-content/uploads/2010/09/home4.jpg\";s:9:\"thumbnail\";s:82:\"/data/0/0/85/32/85032/user/86372/htdocs/wp-content/uploads/2010/09/home4-thumb.jpg\";s:13:\"thumbnail_url\";s:60:\"http://decor8.net/wp-content/uploads/2010/09/home4-thumb.jpg\";s:14:\"image_links_to\";s:0:\"\";}s:14:\"20100930154902\";a:6:{s:2:\"id\";s:14:\"20100930154902\";s:4:\"file\";s:76:\"/data/0/0/85/32/85032/user/86372/htdocs/wp-content/uploads/2010/09/home5.jpg\";s:8:\"file_url\";s:54:\"http://decor8.net/wp-content/uploads/2010/09/home5.jpg\";s:9:\"thumbnail\";s:82:\"/data/0/0/85/32/85032/user/86372/htdocs/wp-content/uploads/2010/09/home5-thumb.jpg\";s:13:\"thumbnail_url\";s:60:\"http://decor8.net/wp-content/uploads/2010/09/home5-thumb.jpg\";s:14:\"image_links_to\";s:0:\"\";}s:14:\"20100930154910\";a:6:{s:2:\"id\";s:14:\"20100930154910\";s:4:\"file\";s:76:\"/data/0/0/85/32/85032/user/86372/htdocs/wp-content/uploads/2010/09/home6.jpg\";s:8:\"file_url\";s:54:\"http://decor8.net/wp-content/uploads/2010/09/home6.jpg\";s:9:\"thumbnail\";s:82:\"/data/0/0/85/32/85032/user/86372/htdocs/wp-content/uploads/2010/09/home6-thumb.jpg\";s:13:\"thumbnail_url\";s:60:\"http://decor8.net/wp-content/uploads/2010/09/home6-thumb.jpg\";s:14:\"image_links_to\";s:0:\"\";}}','yes'),(211,'category_children','a:0:{}','yes'),(145,'wp_cycle_settings','a:7:{s:6:\"rotate\";i:1;s:6:\"effect\";s:4:\"fade\";s:5:\"delay\";s:1:\"7\";s:8:\"duration\";s:1:\"2\";s:9:\"img_width\";i:940;s:10:\"img_height\";i:624;s:3:\"div\";s:7:\"rotator\";}','yes'),(159,'wp_db_backup_excs','a:2:{s:9:\"revisions\";a:0:{}s:4:\"spam\";a:0:{}}','yes'),(160,'page_for_posts','10','yes'),(161,'page_on_front','29','yes'),(162,'db_upgraded','','yes'),(163,'widget_nav_menu','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(80765,'_site_transient_timeout_theme_roots','1521094525','no'),(80766,'_site_transient_theme_roots','a:19:{s:6:\"ahimsa\";s:7:\"/themes\";s:7:\"arclite\";s:7:\"/themes\";s:11:\"arras-theme\";s:7:\"/themes\";s:9:\"atahualpa\";s:7:\"/themes\";s:7:\"classic\";s:7:\"/themes\";s:20:\"cordobo-green-park-2\";s:7:\"/themes\";s:5:\"corp2\";s:7:\"/themes\";s:6:\"decor8\";s:7:\"/themes\";s:7:\"default\";s:7:\"/themes\";s:6:\"fusion\";s:7:\"/themes\";s:13:\"grayCorporate\";s:7:\"/themes\";s:5:\"inove\";s:7:\"/themes\";s:14:\"lightspersonal\";s:7:\"/themes\";s:9:\"lightword\";s:7:\"/themes\";s:10:\"monochrome\";s:7:\"/themes\";s:15:\"orangeCorporate\";s:7:\"/themes\";s:5:\"pixel\";s:7:\"/themes\";s:5:\"trees\";s:7:\"/themes\";s:9:\"twentyten\";s:7:\"/themes\";}','no'),(439,'jcwp_animation_speed','fast','yes'),(440,'jcwp_show_titles','true','yes'),(441,'jcwp_scroll_amount','2','yes'),(466,'recently_activated','a:0:{}','yes'),(586,'audio_playlist_manager_db_version','','yes'),(34619,'photocrati_auto_update_admin_update_list','','yes'),(34620,'photocrati_auto_update_admin_check_date','','yes'),(34621,'pope_module_list','a:34:{i:0;s:17:\"photocrati-fs|0.6\";i:1;s:19:\"photocrati-i18n|0.3\";i:2;s:25:\"photocrati-validation|0.2\";i:3;s:21:\"photocrati-router|0.9\";i:4;s:32:\"photocrati-wordpress_routing|0.8\";i:5;s:23:\"photocrati-security|0.3\";i:6;s:32:\"photocrati-nextgen_settings|0.15\";i:7;s:18:\"photocrati-mvc|0.8\";i:8;s:20:\"photocrati-ajax|0.10\";i:9;s:26:\"photocrati-datamapper|0.10\";i:10;s:30:\"photocrati-nextgen-legacy|0.19\";i:11;s:28:\"photocrati-nextgen-data|0.14\";i:12;s:33:\"photocrati-dynamic_thumbnails|0.7\";i:13;s:29:\"photocrati-nextgen_admin|0.16\";i:14;s:39:\"photocrati-nextgen_gallery_display|0.16\";i:15;s:34:\"photocrati-frame_communication|0.5\";i:16;s:30:\"photocrati-attach_to_post|0.18\";i:17;s:38:\"photocrati-nextgen_addgallery_page|0.9\";i:18;s:36:\"photocrati-nextgen_other_options|0.9\";i:19;s:33:\"photocrati-nextgen_pagination|0.4\";i:20;s:33:\"photocrati-dynamic_stylesheet|0.4\";i:21;s:34:\"photocrati-nextgen_pro_upgrade|0.6\";i:22;s:20:\"photocrati-cache|0.2\";i:23;s:24:\"photocrati-lightbox|0.17\";i:24;s:38:\"photocrati-nextgen_basic_templates|0.7\";i:25;s:37:\"photocrati-nextgen_basic_gallery|0.16\";i:26;s:42:\"photocrati-nextgen_basic_imagebrowser|0.13\";i:27;s:39:\"photocrati-nextgen_basic_singlepic|0.14\";i:28;s:38:\"photocrati-nextgen_basic_tagcloud|0.15\";i:29;s:35:\"photocrati-nextgen_basic_album|0.17\";i:30;s:21:\"photocrati-widget|0.6\";i:31;s:33:\"photocrati-third_party_compat|0.6\";i:32;s:29:\"photocrati-nextgen_xmlrpc|0.6\";i:33;s:20:\"photocrati-wpcli|0.2\";}','yes'),(34598,'uninstall_plugins','a:2:{i:0;b:0;s:29:\"nextgen-gallery/nggallery.php\";a:2:{i:0;s:9:\"nggLoader\";i:1;s:9:\"uninstall\";}}','no'),(182,'ngg_options','a:58:{s:11:\"wpmuCSSfile\";s:13:\"nggallery.css\";s:9:\"wpmuStyle\";b:0;s:9:\"wpmuRoles\";b:0;s:16:\"wpmuImportFolder\";b:0;s:13:\"wpmuZipUpload\";b:0;s:14:\"wpmuQuotaCheck\";b:0;s:17:\"datamapper_driver\";s:22:\"custom_post_datamapper\";s:21:\"gallerystorage_driver\";s:25:\"ngglegacy_gallery_storage\";s:20:\"maximum_entity_count\";i:500;s:17:\"router_param_slug\";s:9:\"nggallery\";s:22:\"router_param_separator\";s:2:\"--\";s:19:\"router_param_prefix\";s:0:\"\";s:9:\"deleteImg\";b:1;s:9:\"swfUpload\";b:1;s:13:\"usePermalinks\";b:0;s:13:\"permalinkSlug\";s:9:\"nggallery\";s:14:\"graphicLibrary\";s:2:\"gd\";s:14:\"imageMagickDir\";s:15:\"/usr/local/bin/\";s:11:\"useMediaRSS\";b:0;s:18:\"galleries_in_feeds\";b:0;s:12:\"activateTags\";i:0;s:10:\"appendType\";s:4:\"tags\";s:9:\"maxImages\";i:7;s:14:\"relatedHeading\";s:24:\"<h3>Related Images:</h3>\";s:8:\"thumbfix\";b:1;s:12:\"thumbquality\";i:100;s:8:\"imgWidth\";i:800;s:9:\"imgHeight\";i:600;s:9:\"imgBackup\";b:1;s:13:\"imgAutoResize\";b:0;s:9:\"galImages\";s:2:\"20\";s:17:\"galPagedGalleries\";i:0;s:10:\"galColumns\";i:0;s:12:\"galShowSlide\";b:1;s:12:\"galShowOrder\";s:7:\"gallery\";s:7:\"galSort\";s:9:\"sortorder\";s:10:\"galSortDir\";s:3:\"ASC\";s:10:\"galNoPages\";b:1;s:13:\"galImgBrowser\";i:0;s:12:\"galHiddenImg\";i:0;s:10:\"galAjaxNav\";i:0;s:18:\"thumbEffectContext\";s:14:\"nextgen_images\";s:5:\"wmPos\";s:8:\"botRight\";s:6:\"wmXpos\";i:5;s:6:\"wmYpos\";i:5;s:6:\"wmPath\";s:0:\"\";s:6:\"wmFont\";s:9:\"arial.ttf\";s:6:\"wmSize\";i:10;s:6:\"wmText\";s:10:\"Decor8.net\";s:7:\"wmColor\";s:6:\"000000\";s:8:\"wmOpaque\";s:3:\"100\";s:7:\"slideFX\";s:4:\"fade\";s:12:\"irRotatetime\";i:10;s:11:\"activateCSS\";i:1;s:7:\"CSSfile\";s:13:\"nggallery.css\";s:28:\"always_enable_frontend_logic\";b:0;s:22:\"dynamic_thumbnail_slug\";s:13:\"nextgen-image\";s:23:\"dynamic_stylesheet_slug\";s:12:\"nextgen-dcss\";}','yes'),(183,'ngg_db_version','1.6.0','yes'),(184,'widget_ngg-mrssw','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(185,'widget_slideshow','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(186,'widget_ngg-images','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(187,'ngg_next_update','1352498038','yes'),(9504,'arclite_imageless','no','yes'),(9502,'rewrite_rules','a:88:{s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:39:\"index.php?&page_id=29&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:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:24:\"([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:22:\"[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}','yes'),(34601,'logged_in_key','UQFR@6TDLhmr~mJa,<#F~EERhB)Wisc-pY?N|^t.ysM;7byVm0/>q(_H:w(3{~kO','no'),(34602,'nonce_key','`doq<acz=Lb|YE;q,zOo2R,6:3:&>[$%OcBOc/A)*hgZdFII*3rEqMN=?gl|t?MD','no'),(34604,'_site_transient_timeout_browser_e962b733612dd4249c54f83e15b3b715','1487092341','no'),(34605,'_site_transient_browser_e962b733612dd4249c54f83e15b3b715','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"56.0.2924.87\";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;}','no'),(34607,'can_compress_scripts','1','no'),(34611,'ngg_transient_groups','a:6:{s:9:\"__counter\";i:6;s:15:\"col_in_wp_posts\";a:2:{s:2:\"id\";i:2;s:7:\"enabled\";b:1;}s:21:\"col_in_wp_ngg_gallery\";a:2:{s:2:\"id\";i:3;s:7:\"enabled\";b:1;}s:3:\"MVC\";a:2:{s:2:\"id\";i:4;s:7:\"enabled\";b:1;}s:27:\"displayed_gallery_rendering\";a:2:{s:2:\"id\";i:5;s:7:\"enabled\";b:1;}s:22:\"col_in_wp_ngg_pictures\";a:2:{s:2:\"id\";i:6;s:7:\"enabled\";b:1;}}','yes'),(34609,'theme_mods_decor8','a:1:{s:18:\"custom_css_post_id\";i:-1;}','yes'),(9505,'arclite_3col','no','yes'),(9506,'arclite_jquery','yes','yes'),(9507,'arclite_meta','','yes'),(9508,'arclite_header','default','yes'),(9509,'arclite_logo','no','yes'),(9510,'arclite_sidebarpos','right','yes'),(9511,'arclite_sidebarcat','yes','yes'),(9512,'arclite_widgetbg','','yes'),(9513,'arclite_contentbg','','yes'),(9514,'arclite_indexposts','full','yes'),(9515,'arclite_topnav','pages','yes'),(9516,'arclite_search','yes','yes'),(9517,'arclite_footer','','yes'),(9518,'arclite_css','','yes'),(9519,'arclite_headercolor','261c13','yes'),(34591,'default_post_format','0','yes'),(34592,'link_manager_enabled','1','yes'),(34593,'finished_splitting_shared_terms','1','yes'),(34594,'site_icon','0','yes'),(34595,'medium_large_size_w','768','yes'),(34596,'medium_large_size_h','0','yes'),(34597,'initial_db_version','15477','yes'),(34599,'WPLANG','','yes'),(34600,'auth_key','oxO~df;tBr6q#-4{)}12_Y-;^c6,Y@^;%%RWH[u;4^#Gdy2?84C@StR7!Eje<4,:','no'),(34679,'_site_transient_browser_f27a70fef65ab50236291e1635e268f3','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:17:\"Internet Explorer\";s:7:\"version\";s:2:\"11\";s:10:\"update_url\";s:51:\"http://www.microsoft.com/windows/internet-explorer/\";s:7:\"img_src\";s:45:\"http://s.wordpress.org/images/browsers/ie.png\";s:11:\"img_src_ssl\";s:44:\"https://wordpress.org/images/browsers/ie.png\";s:15:\"current_version\";s:1:\"9\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','no'),(34678,'_site_transient_timeout_browser_f27a70fef65ab50236291e1635e268f3','1487099181','no'),(38426,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:16:\"matt@heystac.com\";s:7:\"version\";s:5:\"4.7.9\";s:9:\"timestamp\";i:1516164535;}','no'),(80780,'_transient_timeout_4__536483053','1521226270','no'),(80781,'_transient_4__536483053','{\"photocrati-ajax#ajax.min.js|0\":\"\\/data\\/0\\/0\\/85\\/32\\/85032\\/user\\/86372\\/htdocs\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/ajax\\/static\\/ajax.min.js\",\"photocrati-nextgen_admin#gritter\\/gritter.min.js|0\":\"\\/data\\/0\\/0\\/85\\/32\\/85032\\/user\\/86372\\/htdocs\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/nextgen_admin\\/static\\/gritter\\/gritter.min.js\",\"photocrati-nextgen_admin#gritter\\/css\\/gritter.css|0\":\"\\/data\\/0\\/0\\/85\\/32\\/85032\\/user\\/86372\\/htdocs\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/nextgen_admin\\/static\\/gritter\\/css\\/gritter.min.css\",\"photocrati-nextgen_admin#ngg_progressbar.js|0\":\"\\/data\\/0\\/0\\/85\\/32\\/85032\\/user\\/86372\\/htdocs\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/nextgen_admin\\/static\\/ngg_progressbar.min.js\",\"photocrati-nextgen_admin#ngg_progressbar.css|0\":\"\\/data\\/0\\/0\\/85\\/32\\/85032\\/user\\/86372\\/htdocs\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/nextgen_admin\\/static\\/ngg_progressbar.min.css\",\"photocrati-nextgen_admin#select2\\/select2.css|0\":\"\\/data\\/0\\/0\\/85\\/32\\/85032\\/user\\/86372\\/htdocs\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/nextgen_admin\\/static\\/select2\\/select2.min.css\",\"photocrati-nextgen_admin#select2\\/select2.modded.js|0\":\"\\/data\\/0\\/0\\/85\\/32\\/85032\\/user\\/86372\\/htdocs\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/nextgen_admin\\/static\\/select2\\/select2.modded.min.js\",\"photocrati-nextgen_admin#jquery.nextgen_radio_toggle.js|0\":\"\\/data\\/0\\/0\\/85\\/32\\/85032\\/user\\/86372\\/htdocs\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/nextgen_admin\\/static\\/jquery.nextgen_radio_toggle.min.js\",\"photocrati-nextgen_admin#jquery-ui\\/jquery-ui-1.10.4.custom.css|0\":\"\\/data\\/0\\/0\\/85\\/32\\/85032\\/user\\/86372\\/htdocs\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/nextgen_admin\\/static\\/jquery-ui\\/jquery-ui-1.10.4.custom.min.css\",\"photocrati-nextgen_admin#bootstrap\\/css\\/bootstrap-tooltip.css|0\":\"\\/data\\/0\\/0\\/85\\/32\\/85032\\/user\\/86372\\/htdocs\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/nextgen_admin\\/static\\/bootstrap\\/css\\/bootstrap-tooltip.min.css\",\"photocrati-nextgen_admin#tourist\\/tourist.js|0\":\"\\/data\\/0\\/0\\/85\\/32\\/85032\\/user\\/86372\\/htdocs\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/nextgen_admin\\/static\\/tourist\\/tourist.min.js\",\"photocrati-nextgen_admin#tourist\\/tourist.css|0\":\"\\/data\\/0\\/0\\/85\\/32\\/85032\\/user\\/86372\\/htdocs\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/nextgen_admin\\/static\\/tourist\\/tourist.min.css\",\"photocrati-nextgen_admin#nextgen_wizards.js|0\":\"\\/data\\/0\\/0\\/85\\/32\\/85032\\/user\\/86372\\/htdocs\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/nextgen_admin\\/static\\/nextgen_wizards.min.js\",\"photocrati-nextgen_admin#nextgen_wizards.css|0\":\"\\/data\\/0\\/0\\/85\\/32\\/85032\\/user\\/86372\\/htdocs\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/nextgen_admin\\/static\\/nextgen_wizards.min.css\",\"photocrati-frame_communication#frame_event_publisher.js|0\":\"\\/data\\/0\\/0\\/85\\/32\\/85032\\/user\\/86372\\/htdocs\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/frame_communication\\/static\\/frame_event_publisher.min.js\",\"photocrati-nextgen_gallery_display#nextgen_gallery_display_settings.js|0\":\"\\/data\\/0\\/0\\/85\\/32\\/85032\\/user\\/86372\\/htdocs\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/nextgen_gallery_display\\/static\\/nextgen_gallery_display_settings.min.js\",\"photocrati-nextgen_gallery_display#nextgen_gallery_display_settings.css|0\":\"\\/data\\/0\\/0\\/85\\/32\\/85032\\/user\\/86372\\/htdocs\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/nextgen_gallery_display\\/static\\/nextgen_gallery_display_settings.min.css\",\"photocrati-nextgen_gallery_display#nextgen_gallery_related_images.css|0\":\"\\/data\\/0\\/0\\/85\\/32\\/85032\\/user\\/86372\\/htdocs\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/nextgen_gallery_display\\/static\\/nextgen_gallery_related_images.min.css\",\"photocrati-nextgen_gallery_display#common.js|0\":\"\\/data\\/0\\/0\\/85\\/32\\/85032\\/user\\/86372\\/htdocs\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/nextgen_gallery_display\\/static\\/common.min.js\",\"photocrati-nextgen_gallery_display#trigger_buttons.css|0\":\"\\/data\\/0\\/0\\/85\\/32\\/85032\\/user\\/86372\\/htdocs\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/nextgen_gallery_display\\/static\\/trigger_buttons.min.css\"}','no'),(80777,'_transient_doing_cron','1521224470.2613780498504638671875','yes'),(80782,'_transient_timeout_4__974818834','1521226270','no'),(80783,'_transient_4__974818834','{\"photocrati-ajax#ajax.min.js||http:\\/\\/decor8.net\\/wp-content\\/plugins|http:\\/\\/decor8.net\\/wp-content\\/mu-plugins|http:\\/\\/decor8.net\\/wp-content\\/themes\\/decor8|http:\\/\\/decor8.net\\/wp-content\\/themes\\/decor8\":\"http:\\/\\/decor8.net\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/ajax\\/static\\/ajax.min.js\",\"photocrati-nextgen_admin#gritter\\/gritter.min.js||http:\\/\\/decor8.net\\/wp-content\\/plugins|http:\\/\\/decor8.net\\/wp-content\\/mu-plugins|http:\\/\\/decor8.net\\/wp-content\\/themes\\/decor8|http:\\/\\/decor8.net\\/wp-content\\/themes\\/decor8\":\"http:\\/\\/decor8.net\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/nextgen_admin\\/static\\/gritter\\/gritter.min.js\",\"photocrati-nextgen_admin#gritter\\/css\\/gritter.css||http:\\/\\/decor8.net\\/wp-content\\/plugins|http:\\/\\/decor8.net\\/wp-content\\/mu-plugins|http:\\/\\/decor8.net\\/wp-content\\/themes\\/decor8|http:\\/\\/decor8.net\\/wp-content\\/themes\\/decor8\":\"http:\\/\\/decor8.net\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/nextgen_admin\\/static\\/gritter\\/css\\/gritter.min.css\",\"photocrati-nextgen_admin#ngg_progressbar.js||http:\\/\\/decor8.net\\/wp-content\\/plugins|http:\\/\\/decor8.net\\/wp-content\\/mu-plugins|http:\\/\\/decor8.net\\/wp-content\\/themes\\/decor8|http:\\/\\/decor8.net\\/wp-content\\/themes\\/decor8\":\"http:\\/\\/decor8.net\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/nextgen_admin\\/static\\/ngg_progressbar.min.js\",\"photocrati-nextgen_admin#ngg_progressbar.css||http:\\/\\/decor8.net\\/wp-content\\/plugins|http:\\/\\/decor8.net\\/wp-content\\/mu-plugins|http:\\/\\/decor8.net\\/wp-content\\/themes\\/decor8|http:\\/\\/decor8.net\\/wp-content\\/themes\\/decor8\":\"http:\\/\\/decor8.net\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/nextgen_admin\\/static\\/ngg_progressbar.min.css\",\"photocrati-nextgen_admin#select2\\/select2.css||http:\\/\\/decor8.net\\/wp-content\\/plugins|http:\\/\\/decor8.net\\/wp-content\\/mu-plugins|http:\\/\\/decor8.net\\/wp-content\\/themes\\/decor8|http:\\/\\/decor8.net\\/wp-content\\/themes\\/decor8\":\"http:\\/\\/decor8.net\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/nextgen_admin\\/static\\/select2\\/select2.min.css\",\"photocrati-nextgen_admin#select2\\/select2.modded.js||http:\\/\\/decor8.net\\/wp-content\\/plugins|http:\\/\\/decor8.net\\/wp-content\\/mu-plugins|http:\\/\\/decor8.net\\/wp-content\\/themes\\/decor8|http:\\/\\/decor8.net\\/wp-content\\/themes\\/decor8\":\"http:\\/\\/decor8.net\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/nextgen_admin\\/static\\/select2\\/select2.modded.min.js\",\"photocrati-nextgen_admin#jquery.nextgen_radio_toggle.js||http:\\/\\/decor8.net\\/wp-content\\/plugins|http:\\/\\/decor8.net\\/wp-content\\/mu-plugins|http:\\/\\/decor8.net\\/wp-content\\/themes\\/decor8|http:\\/\\/decor8.net\\/wp-content\\/themes\\/decor8\":\"http:\\/\\/decor8.net\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/nextgen_admin\\/static\\/jquery.nextgen_radio_toggle.min.js\",\"photocrati-nextgen_admin#jquery-ui\\/jquery-ui-1.10.4.custom.css||http:\\/\\/decor8.net\\/wp-content\\/plugins|http:\\/\\/decor8.net\\/wp-content\\/mu-plugins|http:\\/\\/decor8.net\\/wp-content\\/themes\\/decor8|http:\\/\\/decor8.net\\/wp-content\\/themes\\/decor8\":\"http:\\/\\/decor8.net\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/nextgen_admin\\/static\\/jquery-ui\\/jquery-ui-1.10.4.custom.min.css\",\"photocrati-nextgen_admin#bootstrap\\/css\\/bootstrap-tooltip.css||http:\\/\\/decor8.net\\/wp-content\\/plugins|http:\\/\\/decor8.net\\/wp-content\\/mu-plugins|http:\\/\\/decor8.net\\/wp-content\\/themes\\/decor8|http:\\/\\/decor8.net\\/wp-content\\/themes\\/decor8\":\"http:\\/\\/decor8.net\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/nextgen_admin\\/static\\/bootstrap\\/css\\/bootstrap-tooltip.min.css\",\"photocrati-nextgen_admin#tourist\\/tourist.js||http:\\/\\/decor8.net\\/wp-content\\/plugins|http:\\/\\/decor8.net\\/wp-content\\/mu-plugins|http:\\/\\/decor8.net\\/wp-content\\/themes\\/decor8|http:\\/\\/decor8.net\\/wp-content\\/themes\\/decor8\":\"http:\\/\\/decor8.net\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/nextgen_admin\\/static\\/tourist\\/tourist.min.js\",\"photocrati-nextgen_admin#tourist\\/tourist.css||http:\\/\\/decor8.net\\/wp-content\\/plugins|http:\\/\\/decor8.net\\/wp-content\\/mu-plugins|http:\\/\\/decor8.net\\/wp-content\\/themes\\/decor8|http:\\/\\/decor8.net\\/wp-content\\/themes\\/decor8\":\"http:\\/\\/decor8.net\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/nextgen_admin\\/static\\/tourist\\/tourist.min.css\",\"photocrati-nextgen_admin#nextgen_wizards.js||http:\\/\\/decor8.net\\/wp-content\\/plugins|http:\\/\\/decor8.net\\/wp-content\\/mu-plugins|http:\\/\\/decor8.net\\/wp-content\\/themes\\/decor8|http:\\/\\/decor8.net\\/wp-content\\/themes\\/decor8\":\"http:\\/\\/decor8.net\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/nextgen_admin\\/static\\/nextgen_wizards.min.js\",\"photocrati-nextgen_admin#nextgen_wizards.css||http:\\/\\/decor8.net\\/wp-content\\/plugins|http:\\/\\/decor8.net\\/wp-content\\/mu-plugins|http:\\/\\/decor8.net\\/wp-content\\/themes\\/decor8|http:\\/\\/decor8.net\\/wp-content\\/themes\\/decor8\":\"http:\\/\\/decor8.net\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/nextgen_admin\\/static\\/nextgen_wizards.min.css\",\"photocrati-frame_communication#frame_event_publisher.js||http:\\/\\/decor8.net\\/wp-content\\/plugins|http:\\/\\/decor8.net\\/wp-content\\/mu-plugins|http:\\/\\/decor8.net\\/wp-content\\/themes\\/decor8|http:\\/\\/decor8.net\\/wp-content\\/themes\\/decor8\":\"http:\\/\\/decor8.net\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/frame_communication\\/static\\/frame_event_publisher.min.js\",\"photocrati-nextgen_gallery_display#nextgen_gallery_display_settings.js||http:\\/\\/decor8.net\\/wp-content\\/plugins|http:\\/\\/decor8.net\\/wp-content\\/mu-plugins|http:\\/\\/decor8.net\\/wp-content\\/themes\\/decor8|http:\\/\\/decor8.net\\/wp-content\\/themes\\/decor8\":\"http:\\/\\/decor8.net\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/nextgen_gallery_display\\/static\\/nextgen_gallery_display_settings.min.js\",\"photocrati-nextgen_gallery_display#nextgen_gallery_display_settings.css||http:\\/\\/decor8.net\\/wp-content\\/plugins|http:\\/\\/decor8.net\\/wp-content\\/mu-plugins|http:\\/\\/decor8.net\\/wp-content\\/themes\\/decor8|http:\\/\\/decor8.net\\/wp-content\\/themes\\/decor8\":\"http:\\/\\/decor8.net\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/nextgen_gallery_display\\/static\\/nextgen_gallery_display_settings.min.css\",\"photocrati-nextgen_gallery_display#nextgen_gallery_related_images.css||http:\\/\\/decor8.net\\/wp-content\\/plugins|http:\\/\\/decor8.net\\/wp-content\\/mu-plugins|http:\\/\\/decor8.net\\/wp-content\\/themes\\/decor8|http:\\/\\/decor8.net\\/wp-content\\/themes\\/decor8\":\"http:\\/\\/decor8.net\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/nextgen_gallery_display\\/static\\/nextgen_gallery_related_images.min.css\",\"photocrati-nextgen_gallery_display#common.js||http:\\/\\/decor8.net\\/wp-content\\/plugins|http:\\/\\/decor8.net\\/wp-content\\/mu-plugins|http:\\/\\/decor8.net\\/wp-content\\/themes\\/decor8|http:\\/\\/decor8.net\\/wp-content\\/themes\\/decor8\":\"http:\\/\\/decor8.net\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/nextgen_gallery_display\\/static\\/common.min.js\",\"photocrati-nextgen_gallery_display#trigger_buttons.css||http:\\/\\/decor8.net\\/wp-content\\/plugins|http:\\/\\/decor8.net\\/wp-content\\/mu-plugins|http:\\/\\/decor8.net\\/wp-content\\/themes\\/decor8|http:\\/\\/decor8.net\\/wp-content\\/themes\\/decor8\":\"http:\\/\\/decor8.net\\/wp-content\\/plugins\\/nextgen-gallery\\/products\\/photocrati_nextgen\\/modules\\/nextgen_gallery_display\\/static\\/trigger_buttons.min.css\"}','no'),(80767,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1521092725;s:7:\"checked\";a:19:{s:6:\"ahimsa\";s:3:\"3.2\";s:7:\"arclite\";s:4:\"2.02\";s:11:\"arras-theme\";s:5:\"1.3.5\";s:9:\"atahualpa\";s:6:\"3.7.24\";s:7:\"classic\";s:3:\"1.6\";s:20:\"cordobo-green-park-2\";s:7:\"0.9.502\";s:5:\"corp2\";s:2:\"v1\";s:6:\"decor8\";s:3:\"1.0\";s:7:\"default\";s:5:\"1.7.2\";s:6:\"fusion\";s:3:\"3.1\";s:13:\"grayCorporate\";s:2:\"v1\";s:5:\"inove\";s:5:\"1.4.6\";s:14:\"lightspersonal\";s:4:\"1.00\";s:9:\"lightword\";s:7:\"2.0.0.6\";s:10:\"monochrome\";s:5:\"3.0.4\";s:15:\"orangeCorporate\";s:2:\"v1\";s:5:\"pixel\";s:5:\"2.0.2\";s:5:\"trees\";s:2:\"v1\";s:9:\"twentyten\";s:3:\"2.2\";}s:8:\"response\";a:1:{s:9:\"twentyten\";a:4:{s:5:\"theme\";s:9:\"twentyten\";s:11:\"new_version\";s:3:\"2.4\";s:3:\"url\";s:39:\"https://wordpress.org/themes/twentyten/\";s:7:\"package\";s:55:\"https://downloads.wordpress.org/theme/twentyten.2.4.zip\";}}s:12:\"translations\";a:0:{}}','no'),(80768,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1521092725;s:8:\"response\";a:8:{s:25:\"add-to-any/add-to-any.php\";O:8:\"stdClass\":11:{s:2:\"id\";s:24:\"w.org/plugins/add-to-any\";s:4:\"slug\";s:10:\"add-to-any\";s:6:\"plugin\";s:25:\"add-to-any/add-to-any.php\";s:11:\"new_version\";s:6:\"1.7.25\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/add-to-any/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/add-to-any.1.7.25.zip\";s:5:\"icons\";a:4:{s:2:\"1x\";s:62:\"https://ps.w.org/add-to-any/assets/icon-128x128.png?rev=972738\";s:2:\"2x\";s:62:\"https://ps.w.org/add-to-any/assets/icon-256x256.png?rev=972738\";s:3:\"svg\";s:54:\"https://ps.w.org/add-to-any/assets/icon.svg?rev=972738\";s:7:\"default\";s:54:\"https://ps.w.org/add-to-any/assets/icon.svg?rev=972738\";}s:7:\"banners\";a:3:{s:2:\"2x\";s:66:\"https://ps.w.org/add-to-any/assets/banner-1544x500.png?rev=1629680\";s:2:\"1x\";s:65:\"https://ps.w.org/add-to-any/assets/banner-772x250.png?rev=1629680\";s:7:\"default\";s:66:\"https://ps.w.org/add-to-any/assets/banner-1544x500.png?rev=1629680\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"4.9.4\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:19:\"akismet/akismet.php\";O:8:\"stdClass\":11:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"4.0.3\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.4.0.3.zip\";s:5:\"icons\";a:3:{s:2:\"1x\";s:59:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=969272\";s:2:\"2x\";s:59:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=969272\";s:7:\"default\";s:59:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=969272\";}s:7:\"banners\";a:2:{s:2:\"1x\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";s:7:\"default\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"4.9.4\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:43:\"all-in-one-seo-pack/all_in_one_seo_pack.php\";O:8:\"stdClass\":11:{s:2:\"id\";s:33:\"w.org/plugins/all-in-one-seo-pack\";s:4:\"slug\";s:19:\"all-in-one-seo-pack\";s:6:\"plugin\";s:43:\"all-in-one-seo-pack/all_in_one_seo_pack.php\";s:11:\"new_version\";s:7:\"2.4.5.1\";s:3:\"url\";s:50:\"https://wordpress.org/plugins/all-in-one-seo-pack/\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/plugin/all-in-one-seo-pack.2.4.5.1.zip\";s:5:\"icons\";a:3:{s:2:\"1x\";s:71:\"https://ps.w.org/all-in-one-seo-pack/assets/icon-128x128.png?rev=979908\";s:2:\"2x\";s:71:\"https://ps.w.org/all-in-one-seo-pack/assets/icon-256x256.png?rev=979908\";s:7:\"default\";s:71:\"https://ps.w.org/all-in-one-seo-pack/assets/icon-256x256.png?rev=979908\";}s:7:\"banners\";a:3:{s:2:\"2x\";s:75:\"https://ps.w.org/all-in-one-seo-pack/assets/banner-1544x500.png?rev=1354894\";s:2:\"1x\";s:74:\"https://ps.w.org/all-in-one-seo-pack/assets/banner-772x250.png?rev=1354894\";s:7:\"default\";s:75:\"https://ps.w.org/all-in-one-seo-pack/assets/banner-1544x500.png?rev=1354894\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"4.9.4\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:50:\"google-analytics-for-wordpress/googleanalytics.php\";O:8:\"stdClass\":11:{s:2:\"id\";s:44:\"w.org/plugins/google-analytics-for-wordpress\";s:4:\"slug\";s:30:\"google-analytics-for-wordpress\";s:6:\"plugin\";s:50:\"google-analytics-for-wordpress/googleanalytics.php\";s:11:\"new_version\";s:5:\"7.0.4\";s:3:\"url\";s:61:\"https://wordpress.org/plugins/google-analytics-for-wordpress/\";s:7:\"package\";s:79:\"https://downloads.wordpress.org/plugin/google-analytics-for-wordpress.7.0.4.zip\";s:5:\"icons\";a:4:{s:2:\"1x\";s:83:\"https://ps.w.org/google-analytics-for-wordpress/assets/icon-128x128.png?rev=1598927\";s:2:\"2x\";s:83:\"https://ps.w.org/google-analytics-for-wordpress/assets/icon-256x256.png?rev=1598927\";s:3:\"svg\";s:75:\"https://ps.w.org/google-analytics-for-wordpress/assets/icon.svg?rev=1598927\";s:7:\"default\";s:75:\"https://ps.w.org/google-analytics-for-wordpress/assets/icon.svg?rev=1598927\";}s:7:\"banners\";a:3:{s:2:\"2x\";s:86:\"https://ps.w.org/google-analytics-for-wordpress/assets/banner-1544x500.png?rev=1598927\";s:2:\"1x\";s:85:\"https://ps.w.org/google-analytics-for-wordpress/assets/banner-772x250.png?rev=1598927\";s:7:\"default\";s:86:\"https://ps.w.org/google-analytics-for-wordpress/assets/banner-1544x500.png?rev=1598927\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"4.9.4\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:36:\"google-sitemap-generator/sitemap.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:38:\"w.org/plugins/google-sitemap-generator\";s:4:\"slug\";s:24:\"google-sitemap-generator\";s:6:\"plugin\";s:36:\"google-sitemap-generator/sitemap.php\";s:11:\"new_version\";s:5:\"4.0.9\";s:3:\"url\";s:55:\"https://wordpress.org/plugins/google-sitemap-generator/\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/plugin/google-sitemap-generator.4.0.9.zip\";s:5:\"icons\";a:3:{s:2:\"1x\";s:77:\"https://ps.w.org/google-sitemap-generator/assets/icon-128x128.png?rev=1701944\";s:2:\"2x\";s:77:\"https://ps.w.org/google-sitemap-generator/assets/icon-256x256.png?rev=1701944\";s:7:\"default\";s:77:\"https://ps.w.org/google-sitemap-generator/assets/icon-256x256.png?rev=1701944\";}s:7:\"banners\";a:2:{s:2:\"1x\";s:79:\"https://ps.w.org/google-sitemap-generator/assets/banner-772x250.png?rev=1701944\";s:7:\"default\";s:79:\"https://ps.w.org/google-sitemap-generator/assets/banner-772x250.png?rev=1701944\";}s:11:\"banners_rtl\";a:0:{}s:14:\"upgrade_notice\";s:116:\"<p>Thanks for using Google XML Sitemaps! This release includes an important security fix that has been reported.</p>\";s:6:\"tested\";s:5:\"4.8.4\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:29:\"nextgen-gallery/nggallery.php\";O:8:\"stdClass\":11:{s:2:\"id\";s:29:\"w.org/plugins/nextgen-gallery\";s:4:\"slug\";s:15:\"nextgen-gallery\";s:6:\"plugin\";s:29:\"nextgen-gallery/nggallery.php\";s:11:\"new_version\";s:6:\"2.2.54\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/nextgen-gallery/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/nextgen-gallery.2.2.54.zip\";s:5:\"icons\";a:4:{s:2:\"1x\";s:68:\"https://ps.w.org/nextgen-gallery/assets/icon-128x128.png?rev=1537920\";s:2:\"2x\";s:68:\"https://ps.w.org/nextgen-gallery/assets/icon-256x256.png?rev=1537920\";s:3:\"svg\";s:60:\"https://ps.w.org/nextgen-gallery/assets/icon.svg?rev=1537920\";s:7:\"default\";s:60:\"https://ps.w.org/nextgen-gallery/assets/icon.svg?rev=1537920\";}s:7:\"banners\";a:2:{s:2:\"1x\";s:69:\"https://ps.w.org/nextgen-gallery/assets/banner-772x250.png?rev=667493\";s:7:\"default\";s:69:\"https://ps.w.org/nextgen-gallery/assets/banner-772x250.png?rev=667493\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"4.9.4\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:29:\"wp-db-backup/wp-db-backup.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:26:\"w.org/plugins/wp-db-backup\";s:4:\"slug\";s:12:\"wp-db-backup\";s:6:\"plugin\";s:29:\"wp-db-backup/wp-db-backup.php\";s:11:\"new_version\";s:5:\"2.3.3\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/wp-db-backup/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/wp-db-backup.2.3.3.zip\";s:5:\"icons\";a:0:{}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}s:14:\"upgrade_notice\";s:47:\"<ul>\n<li>Sanitize user-supplied data</li>\n</ul>\";s:6:\"tested\";s:5:\"4.9.2\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:27:\"wp-super-cache/wp-cache.php\";O:8:\"stdClass\":11:{s:2:\"id\";s:28:\"w.org/plugins/wp-super-cache\";s:4:\"slug\";s:14:\"wp-super-cache\";s:6:\"plugin\";s:27:\"wp-super-cache/wp-cache.php\";s:11:\"new_version\";s:5:\"1.5.9\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/wp-super-cache/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/wp-super-cache.1.5.9.zip\";s:5:\"icons\";a:3:{s:2:\"1x\";s:67:\"https://ps.w.org/wp-super-cache/assets/icon-128x128.png?rev=1095422\";s:2:\"2x\";s:67:\"https://ps.w.org/wp-super-cache/assets/icon-256x256.png?rev=1095422\";s:7:\"default\";s:67:\"https://ps.w.org/wp-super-cache/assets/icon-256x256.png?rev=1095422\";}s:7:\"banners\";a:3:{s:2:\"2x\";s:70:\"https://ps.w.org/wp-super-cache/assets/banner-1544x500.png?rev=1082414\";s:2:\"1x\";s:69:\"https://ps.w.org/wp-super-cache/assets/banner-772x250.png?rev=1082414\";s:7:\"default\";s:70:\"https://ps.w.org/wp-super-cache/assets/banner-1544x500.png?rev=1082414\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"4.9.4\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:8:{s:40:\"add-to-facebook-plugin/addtofacebook.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:36:\"w.org/plugins/add-to-facebook-plugin\";s:4:\"slug\";s:22:\"add-to-facebook-plugin\";s:6:\"plugin\";s:40:\"add-to-facebook-plugin/addtofacebook.php\";s:11:\"new_version\";s:5:\"1.4.3\";s:3:\"url\";s:53:\"https://wordpress.org/plugins/add-to-facebook-plugin/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/add-to-facebook-plugin.zip\";s:5:\"icons\";a:0:{}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}}s:47:\"all-in-one-video-pack/all-in-one-video-pack.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:35:\"w.org/plugins/all-in-one-video-pack\";s:4:\"slug\";s:21:\"all-in-one-video-pack\";s:6:\"plugin\";s:47:\"all-in-one-video-pack/all-in-one-video-pack.php\";s:11:\"new_version\";s:3:\"2.7\";s:3:\"url\";s:52:\"https://wordpress.org/plugins/all-in-one-video-pack/\";s:7:\"package\";s:68:\"https://downloads.wordpress.org/plugin/all-in-one-video-pack.2.7.zip\";s:5:\"icons\";a:0:{}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}}s:21:\"hello-dolly/hello.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:21:\"hello-dolly/hello.php\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/hello-dolly.1.6.zip\";s:5:\"icons\";a:3:{s:2:\"1x\";s:63:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=969907\";s:2:\"2x\";s:63:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=969907\";s:7:\"default\";s:63:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=969907\";}s:7:\"banners\";a:2:{s:2:\"1x\";s:65:\"https://ps.w.org/hello-dolly/assets/banner-772x250.png?rev=478342\";s:7:\"default\";s:65:\"https://ps.w.org/hello-dolly/assets/banner-772x250.png?rev=478342\";}s:11:\"banners_rtl\";a:0:{}}s:51:\"jcarousel-for-wordpress/jcarousel-for-wordpress.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:37:\"w.org/plugins/jcarousel-for-wordpress\";s:4:\"slug\";s:23:\"jcarousel-for-wordpress\";s:6:\"plugin\";s:51:\"jcarousel-for-wordpress/jcarousel-for-wordpress.php\";s:11:\"new_version\";s:3:\"1.0\";s:3:\"url\";s:54:\"https://wordpress.org/plugins/jcarousel-for-wordpress/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/plugin/jcarousel-for-wordpress.zip\";s:5:\"icons\";a:0:{}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}}s:30:\"smart-youtube/smartyoutube.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:27:\"w.org/plugins/smart-youtube\";s:4:\"slug\";s:13:\"smart-youtube\";s:6:\"plugin\";s:30:\"smart-youtube/smartyoutube.php\";s:11:\"new_version\";s:3:\"4.3\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/smart-youtube/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/smart-youtube.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:66:\"https://ps.w.org/smart-youtube/assets/icon-128x128.png?rev=1050780\";s:7:\"default\";s:66:\"https://ps.w.org/smart-youtube/assets/icon-128x128.png?rev=1050780\";}s:7:\"banners\";a:2:{s:2:\"1x\";s:68:\"https://ps.w.org/smart-youtube/assets/banner-772x250.png?rev=1050780\";s:7:\"default\";s:68:\"https://ps.w.org/smart-youtube/assets/banner-772x250.png?rev=1050780\";}s:11:\"banners_rtl\";a:0:{}}s:56:\"tierra-audio-playlist-manager/audio-playlist-manager.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:43:\"w.org/plugins/tierra-audio-playlist-manager\";s:4:\"slug\";s:29:\"tierra-audio-playlist-manager\";s:6:\"plugin\";s:56:\"tierra-audio-playlist-manager/audio-playlist-manager.php\";s:11:\"new_version\";s:3:\"2.2\";s:3:\"url\";s:60:\"https://wordpress.org/plugins/tierra-audio-playlist-manager/\";s:7:\"package\";s:72:\"https://downloads.wordpress.org/plugin/tierra-audio-playlist-manager.zip\";s:5:\"icons\";a:0:{}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}}s:15:\"stats/stats.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:19:\"w.org/plugins/stats\";s:4:\"slug\";s:5:\"stats\";s:6:\"plugin\";s:15:\"stats/stats.php\";s:11:\"new_version\";s:5:\"1.8.6\";s:3:\"url\";s:36:\"https://wordpress.org/plugins/stats/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/plugin/stats.1.8.6.zip\";s:5:\"icons\";a:0:{}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}}s:21:\"wp-cycle/wp-cycle.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:22:\"w.org/plugins/wp-cycle\";s:4:\"slug\";s:8:\"wp-cycle\";s:6:\"plugin\";s:21:\"wp-cycle/wp-cycle.php\";s:11:\"new_version\";s:6:\"0.1.13\";s:3:\"url\";s:39:\"https://wordpress.org/plugins/wp-cycle/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/wp-cycle.0.1.13.zip\";s:5:\"icons\";a:0:{}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}}}}','no'),(73643,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:3:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.9.4.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.9.4.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.9.4-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.9.4-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.9.4\";s:7:\"version\";s:5:\"4.9.4\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.9.4.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.9.4.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.9.4-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.9.4-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.9.4\";s:7:\"version\";s:5:\"4.9.4\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:2;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.8.5.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.8.5.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.8.5-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.8.5-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.8.5\";s:7:\"version\";s:5:\"4.8.5\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}}s:12:\"last_checked\";i:1521092724;s:15:\"version_checked\";s:5:\"4.7.9\";s:12:\"translations\";a:0:{}}','no'); /*!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`(191)) ) ENGINE=MyISAM AUTO_INCREMENT=224 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 (1,3,'_edit_lock','1313022020'),(2,3,'_edit_last','1'),(3,5,'_edit_lock','1287074208'),(4,5,'_edit_last','1'),(5,7,'_edit_lock','1313958384'),(6,7,'_edit_last','1'),(7,10,'_edit_lock','1338248429'),(8,10,'_edit_last','1'),(9,17,'_edit_last','1'),(10,17,'_edit_lock','1303013281'),(11,10,'_wp_page_template','t-blog2.php'),(92,126,'_wp_attached_file','2010/10/Conference-rm-before-3.jpg'),(19,29,'_edit_last','1'),(20,29,'_edit_lock','1338247276'),(21,29,'_wp_page_template','t_home.php'),(23,7,'_wp_page_template','default'),(24,3,'_wp_page_template','default'),(25,47,'_edit_last','1'),(26,47,'_edit_lock','1312658709'),(27,47,'_wp_page_template','default'),(28,51,'_edit_last','1'),(29,51,'_edit_lock','1286216482'),(30,51,'_wp_page_template','default'),(31,54,'_edit_last','1'),(32,54,'_edit_lock','1286216459'),(33,54,'_wp_page_template','default'),(34,57,'_edit_last','1'),(35,57,'_edit_lock','1312908185'),(36,57,'_wp_page_template','default'),(37,60,'_edit_last','1'),(38,60,'_edit_lock','1286216394'),(39,60,'_wp_page_template','default'),(40,62,'_edit_last','1'),(41,62,'_edit_lock','1303013043'),(42,62,'_wp_page_template','default'),(43,64,'_edit_last','1'),(44,64,'_edit_lock','1286216272'),(45,64,'_wp_page_template','default'),(46,66,'_edit_last','1'),(47,66,'_edit_lock','1286216243'),(48,66,'_wp_page_template','default'),(49,68,'_edit_last','1'),(50,68,'_edit_lock','1286216203'),(51,68,'_wp_page_template','default'),(52,70,'_edit_last','1'),(53,70,'_edit_lock','1338248640'),(54,70,'_wp_page_template','default'),(55,72,'_edit_last','1'),(56,72,'_edit_lock','1286216152'),(57,72,'_wp_page_template','default'),(58,74,'_edit_last','1'),(59,74,'_edit_lock','1286216121'),(60,74,'_wp_page_template','default'),(61,76,'_edit_last','1'),(62,76,'_edit_lock','1303014015'),(63,76,'_wp_page_template','default'),(64,78,'_edit_last','1'),(65,78,'_edit_lock','1338248456'),(66,78,'_wp_page_template','default'),(67,80,'_edit_last','1'),(68,80,'_edit_lock','1286215946'),(69,80,'_wp_page_template','default'),(70,82,'_edit_last','1'),(71,82,'_edit_lock','1313021597'),(72,82,'_wp_page_template','default'),(73,102,'_wp_attached_file','2010/10/113_full_easy-living_0093.mp3'),(74,102,'_wp_attachment_metadata','a:0:{}'),(75,5,'_wp_page_template','default'),(76,105,'_edit_last','1'),(77,105,'_edit_lock','1288125500'),(78,105,'_wp_page_template','default'),(93,126,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:4:\"3264\";s:6:\"height\";s:4:\"2448\";s:14:\"hwstring_small\";s:23:\"height=\'96\' width=\'128\'\";s:4:\"file\";s:34:\"2010/10/Conference-rm-before-3.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:34:\"Conference-rm-before-3-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:34:\"Conference-rm-before-3-300x225.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"225\";}s:5:\"large\";a:3:{s:4:\"file\";s:35:\"Conference-rm-before-3-1024x768.jpg\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon PowerShot G9\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1248782014\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"7.4\";s:3:\"iso\";s:3:\"160\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";}}'),(82,112,'_edit_last','1'),(83,112,'_edit_lock','1313964584'),(86,122,'_edit_last','1'),(85,112,'_wp_old_slug',''),(87,122,'_edit_lock','1313018426'),(91,2,'_edit_lock','1338247310'),(89,122,'_wp_old_slug',''),(94,127,'_wp_attached_file','2010/10/013.jpg'),(95,127,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:4:\"3264\";s:6:\"height\";s:4:\"2448\";s:14:\"hwstring_small\";s:23:\"height=\'96\' width=\'128\'\";s:4:\"file\";s:15:\"2010/10/013.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:15:\"013-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:15:\"013-300x225.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"225\";}s:5:\"large\";a:3:{s:4:\"file\";s:16:\"013-1024x768.jpg\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon PowerShot G9\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1253026900\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"7.4\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";}}'),(96,128,'_wp_attached_file','2010/10/Harry-Norman-entry-after-5.jpg'),(97,128,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:4:\"2448\";s:6:\"height\";s:4:\"3264\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'72\'\";s:4:\"file\";s:38:\"2010/10/Harry-Norman-entry-after-5.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:38:\"Harry-Norman-entry-after-5-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:38:\"Harry-Norman-entry-after-5-225x300.jpg\";s:5:\"width\";s:3:\"225\";s:6:\"height\";s:3:\"300\";}s:5:\"large\";a:3:{s:4:\"file\";s:39:\"Harry-Norman-entry-after-5-768x1024.jpg\";s:5:\"width\";s:3:\"768\";s:6:\"height\";s:4:\"1024\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon PowerShot G9\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1253028478\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"7.4\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";}}'),(98,129,'_wp_attached_file','2010/10/Harry-Norman-entry-befoe-6.jpg'),(99,129,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:4:\"3264\";s:6:\"height\";s:4:\"2448\";s:14:\"hwstring_small\";s:23:\"height=\'96\' width=\'128\'\";s:4:\"file\";s:38:\"2010/10/Harry-Norman-entry-befoe-6.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:38:\"Harry-Norman-entry-befoe-6-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:38:\"Harry-Norman-entry-befoe-6-300x225.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"225\";}s:5:\"large\";a:3:{s:4:\"file\";s:39:\"Harry-Norman-entry-befoe-6-1024x768.jpg\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon PowerShot G9\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1248781421\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"7.4\";s:3:\"iso\";s:3:\"125\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";}}'),(100,130,'_wp_attached_file','2010/10/057.jpg'),(101,130,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:4:\"2592\";s:6:\"height\";s:4:\"1944\";s:14:\"hwstring_small\";s:23:\"height=\'96\' width=\'128\'\";s:4:\"file\";s:15:\"2010/10/057.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:15:\"057-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:15:\"057-300x225.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"225\";}s:5:\"large\";a:3:{s:4:\"file\";s:16:\"057-1024x768.jpg\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"768\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:18:\"Canon PowerShot G9\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1273940180\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"7.4\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";}}'),(104,130,'_wp_attachment_image_alt','Wedding Reception'),(105,133,'_edit_last','1'),(106,133,'_edit_lock','1303013618'),(107,133,'_wp_page_template','default'),(108,139,'_edit_last','1'),(109,139,'_edit_lock','1352410411'),(110,139,'_wp_page_template','default'),(111,145,'_edit_last','1'),(112,145,'_edit_lock','1313022600'),(116,2,'_edit_last','1'),(114,145,'_wp_old_slug',''),(117,2,'_wp_page_template','default'),(118,154,'_wp_attached_file','2010/12/buckles-collage.jpg'),(119,154,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"600\";s:6:\"height\";s:4:\"1220\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'47\'\";s:4:\"file\";s:27:\"2010/12/buckles-collage.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:27:\"buckles-collage-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:27:\"buckles-collage-147x300.jpg\";s:5:\"width\";s:3:\"147\";s:6:\"height\";s:3:\"300\";}s:5:\"large\";a:3:{s:4:\"file\";s:28:\"buckles-collage-503x1024.jpg\";s:5:\"width\";s:3:\"503\";s:6:\"height\";s:4:\"1024\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(122,158,'_wp_attached_file','21-michael_buble_-_the_way_you_look_tonight_(bonus_track)-fkk.mp3'),(123,158,'_wp_attachment_metadata','a:2:{s:13:\"_ti_apm_album\";s:7:\"Unknown\";s:14:\"_ti_apm_artist\";s:13:\"Micheal Buble\";}'),(124,142,'_edit_lock','1338248381'),(125,159,'_edit_lock','1338248402'),(126,163,'title','NextGEN Basic Thumbnails'),(127,163,'preview_image_relpath','/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_gallery/static/thumb_preview.jpg'),(128,163,'default_source','galleries'),(129,163,'view_order','10000'),(130,163,'name','photocrati-nextgen_basic_thumbnails'),(131,163,'installed_at_version','2.1.77'),(132,163,'hidden_from_ui',''),(133,163,'hidden_from_igw',''),(134,163,'__defaults_set','1'),(135,163,'filter','raw'),(136,163,'entity_types','WyJpbWFnZSJd'),(137,163,'aliases','WyJiYXNpY190aHVtYm5haWwiLCJiYXNpY190aHVtYm5haWxzIiwibmV4dGdlbl9iYXNpY190aHVtYm5haWxzIl0='),(138,163,'id_field','ID'),(139,163,'settings','eyJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJpbWFnZXNfcGVyX3BhZ2UiOiIyMCIsIm51bWJlcl9vZl9jb2x1bW5zIjowLCJ0aHVtYm5haWxfd2lkdGgiOjE0MCwidGh1bWJuYWlsX2hlaWdodCI6MTA1LCJzaG93X2FsbF9pbl9saWdodGJveCI6MCwiYWpheF9wYWdpbmF0aW9uIjowLCJ1c2VfaW1hZ2Vicm93c2VyX2VmZmVjdCI6MCwidGVtcGxhdGUiOiIiLCJkaXNwbGF5X25vX2ltYWdlc19lcnJvciI6MSwiZGlzYWJsZV9wYWdpbmF0aW9uIjowLCJzaG93X3NsaWRlc2hvd19saW5rIjoxLCJzbGlkZXNob3dfbGlua190ZXh0IjoiW1Nob3cgYXMgc2xpZGVzaG93XSIsIm92ZXJyaWRlX3RodW1ibmFpbF9zZXR0aW5ncyI6MCwidGh1bWJuYWlsX3F1YWxpdHkiOiIxMDAiLCJ0aHVtYm5haWxfY3JvcCI6MSwidGh1bWJuYWlsX3dhdGVybWFyayI6MCwibmdnX3RyaWdnZXJzX2Rpc3BsYXkiOiJuZXZlciJ9'),(140,164,'title','NextGEN Basic Slideshow'),(141,164,'preview_image_relpath','/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_gallery/static/slideshow_preview.jpg'),(142,164,'default_source','galleries'),(143,164,'view_order','10010'),(144,164,'name','photocrati-nextgen_basic_slideshow'),(145,164,'installed_at_version','2.1.77'),(146,164,'hidden_from_ui',''),(147,164,'hidden_from_igw',''),(148,164,'__defaults_set','1'),(149,164,'filter','raw'),(150,164,'entity_types','WyJpbWFnZSJd'),(151,164,'aliases','WyJiYXNpY19zbGlkZXNob3ciLCJuZXh0Z2VuX2Jhc2ljX3NsaWRlc2hvdyJd'),(152,164,'id_field','ID'),(153,164,'settings','eyJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJnYWxsZXJ5X3dpZHRoIjozMjAsImdhbGxlcnlfaGVpZ2h0IjoyNDAsInRodW1ibmFpbF93aWR0aCI6MTQwLCJ0aHVtYm5haWxfaGVpZ2h0IjoxMDUsImN5Y2xlX2ludGVydmFsIjoxMCwiY3ljbGVfZWZmZWN0IjoiZmFkZSIsImVmZmVjdF9jb2RlIjoiY2xhc3M9XCJzaHV0dGVyc2V0XyVHQUxMRVJZX05BTUUlXCIiLCJzaG93X3RodW1ibmFpbF9saW5rIjoxLCJ0aHVtYm5haWxfbGlua190ZXh0IjoiW1Nob3cgcGljdHVyZSBsaXN0XSIsInRlbXBsYXRlIjoiIiwibmdnX3RyaWdnZXJzX2Rpc3BsYXkiOiJuZXZlciJ9'),(154,165,'title','NextGEN Basic ImageBrowser'),(155,165,'preview_image_relpath','/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_imagebrowser/static/preview.jpg'),(156,165,'default_source','galleries'),(157,165,'view_order','10020'),(158,165,'name','photocrati-nextgen_basic_imagebrowser'),(159,165,'installed_at_version','2.1.77'),(160,165,'hidden_from_ui',''),(161,165,'hidden_from_igw',''),(162,165,'__defaults_set','1'),(163,165,'filter','raw'),(164,165,'entity_types','WyJpbWFnZSJd'),(165,165,'aliases','WyJiYXNpY19pbWFnZWJyb3dzZXIiLCJpbWFnZWJyb3dzZXIiLCJuZXh0Z2VuX2Jhc2ljX2ltYWdlYnJvd3NlciJd'),(166,165,'id_field','ID'),(167,165,'settings','eyJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJ0ZW1wbGF0ZSI6IiIsIm5nZ190cmlnZ2Vyc19kaXNwbGF5IjoibmV2ZXIifQ=='),(168,166,'title','NextGEN Basic SinglePic'),(169,166,'preview_image_relpath','/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_singlepic/static/preview.gif'),(170,166,'default_source','galleries'),(171,166,'view_order','10060'),(172,166,'hidden_from_ui','1'),(173,166,'hidden_from_igw','1'),(174,166,'name','photocrati-nextgen_basic_singlepic'),(175,166,'installed_at_version','2.1.77'),(176,166,'__defaults_set','1'),(177,166,'filter','raw'),(178,166,'entity_types','WyJpbWFnZSJd'),(179,166,'aliases','WyJiYXNpY19zaW5nbGVwaWMiLCJzaW5nbGVwaWMiLCJuZXh0Z2VuX2Jhc2ljX3NpbmdsZXBpYyJd'),(180,166,'id_field','ID'),(181,166,'settings','eyJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJ3aWR0aCI6IiIsImhlaWdodCI6IiIsIm1vZGUiOiIiLCJkaXNwbGF5X3dhdGVybWFyayI6MCwiZGlzcGxheV9yZWZsZWN0aW9uIjowLCJmbG9hdCI6IiIsImxpbmsiOiIiLCJsaW5rX3RhcmdldCI6Il9ibGFuayIsInF1YWxpdHkiOjEwMCwiY3JvcCI6MCwidGVtcGxhdGUiOiIiLCJuZ2dfdHJpZ2dlcnNfZGlzcGxheSI6Im5ldmVyIn0='),(182,167,'title','NextGEN Basic TagCloud'),(183,167,'preview_image_relpath','/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_tagcloud/static/preview.gif'),(184,167,'default_source','tags'),(185,167,'view_order','10100'),(186,167,'name','photocrati-nextgen_basic_tagcloud'),(187,167,'installed_at_version','2.1.77'),(188,167,'hidden_from_ui',''),(189,167,'hidden_from_igw',''),(190,167,'__defaults_set','1'),(191,167,'filter','raw'),(192,167,'entity_types','WyJpbWFnZSJd'),(193,167,'aliases','WyJiYXNpY190YWdjbG91ZCIsInRhZ2Nsb3VkIiwibmV4dGdlbl9iYXNpY190YWdjbG91ZCJd'),(194,167,'id_field','ID'),(195,167,'settings','eyJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJnYWxsZXJ5X2Rpc3BsYXlfdHlwZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY190aHVtYm5haWxzIiwibnVtYmVyIjo0NSwibmdnX3RyaWdnZXJzX2Rpc3BsYXkiOiJuZXZlciJ9'),(196,168,'title','NextGEN Basic Compact Album'),(197,168,'preview_image_relpath','/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_album/static/compact_preview.jpg'),(198,168,'default_source','albums'),(199,168,'view_order','10200'),(200,168,'name','photocrati-nextgen_basic_compact_album'),(201,168,'installed_at_version','2.1.77'),(202,168,'hidden_from_ui',''),(203,168,'hidden_from_igw',''),(204,168,'__defaults_set','1'),(205,168,'filter','raw'),(206,168,'entity_types','WyJhbGJ1bSIsImdhbGxlcnkiXQ=='),(207,168,'aliases','WyJiYXNpY19jb21wYWN0X2FsYnVtIiwibmV4dGdlbl9iYXNpY19hbGJ1bSIsImJhc2ljX2FsYnVtX2NvbXBhY3QiLCJjb21wYWN0X2FsYnVtIl0='),(208,168,'id_field','ID'),(209,168,'settings','eyJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJnYWxsZXJpZXNfcGVyX3BhZ2UiOjAsImVuYWJsZV9icmVhZGNydW1icyI6MSwiZGlzYWJsZV9wYWdpbmF0aW9uIjowLCJlbmFibGVfZGVzY3JpcHRpb25zIjowLCJ0ZW1wbGF0ZSI6IiIsIm9wZW5fZ2FsbGVyeV9pbl9saWdodGJveCI6MCwiZ2FsbGVyeV9kaXNwbGF5X3R5cGUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfdGh1bWJuYWlscyIsImdhbGxlcnlfZGlzcGxheV90ZW1wbGF0ZSI6IiIsIm5nZ190cmlnZ2Vyc19kaXNwbGF5IjoibmV2ZXIifQ=='),(210,169,'title','NextGEN Basic Extended Album'),(211,169,'preview_image_relpath','/nextgen-gallery/products/photocrati_nextgen/modules/nextgen_basic_album/static/extended_preview.jpg'),(212,169,'default_source','albums'),(213,169,'view_order','10210'),(214,169,'name','photocrati-nextgen_basic_extended_album'),(215,169,'installed_at_version','2.1.77'),(216,169,'hidden_from_ui',''),(217,169,'hidden_from_igw',''),(218,169,'__defaults_set','1'),(219,169,'filter','raw'),(220,169,'entity_types','WyJhbGJ1bSIsImdhbGxlcnkiXQ=='),(221,169,'aliases','WyJiYXNpY19leHRlbmRlZF9hbGJ1bSIsIm5leHRnZW5fYmFzaWNfZXh0ZW5kZWRfYWxidW0iLCJleHRlbmRlZF9hbGJ1bSJd'),(222,169,'id_field','ID'),(223,169,'settings','eyJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJnYWxsZXJpZXNfcGVyX3BhZ2UiOjAsImVuYWJsZV9icmVhZGNydW1icyI6MSwiZGlzYWJsZV9wYWdpbmF0aW9uIjowLCJlbmFibGVfZGVzY3JpcHRpb25zIjowLCJ0ZW1wbGF0ZSI6IiIsIm9wZW5fZ2FsbGVyeV9pbl9saWdodGJveCI6MCwib3ZlcnJpZGVfdGh1bWJuYWlsX3NldHRpbmdzIjowLCJ0aHVtYm5haWxfd2lkdGgiOjE0MCwidGh1bWJuYWlsX2hlaWdodCI6MTA1LCJ0aHVtYm5haWxfcXVhbGl0eSI6MTAwLCJ0aHVtYm5haWxfY3JvcCI6dHJ1ZSwidGh1bWJuYWlsX3dhdGVybWFyayI6MCwiZ2FsbGVyeV9kaXNwbGF5X3R5cGUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfdGh1bWJuYWlscyIsImdhbGxlcnlfZGlzcGxheV90ZW1wbGF0ZSI6IiIsIm5nZ190cmlnZ2Vyc19kaXNwbGF5IjoibmV2ZXIifQ=='); /*!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(255) NOT NULL default '', `post_name` varchar(200) NOT NULL default '', `to_ping` text NOT NULL, `pinged` text NOT NULL, `post_modified` datetime NOT NULL default '0000-00-00 00:00:00', `post_modified_gmt` datetime NOT NULL default '0000-00-00 00:00:00', `post_content_filtered` longtext NOT NULL, `post_parent` bigint(20) unsigned NOT NULL default '0', `guid` varchar(255) NOT NULL default '', `menu_order` int(11) NOT NULL default '0', `post_type` varchar(20) NOT NULL default 'post', `post_mime_type` varchar(100) NOT NULL default '', `comment_count` bigint(20) NOT NULL default '0', PRIMARY KEY (`ID`), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`), KEY `post_name` (`post_name`(191)) ) ENGINE=MyISAM AUTO_INCREMENT=170 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 (2,1,'2010-09-30 15:24:53','2010-09-30 15:24:53','<p>This is an example of a WordPress page, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many pages like this one or sub-pages as you like and manage all of your content inside of WordPress.</p>\r\n','About','','publish','open','open','','about','','','2011-08-21 15:41:49','2011-08-21 20:41:49','',0,'http://001c0cc.netsolhost.com/htdocs/?page_id=2',0,'page','',0),(3,1,'2010-09-30 10:54:17','2010-09-30 15:54:17','<ul id=\"portfolio\">\r\n<li><a href=\"/commercial/\">Commercial</a></li>\r\n<li><a href=\"/faux/\">Faux</a></li>\r\n<li><a href=\"/murals/\">Murals</a></li>\r\n<li><a href=\"/home-decor/\">Home Decor</a></li>\r\n<li><a href=\"/window-decor/\">Window Decor</a></li>\r\n<li><a href=\"/second-story-windows/\">Second Story Windows</a></li>\r\n<li><a href=\"/before-and-after/\">Before & After</a></li>\r\n<li><a href=\"/nurserys/\">Nursery\'s</a></li>\r\n<li><a href=\"/childrens-rooms/\">Children\'s Rooms</a></li>\r\n<li><a href=\"/baths/\">Baths</a></li>\r\n<li><a href=\"/bedrooms/\">Bedrooms</a></li>\r\n<li><a href=\"/dining-rooms/\">Dining Rooms</a></li>\r\n<li><a href=\"/kitchens/\">Kitchens</a></li>\r\n<li><a href=\"/basements-and-media-rooms/\">Basements and Media Rooms</a></li>\r\n<li><a href=\"/florals/\">Florals</a></li>\r\n<li><a href=\"/holidays-and-special-events/\">Holidays and Special Events</a></li>\r\n<li><a href=\"/staging/\">Staging</a></li>\r\n<li><a href=\"/recent-work/\">Recent Work</a></li>\r\n<li><a href=\"/sunrooms/\">Sunrooms</a></li>\r\n<li><a href=\"/christmas/\">Christmas</a></li>\r\n</ul>','Portfolio','','publish','open','open','','portfolio','','','2011-04-16 23:19:08','2011-04-17 04:19:08','',0,'http://decor8.net/?page_id=3',0,'page','',0),(4,1,'2010-09-30 10:53:56','2010-09-30 15:53:56','','Portfolio','','inherit','open','open','','3-revision','','','2010-09-30 10:53:56','2010-09-30 15:53:56','',3,'http://decor8.net/?p=4',0,'revision','',0),(5,1,'2010-09-30 10:54:55','2010-09-30 15:54:55','<h2>Color Perfect:</h2>\r\nAchieve hands-on knowledge about different brands of paints, learn to recognize different finishes and sheens, to coordinate paint intensity and depth of color, to identify new trendy colors and constant classics. Understand the influence that paint plays on your emotions. Further your knowledge in the psychology and meaning of colors. Class includes a viewing of the latest mural and faux finish techniques. (3 hrs.)\r\n<form action=\"https://www.paypal.com/cgi-bin/webscr\" method=\"post\"> <input name=\"cmd\" type=\"hidden\" value=\"_xclick\" /><input name=\"business\" type=\"hidden\" value=\"christinecbarnes@comcast.net\" /><input name=\"item_name\" type=\"hidden\" value=\"Studio Class: Color Perfect\" /><input name=\"item_number\" type=\"hidden\" value=\"color class\" /><input name=\"amount\" type=\"hidden\" value=\"99.00\" /><input name=\"currency_code\" type=\"hidden\" value=\"USD\" /><input name=\"shipping\" type=\"hidden\" value=\"0.00\" /><input name=\"shipping2\" type=\"hidden\" value=\"0.00\" /><input name=\"handling\" type=\"hidden\" value=\"0.00\" /><input name=\"no_shipping\" type=\"hidden\" value=\"1\" /><input name=\"no_note\" type=\"hidden\" value=\"1\" /><input name=\"cn\" type=\"hidden\" value=\"to order class now\" /><input name=\"undefined_quantity\" type=\"hidden\" value=\"1\" /><input name=\"return\" type=\"hidden\" value=\"http://decor8.net\" /><input name=\"cancel_return\" type=\"hidden\" value=\"http://decor8.net\" /><input name=\"bn\" type=\"hidden\" value=\"NetworkSolutions-ImageCafe\" /><input name=\"pal\" type=\"hidden\" value=\"pal\" /><input name=\"mrb\" type=\"hidden\" value=\"mrb\" />\r\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"98%\">\r\n<tbody>\r\n<tr>\r\n<td align=\"center\"><input name=\"add\" src=\"https://www.paypal.com/en_US/i/btn/x-click-but01.gif\" type=\"image\" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</form>\r\n\r\n<h2>Fabric and Color Mixtures:</h2>\r\nLearn how to choose great fabrics from expensive to inexpensive. Understand the complexity of coordinating a variety of fabrics, and knowing where and when to use them. Choosing \"knockout\" trims to compliment any fabric. Finally, learn how to mix colors and textures perfectly to create a cohesive design! (3 hrs.)\r\n\r\n<form action=\"https://www.paypal.com/cgi-bin/webscr\" method=\"post\"> <input name=\"cmd\" type=\"hidden\" value=\"_xclick\" /><input name=\"business\" type=\"hidden\" value=\"christinecbarnes@comcast.net\" /><input name=\"item_name\" type=\"hidden\" value=\"Studio Class: Fabric and Color Mixtures\" /><input name=\"item_number\" type=\"hidden\" value=\"color class\" /><input name=\"amount\" type=\"hidden\" value=\"99.00\" /><input name=\"currency_code\" type=\"hidden\" value=\"USD\" /><input name=\"shipping\" type=\"hidden\" value=\"0.00\" /><input name=\"shipping2\" type=\"hidden\" value=\"0.00\" /><input name=\"handling\" type=\"hidden\" value=\"0.00\" /><input name=\"no_shipping\" type=\"hidden\" value=\"1\" /><input name=\"no_note\" type=\"hidden\" value=\"1\" /><input name=\"cn\" type=\"hidden\" value=\"to order class now\" /><input name=\"undefined_quantity\" type=\"hidden\" value=\"1\" /><input name=\"return\" type=\"hidden\" value=\"http://decor8.net\" /><input name=\"cancel_return\" type=\"hidden\" value=\"http://decor8.net\" /><input name=\"bn\" type=\"hidden\" value=\"NetworkSolutions-ImageCafe\" /><input name=\"pal\" type=\"hidden\" value=\"pal\" /><input name=\"mrb\" type=\"hidden\" value=\"mrb\" />\r\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"98%\">\r\n<tbody>\r\n<tr>\r\n<td align=\"center\"><input name=\"add\" src=\"https://www.paypal.com/en_US/i/btn/x-click-but01.gif\" type=\"image\" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</form>\r\n\r\n<h2>Bells & Whistles of Pulling it All Together:</h2>\r\nThis class will focus on a variety of furniture styles and brands. Learn how to master balance and flow in a room by choosing proper scale of furniture and how to showcase accessories. Acquire the secrets of decorating bookcases, mantles, above kitchen cabinetry, ledges, and foyers. Gain extra tips on proper lighting, sizing of rugs, and where to shop to make your house unique. (3 hrs.)\r\n\r\n<form action=\"https://www.paypal.com/cgi-bin/webscr\" method=\"post\"> <input name=\"cmd\" type=\"hidden\" value=\"_xclick\" /><input name=\"business\" type=\"hidden\" value=\"christinecbarnes@comcast.net\" /><input name=\"item_name\" type=\"hidden\" value=\"Studio Class: Bells & Whistles of Pulling it All Together\" /><input name=\"item_number\" type=\"hidden\" value=\"color class\" /><input name=\"amount\" type=\"hidden\" value=\"99.00\" /><input name=\"currency_code\" type=\"hidden\" value=\"USD\" /><input name=\"shipping\" type=\"hidden\" value=\"0.00\" /><input name=\"shipping2\" type=\"hidden\" value=\"0.00\" /><input name=\"handling\" type=\"hidden\" value=\"0.00\" /><input name=\"no_shipping\" type=\"hidden\" value=\"1\" /><input name=\"no_note\" type=\"hidden\" value=\"1\" /><input name=\"cn\" type=\"hidden\" value=\"to order class now\" /><input name=\"undefined_quantity\" type=\"hidden\" value=\"1\" /><input name=\"return\" type=\"hidden\" value=\"http://decor8.net\" /><input name=\"cancel_return\" type=\"hidden\" value=\"http://decor8.net\" /><input name=\"bn\" type=\"hidden\" value=\"NetworkSolutions-ImageCafe\" /><input name=\"pal\" type=\"hidden\" value=\"pal\" /><input name=\"mrb\" type=\"hidden\" value=\"mrb\" />\r\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"98%\">\r\n<tbody>\r\n<tr>\r\n<td align=\"center\"><input name=\"add\" src=\"https://www.paypal.com/en_US/i/btn/x-click-but01.gif\" type=\"image\" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</form>\r\n\r\n<h2>Renovations or Building a New Home:</h2>\r\nIf you are building a house or having a house in need of renovation this is the class for you. The designer will help you choose the proper lighting fixtures and flooring products, including tile, hardwood, laminate, brick, and carpet. Additionally learn about a variety of natural stone, ceramic tile, porcelain tiles, to recognize granite, and competitive solid surfaces. Understand a variety of carpet types and recognized carpet manufacturers. Learn how to hire the right contractor and what to ask and put in writing. This class will help you get started on your next project big or small. (3 hrs.)\r\n\r\n<form action=\"https://www.paypal.com/cgi-bin/webscr\" method=\"post\"> <input name=\"cmd\" type=\"hidden\" value=\"_xclick\" /><input name=\"business\" type=\"hidden\" value=\"christinecbarnes@comcast.net\" /><input name=\"item_name\" type=\"hidden\" value=\"Studio Class: Renovations or Building a New Home\" /><input name=\"item_number\" type=\"hidden\" value=\"color class\" /><input name=\"amount\" type=\"hidden\" value=\"99.00\" /><input name=\"currency_code\" type=\"hidden\" value=\"USD\" /><input name=\"shipping\" type=\"hidden\" value=\"0.00\" /><input name=\"shipping2\" type=\"hidden\" value=\"0.00\" /><input name=\"handling\" type=\"hidden\" value=\"0.00\" /><input name=\"no_shipping\" type=\"hidden\" value=\"1\" /><input name=\"no_note\" type=\"hidden\" value=\"1\" /><input name=\"cn\" type=\"hidden\" value=\"to order class now\" /><input name=\"undefined_quantity\" type=\"hidden\" value=\"1\" /><input name=\"return\" type=\"hidden\" value=\"http://decor8.net\" /><input name=\"cancel_return\" type=\"hidden\" value=\"http://decor8.net\" /><input name=\"bn\" type=\"hidden\" value=\"NetworkSolutions-ImageCafe\" /><input name=\"pal\" type=\"hidden\" value=\"pal\" /><input name=\"mrb\" type=\"hidden\" value=\"mrb\" />\r\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"98%\">\r\n<tbody>\r\n<tr>\r\n<td align=\"center\"><input name=\"add\" src=\"https://www.paypal.com/en_US/i/btn/x-click-but01.gif\" type=\"image\" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</form>\r\n\r\n<h2>Basic Interior Design:</h2>\r\nLearn to recognize different fabric types and how to use them appropriately, how to coordinate fabrics and trims to get the most impact. Understand paint and proper color choices. Learn to scale furniture and how to mix different styles and sizes together. Discover the secrets of showcasing accessories, lighting, and art. Have fun while learning how to pull a total room together. Plus tips on where to shop to find unique items and great deals.\r\n\r\n<form action=\"https://www.paypal.com/cgi-bin/webscr\" method=\"post\"> <input name=\"cmd\" type=\"hidden\" value=\"_xclick\" /><input name=\"business\" type=\"hidden\" value=\"christinecbarnes@comcast.net\" /><input name=\"item_name\" type=\"hidden\" value=\"Studio Class: Basic Interior Design\" /><input name=\"item_number\" type=\"hidden\" value=\"color class\" /><input name=\"amount\" type=\"hidden\" value=\"99.00\" /><input name=\"currency_code\" type=\"hidden\" value=\"USD\" /><input name=\"shipping\" type=\"hidden\" value=\"0.00\" /><input name=\"shipping2\" type=\"hidden\" value=\"0.00\" /><input name=\"handling\" type=\"hidden\" value=\"0.00\" /><input name=\"no_shipping\" type=\"hidden\" value=\"1\" /><input name=\"no_note\" type=\"hidden\" value=\"1\" /><input name=\"cn\" type=\"hidden\" value=\"to order class now\" /><input name=\"undefined_quantity\" type=\"hidden\" value=\"1\" /><input name=\"return\" type=\"hidden\" value=\"http://decor8.net\" /><input name=\"cancel_return\" type=\"hidden\" value=\"http://decor8.net\" /><input name=\"bn\" type=\"hidden\" value=\"NetworkSolutions-ImageCafe\" /><input name=\"pal\" type=\"hidden\" value=\"pal\" /><input name=\"mrb\" type=\"hidden\" value=\"mrb\" />\r\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"98%\">\r\n<tbody>\r\n<tr>\r\n<td align=\"center\"><input name=\"add\" src=\"https://www.paypal.com/en_US/i/btn/x-click-but01.gif\" type=\"image\" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</form>\r\n\r\n','Private Design Classes Offered in Designer\'s Studio','','publish','open','open','','classes','','','2010-10-14 11:36:44','2010-10-14 16:36:44','',0,'http://decor8.net/?page_id=5',0,'page','',0),(6,1,'2010-09-30 10:54:45','2010-09-30 15:54:45','','Classes','','inherit','open','open','','5-revision','','','2010-09-30 10:54:45','2010-09-30 15:54:45','',5,'http://decor8.net/5-revision',0,'revision','',0),(7,1,'2010-09-30 10:55:19','2010-09-30 15:55:19','<div id=\"resume\">\r\n\r\n<h2>Objective</h2>\r\n<p>To utilize acquired sales and marketing skills in a residential design and construction environment to promote self help and simple to more complex decorating to the general public in a television setting.</p>\r\n\r\n<h2>Employment History</h2>\r\n<h3>Decor8,llc</h3>\r\n<p class=\"job_dates\">October 1997 - Current</p>\r\n<p class=\"job_title\">Owner</p>\r\n<p>Successfully built a home-based business in interior design. Marketed complete design services to communities in North Atlanta. Established large customer base including Realtors, Residential Contractors, Home Owners and local design firms. Specializing in selling comprehensive space and design plans for remodeling, color and textile coordination, window treatments, furniture or accessory placement, and special art services. </p>\r\n<p class=\"job_note\">Member of International Furnishings and Design Association - IFDA</p>\r\n\r\n<h3>Searle Pharmaceuticals</h3>\r\n<p class=\"job_dates\">July 1997 - September 1997</p>\r\n<p class=\"job_title\">Medical Sales Representative</p>\r\n<p>Completed extensive training and study on pharmaceutical issues pertaining to arthritic and ulcer related illnesses. Finished required courses in Sales Management and Presentation Skills at Searle University, Chicago. </p>\r\n\r\n<h3>Kraft Foods</h3>\r\n<p class=\"job_dates\">May 1995 - July 1997</p>\r\n<p class=\"job_title\">Senior Sales Representative</p>\r\n<p>Responsibilities included managing, selling, and marketing to 30 locations of a major grocery chain in North Georgia. Performed all tasks associated with implementation of new products. Interacted with store and district managers to ensure coordination of product promotions and display activities. Special Accomplishments: Consistently met and exceeded sales goals.\r\n </p>\r\n<p class=\"job_dates\">March 1993 - May 1995</p>\r\n<p class=\"job_title\">Power Sales Representative</p>\r\n<p>Managed two major retail accounts in Virginia. Represented 700 product lines from all major companies of General Foods and Kraft. Special Accomplishments: 1994-1995 selected to represent Virginia area sales representatives for newly developed corporate committee meetings. PROMOTED to Kraft Sales Representative.\r\n </p>\r\n<p class=\"job_dates\">March 1989 - March 1993</p>\r\n<p class=\"job_title\">Key Sales Representative</p>\r\n<p>Responsibilities included managing and developing sales volume in excess of $1.6 million per year. Organized quarterly budgets for the marketing of key accounts and retail chains. Created advertising promotions and developed the training programs for seasonal personnel. Special Accomplishments: Consistently achieved budget and sales goals. PROMOTED to Power Sales Representative.\r\n </p>\r\n\r\n\r\n<h3>Boyle Midway</h3>\r\n<p class=\"job_dates\">June 1988 - March 1989</p>\r\n<p class=\"job_title\">Territory Manager</p>\r\n<p>Responsibilities included serving 200 retail accounts. Managed seven direct accounts that required working with store executives to discuss sales of new items. Presented seasonal promotions, analyzed store needs by forecasting profit goals for fifteen different product lines. Special Accomplishments: 150% growth in nine months! </p>\r\n\r\n<h3>Hess’s Department Store</h3>\r\n<p class=\"job_dates\">April 1988 - June 1988</p>\r\n<p class=\"job_title\">Merchandise Coordinator</p>\r\n<p>Responsibilities included merchandising and managing a $7 million sales volume store. </p>\r\n<p class=\"job_note\">Assistant Buyer - October 1987 - April 1988. Promoted to Merchandise Coordinator.</p>\r\n<p class=\"job_note\">Department Manager - June 1987 - October 1987. Promoted to Assistant Buyer.</p>\r\n\r\n\r\n<h2>Education</h2>\r\n<ul class=\"resume_list\">\r\n<li><strong>Completed Advanced Certificate in Interior Design</strong> ~ Atlanta School of the Arts – July 2000. </li> \r\n<li><strong>Extensive Work Completed toward Masters of Science in Criminal Justice Administration</strong> ~ Virginia Commonwealth University. All course work completed in 1996. GPA 3.8</li>\r\n<li><strong>Post Baccalaureate Certificate in Criminal Justice</strong> ~ Virginia Commonwealth University December 1994. Equivalent to one year of master’s work. Awarded with Honors.</li>\r\n<li><strong>Bachelor of Fine Arts</strong> ~ Virginia Commonwealth University – Emphasis in Marketing, Business Law, and Sales Promotion. Completed requirements for a minor degree in Psychology.</li>\r\n</ul>\r\n\r\n<h2>Professional Development</h2>\r\n\r\n<ul class=\"resume_list\">\r\n<li><strong>Completed Volunteer Training Program ~ Delta Society</strong> – National certified pet therapy evaluator.</li>\r\n<li><strong>Completed 50 hours of Court Appointed Special Advocate (CASA) Training</strong> – Worked for the\r\n Athens-Clarke County of Georgia Juvenile Court assisting social workers, 1996.</li>\r\n<li><strong>Completed 50 hours of Crisis Intervention Training</strong> - Contact Peninsula of Virginia - Concentrated on counseling sexually abused victims and sex offenders, 1995.</li>\r\n<li><strong>Alpha Phi Sigma</strong> - National Honor Society in Criminal Justice 1995-1996.</li>\r\n</ul>\r\n\r\n</div><!-- end #resume -->','Resume','','publish','open','open','','resume','','','2010-10-04 11:49:21','2010-10-04 16:49:21','',0,'http://decor8.net/?page_id=7',0,'page','',0),(8,1,'2010-09-30 10:55:09','2010-09-30 15:55:09','','Resume','','inherit','open','open','','7-revision','','','2010-09-30 10:55:09','2010-09-30 15:55:09','',7,'http://decor8.net/7-revision',0,'revision','',0),(9,1,'2011-08-10 19:17:50','2011-08-11 00:17:50','<ul id=\"portfolio\">\r\n<li><a href=\"/commercial/\">Commercial</a></li>\r\n<li><a href=\"/faux/\">Faux</a></li>\r\n<li><a href=\"/murals/\">Murals</a></li>\r\n<li><a href=\"/home-decor/\">Home Decor</a></li>\r\n<li><a href=\"/window-decor/\">Window Decor</a></li>\r\n<li><a href=\"/second-story-windows/\">Second Story Windows</a></li>\r\n<li><a href=\"/before-and-after/\">Before & After</a></li>\r\n<li><a href=\"/nurserys/\">Nursery\'s</a></li>\r\n<li><a href=\"/childrens-rooms/\">Children\'s Rooms</a></li>\r\n<li><a href=\"/baths/\">Baths</a></li>\r\n<li><a href=\"/bedrooms/\">Bedrooms</a></li>\r\n<li><a href=\"/dining-rooms/\">Dining Rooms</a></li>\r\n<li><a href=\"/kitchens/\">Kitchens</a></li>\r\n<li><a href=\"/basements-and-media-rooms/\">Basements and Media Rooms</a></li>\r\n<li><a href=\"/florals/\">Florals</a></li>\r\n<li><a href=\"/holidays-and-special-events/\">Special Events</a></li>\r\n<li><a href=\"/staging/\">Staging</a></li>\r\n<li><a href=\"/recent-work/\">Recent Work</a></li>\r\n<li><a href=\"/sunrooms/\">Sunrooms</a></li>\r\n<li><a href=\"/christmas/\">Christmas</a></li>\r\n</ul>','Portfolio','','inherit','open','open','','3-autosave','','','2011-08-10 19:17:50','2011-08-11 00:17:50','',3,'http://decor8.net/3-autosave',0,'revision','',0),(10,1,'2010-09-30 10:56:00','2010-09-30 15:56:00','This is my blog... content coming soon!','Blog','','publish','open','open','','blog','','','2010-09-30 15:25:46','2010-09-30 20:25:46','',0,'http://decor8.net/?page_id=10',0,'page','',0),(11,1,'2010-09-30 10:55:52','2010-09-30 15:55:52','','Blog','','inherit','open','open','','10-revision','','','2010-09-30 10:55:52','2010-09-30 15:55:52','',10,'http://decor8.net/10-revision',0,'revision','',0),(105,1,'2010-10-26 15:38:17','2010-10-26 20:38:17','[nggallery id=19]','Recent Work','','publish','open','open','','recent-work','','','2010-10-26 15:38:17','2010-10-26 20:38:17','',3,'http://decor8.net',0,'page','',0),(106,1,'2010-10-26 15:37:43','2010-10-26 20:37:43','','Recent Work','','inherit','open','open','','105-revision','','','2010-10-26 15:37:43','2010-10-26 20:37:43','',105,'http://decor8.net/105-revision',0,'revision','',0),(14,1,'2010-09-30 10:54:55','2010-09-30 15:54:55','<div>\r\n\r\nThis is the Classes page... content coming soon!\r\n\r\n</div>','Classes','','inherit','open','open','','5-revision-2','','','2010-09-30 10:54:55','2010-09-30 15:54:55','',5,'http://decor8.net/5-revision-2',0,'revision','',0),(15,1,'2010-09-30 10:54:17','2010-09-30 15:54:17','This is the portfoilo page... content coming soon!','Portfolio','','inherit','open','open','','3-revision-2','','','2010-09-30 10:54:17','2010-09-30 15:54:17','',3,'http://decor8.net/3-revision-2',0,'revision','',0),(16,1,'2010-09-30 11:59:30','2010-09-30 16:59:30','<h2>Commercial</h2>\r\n\r\n<h2>Faux</h2>\r\n\r\n<h2>Murals</h2>\r\n\r\n<h2>Home Decor</h2>\r\n\r\n<h2>Window Decor</h2>\r\n\r\n<h2>Second Story Windows</h2>\r\n\r\n<h2>Before & After</h2>\r\n\r\n<h2>Nursery\'s</h2>\r\n\r\n<h2>Children\'s Rooms</h2>\r\n\r\n<h2>Baths</h2>\r\n\r\n<h2>Bedrooms</h2>\r\n\r\n<h2>Dining Rooms</h2>\r\n\r\n<h2>Kitchens</h2>\r\n\r\n<h2>Basements and Media Rooms</h2>\r\n\r\n<h2>Florals</h2>\r\n\r\n<h2>Holidays</h2>\r\n\r\n<h2>Staging</h2>','Portfolio','','inherit','open','open','','3-revision-3','','','2010-09-30 11:59:30','2010-09-30 16:59:30','',3,'http://decor8.net/3-revision-3',0,'revision','',0),(17,1,'2010-09-30 13:18:12','2010-09-30 18:18:12','[nggallery id=2]','Staging Photos','','publish','open','open','','staging','','','2010-09-30 13:31:39','2010-09-30 18:31:39','',3,'http://decor8.net',0,'page','',0),(18,1,'2010-09-30 13:17:28','2010-09-30 18:17:28','[nggallery id=1]','Staging Photos','','inherit','open','open','','17-revision','','','2010-09-30 13:17:28','2010-09-30 18:17:28','',17,'http://decor8.net/17-revision',0,'revision','',0),(19,1,'2010-09-30 13:17:50','2010-09-30 18:17:50','[nggallery id=1]','Staging Photos','','inherit','open','open','','17-revision-2','','','2010-09-30 13:17:50','2010-09-30 18:17:50','',17,'http://decor8.net/17-revision-2',0,'revision','',0),(20,1,'2010-09-30 13:18:12','2010-09-30 18:18:12','[nggallery id=1]','Staging Photos','','inherit','open','open','','17-revision-3','','','2010-09-30 13:18:12','2010-09-30 18:18:12','',17,'http://decor8.net/17-revision-3',0,'revision','',0),(21,1,'2010-09-30 13:18:24','2010-09-30 18:18:24','[nggallery id=1]','Staging Photos','','inherit','open','open','','17-revision-4','','','2010-09-30 13:18:24','2010-09-30 18:18:24','',17,'http://decor8.net/17-revision-4',0,'revision','',0),(22,1,'2010-09-30 14:15:57','2010-09-30 19:15:57','This is my blog... content coming soon!','Blog','','inherit','open','open','','10-autosave','','','2010-09-30 14:15:57','2010-09-30 19:15:57','',10,'http://decor8.net/10-autosave',0,'revision','',0),(23,1,'2010-09-30 10:56:00','2010-09-30 15:56:00','<div>\r\n\r\nThis is my blog... content coming soon!\r\n\r\n</div>','Blog','','inherit','open','open','','10-revision-2','','','2010-09-30 10:56:00','2010-09-30 15:56:00','',10,'http://decor8.net/10-revision-2',0,'revision','',0),(24,1,'2010-09-30 14:58:53','2010-09-30 19:58:53','This is my blog... content coming soon!','Blog','','inherit','open','open','','10-revision-3','','','2010-09-30 14:58:53','2010-09-30 19:58:53','',10,'http://decor8.net/10-revision-3',0,'revision','',0),(134,1,'2011-04-16 23:02:41','2011-04-17 04:02:41','','Sunrooms','','inherit','open','open','','133-revision','','','2011-04-16 23:02:41','2011-04-17 04:02:41','',133,'http://decor8.net/133-revision',0,'revision','',0),(127,1,'2011-03-12 15:00:25','2011-03-12 20:00:25','','013','','inherit','open','open','','013','','','2011-03-12 15:00:25','2011-03-12 20:00:25','',47,'http://decor8.net/wp-content/uploads/2010/10/013.jpg',0,'attachment','image/jpeg',0),(128,1,'2011-03-12 15:02:22','2011-03-12 20:02:22','','Harry Norman entry after 5','','inherit','open','open','','harry-norman-entry-after-5','','','2011-03-12 15:02:22','2011-03-12 20:02:22','',47,'http://decor8.net/wp-content/uploads/2010/10/Harry-Norman-entry-after-5.jpg',0,'attachment','image/jpeg',0),(129,1,'2011-03-12 15:10:05','2011-03-12 20:10:05','','Harry Norman entry befoe 6','','inherit','open','open','','harry-norman-entry-befoe-6','','','2011-03-12 15:10:05','2011-03-12 20:10:05','',47,'http://decor8.net/wp-content/uploads/2010/10/Harry-Norman-entry-befoe-6.jpg',0,'attachment','image/jpeg',0),(130,1,'2011-03-12 15:10:51','2011-03-12 20:10:51','Wedding Reception','057','Wedding Reception','inherit','open','open','','057','','','2011-03-12 15:10:51','2011-03-12 20:10:51','',47,'http://decor8.net/wp-content/uploads/2010/10/057.jpg',0,'attachment','image/jpeg',0),(131,1,'2011-03-12 15:17:47','2011-03-12 20:17:47','<code>[nggallery id=18]</code>','Commercial Photos','','inherit','open','open','','47-autosave','','','2011-03-12 15:17:47','2011-03-12 20:17:47','',47,'http://decor8.net/47-autosave',0,'revision','',0),(27,1,'2010-09-30 14:59:03','2010-09-30 19:59:03','This is my blog... content coming soon!','Blog','','inherit','open','open','','10-revision-4','','','2010-09-30 14:59:03','2010-09-30 19:59:03','',10,'http://decor8.net/10-revision-4',0,'revision','',0),(29,1,'2010-09-30 15:38:37','2010-09-30 20:38:37','Decor8.net homepage\r\n(Do not edit this page!)','Home','','publish','open','open','','home','','','2010-09-30 15:38:45','2010-09-30 20:38:45','',0,'http://decor8.net',0,'page','',0),(30,1,'2010-09-30 15:38:18','2010-09-30 20:38:18','Decor8.net homepage\n(Do not edit this page!)','Home','','inherit','open','open','','29-revision','','','2010-09-30 15:38:18','2010-09-30 20:38:18','',29,'http://decor8.net/29-revision',0,'revision','',0),(31,1,'2010-09-30 15:38:37','2010-09-30 20:38:37','Decor8.net homepage\r\n(Do not edit this page!)','Home','','inherit','open','open','','29-revision-2','','','2010-09-30 15:38:37','2010-09-30 20:38:37','',29,'http://decor8.net/29-revision-2',0,'revision','',0),(138,1,'2011-04-16 23:16:11','2011-04-17 04:16:11','<ul id=\"portfolio\">\r\n<li><a href=\"/commercial/\">Commercial</a></li>\r\n<li><a href=\"/faux/\">Faux</a></li>\r\n<li><a href=\"/murals/\">Murals</a></li>\r\n<li><a href=\"/home-decor/\">Home Decor</a></li>\r\n<li><a href=\"/window-decor/\">Window Decor</a></li>\r\n<li><a href=\"/second-story-windows/\">Second Story Windows</a></li>\r\n<li><a href=\"/before-and-after/\">Before & After</a></li>\r\n<li><a href=\"/nurserys/\">Nursery\'s</a></li>\r\n<li><a href=\"/childrens-rooms/\">Children\'s Rooms</a></li>\r\n<li><a href=\"/baths/\">Baths</a></li>\r\n<li><a href=\"/bedrooms/\">Bedrooms</a></li>\r\n<li><a href=\"/dining-rooms/\">Dining Rooms</a></li>\r\n<li><a href=\"/kitchens/\">Kitchens</a></li>\r\n<li><a href=\"/basements-and-media-rooms/\">Basements and Media Rooms</a></li>\r\n<li><a href=\"/florals/\">Florals</a></li>\r\n<li><a href=\"/holidays-and-special-events/\">Holidays and Special Events</a></li>\r\n<li><a href=\"/staging/\">Staging</a></li>\r\n<li><a href=\"/recent-work/\">Recent Work</a></li>\r\n<li><a href=\"/sunrooms/\">Sunrooms</a></li>\r\n</ul>','Portfolio','','inherit','open','open','','3-revision-10','','','2011-04-16 23:16:11','2011-04-17 04:16:11','',3,'http://decor8.net/3-revision-10',0,'revision','',0),(126,1,'2011-03-12 14:57:23','2011-03-12 19:57:23','','Conference rm before 3','','inherit','open','open','','conference-rm-before-3','','','2011-03-12 14:57:23','2011-03-12 19:57:23','',47,'http://decor8.net/wp-content/uploads/2010/10/Conference-rm-before-3.jpg',0,'attachment','image/jpeg',0),(33,1,'2011-08-21 15:27:32','2011-08-21 20:27:32','<div id=\"resume\">\n<h2>Objective</h2>\nTo utilize acquired sales and marketing skills in a residential design and construction environment to promote self help and simple to more complex decorating to the general public in a television setting.\n<h2>Employment History</h2>\n<h3>Decor8,llc</h3>\n<p class=\"job_dates\">October 1997 - Current</p>\n<p class=\"job_title\">Owner</p>\nSuccessfully built a home-based business in interior design. Marketed complete design services to communities in North Atlanta. Established large customer base including Realtors, Residential Contractors, Home Owners and local design firms. Specializing in selling comprehensive space and design plans for remodeling, color and textile coordination, window treatments, furniture or accessory placement, and special art services.\n<p class=\"job_note\">Member of International Furnishings and Design Association - IFDA</p>\n\n<h3>Searle Pharmaceuticals</h3>\n<p class=\"job_dates\">July 1997 - September 1997</p>\n<p class=\"job_title\">Medical Sales Representative</p>\nCompleted extensive training and study on pharmaceutical issues pertaining to arthritic and ulcer related illnesses. Finished required courses in Sales Management and Presentation Skills at Searle University, Chicago.\n<h3>Kraft Foods</h3>\n<p class=\"job_dates\">May 1995 - July 1997</p>\n<p class=\"job_title\">Senior Sales Representative</p>\nResponsibilities included managing, selling, and marketing to 30 locations of a major grocery chain in North Georgia. Performed all tasks associated with implementation of new products. Interacted with store and district managers to ensure coordination of product promotions and display activities. Special Accomplishments: Consistently met and exceeded sales goals.\n<p class=\"job_dates\">March 1993 - May 1995</p>\n<p class=\"job_title\">Power Sales Representative</p>\nManaged two major retail accounts in Virginia. Represented 700 product lines from all major companies of General Foods and Kraft. Special Accomplishments: 1994-1995 selected to represent Virginia area sales representatives for newly developed corporate committee meetings. PROMOTED to Kraft Sales Representative.\n<p class=\"job_dates\">March 1989 - March 1993</p>\n<p class=\"job_title\">Key Sales Representative</p>\nResponsibilities included managing and developing sales volume in excess of $1.6 million per year. Organized quarterly budgets for the marketing of key accounts and retail chains. Created advertising promotions and developed the training programs for seasonal personnel. Special Accomplishments: Consistently achieved budget and sales goals. PROMOTED to Power Sales Representative.\n<h3>Boyle Midway</h3>\n<p class=\"job_dates\">June 1988 - March 1989</p>\n<p class=\"job_title\">Territory Manager</p>\nResponsibilities included serving 200 retail accounts. Managed seven direct accounts that required working with store executives to discuss sales of new items. Presented seasonal promotions, analyzed store needs by forecasting profit goals for fifteen different product lines. Special Accomplishments: 150% growth in nine months!\n<h3>Hess’s Department Store</h3>\n<p class=\"job_dates\">April 1988 - June 1988</p>\n<p class=\"job_title\">Merchandise Coordinator</p>\nResponsibilities included merchandising and managing a $7 million sales volume store.\n<p class=\"job_note\">Assistant Buyer - October 1987 - April 1988. Promoted to Merchandise Coordinator.</p>\n<p class=\"job_note\">Department Manager - June 1987 - October 1987. Promoted to Assistant Buyer.</p>\n\n<h2>Education</h2>\n<ul class=\"resume_list\">\n <li><strong>Completed Advanced Certificate in Interior Design</strong> ~ Atlanta School of the Arts – July 2000.</li>\n <li><strong>Extensive Work Completed toward Masters of Science in Criminal Justice Administration</strong> ~ Virginia Commonwealth University. All course work completed in 1996. GPA 3.8</li>\n <li><strong>Post Baccalaureate Certificate in Criminal Justice</strong> ~ Virginia Commonwealth University December 1994. Equivalent to one year of master’s work. Awarded with Honors.</li>\n <li><strong>Bachelor of Fine Arts</strong> ~ Virginia Commonwealth University – Emphasis in Marketing, Business Law, and Sales Promotion. Completed requirements for a minor degree in Psychology.</li>\n</ul>\n<h2>Professional Development</h2>\n<ul class=\"resume_list\">\n <li><strong>Completed Volunteer Training Program ~ Delta Society</strong> – National certified pet therapy evaluator.</li>\n <li><strong>Completed 50 hours of Court Appointed Special Advocate (CASA) Training</strong> – Worked for the\nAthens-Clarke County of Georgia Juvenile Court assisting social workers, 1996.</li>\n <li><strong>Completed 50 hours of Crisis Intervention Training</strong> - Contact Peninsula of Virginia - Concentrated on counseling sexually abused victims and sex offenders, 1995.</li>\n <li><strong>Alpha Phi Sigma</strong> - National Honor Society in Criminal Justice 1995-1996.</li>\n</ul>\n</div>\n<!-- end #resume -->','Resume','','inherit','open','open','','7-autosave','','','2011-08-21 15:27:32','2011-08-21 20:27:32','',7,'http://decor8.net/7-autosave',0,'revision','',0),(148,1,'2010-09-30 15:24:53','2010-09-30 15:24:53','This is an example of a WordPress page, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many pages like this one or sub-pages as you like and manage all of your content inside of WordPress.','About','','inherit','open','open','','2-revision','','','2010-09-30 15:24:53','2010-09-30 15:24:53','',2,'http://decor8.net/2-revision',0,'revision','',0),(34,1,'2010-09-30 10:55:19','2010-09-30 15:55:19','<div>\r\n\r\nThis is my resume... content coming soon!\r\n\r\n</div>','Resume','','inherit','open','open','','7-revision-2','','','2010-09-30 10:55:19','2010-09-30 15:55:19','',7,'http://decor8.net/7-revision-2',0,'revision','',0),(35,1,'2010-10-04 11:12:24','2010-10-04 16:12:24','<h2>Objective</h2>\r\n<p>To utilize acquired sales and marketing skills in a residential design and construction environment to promote self help and simple to more complex decorating to the general public in a television setting.</p>\r\n\r\n<h2>Employment History</h2>\r\n<h3>Decor8,llc</h3>\r\n<p>Successfully built a home-based business in interior design. Marketed complete design services to communities in North Atlanta. Established large customer base including Realtors, Residential Contractors, Home Owners and local design firms. Specializing in selling comprehensive space and design plans for remodeling, color and textile coordination, window treatments, furniture or accessory placement, and special art services. </p>','Resume','','inherit','open','open','','7-revision-3','','','2010-10-04 11:12:24','2010-10-04 16:12:24','',7,'http://decor8.net/7-revision-3',0,'revision','',0),(36,1,'2010-10-04 11:13:32','2010-10-04 16:13:32','<h2>Objective</h2>\r\n<p>To utilize acquired sales and marketing skills in a residential design and construction environment to promote self help and simple to more complex decorating to the general public in a television setting.</p>\r\n\r\n<h2>Employment History</h2>\r\n<h3>Decor8,llc</h3>\r\n<p>Successfully built a home-based business in interior design. Marketed complete design services to communities in North Atlanta. Established large customer base including Realtors, Residential Contractors, Home Owners and local design firms. Specializing in selling comprehensive space and design plans for remodeling, color and textile coordination, window treatments, furniture or accessory placement, and special art services. </p>\r\n<p class=\"job_note\">Member of International Furnishings and Design Association - IFDA</p>','Resume','','inherit','open','open','','7-revision-4','','','2010-10-04 11:13:32','2010-10-04 16:13:32','',7,'http://decor8.net/7-revision-4',0,'revision','',0),(37,1,'2010-10-04 11:15:15','2010-10-04 16:15:15','<h2>Objective</h2>\r\n<p>To utilize acquired sales and marketing skills in a residential design and construction environment to promote self help and simple to more complex decorating to the general public in a television setting.</p>\r\n\r\n<h2>Employment History</h2>\r\n<h3>Decor8,llc</h3>\r\n<p>Successfully built a home-based business in interior design. Marketed complete design services to communities in North Atlanta. Established large customer base including Realtors, Residential Contractors, Home Owners and local design firms. Specializing in selling comprehensive space and design plans for remodeling, color and textile coordination, window treatments, furniture or accessory placement, and special art services. </p>\r\n<p class=\"job_note\">Member of International Furnishings and Design Association - IFDA</p>\r\n\r\n<h3>Searle Pharmaceuticals</h3>\r\n<p>Completed extensive training and study on pharmaceutical issues pertaining to arthritic and ulcer related illnesses. Finished required courses in Sales Management and Presentation Skills at Searle University, Chicago. </p>\r\n\r\n<h3>Kraft Foods</h3>\r\n<p>Responsibilities included managing, selling, and marketing to 30 locations of a major grocery chain in North Georgia. Performed all tasks associated with implementation of new products. Interacted with store and district managers to ensure coordination of product promotions and display activities. Special Accomplishments: Consistently met and exceeded sales goals.\r\n </p>\r\n\r\n<h3>Decor8,llc</h3>\r\n<p>Successfully built a home-based business in interior design. Marketed complete design services to communities in North Atlanta. Established large customer base including Realtors, Residential Contractors, Home Owners and local design firms. Specializing in selling comprehensive space and design plans for remodeling, color and textile coordination, window treatments, furniture or accessory placement, and special art services. </p>\r\n\r\n<h3>Decor8,llc</h3>\r\n<p>Successfully built a home-based business in interior design. Marketed complete design services to communities in North Atlanta. Established large customer base including Realtors, Residential Contractors, Home Owners and local design firms. Specializing in selling comprehensive space and design plans for remodeling, color and textile coordination, window treatments, furniture or accessory placement, and special art services. </p>\r\n\r\n<h3>Decor8,llc</h3>\r\n<p>Successfully built a home-based business in interior design. Marketed complete design services to communities in North Atlanta. Established large customer base including Realtors, Residential Contractors, Home Owners and local design firms. Specializing in selling comprehensive space and design plans for remodeling, color and textile coordination, window treatments, furniture or accessory placement, and special art services. </p>','Resume','','inherit','open','open','','7-revision-5','','','2010-10-04 11:15:15','2010-10-04 16:15:15','',7,'http://decor8.net/7-revision-5',0,'revision','',0),(38,1,'2010-10-04 11:20:25','2010-10-04 16:20:25','<h2>Objective</h2>\r\n<p>To utilize acquired sales and marketing skills in a residential design and construction environment to promote self help and simple to more complex decorating to the general public in a television setting.</p>\r\n\r\n<h2>Employment History</h2>\r\n<h3>Decor8,llc</h3>\r\n<p>Successfully built a home-based business in interior design. Marketed complete design services to communities in North Atlanta. Established large customer base including Realtors, Residential Contractors, Home Owners and local design firms. Specializing in selling comprehensive space and design plans for remodeling, color and textile coordination, window treatments, furniture or accessory placement, and special art services. </p>\r\n<p class=\"job_note\">Member of International Furnishings and Design Association - IFDA</p>\r\n\r\n<h3>Searle Pharmaceuticals</h3>\r\n<p>Completed extensive training and study on pharmaceutical issues pertaining to arthritic and ulcer related illnesses. Finished required courses in Sales Management and Presentation Skills at Searle University, Chicago. </p>\r\n\r\n<h3>Kraft Foods</h3>\r\n<p>Responsibilities included managing, selling, and marketing to 30 locations of a major grocery chain in North Georgia. Performed all tasks associated with implementation of new products. Interacted with store and district managers to ensure coordination of product promotions and display activities. Special Accomplishments: Consistently met and exceeded sales goals.\r\n </p>\r\n\r\n<h3>Boyle Midway</h3>\r\n<p>Responsibilities included serving 200 retail accounts. Managed seven direct accounts that required working with store executives to discuss sales of new items. Presented seasonal promotions, analyzed store needs by forecasting profit goals for fifteen different product lines. Special Accomplishments: 150% growth in nine months! </p>\r\n\r\n<h3>Hess’s Department Store</h3>\r\n<p>Responsibilities included merchandising and managing a $7 million sales volume store. </p>\r\n<p class=\"job_note\">Assistant Buyer - October 1987 - April 1988. Promoted to Merchandise Coordinator.</p>\r\n<p class=\"job_note\">Department Manager - June 1987 - October 1987. Promoted to Assistant Buyer.</p>\r\n\r\n\r\n<h2>Education</h2>\r\n<ul>\r\n<li>Completed Advanced Certificate in Interior Design ~ Atlanta School of the Arts – July 2000. </li> \r\n<li>Extensive Work Completed toward Masters of Science in Criminal Justice Administration ~ Virginia Commonwealth University. All course work completed in 1996. GPA 3.8</li>\r\n<li>Post Baccalaureate Certificate in Criminal Justice ~ Virginia Commonwealth University December 1994. Equivalent to one year of master’s work. Awarded with Honors.</li>\r\n<li>Bachelor of Fine Arts ~ Virginia Commonwealth University – Emphasis in Marketing, Business Law, and Sales Promotion. Completed requirements for a minor degree in Psychology.</li>\r\n</ul>\r\n\r\n<h2>Professional Development</h2>\r\n\r\n<ul>\r\n<li>Completed Volunteer Training Program ~ Delta Society – National certified pet therapy evaluator.</li>\r\n<li>Completed 50 hours of Court Appointed Special Advocate (CASA) Training – Worked for the\r\n Athens-Clarke County of Georgia Juvenile Court assisting social workers, 1996.</li>\r\n<li>Completed 50 hours of Crisis Intervention Training - Contact Peninsula of Virginia - Concentrated on counseling sexually abused victims and sex offenders, 1995.</li>\r\n<li>Alpha Phi Sigma - National Honor Society in Criminal Justice 1995-1996.</li>\r\n</ul>','Resume','','inherit','open','open','','7-revision-6','','','2010-10-04 11:20:25','2010-10-04 16:20:25','',7,'http://decor8.net/7-revision-6',0,'revision','',0),(39,1,'2010-10-04 11:26:16','2010-10-04 16:26:16','<div id=\"resume\">\r\n\r\n<h2>Objective</h2>\r\n<p>To utilize acquired sales and marketing skills in a residential design and construction environment to promote self help and simple to more complex decorating to the general public in a television setting.</p>\r\n\r\n<h2>Employment History</h2>\r\n<h3>Decor8,llc</h3>\r\n<p>Successfully built a home-based business in interior design. Marketed complete design services to communities in North Atlanta. Established large customer base including Realtors, Residential Contractors, Home Owners and local design firms. Specializing in selling comprehensive space and design plans for remodeling, color and textile coordination, window treatments, furniture or accessory placement, and special art services. </p>\r\n<p class=\"job_note\">Member of International Furnishings and Design Association - IFDA</p>\r\n\r\n<h3>Searle Pharmaceuticals</h3>\r\n<p>Completed extensive training and study on pharmaceutical issues pertaining to arthritic and ulcer related illnesses. Finished required courses in Sales Management and Presentation Skills at Searle University, Chicago. </p>\r\n\r\n<h3>Kraft Foods</h3>\r\n<p>Responsibilities included managing, selling, and marketing to 30 locations of a major grocery chain in North Georgia. Performed all tasks associated with implementation of new products. Interacted with store and district managers to ensure coordination of product promotions and display activities. Special Accomplishments: Consistently met and exceeded sales goals.\r\n </p>\r\n\r\n<h3>Boyle Midway</h3>\r\n<p>Responsibilities included serving 200 retail accounts. Managed seven direct accounts that required working with store executives to discuss sales of new items. Presented seasonal promotions, analyzed store needs by forecasting profit goals for fifteen different product lines. Special Accomplishments: 150% growth in nine months! </p>\r\n\r\n<h3>Hess’s Department Store</h3>\r\n<p>Responsibilities included merchandising and managing a $7 million sales volume store. </p>\r\n<p class=\"job_note\">Assistant Buyer - October 1987 - April 1988. Promoted to Merchandise Coordinator.</p>\r\n<p class=\"job_note\">Department Manager - June 1987 - October 1987. Promoted to Assistant Buyer.</p>\r\n\r\n\r\n<h2>Education</h2>\r\n<ul>\r\n<li>Completed Advanced Certificate in Interior Design ~ Atlanta School of the Arts – July 2000. </li> \r\n<li>Extensive Work Completed toward Masters of Science in Criminal Justice Administration ~ Virginia Commonwealth University. All course work completed in 1996. GPA 3.8</li>\r\n<li>Post Baccalaureate Certificate in Criminal Justice ~ Virginia Commonwealth University December 1994. Equivalent to one year of master’s work. Awarded with Honors.</li>\r\n<li>Bachelor of Fine Arts ~ Virginia Commonwealth University – Emphasis in Marketing, Business Law, and Sales Promotion. Completed requirements for a minor degree in Psychology.</li>\r\n</ul>\r\n\r\n<h2>Professional Development</h2>\r\n\r\n<ul>\r\n<li>Completed Volunteer Training Program ~ Delta Society – National certified pet therapy evaluator.</li>\r\n<li>Completed 50 hours of Court Appointed Special Advocate (CASA) Training – Worked for the\r\n Athens-Clarke County of Georgia Juvenile Court assisting social workers, 1996.</li>\r\n<li>Completed 50 hours of Crisis Intervention Training - Contact Peninsula of Virginia - Concentrated on counseling sexually abused victims and sex offenders, 1995.</li>\r\n<li>Alpha Phi Sigma - National Honor Society in Criminal Justice 1995-1996.</li>\r\n</ul>\r\n\r\n</div><!-- end #resume -->','Resume','','inherit','open','open','','7-revision-7','','','2010-10-04 11:26:16','2010-10-04 16:26:16','',7,'http://decor8.net/7-revision-7',0,'revision','',0),(40,1,'2010-10-04 11:28:51','2010-10-04 16:28:51','<div id=\"resume\">\r\n\r\n<h2>Objective</h2>\r\n<p>To utilize acquired sales and marketing skills in a residential design and construction environment to promote self help and simple to more complex decorating to the general public in a television setting.</p>\r\n\r\n<h2>Employment History</h2>\r\n<h3>Decor8,llc</h3>\r\n<p>Successfully built a home-based business in interior design. Marketed complete design services to communities in North Atlanta. Established large customer base including Realtors, Residential Contractors, Home Owners and local design firms. Specializing in selling comprehensive space and design plans for remodeling, color and textile coordination, window treatments, furniture or accessory placement, and special art services. </p>\r\n<p class=\"job_note\">Member of International Furnishings and Design Association - IFDA</p>\r\n\r\n<h3>Searle Pharmaceuticals</h3>\r\n<p>Completed extensive training and study on pharmaceutical issues pertaining to arthritic and ulcer related illnesses. Finished required courses in Sales Management and Presentation Skills at Searle University, Chicago. </p>\r\n\r\n<h3>Kraft Foods</h3>\r\n<p>Responsibilities included managing, selling, and marketing to 30 locations of a major grocery chain in North Georgia. Performed all tasks associated with implementation of new products. Interacted with store and district managers to ensure coordination of product promotions and display activities. Special Accomplishments: Consistently met and exceeded sales goals.\r\n </p>\r\n\r\n<h3>Boyle Midway</h3>\r\n<p>Responsibilities included serving 200 retail accounts. Managed seven direct accounts that required working with store executives to discuss sales of new items. Presented seasonal promotions, analyzed store needs by forecasting profit goals for fifteen different product lines. Special Accomplishments: 150% growth in nine months! </p>\r\n\r\n<h3>Hess’s Department Store</h3>\r\n<p>Responsibilities included merchandising and managing a $7 million sales volume store. </p>\r\n<p class=\"job_note\">Assistant Buyer - October 1987 - April 1988. Promoted to Merchandise Coordinator.</p>\r\n<p class=\"job_note\">Department Manager - June 1987 - October 1987. Promoted to Assistant Buyer.</p>\r\n\r\n\r\n<h2>Education</h2>\r\n<ul class=\"resume_list\">\r\n<li><strong>Completed Advanced Certificate in Interior Design</strong> ~ Atlanta School of the Arts – July 2000. </li> \r\n<li><strong>Extensive Work Completed toward Masters of Science in Criminal Justice Administration</strong> ~ Virginia Commonwealth University. All course work completed in 1996. GPA 3.8</li>\r\n<li><strong>Post Baccalaureate Certificate in Criminal Justice</strong> ~ Virginia Commonwealth University December 1994. Equivalent to one year of master’s work. Awarded with Honors.</li>\r\n<li><strong>Bachelor of Fine Arts</strong> ~ Virginia Commonwealth University – Emphasis in Marketing, Business Law, and Sales Promotion. Completed requirements for a minor degree in Psychology.</li>\r\n</ul>\r\n\r\n<h2>Professional Development</h2>\r\n\r\n<ul class=\"resume_list\">\r\n<li><strong>Completed Volunteer Training Program ~ Delta Society</strong> – National certified pet therapy evaluator.</li>\r\n<li><strong>Completed 50 hours of Court Appointed Special Advocate (CASA) Training</strong> – Worked for the\r\n Athens-Clarke County of Georgia Juvenile Court assisting social workers, 1996.</li>\r\n<li><strong>Completed 50 hours of Crisis Intervention Training</strong> - Contact Peninsula of Virginia - Concentrated on counseling sexually abused victims and sex offenders, 1995.</li>\r\n<li><strong>Alpha Phi Sigma</strong> - National Honor Society in Criminal Justice 1995-1996.</li>\r\n</ul>\r\n\r\n</div><!-- end #resume -->','Resume','','inherit','open','open','','7-revision-8','','','2010-10-04 11:28:51','2010-10-04 16:28:51','',7,'http://decor8.net/7-revision-8',0,'revision','',0),(41,1,'2010-10-04 11:39:02','2010-10-04 16:39:02','<div id=\"resume\">\r\n\r\n<h2>Objective</h2>\r\n<p>To utilize acquired sales and marketing skills in a residential design and construction environment to promote self help and simple to more complex decorating to the general public in a television setting.</p>\r\n\r\n<h2>Employment History</h2>\r\n<h3>Decor8,llc</h3>\r\n<p class=\"job_dates\">October 1997 - Current</p>\r\n<p>Successfully built a home-based business in interior design. Marketed complete design services to communities in North Atlanta. Established large customer base including Realtors, Residential Contractors, Home Owners and local design firms. Specializing in selling comprehensive space and design plans for remodeling, color and textile coordination, window treatments, furniture or accessory placement, and special art services. </p>\r\n<p class=\"job_note\">Member of International Furnishings and Design Association - IFDA</p>\r\n\r\n<h3>Searle Pharmaceuticals</h3>\r\n<p class=\"job_dates\">July 1997 - September 1997</p>\r\n<p>Completed extensive training and study on pharmaceutical issues pertaining to arthritic and ulcer related illnesses. Finished required courses in Sales Management and Presentation Skills at Searle University, Chicago. </p>\r\n\r\n<h3>Kraft Foods</h3>\r\n<p class=\"job_dates\">May 1995 - July 1997</p>\r\n<p>Responsibilities included managing, selling, and marketing to 30 locations of a major grocery chain in North Georgia. Performed all tasks associated with implementation of new products. Interacted with store and district managers to ensure coordination of product promotions and display activities. Special Accomplishments: Consistently met and exceeded sales goals.\r\n </p>\r\n\r\n<h3>Boyle Midway</h3>\r\n<p class=\"job_dates\">June 1988 - March 1989</p>\r\n<p>Responsibilities included serving 200 retail accounts. Managed seven direct accounts that required working with store executives to discuss sales of new items. Presented seasonal promotions, analyzed store needs by forecasting profit goals for fifteen different product lines. Special Accomplishments: 150% growth in nine months! </p>\r\n\r\n<h3>Hess’s Department Store</h3>\r\n<p class=\"job_dates\">April 1988 - June 1988</p>\r\n<p>Responsibilities included merchandising and managing a $7 million sales volume store. </p>\r\n<p class=\"job_note\">Assistant Buyer - October 1987 - April 1988. Promoted to Merchandise Coordinator.</p>\r\n<p class=\"job_note\">Department Manager - June 1987 - October 1987. Promoted to Assistant Buyer.</p>\r\n\r\n\r\n<h2>Education</h2>\r\n<ul class=\"resume_list\">\r\n<li><strong>Completed Advanced Certificate in Interior Design</strong> ~ Atlanta School of the Arts – July 2000. </li> \r\n<li><strong>Extensive Work Completed toward Masters of Science in Criminal Justice Administration</strong> ~ Virginia Commonwealth University. All course work completed in 1996. GPA 3.8</li>\r\n<li><strong>Post Baccalaureate Certificate in Criminal Justice</strong> ~ Virginia Commonwealth University December 1994. Equivalent to one year of master’s work. Awarded with Honors.</li>\r\n<li><strong>Bachelor of Fine Arts</strong> ~ Virginia Commonwealth University – Emphasis in Marketing, Business Law, and Sales Promotion. Completed requirements for a minor degree in Psychology.</li>\r\n</ul>\r\n\r\n<h2>Professional Development</h2>\r\n\r\n<ul class=\"resume_list\">\r\n<li><strong>Completed Volunteer Training Program ~ Delta Society</strong> – National certified pet therapy evaluator.</li>\r\n<li><strong>Completed 50 hours of Court Appointed Special Advocate (CASA) Training</strong> – Worked for the\r\n Athens-Clarke County of Georgia Juvenile Court assisting social workers, 1996.</li>\r\n<li><strong>Completed 50 hours of Crisis Intervention Training</strong> - Contact Peninsula of Virginia - Concentrated on counseling sexually abused victims and sex offenders, 1995.</li>\r\n<li><strong>Alpha Phi Sigma</strong> - National Honor Society in Criminal Justice 1995-1996.</li>\r\n</ul>\r\n\r\n</div><!-- end #resume -->','Resume','','inherit','open','open','','7-revision-9','','','2010-10-04 11:39:02','2010-10-04 16:39:02','',7,'http://decor8.net/7-revision-9',0,'revision','',0),(42,1,'2010-10-04 11:40:44','2010-10-04 16:40:44','<div id=\"resume\">\r\n\r\n<h2>Objective</h2>\r\n<p>To utilize acquired sales and marketing skills in a residential design and construction environment to promote self help and simple to more complex decorating to the general public in a television setting.</p>\r\n\r\n<h2>Employment History</h2>\r\n<h3>Decor8,llc</h3>\r\n<p><span class=\"job_title\">Owner</span><span class=\"job_dates\">October 1997 - Current</p>\r\n<p>Successfully built a home-based business in interior design. Marketed complete design services to communities in North Atlanta. Established large customer base including Realtors, Residential Contractors, Home Owners and local design firms. Specializing in selling comprehensive space and design plans for remodeling, color and textile coordination, window treatments, furniture or accessory placement, and special art services. </p>\r\n<p class=\"job_note\">Member of International Furnishings and Design Association - IFDA</p>\r\n\r\n<h3>Searle Pharmaceuticals</h3>\r\n<p class=\"job_dates\">July 1997 - September 1997</p>\r\n<p>Completed extensive training and study on pharmaceutical issues pertaining to arthritic and ulcer related illnesses. Finished required courses in Sales Management and Presentation Skills at Searle University, Chicago. </p>\r\n\r\n<h3>Kraft Foods</h3>\r\n<p class=\"job_dates\">May 1995 - July 1997</p>\r\n<p>Responsibilities included managing, selling, and marketing to 30 locations of a major grocery chain in North Georgia. Performed all tasks associated with implementation of new products. Interacted with store and district managers to ensure coordination of product promotions and display activities. Special Accomplishments: Consistently met and exceeded sales goals.\r\n </p>\r\n\r\n<h3>Boyle Midway</h3>\r\n<p class=\"job_dates\">June 1988 - March 1989</p>\r\n<p>Responsibilities included serving 200 retail accounts. Managed seven direct accounts that required working with store executives to discuss sales of new items. Presented seasonal promotions, analyzed store needs by forecasting profit goals for fifteen different product lines. Special Accomplishments: 150% growth in nine months! </p>\r\n\r\n<h3>Hess’s Department Store</h3>\r\n<p class=\"job_dates\">April 1988 - June 1988</p>\r\n<p>Responsibilities included merchandising and managing a $7 million sales volume store. </p>\r\n<p class=\"job_note\">Assistant Buyer - October 1987 - April 1988. Promoted to Merchandise Coordinator.</p>\r\n<p class=\"job_note\">Department Manager - June 1987 - October 1987. Promoted to Assistant Buyer.</p>\r\n\r\n\r\n<h2>Education</h2>\r\n<ul class=\"resume_list\">\r\n<li><strong>Completed Advanced Certificate in Interior Design</strong> ~ Atlanta School of the Arts – July 2000. </li> \r\n<li><strong>Extensive Work Completed toward Masters of Science in Criminal Justice Administration</strong> ~ Virginia Commonwealth University. All course work completed in 1996. GPA 3.8</li>\r\n<li><strong>Post Baccalaureate Certificate in Criminal Justice</strong> ~ Virginia Commonwealth University December 1994. Equivalent to one year of master’s work. Awarded with Honors.</li>\r\n<li><strong>Bachelor of Fine Arts</strong> ~ Virginia Commonwealth University – Emphasis in Marketing, Business Law, and Sales Promotion. Completed requirements for a minor degree in Psychology.</li>\r\n</ul>\r\n\r\n<h2>Professional Development</h2>\r\n\r\n<ul class=\"resume_list\">\r\n<li><strong>Completed Volunteer Training Program ~ Delta Society</strong> – National certified pet therapy evaluator.</li>\r\n<li><strong>Completed 50 hours of Court Appointed Special Advocate (CASA) Training</strong> – Worked for the\r\n Athens-Clarke County of Georgia Juvenile Court assisting social workers, 1996.</li>\r\n<li><strong>Completed 50 hours of Crisis Intervention Training</strong> - Contact Peninsula of Virginia - Concentrated on counseling sexually abused victims and sex offenders, 1995.</li>\r\n<li><strong>Alpha Phi Sigma</strong> - National Honor Society in Criminal Justice 1995-1996.</li>\r\n</ul>\r\n\r\n</div><!-- end #resume -->','Resume','','inherit','open','open','','7-revision-10','','','2010-10-04 11:40:44','2010-10-04 16:40:44','',7,'http://decor8.net/7-revision-10',0,'revision','',0),(43,1,'2010-10-04 11:43:38','2010-10-04 16:43:38','<div id=\"resume\">\r\n\r\n<h2>Objective</h2>\r\n<p>To utilize acquired sales and marketing skills in a residential design and construction environment to promote self help and simple to more complex decorating to the general public in a television setting.</p>\r\n\r\n<h2>Employment History</h2>\r\n<h3>Decor8,llc</h3>\r\n<p><span class=\"job_title\">Owner</span><span class=\"job_dates\">October 1997 - Current</span></p>\r\n<p>Successfully built a home-based business in interior design. Marketed complete design services to communities in North Atlanta. Established large customer base including Realtors, Residential Contractors, Home Owners and local design firms. Specializing in selling comprehensive space and design plans for remodeling, color and textile coordination, window treatments, furniture or accessory placement, and special art services. </p>\r\n<p class=\"job_note\">Member of International Furnishings and Design Association - IFDA</p>\r\n\r\n<h3>Searle Pharmaceuticals</h3>\r\n<p class=\"job_dates\">July 1997 - September 1997</p>\r\n<p>Completed extensive training and study on pharmaceutical issues pertaining to arthritic and ulcer related illnesses. Finished required courses in Sales Management and Presentation Skills at Searle University, Chicago. </p>\r\n\r\n<h3>Kraft Foods</h3>\r\n<p class=\"job_dates\">May 1995 - July 1997</p>\r\n<p>Responsibilities included managing, selling, and marketing to 30 locations of a major grocery chain in North Georgia. Performed all tasks associated with implementation of new products. Interacted with store and district managers to ensure coordination of product promotions and display activities. Special Accomplishments: Consistently met and exceeded sales goals.\r\n </p>\r\n\r\n<h3>Boyle Midway</h3>\r\n<p class=\"job_dates\">June 1988 - March 1989</p>\r\n<p>Responsibilities included serving 200 retail accounts. Managed seven direct accounts that required working with store executives to discuss sales of new items. Presented seasonal promotions, analyzed store needs by forecasting profit goals for fifteen different product lines. Special Accomplishments: 150% growth in nine months! </p>\r\n\r\n<h3>Hess’s Department Store</h3>\r\n<p class=\"job_dates\">April 1988 - June 1988</p>\r\n<p>Responsibilities included merchandising and managing a $7 million sales volume store. </p>\r\n<p class=\"job_note\">Assistant Buyer - October 1987 - April 1988. Promoted to Merchandise Coordinator.</p>\r\n<p class=\"job_note\">Department Manager - June 1987 - October 1987. Promoted to Assistant Buyer.</p>\r\n\r\n\r\n<h2>Education</h2>\r\n<ul class=\"resume_list\">\r\n<li><strong>Completed Advanced Certificate in Interior Design</strong> ~ Atlanta School of the Arts – July 2000. </li> \r\n<li><strong>Extensive Work Completed toward Masters of Science in Criminal Justice Administration</strong> ~ Virginia Commonwealth University. All course work completed in 1996. GPA 3.8</li>\r\n<li><strong>Post Baccalaureate Certificate in Criminal Justice</strong> ~ Virginia Commonwealth University December 1994. Equivalent to one year of master’s work. Awarded with Honors.</li>\r\n<li><strong>Bachelor of Fine Arts</strong> ~ Virginia Commonwealth University – Emphasis in Marketing, Business Law, and Sales Promotion. Completed requirements for a minor degree in Psychology.</li>\r\n</ul>\r\n\r\n<h2>Professional Development</h2>\r\n\r\n<ul class=\"resume_list\">\r\n<li><strong>Completed Volunteer Training Program ~ Delta Society</strong> – National certified pet therapy evaluator.</li>\r\n<li><strong>Completed 50 hours of Court Appointed Special Advocate (CASA) Training</strong> – Worked for the\r\n Athens-Clarke County of Georgia Juvenile Court assisting social workers, 1996.</li>\r\n<li><strong>Completed 50 hours of Crisis Intervention Training</strong> - Contact Peninsula of Virginia - Concentrated on counseling sexually abused victims and sex offenders, 1995.</li>\r\n<li><strong>Alpha Phi Sigma</strong> - National Honor Society in Criminal Justice 1995-1996.</li>\r\n</ul>\r\n\r\n</div><!-- end #resume -->','Resume','','inherit','open','open','','7-revision-11','','','2010-10-04 11:43:38','2010-10-04 16:43:38','',7,'http://decor8.net/7-revision-11',0,'revision','',0),(44,1,'2010-10-04 11:45:02','2010-10-04 16:45:02','<div id=\"resume\">\r\n\r\n<h2>Objective</h2>\r\n<p>To utilize acquired sales and marketing skills in a residential design and construction environment to promote self help and simple to more complex decorating to the general public in a television setting.</p>\r\n\r\n<h2>Employment History</h2>\r\n<h3>Decor8,llc</h3>\r\n<p class=\"job_dates\">October 1997 - Current</p>\r\n<p class=\"job_title\">Owner</p>\r\n<p>Successfully built a home-based business in interior design. Marketed complete design services to communities in North Atlanta. Established large customer base including Realtors, Residential Contractors, Home Owners and local design firms. Specializing in selling comprehensive space and design plans for remodeling, color and textile coordination, window treatments, furniture or accessory placement, and special art services. </p>\r\n<p class=\"job_note\">Member of International Furnishings and Design Association - IFDA</p>\r\n\r\n<h3>Searle Pharmaceuticals</h3>\r\n<p class=\"job_dates\">July 1997 - September 1997</p>\r\n<p>Completed extensive training and study on pharmaceutical issues pertaining to arthritic and ulcer related illnesses. Finished required courses in Sales Management and Presentation Skills at Searle University, Chicago. </p>\r\n\r\n<h3>Kraft Foods</h3>\r\n<p class=\"job_dates\">May 1995 - July 1997</p>\r\n<p>Responsibilities included managing, selling, and marketing to 30 locations of a major grocery chain in North Georgia. Performed all tasks associated with implementation of new products. Interacted with store and district managers to ensure coordination of product promotions and display activities. Special Accomplishments: Consistently met and exceeded sales goals.\r\n </p>\r\n\r\n<h3>Boyle Midway</h3>\r\n<p class=\"job_dates\">June 1988 - March 1989</p>\r\n<p>Responsibilities included serving 200 retail accounts. Managed seven direct accounts that required working with store executives to discuss sales of new items. Presented seasonal promotions, analyzed store needs by forecasting profit goals for fifteen different product lines. Special Accomplishments: 150% growth in nine months! </p>\r\n\r\n<h3>Hess’s Department Store</h3>\r\n<p class=\"job_dates\">April 1988 - June 1988</p>\r\n<p>Responsibilities included merchandising and managing a $7 million sales volume store. </p>\r\n<p class=\"job_note\">Assistant Buyer - October 1987 - April 1988. Promoted to Merchandise Coordinator.</p>\r\n<p class=\"job_note\">Department Manager - June 1987 - October 1987. Promoted to Assistant Buyer.</p>\r\n\r\n\r\n<h2>Education</h2>\r\n<ul class=\"resume_list\">\r\n<li><strong>Completed Advanced Certificate in Interior Design</strong> ~ Atlanta School of the Arts – July 2000. </li> \r\n<li><strong>Extensive Work Completed toward Masters of Science in Criminal Justice Administration</strong> ~ Virginia Commonwealth University. All course work completed in 1996. GPA 3.8</li>\r\n<li><strong>Post Baccalaureate Certificate in Criminal Justice</strong> ~ Virginia Commonwealth University December 1994. Equivalent to one year of master’s work. Awarded with Honors.</li>\r\n<li><strong>Bachelor of Fine Arts</strong> ~ Virginia Commonwealth University – Emphasis in Marketing, Business Law, and Sales Promotion. Completed requirements for a minor degree in Psychology.</li>\r\n</ul>\r\n\r\n<h2>Professional Development</h2>\r\n\r\n<ul class=\"resume_list\">\r\n<li><strong>Completed Volunteer Training Program ~ Delta Society</strong> – National certified pet therapy evaluator.</li>\r\n<li><strong>Completed 50 hours of Court Appointed Special Advocate (CASA) Training</strong> – Worked for the\r\n Athens-Clarke County of Georgia Juvenile Court assisting social workers, 1996.</li>\r\n<li><strong>Completed 50 hours of Crisis Intervention Training</strong> - Contact Peninsula of Virginia - Concentrated on counseling sexually abused victims and sex offenders, 1995.</li>\r\n<li><strong>Alpha Phi Sigma</strong> - National Honor Society in Criminal Justice 1995-1996.</li>\r\n</ul>\r\n\r\n</div><!-- end #resume -->','Resume','','inherit','open','open','','7-revision-12','','','2010-10-04 11:45:02','2010-10-04 16:45:02','',7,'http://decor8.net/7-revision-12',0,'revision','',0),(45,1,'2010-09-30 12:00:32','2010-09-30 17:00:32','<h2>Commercial</h2>\r\n\r\n<h2>Faux</h2>\r\n\r\n<h2>Murals</h2>\r\n\r\n<h2>Home Decor</h2>\r\n\r\n<h2>Window Decor</h2>\r\n\r\n<h2>Second Story Windows</h2>\r\n\r\n<h2>Before & After</h2>\r\n\r\n<h2>Nursery\'s</h2>\r\n\r\n<h2>Children\'s Rooms</h2>\r\n\r\n<h2>Baths</h2>\r\n\r\n<h2>Bedrooms</h2>\r\n\r\n<h2>Dining Rooms</h2>\r\n\r\n<h2>Kitchens</h2>\r\n\r\n<h2>Basements and Media Rooms</h2>\r\n\r\n<h2>Florals</h2>\r\n\r\n<h2>Holidays and Special Events</h2>\r\n\r\n<h2>Staging</h2>','Portfolio','','inherit','open','open','','3-revision-4','','','2010-09-30 12:00:32','2010-09-30 17:00:32','',3,'http://decor8.net/3-revision-4',0,'revision','',0),(46,1,'2010-10-04 12:33:06','2010-10-04 17:33:06','<h2>Commercial</h2>\r\n\r\n<h2>Faux</h2>\r\n\r\n<h2>Murals</h2>\r\n\r\n<h2>Home Decor</h2>\r\n\r\n<h2>Window Decor</h2>\r\n\r\n<h2>Second Story Windows</h2>\r\n\r\n<h2>Before & After</h2>\r\n\r\n<h2>Nursery\'s</h2>\r\n\r\n<h2>Children\'s Rooms</h2>\r\n\r\n<h2>Baths</h2>\r\n\r\n<h2>Bedrooms</h2>\r\n\r\n<h2>Dining Rooms</h2>\r\n\r\n<h2>Kitchens</h2>\r\n\r\n<h2>Basements and Media Rooms</h2>\r\n\r\n<h2>Florals</h2>\r\n\r\n<h2>Holidays and Special Events</h2>\r\n\r\n<h2><a href=\"/staging/\">Staging</a></h2>','Portfolio','','inherit','open','open','','3-revision-5','','','2010-10-04 12:33:06','2010-10-04 17:33:06','',3,'http://decor8.net/3-revision-5',0,'revision','',0),(47,1,'2010-10-04 12:37:16','2010-10-04 17:37:16','[nggallery id=18]','Commercial Photos','','publish','open','open','','commercial','','','2010-10-04 13:21:50','2010-10-04 18:21:50','',3,'http://decor8.net',0,'page','',0),(48,1,'2010-10-04 12:36:46','2010-10-04 17:36:46','','Commercial ','','inherit','open','open','','47-revision','','','2010-10-04 12:36:46','2010-10-04 17:36:46','',47,'http://decor8.net/47-revision',0,'revision','',0),(49,1,'2010-10-04 12:37:16','2010-10-04 17:37:16','','Commercial Photos','','inherit','open','open','','47-revision-2','','','2010-10-04 12:37:16','2010-10-04 17:37:16','',47,'http://decor8.net/47-revision-2',0,'revision','',0),(50,1,'2010-10-04 12:37:44','2010-10-04 17:37:44','','Commercial Photos','','inherit','open','open','','47-revision-3','','','2010-10-04 12:37:44','2010-10-04 17:37:44','',47,'http://decor8.net/47-revision-3',0,'revision','',0),(51,1,'2010-10-04 12:40:33','2010-10-04 17:40:33','[nggallery id=17]','Faux Photos','','publish','open','open','','faux','','','2010-10-04 13:21:20','2010-10-04 18:21:20','',3,'http://decor8.net',0,'page','',0),(52,1,'2010-10-04 12:40:19','2010-10-04 17:40:19','','Faux','','inherit','open','open','','51-revision','','','2010-10-04 12:40:19','2010-10-04 17:40:19','',51,'http://decor8.net/51-revision',0,'revision','',0),(53,1,'2010-10-04 12:40:33','2010-10-04 17:40:33','','Faux','','inherit','open','open','','51-revision-2','','','2010-10-04 12:40:33','2010-10-04 17:40:33','',51,'http://decor8.net/51-revision-2',0,'revision','',0),(54,1,'2010-10-04 12:41:02','2010-10-04 17:41:02','[nggallery id=16]','Murals','','publish','open','open','','murals','','','2010-10-04 13:20:57','2010-10-04 18:20:57','',3,'http://decor8.net',0,'page','',0),(55,1,'2010-10-04 12:40:54','2010-10-04 17:40:54','','Murals','','inherit','open','open','','54-revision','','','2010-10-04 12:40:54','2010-10-04 17:40:54','',54,'http://decor8.net/54-revision',0,'revision','',0),(56,1,'2010-10-04 12:41:02','2010-10-04 17:41:02','','Murals','','inherit','open','open','','54-revision-2','','','2010-10-04 12:41:02','2010-10-04 17:41:02','',54,'http://decor8.net/54-revision-2',0,'revision','',0),(57,1,'2010-10-04 12:41:56','2010-10-04 17:41:56','[nggallery id=15]','Home Decor Photos','','publish','open','open','','home-decor','','','2010-10-04 13:20:13','2010-10-04 18:20:13','',3,'http://decor8.net',0,'page','',0),(58,1,'2010-10-04 12:41:43','2010-10-04 17:41:43','','Home Decor','','inherit','open','open','','57-revision','','','2010-10-04 12:41:43','2010-10-04 17:41:43','',57,'http://decor8.net/57-revision',0,'revision','',0),(59,1,'2010-10-04 12:41:56','2010-10-04 17:41:56','','Home Decor Photos','','inherit','open','open','','57-revision-2','','','2010-10-04 12:41:56','2010-10-04 17:41:56','',57,'http://decor8.net/57-revision-2',0,'revision','',0),(60,1,'2010-10-04 12:42:46','2010-10-04 17:42:46','[nggallery id=14]','Window Decor Photos','','publish','open','open','','window-decor','','','2010-10-04 13:19:48','2010-10-04 18:19:48','',3,'http://decor8.net',0,'page','',0),(61,1,'2010-10-04 12:42:28','2010-10-04 17:42:28','','Window Decor Photos','','inherit','open','open','','60-revision','','','2010-10-04 12:42:28','2010-10-04 17:42:28','',60,'http://decor8.net/60-revision',0,'revision','',0),(62,1,'2010-10-04 12:43:29','2010-10-04 17:43:29','[nggallery id=13]','Second Story Windows','','publish','open','open','','second-story-windows','','','2010-10-04 13:18:33','2010-10-04 18:18:33','',3,'http://decor8.net',0,'page','',0),(63,1,'2010-10-04 12:43:06','2010-10-04 17:43:06','','Second Story Windows','','inherit','open','open','','62-revision','','','2010-10-04 12:43:06','2010-10-04 17:43:06','',62,'http://decor8.net/62-revision',0,'revision','',0),(64,1,'2010-10-04 12:43:50','2010-10-04 17:43:50','[nggallery id=12]','Before and After','','publish','open','open','','before-and-after','','','2010-10-04 13:17:50','2010-10-04 18:17:50','',3,'http://decor8.net',0,'page','',0),(65,1,'2010-10-04 12:43:46','2010-10-04 17:43:46','','Before and After','','inherit','open','open','','64-revision','','','2010-10-04 12:43:46','2010-10-04 17:43:46','',64,'http://decor8.net/64-revision',0,'revision','',0),(66,1,'2010-10-04 12:44:29','2010-10-04 17:44:29','[nggallery id=11]','Nursery Photos','','publish','open','open','','nurserys','','','2010-10-04 13:17:18','2010-10-04 18:17:18','',3,'http://decor8.net',0,'page','',0),(67,1,'2010-10-04 12:44:16','2010-10-04 17:44:16','','Nursery Photos','','inherit','open','open','','66-revision','','','2010-10-04 12:44:16','2010-10-04 17:44:16','',66,'http://decor8.net/66-revision',0,'revision','',0),(68,1,'2010-10-04 12:44:48','2010-10-04 17:44:48','[nggallery id=10]','Children\'s Rooms','','publish','open','open','','childrens-rooms','','','2010-10-04 13:16:39','2010-10-04 18:16:39','',3,'http://decor8.net',0,'page','',0),(69,1,'2010-10-04 12:44:44','2010-10-04 17:44:44','','Children\'s Rooms','','inherit','open','open','','68-revision','','','2010-10-04 12:44:44','2010-10-04 17:44:44','',68,'http://decor8.net/68-revision',0,'revision','',0),(70,1,'2010-10-04 12:45:07','2010-10-04 17:45:07','[nggallery id=9]','Baths','','publish','open','open','','baths','','','2010-10-04 13:16:16','2010-10-04 18:16:16','',3,'http://decor8.net',0,'page','',0),(71,1,'2010-10-04 12:45:03','2010-10-04 17:45:03','','Baths','','inherit','open','open','','70-revision','','','2010-10-04 12:45:03','2010-10-04 17:45:03','',70,'http://decor8.net/70-revision',0,'revision','',0),(72,1,'2010-10-04 12:45:23','2010-10-04 17:45:23','[nggallery id=8]','Bedrooms','','publish','open','open','','bedrooms','','','2010-10-04 13:15:48','2010-10-04 18:15:48','',3,'http://decor8.net',0,'page','',0),(73,1,'2010-10-04 12:45:19','2010-10-04 17:45:19','','Bedrooms','','inherit','open','open','','72-revision','','','2010-10-04 12:45:19','2010-10-04 17:45:19','',72,'http://decor8.net/72-revision',0,'revision','',0),(74,1,'2010-10-04 12:45:43','2010-10-04 17:45:43','[nggallery id=7]','Dining Rooms','','publish','open','open','','dining-rooms','','','2010-10-04 13:15:20','2010-10-04 18:15:20','',3,'http://decor8.net',0,'page','',0),(75,1,'2010-10-04 12:45:37','2010-10-04 17:45:37','','Dining Rooms','','inherit','open','open','','74-revision','','','2010-10-04 12:45:37','2010-10-04 17:45:37','',74,'http://decor8.net/74-revision',0,'revision','',0),(76,1,'2010-10-04 12:46:00','2010-10-04 17:46:00','[nggallery id=6]','Kitchens','','publish','open','open','','kitchens','','','2010-10-04 13:14:18','2010-10-04 18:14:18','',3,'http://decor8.net',0,'page','',0),(77,1,'2010-10-04 12:45:55','2010-10-04 17:45:55','','Kitchens','','inherit','open','open','','76-revision','','','2010-10-04 12:45:55','2010-10-04 17:45:55','',76,'http://decor8.net/76-revision',0,'revision','',0),(78,1,'2010-10-04 12:46:38','2010-10-04 17:46:38','[nggallery id=5]','Basements and Media Rooms','','publish','open','open','','basements-and-media-rooms','','','2010-10-04 13:14:32','2010-10-04 18:14:32','',3,'http://decor8.net',0,'page','',0),(79,1,'2010-10-04 12:46:20','2010-10-04 17:46:20','','Basements and Media Rooms','','inherit','open','open','','78-revision','','','2010-10-04 12:46:20','2010-10-04 17:46:20','',78,'http://decor8.net/78-revision',0,'revision','',0),(80,1,'2010-10-04 12:47:08','2010-10-04 17:47:08','[nggallery id=4]','Florals','','publish','open','open','','florals','','','2010-10-04 13:12:25','2010-10-04 18:12:25','',3,'http://decor8.net',0,'page','',0),(81,1,'2010-10-04 12:47:04','2010-10-04 17:47:04','','Florals','','inherit','open','open','','80-revision','','','2010-10-04 12:47:04','2010-10-04 17:47:04','',80,'http://decor8.net/80-revision',0,'revision','',0),(82,1,'2010-10-04 12:47:30','2010-10-04 17:47:30','[nggallery id=3]','Holidays and Special Events','','publish','open','open','','holidays-and-special-events','','','2010-10-04 13:03:34','2010-10-04 18:03:34','',3,'http://decor8.net',0,'page','',0),(83,1,'2010-10-04 12:47:26','2010-10-04 17:47:26','','Holidays and Special Events','','inherit','open','open','','82-revision','','','2010-10-04 12:47:26','2010-10-04 17:47:26','',82,'http://decor8.net/82-revision',0,'revision','',0),(84,1,'2010-10-04 12:35:51','2010-10-04 17:35:51','<ul id=\"portfolio\">\r\n<li>Commercial</li>\r\n<li>Faux</li>\r\n<li>Murals</li>\r\n<li>Home Decor</li>\r\n<li>Window Decor</li>\r\n<li>Second Story Windows</li>\r\n<li>Before & After</li>\r\n<li>Nursery\'s</li>\r\n<li>Children\'s Rooms</li>\r\n<li>Baths</li>\r\n<li>Bedrooms</li>\r\n<li>Dining Rooms</li>\r\n<li>Kitchens</li>\r\n<li>Basements and Media Rooms</li>\r\n<li>Florals</li>\r\n<li>Holidays and Special Events</li>\r\n<li><a href=\"/staging/\">Staging</a></li>\r\n</ul>','Portfolio','','inherit','open','open','','3-revision-6','','','2010-10-04 12:35:51','2010-10-04 17:35:51','',3,'http://decor8.net/3-revision-6',0,'revision','',0),(85,1,'2010-10-04 12:47:30','2010-10-04 17:47:30','','Holidays and Special Events','','inherit','open','open','','82-revision-2','','','2010-10-04 12:47:30','2010-10-04 17:47:30','',82,'http://decor8.net/82-revision-2',0,'revision','',0),(86,1,'2010-10-04 12:47:08','2010-10-04 17:47:08','','Florals','','inherit','open','open','','80-revision-2','','','2010-10-04 12:47:08','2010-10-04 17:47:08','',80,'http://decor8.net/80-revision-2',0,'revision','',0),(87,1,'2010-10-04 12:46:00','2010-10-04 17:46:00','','Kitchens','','inherit','open','open','','76-revision-2','','','2010-10-04 12:46:00','2010-10-04 17:46:00','',76,'http://decor8.net/76-revision-2',0,'revision','',0),(88,1,'2010-10-04 12:46:38','2010-10-04 17:46:38','','Basements and Media Rooms','','inherit','open','open','','78-revision-2','','','2010-10-04 12:46:38','2010-10-04 17:46:38','',78,'http://decor8.net/78-revision-2',0,'revision','',0),(89,1,'2010-10-04 12:45:43','2010-10-04 17:45:43','','Dining Rooms','','inherit','open','open','','74-revision-2','','','2010-10-04 12:45:43','2010-10-04 17:45:43','',74,'http://decor8.net/74-revision-2',0,'revision','',0),(90,1,'2010-10-04 12:45:23','2010-10-04 17:45:23','','Bedrooms','','inherit','open','open','','72-revision-2','','','2010-10-04 12:45:23','2010-10-04 17:45:23','',72,'http://decor8.net/72-revision-2',0,'revision','',0),(91,1,'2010-10-04 12:45:07','2010-10-04 17:45:07','','Baths','','inherit','open','open','','70-revision-2','','','2010-10-04 12:45:07','2010-10-04 17:45:07','',70,'http://decor8.net/70-revision-2',0,'revision','',0),(92,1,'2010-10-04 12:44:48','2010-10-04 17:44:48','','Children\'s Rooms','','inherit','open','open','','68-revision-2','','','2010-10-04 12:44:48','2010-10-04 17:44:48','',68,'http://decor8.net/68-revision-2',0,'revision','',0),(93,1,'2010-10-04 12:44:29','2010-10-04 17:44:29','','Nursery Photos','','inherit','open','open','','66-revision-2','','','2010-10-04 12:44:29','2010-10-04 17:44:29','',66,'http://decor8.net/66-revision-2',0,'revision','',0),(94,1,'2010-10-04 12:43:50','2010-10-04 17:43:50','','Before and After','','inherit','open','open','','64-revision-2','','','2010-10-04 12:43:50','2010-10-04 17:43:50','',64,'http://decor8.net/64-revision-2',0,'revision','',0),(95,1,'2010-10-04 12:43:29','2010-10-04 17:43:29','','Second Story Windows','','inherit','open','open','','62-revision-2','','','2010-10-04 12:43:29','2010-10-04 17:43:29','',62,'http://decor8.net/62-revision-2',0,'revision','',0),(96,1,'2010-10-04 12:42:46','2010-10-04 17:42:46','','Window Decor Photos','','inherit','open','open','','60-revision-2','','','2010-10-04 12:42:46','2010-10-04 17:42:46','',60,'http://decor8.net/60-revision-2',0,'revision','',0),(97,1,'2010-10-04 12:42:10','2010-10-04 17:42:10','','Home Decor Photos','','inherit','open','open','','57-revision-3','','','2010-10-04 12:42:10','2010-10-04 17:42:10','',57,'http://decor8.net/57-revision-3',0,'revision','',0),(98,1,'2010-10-04 12:41:28','2010-10-04 17:41:28','','Murals','','inherit','open','open','','54-revision-3','','','2010-10-04 12:41:28','2010-10-04 17:41:28','',54,'http://decor8.net/54-revision-3',0,'revision','',0),(99,1,'2010-10-04 12:40:41','2010-10-04 17:40:41','','Faux Photos','','inherit','open','open','','51-revision-3','','','2010-10-04 12:40:41','2010-10-04 17:40:41','',51,'http://decor8.net/51-revision-3',0,'revision','',0),(100,1,'2010-10-04 12:39:59','2010-10-04 17:39:59','','Commercial Photos','','inherit','open','open','','47-revision-4','','','2010-10-04 12:39:59','2010-10-04 17:39:59','',47,'http://decor8.net/47-revision-4',0,'revision','',0),(101,1,'2010-10-04 12:54:39','2010-10-04 17:54:39','<ul id=\"portfolio\">\r\n<li><a href=\"/commercial/\">Commercial</a></li>\r\n<li><a href=\"/faux/\">Faux</a></li>\r\n<li><a href=\"/murals/\">Murals</a></li>\r\n<li><a href=\"/home-decor/\">Home Decor</a></li>\r\n<li><a href=\"/staging/\">Window Decor</a></li>\r\n<li><a href=\"/second-story-windows/\">Second Story Windows</a></li>\r\n<li><a href=\"/before-and-after/\">Before & After</a></li>\r\n<li><a href=\"/nurserys/\">Nursery\'s</a></li>\r\n<li><a href=\"/childrens-rooms/\">Children\'s Rooms</a></li>\r\n<li><a href=\"/baths/\">Baths</a></li>\r\n<li><a href=\"/bedrooms/\">Bedrooms</a></li>\r\n<li><a href=\"/dining-rooms/\">Dining Rooms</a></li>\r\n<li><a href=\"/kitchens/\">Kitchens</a></li>\r\n<li><a href=\"/basements-and-media-rooms/\">Basements and Media Rooms</a></li>\r\n<li><a href=\"/florals/\">Florals</a></li>\r\n<li><a href=\"/holidays-and-special-events/\">Holidays and Special Events</a></li>\r\n<li><a href=\"/staging/\">Staging</a></li>\r\n</ul>','Portfolio','','inherit','open','open','','3-revision-7','','','2010-10-04 12:54:39','2010-10-04 17:54:39','',3,'http://decor8.net/3-revision-7',0,'revision','',0),(102,1,'2010-10-12 10:31:33','2010-10-12 15:31:33','Easy Living Jazz song','Easy Living','Easy Living','inherit','open','open','','113_full_easy-living_0093','','','2010-10-12 10:31:33','2010-10-12 15:31:33','',0,'http://decor8.net/wp-content/uploads/2010/10/113_full_easy-living_0093.mp3',0,'attachment','audio/mpeg',0),(103,1,'2010-10-14 11:31:27','2010-10-14 16:31:27','<h2>Color Perfect:</h2>\r\nAchieve hands-on knowledge about different brands of paints, learn to recognize different finishes and sheens, to coordinate paint intensity and depth of color, to identify new trendy colors and constant classics. Understand the influence that paint plays on your emotions. Further your knowledge in the psychology and meaning of colors. Class includes a viewing of the latest mural and faux finish techniques. (3 hrs.)\r\n<form action=\"https://www.paypal.com/cgi-bin/webscr\" method=\"post\"> <input name=\"cmd\" type=\"hidden\" value=\"_xclick\" /><input name=\"business\" type=\"hidden\" value=\"christinecbarnes@comcast.net\" /><input name=\"item_name\" type=\"hidden\" value=\"Studio Class: Color Perfect\" /><input name=\"item_number\" type=\"hidden\" value=\"color class\" /><input name=\"amount\" type=\"hidden\" value=\"99.00\" /><input name=\"currency_code\" type=\"hidden\" value=\"USD\" /><input name=\"shipping\" type=\"hidden\" value=\"0.00\" /><input name=\"shipping2\" type=\"hidden\" value=\"0.00\" /><input name=\"handling\" type=\"hidden\" value=\"0.00\" /><input name=\"no_shipping\" type=\"hidden\" value=\"1\" /><input name=\"no_note\" type=\"hidden\" value=\"1\" /><input name=\"cn\" type=\"hidden\" value=\"to order class now\" /><input name=\"undefined_quantity\" type=\"hidden\" value=\"1\" /><input name=\"return\" type=\"hidden\" value=\"http://decor8.net\" /><input name=\"cancel_return\" type=\"hidden\" value=\"http://decor8.net\" /><input name=\"bn\" type=\"hidden\" value=\"NetworkSolutions-ImageCafe\" /><input name=\"pal\" type=\"hidden\" value=\"pal\" /><input name=\"mrb\" type=\"hidden\" value=\"mrb\" />\r\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"98%\">\r\n<tbody>\r\n<tr>\r\n<td align=\"center\"><input name=\"add\" src=\"https://www.paypal.com/en_US/i/btn/x-click-but01.gif\" type=\"image\" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</form>\r\n\r\n<h2>Fabric and Color Mixtures:</h2>\r\nLearn how to choose great fabrics from expensive to inexpensive. Understand the complexity of coordinating a variety of fabrics, and knowing where and when to use them. Choosing \"knockout\" trims to compliment any fabric. Finally, learn how to mix colors and textures perfectly to create a cohesive design! (3 hrs.)\r\n\r\n<form action=\"https://www.paypal.com/cgi-bin/webscr\" method=\"post\"> <input name=\"cmd\" type=\"hidden\" value=\"_xclick\" /><input name=\"business\" type=\"hidden\" value=\"christinecbarnes@comcast.net\" /><input name=\"item_name\" type=\"hidden\" value=\"Studio Class: Fabric and Color Mixtures\" /><input name=\"item_number\" type=\"hidden\" value=\"color class\" /><input name=\"amount\" type=\"hidden\" value=\"99.00\" /><input name=\"currency_code\" type=\"hidden\" value=\"USD\" /><input name=\"shipping\" type=\"hidden\" value=\"0.00\" /><input name=\"shipping2\" type=\"hidden\" value=\"0.00\" /><input name=\"handling\" type=\"hidden\" value=\"0.00\" /><input name=\"no_shipping\" type=\"hidden\" value=\"1\" /><input name=\"no_note\" type=\"hidden\" value=\"1\" /><input name=\"cn\" type=\"hidden\" value=\"to order class now\" /><input name=\"undefined_quantity\" type=\"hidden\" value=\"1\" /><input name=\"return\" type=\"hidden\" value=\"http://decor8.net\" /><input name=\"cancel_return\" type=\"hidden\" value=\"http://decor8.net\" /><input name=\"bn\" type=\"hidden\" value=\"NetworkSolutions-ImageCafe\" /><input name=\"pal\" type=\"hidden\" value=\"pal\" /><input name=\"mrb\" type=\"hidden\" value=\"mrb\" />\r\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"98%\">\r\n<tbody>\r\n<tr>\r\n<td align=\"center\"><input name=\"add\" src=\"https://www.paypal.com/en_US/i/btn/x-click-but01.gif\" type=\"image\" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</form>\r\n\r\n<h2>Bells & Whistles of Pulling it All Together:</h2>\r\nThis class will focus on a variety of furniture styles and brands. Learn how to master balance and flow in a room by choosing proper scale of furniture and how to showcase accessories. Acquire the secrets of decorating bookcases, mantles, above kitchen cabinetry, ledges, and foyers. Gain extra tips on proper lighting, sizing of rugs, and where to shop to make your house unique. (3 hrs.)\r\n\r\n<form action=\"https://www.paypal.com/cgi-bin/webscr\" method=\"post\"> <input name=\"cmd\" type=\"hidden\" value=\"_xclick\" /><input name=\"business\" type=\"hidden\" value=\"christinecbarnes@comcast.net\" /><input name=\"item_name\" type=\"hidden\" value=\"Studio Class: Bells & Whistles of Pulling it All Together\" /><input name=\"item_number\" type=\"hidden\" value=\"color class\" /><input name=\"amount\" type=\"hidden\" value=\"99.00\" /><input name=\"currency_code\" type=\"hidden\" value=\"USD\" /><input name=\"shipping\" type=\"hidden\" value=\"0.00\" /><input name=\"shipping2\" type=\"hidden\" value=\"0.00\" /><input name=\"handling\" type=\"hidden\" value=\"0.00\" /><input name=\"no_shipping\" type=\"hidden\" value=\"1\" /><input name=\"no_note\" type=\"hidden\" value=\"1\" /><input name=\"cn\" type=\"hidden\" value=\"to order class now\" /><input name=\"undefined_quantity\" type=\"hidden\" value=\"1\" /><input name=\"return\" type=\"hidden\" value=\"http://decor8.net\" /><input name=\"cancel_return\" type=\"hidden\" value=\"http://decor8.net\" /><input name=\"bn\" type=\"hidden\" value=\"NetworkSolutions-ImageCafe\" /><input name=\"pal\" type=\"hidden\" value=\"pal\" /><input name=\"mrb\" type=\"hidden\" value=\"mrb\" />\r\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"98%\">\r\n<tbody>\r\n<tr>\r\n<td align=\"center\"><input name=\"add\" src=\"https://www.paypal.com/en_US/i/btn/x-click-but01.gif\" type=\"image\" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</form>\r\n\r\n<h2>Renovations or Building a New Home:</h2>\r\nIf you are building a house or having a house in need of renovation this is the class for you. The designer will help you choose the proper lighting fixtures and flooring products, including tile, hardwood, laminate, brick, and carpet. Additionally learn about a variety of natural stone, ceramic tile, porcelain tiles, to recognize granite, and competitive solid surfaces. Understand a variety of carpet types and recognized carpet manufacturers. Learn how to hire the right contractor and what to ask and put in writing. This class will help you get started on your next project big or small. (3 hrs.)\r\n\r\n<form action=\"https://www.paypal.com/cgi-bin/webscr\" method=\"post\"> <input name=\"cmd\" type=\"hidden\" value=\"_xclick\" /><input name=\"business\" type=\"hidden\" value=\"christinecbarnes@comcast.net\" /><input name=\"item_name\" type=\"hidden\" value=\"Studio Class: Renovations or Building a New Home\" /><input name=\"item_number\" type=\"hidden\" value=\"color class\" /><input name=\"amount\" type=\"hidden\" value=\"99.00\" /><input name=\"currency_code\" type=\"hidden\" value=\"USD\" /><input name=\"shipping\" type=\"hidden\" value=\"0.00\" /><input name=\"shipping2\" type=\"hidden\" value=\"0.00\" /><input name=\"handling\" type=\"hidden\" value=\"0.00\" /><input name=\"no_shipping\" type=\"hidden\" value=\"1\" /><input name=\"no_note\" type=\"hidden\" value=\"1\" /><input name=\"cn\" type=\"hidden\" value=\"to order class now\" /><input name=\"undefined_quantity\" type=\"hidden\" value=\"1\" /><input name=\"return\" type=\"hidden\" value=\"http://decor8.net\" /><input name=\"cancel_return\" type=\"hidden\" value=\"http://decor8.net\" /><input name=\"bn\" type=\"hidden\" value=\"NetworkSolutions-ImageCafe\" /><input name=\"pal\" type=\"hidden\" value=\"pal\" /><input name=\"mrb\" type=\"hidden\" value=\"mrb\" />\r\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"98%\">\r\n<tbody>\r\n<tr>\r\n<td align=\"center\"><input name=\"add\" src=\"https://www.paypal.com/en_US/i/btn/x-click-but01.gif\" type=\"image\" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</form>\r\n\r\n<h2>Basic Interior Design:</h2>\r\nLearn to recognize different fabric types and how to use them appropriately, how to coordinate fabrics and trims to get the most impact. Understand paint and proper color choices. Learn to scale furniture and how to mix different styles and sizes together. Discover the secrets of showcasing accessories, lighting, and art. Have fun while learning how to pull a total room together. Plus tips on where to shop to find unique items and great deals.\r\n\r\n<form action=\"https://www.paypal.com/cgi-bin/webscr\" method=\"post\"> <input name=\"cmd\" type=\"hidden\" value=\"_xclick\" /><input name=\"business\" type=\"hidden\" value=\"christinecbarnes@comcast.net\" /><input name=\"item_name\" type=\"hidden\" value=\"Studio Class: Basic Interior Design\" /><input name=\"item_number\" type=\"hidden\" value=\"color class\" /><input name=\"amount\" type=\"hidden\" value=\"99.00\" /><input name=\"currency_code\" type=\"hidden\" value=\"USD\" /><input name=\"shipping\" type=\"hidden\" value=\"0.00\" /><input name=\"shipping2\" type=\"hidden\" value=\"0.00\" /><input name=\"handling\" type=\"hidden\" value=\"0.00\" /><input name=\"no_shipping\" type=\"hidden\" value=\"1\" /><input name=\"no_note\" type=\"hidden\" value=\"1\" /><input name=\"cn\" type=\"hidden\" value=\"to order class now\" /><input name=\"undefined_quantity\" type=\"hidden\" value=\"1\" /><input name=\"return\" type=\"hidden\" value=\"http://decor8.net\" /><input name=\"cancel_return\" type=\"hidden\" value=\"http://decor8.net\" /><input name=\"bn\" type=\"hidden\" value=\"NetworkSolutions-ImageCafe\" /><input name=\"pal\" type=\"hidden\" value=\"pal\" /><input name=\"mrb\" type=\"hidden\" value=\"mrb\" />\r\n<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"98%\">\r\n<tbody>\r\n<tr>\r\n<td align=\"center\"><input name=\"add\" src=\"https://www.paypal.com/en_US/i/btn/x-click-but01.gif\" type=\"image\" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n</form>\r\n\r\n','Private Design Classes Offered in Designer\'s Studio','','inherit','open','open','','5-autosave','','','2010-10-14 11:31:27','2010-10-14 16:31:27','',5,'http://decor8.net/5-autosave',0,'revision','',0),(104,1,'2010-09-30 11:11:16','2010-09-30 16:11:16','<h2>Color Perfect:</h2>\r\n<p>Achieve hands-on knowledge about different brands of paints, learn to recognize different finishes and sheens, to coordinate paint intensity and depth of color, to identify new trendy colors and constant classics. Understand the influence that paint plays on your emotions. Further your knowledge in the psychology and meaning of colors. Class includes a viewing of the latest mural and faux finish techniques. (3 hrs.)</p>\r\n<h2>Fabric and Color Mixtures:</h2>\r\n<p>Learn how to choose great fabrics from expensive to inexpensive. Understand the complexity of coordinating a variety of fabrics, and knowing where and when to use them. Choosing "knockout" trims to compliment any fabric. Finally, learn how to mix colors and textures perfectly to create a cohesive design! (3 hrs.)</p>\r\n<h2>Bells & Whistles of Pulling it All Together:</h2>\r\n<p>This class will focus on a variety of furniture styles and brands. Learn how to master balance and flow in a room by choosing proper scale of furniture and how to showcase accessories. Acquire the secrets of decorating bookcases, mantles, above kitchen cabinetry, ledges, and foyers. Gain extra tips on proper lighting, sizing of rugs, and where to shop to make your house unique. (3 hrs.)</p>\r\n<h2>Renovations or Building a New Home:</h2>\r\n<p>If you are building a house or having a house in need of renovation this is the class for you. The designer will help you choose the proper lighting fixtures and flooring products, including tile, hardwood, laminate, brick, and carpet. Additionally learn about a variety of natural stone, ceramic tile, porcelain tiles, to recognize granite, and competitive solid surfaces. Understand a variety of carpet types and recognized carpet manufacturers. Learn how to hire the right contractor and what to ask and put in writing. This class will help you get started on your next project big or small. (3 hrs.)</p>\r\n<h2>Basic Interior Design:</h2>\r\n<p>Learn to recognize different fabric types and how to use them appropriately, how to coordinate fabrics and trims to get the most impact. Understand paint and proper color choices. Learn to scale furniture and how to mix different styles and sizes together. Discover the secrets of showcasing accessories, lighting, and art. Have fun while learning how to pull a total room together. Plus tips on where to shop to find unique items and great deals. </p>\r\n<h2>Renovations or Building a New Home:</h2>\r\n<p>If you are building a house or having a house in need of renovation this is the class for you. The designer will help you choose the proper lighting fixtures and flooring products, including tile, hardwood, laminate, brick, and carpet. Additionally learn about a variety of natural stone, ceramic tile, porcelain tiles, to recognize granite, and competitive solid surfaces. Understand a variety of carpet types and recognized carpet manufacturers. Learn how to hire the right contractor and what to ask and put in writing. This class will help you get started on your next project big or small. (3 hrs.)</p>\r\n<h2>Basic Interior Design:</h2>\r\n<p>Learn to recognize different fabric types and how to use them appropriately, how to coordinate fabrics and trims to get the most impact. Understand paint and proper color choices. Learn to scale furniture and how to mix different styles and sizes together. Discover the secrets of showcasing accessories, lighting, and art. Have fun while learning how to pull a total room together. Plus tips on where to shop to find unique items and great deals. </p>','Private Design Classes Offered in Designer\'s Studio','','inherit','open','open','','5-revision-3','','','2010-09-30 11:11:16','2010-09-30 16:11:16','',5,'http://decor8.net/5-revision-3',0,'revision','',0),(112,1,'2010-12-17 11:14:54','2010-12-17 16:14:54','<p>Please visit <a href=\"http://www.beeskneesjewelry.com\">The Bee\'s Knees Jewelry</a>!</p>\r\n','New Vintage Jewelry Line!','','publish','open','open','','new-vintage-jewelry-line','','','2011-08-21 17:09:09','2011-08-21 22:09:09','',0,'http://decor8.net/?p=112',0,'post','',0),(108,1,'2010-10-04 14:33:49','2010-10-04 19:33:49','<ul id=\"portfolio\">\r\n<li><a href=\"/commercial/\">Commercial</a></li>\r\n<li><a href=\"/faux/\">Faux</a></li>\r\n<li><a href=\"/murals/\">Murals</a></li>\r\n<li><a href=\"/home-decor/\">Home Decor</a></li>\r\n<li><a href=\"/window-decor/\">Window Decor</a></li>\r\n<li><a href=\"/second-story-windows/\">Second Story Windows</a></li>\r\n<li><a href=\"/before-and-after/\">Before & After</a></li>\r\n<li><a href=\"/nurserys/\">Nursery\'s</a></li>\r\n<li><a href=\"/childrens-rooms/\">Children\'s Rooms</a></li>\r\n<li><a href=\"/baths/\">Baths</a></li>\r\n<li><a href=\"/bedrooms/\">Bedrooms</a></li>\r\n<li><a href=\"/dining-rooms/\">Dining Rooms</a></li>\r\n<li><a href=\"/kitchens/\">Kitchens</a></li>\r\n<li><a href=\"/basements-and-media-rooms/\">Basements and Media Rooms</a></li>\r\n<li><a href=\"/florals/\">Florals</a></li>\r\n<li><a href=\"/holidays-and-special-events/\">Holidays and Special Events</a></li>\r\n<li><a href=\"/staging/\">Staging</a></li>\r\n</ul>','Portfolio','','inherit','open','open','','3-revision-8','','','2010-10-04 14:33:49','2010-10-04 19:33:49','',3,'http://decor8.net/3-revision-8',0,'revision','',0),(135,1,'2011-04-16 23:02:52','2011-04-17 04:02:52','[nggallery id=20]','Sunrooms','','inherit','open','open','','133-revision-2','','','2011-04-16 23:02:52','2011-04-17 04:02:52','',133,'http://decor8.net/133-revision-2',0,'revision','',0),(136,1,'2011-04-16 23:03:20','2011-04-17 04:03:20','[nggallery id=20]','Sunrooms','','inherit','open','open','','133-revision-3','','','2011-04-16 23:03:20','2011-04-17 04:03:20','',133,'http://decor8.net/133-revision-3',0,'revision','',0),(137,1,'2010-10-26 15:52:37','2010-10-26 20:52:37','<ul id=\"portfolio\">\r\n<li><a href=\"/commercial/\">Commercial</a></li>\r\n<li><a href=\"/faux/\">Faux</a></li>\r\n<li><a href=\"/murals/\">Murals</a></li>\r\n<li><a href=\"/home-decor/\">Home Decor</a></li>\r\n<li><a href=\"/window-decor/\">Window Decor</a></li>\r\n<li><a href=\"/second-story-windows/\">Second Story Windows</a></li>\r\n<li><a href=\"/before-and-after/\">Before & After</a></li>\r\n<li><a href=\"/nurserys/\">Nursery\'s</a></li>\r\n<li><a href=\"/childrens-rooms/\">Children\'s Rooms</a></li>\r\n<li><a href=\"/baths/\">Baths</a></li>\r\n<li><a href=\"/bedrooms/\">Bedrooms</a></li>\r\n<li><a href=\"/dining-rooms/\">Dining Rooms</a></li>\r\n<li><a href=\"/kitchens/\">Kitchens</a></li>\r\n<li><a href=\"/basements-and-media-rooms/\">Basements and Media Rooms</a></li>\r\n<li><a href=\"/florals/\">Florals</a></li>\r\n<li><a href=\"/holidays-and-special-events/\">Holidays and Special Events</a></li>\r\n<li><a href=\"/staging/\">Staging</a></li>\r\n<li><a href=\"/recent-work/\">Recent Work</a></li>\r\n</ul>','Portfolio','','inherit','open','open','','3-revision-9','','','2010-10-26 15:52:37','2010-10-26 20:52:37','',3,'http://decor8.net/3-revision-9',0,'revision','',0),(113,1,'2010-12-17 11:01:40','2010-12-17 16:01:40','Please visit <a href=\"http://www.thebeeskneesjewelry.com\">The Bess','New Jewelry Line!','','inherit','open','open','','112-revision','','','2010-12-17 11:01:40','2010-12-17 16:01:40','',112,'http://decor8.net/112-revision',0,'revision','',0),(114,1,'2010-12-17 11:02:09','2010-12-17 16:02:09','Please visit <a href=\"http://www.thebeeskneesjewelry.com\">The Bee\'s Knees Jewelry</a>!','New Vintage Jewelry Line!','','inherit','open','open','','112-revision-2','','','2010-12-17 11:02:09','2010-12-17 16:02:09','',112,'http://decor8.net/112-revision-2',0,'revision','',0),(115,1,'2010-12-17 11:02:19','2010-12-17 16:02:19','Please visit <a href=\"http://www.thebeeskneesjewelry.com\">The Bee\'s Knees Jewelry</a>!','New Vintage Jewelry Line!','','inherit','open','open','','112-revision-3','','','2010-12-17 11:02:19','2010-12-17 16:02:19','',112,'http://decor8.net/112-revision-3',0,'revision','',0),(116,1,'2010-12-17 11:02:50','2010-12-17 16:02:50','Please visit <a href=\"http://www.thebeeskneesjewelry.net\">The Bee\'s Knees Jewelry</a>!','New Vintage Jewelry Line!','','inherit','open','open','','112-revision-4','','','2010-12-17 11:02:50','2010-12-17 16:02:50','',112,'http://decor8.net/112-revision-4',0,'revision','',0),(117,1,'2010-12-17 11:02:59','2010-12-17 16:02:59','Please visit <a href=\"http://www.thebeeskneesjewelry.net\">The Bee\'s Knees Jewelry</a>!','New Vintage Jewelry Line!','','inherit','open','open','','112-revision-5','','','2010-12-17 11:02:59','2010-12-17 16:02:59','',112,'http://decor8.net/112-revision-5',0,'revision','',0),(118,1,'2010-12-17 11:04:40','2010-12-17 16:04:40','Please visit <a href=\"http://www.beeskneesjewelry.net\">The Bee\'s Knees Jewelry</a>!','New Vintage Jewelry Line!','','inherit','open','open','','112-revision-6','','','2010-12-17 11:04:40','2010-12-17 16:04:40','',112,'http://decor8.net/112-revision-6',0,'revision','',0),(119,1,'2010-12-17 11:05:06','2010-12-17 16:05:06','Please visit <a href=\"http://www.beeskneesjewelry.com\">The Bee\'s Knees Jewelry</a>!','New Vintage Jewelry Line!','','inherit','open','open','','112-revision-7','','','2010-12-17 11:05:06','2010-12-17 16:05:06','',112,'http://decor8.net/112-revision-7',0,'revision','',0),(120,1,'2010-12-17 11:05:13','2010-12-17 16:05:13','Please visit <a href=\"http://www.beeskneesjewelry.com\">The Bee\'s Knees Jewelry</a>!','New Vintage Jewelry Line!','','inherit','open','open','','112-revision-8','','','2010-12-17 11:05:13','2010-12-17 16:05:13','',112,'http://decor8.net/112-revision-8',0,'revision','',0),(122,1,'2011-01-11 09:32:33','2011-01-11 14:32:33','Have you ever unpacked tassels and they are wrinkled and will not hang nice and straight. Here\'s the solution...Put a tight tissue paper piece around them and wrap it tightly. Then tape it. Wait a day and unwrap to a newly straightened tassel.','Tassel Straigtening','','publish','open','open','','tassel-straigtening','','','2011-01-11 09:53:53','2011-01-11 14:53:53','',0,'http://decor8.net/?p=122',0,'post','',0),(123,1,'2011-01-11 09:31:49','2011-01-11 14:31:49','Have you ever unpacked tassels and they are wrinkled and will not hang nice and straight. Here\'s the solution...Put a tight tissue paper pices around then and wrap ','Tassel Straigtening','','inherit','open','open','','122-revision','','','2011-01-11 09:31:49','2011-01-11 14:31:49','',122,'http://decor8.net/122-revision',0,'revision','',0),(133,1,'2011-04-16 23:03:20','2011-04-17 04:03:20','[nggallery id=20]','Sunrooms','','publish','open','closed','','sunrooms','','','2011-04-16 23:05:49','2011-04-17 04:05:49','',3,'http://decor8.net',0,'page','',0),(125,1,'2011-01-11 09:32:33','2011-01-11 14:32:33','Have you ever unpacked tassels and they are wrinkled and will not hang nice and straight. Here\'s the solution...Put a tight tissue paper pieces around then and wrap it tightly. Then tape it. Wait a day and unwrap to a newly straightened tassel.','Tassel Straigtening','','inherit','open','open','','122-revision-2','','','2011-01-11 09:32:33','2011-01-11 14:32:33','',122,'http://decor8.net/122-revision-2',0,'revision','',0),(139,1,'2011-04-16 23:21:11','2011-04-17 04:21:11','[nggallery id=21]','Christmas','','publish','open','open','','christmas','','','2011-04-16 23:21:11','2011-04-17 04:21:11','',3,'http://decor8.net',0,'page','',0),(140,1,'2011-04-16 23:20:44','2011-04-17 04:20:44','[nggallery id=21]','Christmas','','inherit','open','open','','139-revision','','','2011-04-16 23:20:44','2011-04-17 04:20:44','',139,'http://decor8.net/139-revision',0,'revision','',0),(161,1,'2012-05-28 18:13:59','2012-05-28 23:13:59','Decor8.net homepage\n(Do not edit this page!)','Home','','inherit','open','open','','29-autosave','','','2012-05-28 18:13:59','2012-05-28 23:13:59','',29,'http://decor8.net/29-autosave',0,'revision','',0),(142,1,'2011-08-08 08:20:17','2011-08-08 13:20:17','[nggallery id=12]','Before and After','','publish','open','open','','before-and-after','','','2011-08-08 08:20:17','2011-08-08 13:20:17','',0,'http://decor8.net/before-and-after',0,'page','',0),(160,1,'2012-05-28 18:12:26','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2012-05-28 18:12:26','0000-00-00 00:00:00','',0,'http://decor8.net',0,'page','',0),(145,1,'2011-08-10 19:29:43','2011-08-11 00:29:43','<br />\r\nGet ready for the holidays. Begin by Fall cleaning. In with the new and out with the old. Special 35.00 per hour to help.','Fall De-Cluttering','','publish','open','open','','fall-de-cluttering','','','2011-08-10 19:29:59','2011-08-11 00:29:59','',0,'http://decor8.net/?p=145',0,'post','',0),(146,1,'2011-08-10 19:29:00','2011-08-11 00:29:00','<br />\nGet ready for the holidays. Beg','Fall De-Cluttering','','inherit','open','open','','145-revision','','','2011-08-10 19:29:00','2011-08-11 00:29:00','',145,'http://decor8.net/145-revision',0,'revision','',0),(147,1,'2011-08-10 19:29:43','2011-08-11 00:29:43','<br />\r\nGet ready for the holidays. Begin by Fall cleaning. In with the new and out with the out. Special 35.00 per hour to help.','Fall De-Cluttering','','inherit','open','open','','145-revision-2','','','2011-08-10 19:29:43','2011-08-11 00:29:43','',145,'http://decor8.net/145-revision-2',0,'revision','',0),(149,1,'2011-08-21 15:40:51','2011-08-21 20:40:51','<p>This is an example of a WordPress page, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many pages like this one or sub-pages as you like and manage all of your content inside of WordPress.</p>\r\n','About','','inherit','open','open','','2-revision-2','','','2011-08-21 15:40:51','2011-08-21 20:40:51','',2,'http://decor8.net/2-revision-2',0,'revision','',0),(150,1,'2011-08-21 15:39:23','2011-08-21 20:39:23','<p>This is an example of a WordPress page, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many pages like this one or sub-pages as you like and manage all of your content inside of WordPress.</p>\r\n','About','','inherit','open','open','','2-revision-3','','','2011-08-21 15:39:23','2011-08-21 20:39:23','',2,'http://decor8.net/2-revision-3',0,'revision','',0),(151,1,'2011-08-21 15:40:20','2011-08-21 20:40:20','<p>This is an example of a WordPress page, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many pages like this one or sub-pages as you like and manage all of your content inside of WordPress.</p>\r\n','About','','inherit','open','open','','2-revision-4','','','2011-08-21 15:40:20','2011-08-21 20:40:20','',2,'http://decor8.net/2-revision-4',0,'revision','',0),(152,1,'2011-08-21 15:42:04','2011-08-21 20:42:04','This is an example of a WordPress page, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many pages like this one or sub-pages as you like and manage all of your content inside of WordPress.','About','','inherit','open','open','','2-autosave','','','2011-08-21 15:42:04','2011-08-21 20:42:04','',2,'http://decor8.net/2-autosave',0,'revision','',0),(153,1,'2011-08-21 15:55:11','2011-08-21 20:55:11','Please visit <a href=\"http://www.beeskneesjewelry.com\">The Bee\'s Knees Jewelry</a>!','New Vintage Jewelry Line!','','inherit','open','open','','112-autosave','','','2011-08-21 15:55:11','2011-08-21 20:55:11','',112,'http://decor8.net/112-autosave',0,'revision','',0),(154,1,'2011-08-21 15:52:04','2011-08-21 20:52:04','','buckles collage','','inherit','open','open','','buckles-collage','','','2011-08-21 15:52:04','2011-08-21 20:52:04','',112,'http://decor8.net/wp-content/uploads/2010/12/buckles-collage.jpg',0,'attachment','image/jpeg',0),(155,1,'2010-12-17 11:14:54','2010-12-17 16:14:54','Please visit <a href=\"http://www.beeskneesjewelry.com\">The Bee\'s Knees Jewelry</a>!','New Vintage Jewelry Line!','','inherit','open','open','','112-revision-9','','','2010-12-17 11:14:54','2010-12-17 16:14:54','',112,'http://decor8.net/112-revision-9',0,'revision','',0),(156,1,'2011-08-21 15:54:07','2011-08-21 20:54:07','Please visit <a href=\"http://www.beeskneesjewelry.com\">The Bee\'s Knees Jewelry</a>!','New Vintage Jewelry Line!','','inherit','open','open','','112-revision-10','','','2011-08-21 15:54:07','2011-08-21 20:54:07','',112,'http://decor8.net/112-revision-10',0,'revision','',0),(157,1,'2012-05-28 18:45:02','2012-05-28 23:45:02','[nggallery id=9]','Baths','','inherit','open','open','','70-autosave','','','2012-05-28 18:45:02','2012-05-28 23:45:02','',70,'http://decor8.net/70-autosave',0,'revision','',0),(158,1,'2012-03-30 08:57:01','2012-03-30 13:57:01','','The way you look tonite','','inherit','open','open','','the-way-you-look-tonite','','','2012-03-30 08:57:01','2012-03-30 13:57:01','',0,'http://decor8.net/wp-content/uploads/2012/03/21-michael_buble_-_the_way_you_look_tonight_bonus_track-fkk.mp3',0,'attachment','audio/mp3',0),(159,1,'2012-03-30 09:25:07','2012-03-30 14:25:07','[nggallery id=12]','Before and After','','publish','open','open','','before-and-after-2','','','2012-03-30 09:25:07','2012-03-30 14:25:07','',0,'http://decor8.net/before-and-after-2',0,'page','',0),(162,1,'2012-05-28 18:19:56','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2012-05-28 18:19:56','0000-00-00 00:00:00','',0,'http://decor8.net/?p=162',0,'post','',0),(163,1,'2017-02-07 12:16:52','0000-00-00 00:00:00','eyJ0aXRsZSI6Ik5leHRHRU4gQmFzaWMgVGh1bWJuYWlscyIsImVudGl0eV90eXBlcyI6WyJpbWFnZSJdLCJwcmV2aWV3X2ltYWdlX3JlbHBhdGgiOiJcL25leHRnZW4tZ2FsbGVyeVwvcHJvZHVjdHNcL3Bob3RvY3JhdGlfbmV4dGdlblwvbW9kdWxlc1wvbmV4dGdlbl9iYXNpY19nYWxsZXJ5XC9zdGF0aWNcL3RodW1iX3ByZXZpZXcuanBnIiwiZGVmYXVsdF9zb3VyY2UiOiJnYWxsZXJpZXMiLCJ2aWV3X29yZGVyIjoxMDAwMCwiYWxpYXNlcyI6WyJiYXNpY190aHVtYm5haWwiLCJiYXNpY190aHVtYm5haWxzIiwibmV4dGdlbl9iYXNpY190aHVtYm5haWxzIl0sIm5hbWUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfdGh1bWJuYWlscyIsImluc3RhbGxlZF9hdF92ZXJzaW9uIjoiMi4xLjc3IiwiaWRfZmllbGQiOiJJRCIsInNldHRpbmdzIjp7InVzZV9saWdodGJveF9lZmZlY3QiOnRydWUsImltYWdlc19wZXJfcGFnZSI6IjIwIiwibnVtYmVyX29mX2NvbHVtbnMiOjAsInRodW1ibmFpbF93aWR0aCI6MTQwLCJ0aHVtYm5haWxfaGVpZ2h0IjoxMDUsInNob3dfYWxsX2luX2xpZ2h0Ym94IjowLCJhamF4X3BhZ2luYXRpb24iOjAsInVzZV9pbWFnZWJyb3dzZXJfZWZmZWN0IjowLCJ0ZW1wbGF0ZSI6IiIsImRpc3BsYXlfbm9faW1hZ2VzX2Vycm9yIjoxLCJkaXNhYmxlX3BhZ2luYXRpb24iOjAsInNob3dfc2xpZGVzaG93X2xpbmsiOjEsInNsaWRlc2hvd19saW5rX3RleHQiOiJbU2hvdyBhcyBzbGlkZXNob3ddIiwib3ZlcnJpZGVfdGh1bWJuYWlsX3NldHRpbmdzIjowLCJ0aHVtYm5haWxfcXVhbGl0eSI6IjEwMCIsInRodW1ibmFpbF9jcm9wIjoxLCJ0aHVtYm5haWxfd2F0ZXJtYXJrIjowLCJuZ2dfdHJpZ2dlcnNfZGlzcGxheSI6Im5ldmVyIn0sImhpZGRlbl9mcm9tX3VpIjpmYWxzZSwiaGlkZGVuX2Zyb21faWd3IjpmYWxzZSwiX19kZWZhdWx0c19zZXQiOnRydWV9','NextGEN Basic Thumbnails','','draft','closed','closed','','','','','2017-02-07 12:16:52','0000-00-00 00:00:00','eyJ0aXRsZSI6Ik5leHRHRU4gQmFzaWMgVGh1bWJuYWlscyIsImVudGl0eV90eXBlcyI6WyJpbWFnZSJdLCJwcmV2aWV3X2ltYWdlX3JlbHBhdGgiOiJcL25leHRnZW4tZ2FsbGVyeVwvcHJvZHVjdHNcL3Bob3RvY3JhdGlfbmV4dGdlblwvbW9kdWxlc1wvbmV4dGdlbl9iYXNpY19nYWxsZXJ5XC9zdGF0aWNcL3RodW1iX3ByZXZpZXcuanBnIiwiZGVmYXVsdF9zb3VyY2UiOiJnYWxsZXJpZXMiLCJ2aWV3X29yZGVyIjoxMDAwMCwiYWxpYXNlcyI6WyJiYXNpY190aHVtYm5haWwiLCJiYXNpY190aHVtYm5haWxzIiwibmV4dGdlbl9iYXNpY190aHVtYm5haWxzIl0sIm5hbWUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfdGh1bWJuYWlscyIsImluc3RhbGxlZF9hdF92ZXJzaW9uIjoiMi4xLjc3IiwiaWRfZmllbGQiOiJJRCIsInNldHRpbmdzIjp7InVzZV9saWdodGJveF9lZmZlY3QiOnRydWUsImltYWdlc19wZXJfcGFnZSI6IjIwIiwibnVtYmVyX29mX2NvbHVtbnMiOjAsInRodW1ibmFpbF93aWR0aCI6MTQwLCJ0aHVtYm5haWxfaGVpZ2h0IjoxMDUsInNob3dfYWxsX2luX2xpZ2h0Ym94IjowLCJhamF4X3BhZ2luYXRpb24iOjAsInVzZV9pbWFnZWJyb3dzZXJfZWZmZWN0IjowLCJ0ZW1wbGF0ZSI6IiIsImRpc3BsYXlfbm9faW1hZ2VzX2Vycm9yIjoxLCJkaXNhYmxlX3BhZ2luYXRpb24iOjAsInNob3dfc2xpZGVzaG93X2xpbmsiOjEsInNsaWRlc2hvd19saW5rX3RleHQiOiJbU2hvdyBhcyBzbGlkZXNob3ddIiwib3ZlcnJpZGVfdGh1bWJuYWlsX3NldHRpbmdzIjowLCJ0aHVtYm5haWxfcXVhbGl0eSI6IjEwMCIsInRodW1ibmFpbF9jcm9wIjoxLCJ0aHVtYm5haWxfd2F0ZXJtYXJrIjowLCJuZ2dfdHJpZ2dlcnNfZGlzcGxheSI6Im5ldmVyIn0sImhpZGRlbl9mcm9tX3VpIjpmYWxzZSwiaGlkZGVuX2Zyb21faWd3IjpmYWxzZSwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://decor8.net/?post_type=display_type&p=163',0,'display_type','',0),(164,1,'2017-02-07 12:16:52','0000-00-00 00:00:00','eyJ0aXRsZSI6Ik5leHRHRU4gQmFzaWMgU2xpZGVzaG93IiwiZW50aXR5X3R5cGVzIjpbImltYWdlIl0sInByZXZpZXdfaW1hZ2VfcmVscGF0aCI6IlwvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9uZXh0Z2VuX2Jhc2ljX2dhbGxlcnlcL3N0YXRpY1wvc2xpZGVzaG93X3ByZXZpZXcuanBnIiwiZGVmYXVsdF9zb3VyY2UiOiJnYWxsZXJpZXMiLCJ2aWV3X29yZGVyIjoxMDAxMCwiYWxpYXNlcyI6WyJiYXNpY19zbGlkZXNob3ciLCJuZXh0Z2VuX2Jhc2ljX3NsaWRlc2hvdyJdLCJuYW1lIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX3NsaWRlc2hvdyIsImluc3RhbGxlZF9hdF92ZXJzaW9uIjoiMi4xLjc3IiwiaWRfZmllbGQiOiJJRCIsInNldHRpbmdzIjp7InVzZV9saWdodGJveF9lZmZlY3QiOnRydWUsImdhbGxlcnlfd2lkdGgiOjMyMCwiZ2FsbGVyeV9oZWlnaHQiOjI0MCwidGh1bWJuYWlsX3dpZHRoIjoxNDAsInRodW1ibmFpbF9oZWlnaHQiOjEwNSwiY3ljbGVfaW50ZXJ2YWwiOjEwLCJjeWNsZV9lZmZlY3QiOiJmYWRlIiwiZWZmZWN0X2NvZGUiOiJjbGFzcz1cInNodXR0ZXJzZXRfJUdBTExFUllfTkFNRSVcIiIsInNob3dfdGh1bWJuYWlsX2xpbmsiOjEsInRodW1ibmFpbF9saW5rX3RleHQiOiJbU2hvdyBwaWN0dXJlIGxpc3RdIiwidGVtcGxhdGUiOiIiLCJuZ2dfdHJpZ2dlcnNfZGlzcGxheSI6Im5ldmVyIn0sImhpZGRlbl9mcm9tX3VpIjpmYWxzZSwiaGlkZGVuX2Zyb21faWd3IjpmYWxzZSwiX19kZWZhdWx0c19zZXQiOnRydWV9','NextGEN Basic Slideshow','','draft','closed','closed','','','','','2017-02-07 12:16:52','0000-00-00 00:00:00','eyJ0aXRsZSI6Ik5leHRHRU4gQmFzaWMgU2xpZGVzaG93IiwiZW50aXR5X3R5cGVzIjpbImltYWdlIl0sInByZXZpZXdfaW1hZ2VfcmVscGF0aCI6IlwvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9uZXh0Z2VuX2Jhc2ljX2dhbGxlcnlcL3N0YXRpY1wvc2xpZGVzaG93X3ByZXZpZXcuanBnIiwiZGVmYXVsdF9zb3VyY2UiOiJnYWxsZXJpZXMiLCJ2aWV3X29yZGVyIjoxMDAxMCwiYWxpYXNlcyI6WyJiYXNpY19zbGlkZXNob3ciLCJuZXh0Z2VuX2Jhc2ljX3NsaWRlc2hvdyJdLCJuYW1lIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX3NsaWRlc2hvdyIsImluc3RhbGxlZF9hdF92ZXJzaW9uIjoiMi4xLjc3IiwiaWRfZmllbGQiOiJJRCIsInNldHRpbmdzIjp7InVzZV9saWdodGJveF9lZmZlY3QiOnRydWUsImdhbGxlcnlfd2lkdGgiOjMyMCwiZ2FsbGVyeV9oZWlnaHQiOjI0MCwidGh1bWJuYWlsX3dpZHRoIjoxNDAsInRodW1ibmFpbF9oZWlnaHQiOjEwNSwiY3ljbGVfaW50ZXJ2YWwiOjEwLCJjeWNsZV9lZmZlY3QiOiJmYWRlIiwiZWZmZWN0X2NvZGUiOiJjbGFzcz1cInNodXR0ZXJzZXRfJUdBTExFUllfTkFNRSVcIiIsInNob3dfdGh1bWJuYWlsX2xpbmsiOjEsInRodW1ibmFpbF9saW5rX3RleHQiOiJbU2hvdyBwaWN0dXJlIGxpc3RdIiwidGVtcGxhdGUiOiIiLCJuZ2dfdHJpZ2dlcnNfZGlzcGxheSI6Im5ldmVyIn0sImhpZGRlbl9mcm9tX3VpIjpmYWxzZSwiaGlkZGVuX2Zyb21faWd3IjpmYWxzZSwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://decor8.net/?post_type=display_type&p=164',0,'display_type','',0),(165,1,'2017-02-07 12:16:52','0000-00-00 00:00:00','eyJ0aXRsZSI6Ik5leHRHRU4gQmFzaWMgSW1hZ2VCcm93c2VyIiwiZW50aXR5X3R5cGVzIjpbImltYWdlIl0sInByZXZpZXdfaW1hZ2VfcmVscGF0aCI6IlwvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9uZXh0Z2VuX2Jhc2ljX2ltYWdlYnJvd3Nlclwvc3RhdGljXC9wcmV2aWV3LmpwZyIsImRlZmF1bHRfc291cmNlIjoiZ2FsbGVyaWVzIiwidmlld19vcmRlciI6MTAwMjAsImFsaWFzZXMiOlsiYmFzaWNfaW1hZ2Vicm93c2VyIiwiaW1hZ2Vicm93c2VyIiwibmV4dGdlbl9iYXNpY19pbWFnZWJyb3dzZXIiXSwibmFtZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19pbWFnZWJyb3dzZXIiLCJpbnN0YWxsZWRfYXRfdmVyc2lvbiI6IjIuMS43NyIsImlkX2ZpZWxkIjoiSUQiLCJzZXR0aW5ncyI6eyJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJ0ZW1wbGF0ZSI6IiIsIm5nZ190cmlnZ2Vyc19kaXNwbGF5IjoibmV2ZXIifSwiaGlkZGVuX2Zyb21fdWkiOmZhbHNlLCJoaWRkZW5fZnJvbV9pZ3ciOmZhbHNlLCJfX2RlZmF1bHRzX3NldCI6dHJ1ZX0=','NextGEN Basic ImageBrowser','','draft','closed','closed','','','','','2017-02-07 12:16:52','0000-00-00 00:00:00','eyJ0aXRsZSI6Ik5leHRHRU4gQmFzaWMgSW1hZ2VCcm93c2VyIiwiZW50aXR5X3R5cGVzIjpbImltYWdlIl0sInByZXZpZXdfaW1hZ2VfcmVscGF0aCI6IlwvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9uZXh0Z2VuX2Jhc2ljX2ltYWdlYnJvd3Nlclwvc3RhdGljXC9wcmV2aWV3LmpwZyIsImRlZmF1bHRfc291cmNlIjoiZ2FsbGVyaWVzIiwidmlld19vcmRlciI6MTAwMjAsImFsaWFzZXMiOlsiYmFzaWNfaW1hZ2Vicm93c2VyIiwiaW1hZ2Vicm93c2VyIiwibmV4dGdlbl9iYXNpY19pbWFnZWJyb3dzZXIiXSwibmFtZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19pbWFnZWJyb3dzZXIiLCJpbnN0YWxsZWRfYXRfdmVyc2lvbiI6IjIuMS43NyIsImlkX2ZpZWxkIjoiSUQiLCJzZXR0aW5ncyI6eyJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJ0ZW1wbGF0ZSI6IiIsIm5nZ190cmlnZ2Vyc19kaXNwbGF5IjoibmV2ZXIifSwiaGlkZGVuX2Zyb21fdWkiOmZhbHNlLCJoaWRkZW5fZnJvbV9pZ3ciOmZhbHNlLCJfX2RlZmF1bHRzX3NldCI6dHJ1ZX0=',0,'http://decor8.net/?post_type=display_type&p=165',0,'display_type','',0),(166,1,'2017-02-07 12:16:52','0000-00-00 00:00:00','eyJ0aXRsZSI6Ik5leHRHRU4gQmFzaWMgU2luZ2xlUGljIiwiZW50aXR5X3R5cGVzIjpbImltYWdlIl0sInByZXZpZXdfaW1hZ2VfcmVscGF0aCI6IlwvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9uZXh0Z2VuX2Jhc2ljX3NpbmdsZXBpY1wvc3RhdGljXC9wcmV2aWV3LmdpZiIsImRlZmF1bHRfc291cmNlIjoiZ2FsbGVyaWVzIiwidmlld19vcmRlciI6MTAwNjAsImhpZGRlbl9mcm9tX3VpIjp0cnVlLCJoaWRkZW5fZnJvbV9pZ3ciOnRydWUsImFsaWFzZXMiOlsiYmFzaWNfc2luZ2xlcGljIiwic2luZ2xlcGljIiwibmV4dGdlbl9iYXNpY19zaW5nbGVwaWMiXSwibmFtZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19zaW5nbGVwaWMiLCJpbnN0YWxsZWRfYXRfdmVyc2lvbiI6IjIuMS43NyIsImlkX2ZpZWxkIjoiSUQiLCJzZXR0aW5ncyI6eyJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJ3aWR0aCI6IiIsImhlaWdodCI6IiIsIm1vZGUiOiIiLCJkaXNwbGF5X3dhdGVybWFyayI6MCwiZGlzcGxheV9yZWZsZWN0aW9uIjowLCJmbG9hdCI6IiIsImxpbmsiOiIiLCJsaW5rX3RhcmdldCI6Il9ibGFuayIsInF1YWxpdHkiOjEwMCwiY3JvcCI6MCwidGVtcGxhdGUiOiIiLCJuZ2dfdHJpZ2dlcnNfZGlzcGxheSI6Im5ldmVyIn0sIl9fZGVmYXVsdHNfc2V0Ijp0cnVlfQ==','NextGEN Basic SinglePic','','draft','closed','closed','','','','','2017-02-07 12:16:52','0000-00-00 00:00:00','eyJ0aXRsZSI6Ik5leHRHRU4gQmFzaWMgU2luZ2xlUGljIiwiZW50aXR5X3R5cGVzIjpbImltYWdlIl0sInByZXZpZXdfaW1hZ2VfcmVscGF0aCI6IlwvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9uZXh0Z2VuX2Jhc2ljX3NpbmdsZXBpY1wvc3RhdGljXC9wcmV2aWV3LmdpZiIsImRlZmF1bHRfc291cmNlIjoiZ2FsbGVyaWVzIiwidmlld19vcmRlciI6MTAwNjAsImhpZGRlbl9mcm9tX3VpIjp0cnVlLCJoaWRkZW5fZnJvbV9pZ3ciOnRydWUsImFsaWFzZXMiOlsiYmFzaWNfc2luZ2xlcGljIiwic2luZ2xlcGljIiwibmV4dGdlbl9iYXNpY19zaW5nbGVwaWMiXSwibmFtZSI6InBob3RvY3JhdGktbmV4dGdlbl9iYXNpY19zaW5nbGVwaWMiLCJpbnN0YWxsZWRfYXRfdmVyc2lvbiI6IjIuMS43NyIsImlkX2ZpZWxkIjoiSUQiLCJzZXR0aW5ncyI6eyJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJ3aWR0aCI6IiIsImhlaWdodCI6IiIsIm1vZGUiOiIiLCJkaXNwbGF5X3dhdGVybWFyayI6MCwiZGlzcGxheV9yZWZsZWN0aW9uIjowLCJmbG9hdCI6IiIsImxpbmsiOiIiLCJsaW5rX3RhcmdldCI6Il9ibGFuayIsInF1YWxpdHkiOjEwMCwiY3JvcCI6MCwidGVtcGxhdGUiOiIiLCJuZ2dfdHJpZ2dlcnNfZGlzcGxheSI6Im5ldmVyIn0sIl9fZGVmYXVsdHNfc2V0Ijp0cnVlfQ==',0,'http://decor8.net/?post_type=display_type&p=166',0,'display_type','',0),(167,1,'2017-02-07 12:16:52','0000-00-00 00:00:00','eyJ0aXRsZSI6Ik5leHRHRU4gQmFzaWMgVGFnQ2xvdWQiLCJlbnRpdHlfdHlwZXMiOlsiaW1hZ2UiXSwicHJldmlld19pbWFnZV9yZWxwYXRoIjoiXC9uZXh0Z2VuLWdhbGxlcnlcL3Byb2R1Y3RzXC9waG90b2NyYXRpX25leHRnZW5cL21vZHVsZXNcL25leHRnZW5fYmFzaWNfdGFnY2xvdWRcL3N0YXRpY1wvcHJldmlldy5naWYiLCJkZWZhdWx0X3NvdXJjZSI6InRhZ3MiLCJ2aWV3X29yZGVyIjoxMDEwMCwiYWxpYXNlcyI6WyJiYXNpY190YWdjbG91ZCIsInRhZ2Nsb3VkIiwibmV4dGdlbl9iYXNpY190YWdjbG91ZCJdLCJuYW1lIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX3RhZ2Nsb3VkIiwiaW5zdGFsbGVkX2F0X3ZlcnNpb24iOiIyLjEuNzciLCJpZF9maWVsZCI6IklEIiwic2V0dGluZ3MiOnsidXNlX2xpZ2h0Ym94X2VmZmVjdCI6dHJ1ZSwiZ2FsbGVyeV9kaXNwbGF5X3R5cGUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfdGh1bWJuYWlscyIsIm51bWJlciI6NDUsIm5nZ190cmlnZ2Vyc19kaXNwbGF5IjoibmV2ZXIifSwiaGlkZGVuX2Zyb21fdWkiOmZhbHNlLCJoaWRkZW5fZnJvbV9pZ3ciOmZhbHNlLCJfX2RlZmF1bHRzX3NldCI6dHJ1ZX0=','NextGEN Basic TagCloud','','draft','closed','closed','','','','','2017-02-07 12:16:52','0000-00-00 00:00:00','eyJ0aXRsZSI6Ik5leHRHRU4gQmFzaWMgVGFnQ2xvdWQiLCJlbnRpdHlfdHlwZXMiOlsiaW1hZ2UiXSwicHJldmlld19pbWFnZV9yZWxwYXRoIjoiXC9uZXh0Z2VuLWdhbGxlcnlcL3Byb2R1Y3RzXC9waG90b2NyYXRpX25leHRnZW5cL21vZHVsZXNcL25leHRnZW5fYmFzaWNfdGFnY2xvdWRcL3N0YXRpY1wvcHJldmlldy5naWYiLCJkZWZhdWx0X3NvdXJjZSI6InRhZ3MiLCJ2aWV3X29yZGVyIjoxMDEwMCwiYWxpYXNlcyI6WyJiYXNpY190YWdjbG91ZCIsInRhZ2Nsb3VkIiwibmV4dGdlbl9iYXNpY190YWdjbG91ZCJdLCJuYW1lIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX3RhZ2Nsb3VkIiwiaW5zdGFsbGVkX2F0X3ZlcnNpb24iOiIyLjEuNzciLCJpZF9maWVsZCI6IklEIiwic2V0dGluZ3MiOnsidXNlX2xpZ2h0Ym94X2VmZmVjdCI6dHJ1ZSwiZ2FsbGVyeV9kaXNwbGF5X3R5cGUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfdGh1bWJuYWlscyIsIm51bWJlciI6NDUsIm5nZ190cmlnZ2Vyc19kaXNwbGF5IjoibmV2ZXIifSwiaGlkZGVuX2Zyb21fdWkiOmZhbHNlLCJoaWRkZW5fZnJvbV9pZ3ciOmZhbHNlLCJfX2RlZmF1bHRzX3NldCI6dHJ1ZX0=',0,'http://decor8.net/?post_type=display_type&p=167',0,'display_type','',0),(168,1,'2017-02-07 12:16:52','0000-00-00 00:00:00','eyJ0aXRsZSI6Ik5leHRHRU4gQmFzaWMgQ29tcGFjdCBBbGJ1bSIsImVudGl0eV90eXBlcyI6WyJhbGJ1bSIsImdhbGxlcnkiXSwicHJldmlld19pbWFnZV9yZWxwYXRoIjoiXC9uZXh0Z2VuLWdhbGxlcnlcL3Byb2R1Y3RzXC9waG90b2NyYXRpX25leHRnZW5cL21vZHVsZXNcL25leHRnZW5fYmFzaWNfYWxidW1cL3N0YXRpY1wvY29tcGFjdF9wcmV2aWV3LmpwZyIsImRlZmF1bHRfc291cmNlIjoiYWxidW1zIiwidmlld19vcmRlciI6MTAyMDAsImFsaWFzZXMiOlsiYmFzaWNfY29tcGFjdF9hbGJ1bSIsIm5leHRnZW5fYmFzaWNfYWxidW0iLCJiYXNpY19hbGJ1bV9jb21wYWN0IiwiY29tcGFjdF9hbGJ1bSJdLCJuYW1lIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX2NvbXBhY3RfYWxidW0iLCJpbnN0YWxsZWRfYXRfdmVyc2lvbiI6IjIuMS43NyIsImlkX2ZpZWxkIjoiSUQiLCJzZXR0aW5ncyI6eyJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJnYWxsZXJpZXNfcGVyX3BhZ2UiOjAsImVuYWJsZV9icmVhZGNydW1icyI6MSwiZGlzYWJsZV9wYWdpbmF0aW9uIjowLCJlbmFibGVfZGVzY3JpcHRpb25zIjowLCJ0ZW1wbGF0ZSI6IiIsIm9wZW5fZ2FsbGVyeV9pbl9saWdodGJveCI6MCwiZ2FsbGVyeV9kaXNwbGF5X3R5cGUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfdGh1bWJuYWlscyIsImdhbGxlcnlfZGlzcGxheV90ZW1wbGF0ZSI6IiIsIm5nZ190cmlnZ2Vyc19kaXNwbGF5IjoibmV2ZXIifSwiaGlkZGVuX2Zyb21fdWkiOmZhbHNlLCJoaWRkZW5fZnJvbV9pZ3ciOmZhbHNlLCJfX2RlZmF1bHRzX3NldCI6dHJ1ZX0=','NextGEN Basic Compact Album','','draft','closed','closed','','','','','2017-02-07 12:16:52','0000-00-00 00:00:00','eyJ0aXRsZSI6Ik5leHRHRU4gQmFzaWMgQ29tcGFjdCBBbGJ1bSIsImVudGl0eV90eXBlcyI6WyJhbGJ1bSIsImdhbGxlcnkiXSwicHJldmlld19pbWFnZV9yZWxwYXRoIjoiXC9uZXh0Z2VuLWdhbGxlcnlcL3Byb2R1Y3RzXC9waG90b2NyYXRpX25leHRnZW5cL21vZHVsZXNcL25leHRnZW5fYmFzaWNfYWxidW1cL3N0YXRpY1wvY29tcGFjdF9wcmV2aWV3LmpwZyIsImRlZmF1bHRfc291cmNlIjoiYWxidW1zIiwidmlld19vcmRlciI6MTAyMDAsImFsaWFzZXMiOlsiYmFzaWNfY29tcGFjdF9hbGJ1bSIsIm5leHRnZW5fYmFzaWNfYWxidW0iLCJiYXNpY19hbGJ1bV9jb21wYWN0IiwiY29tcGFjdF9hbGJ1bSJdLCJuYW1lIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX2NvbXBhY3RfYWxidW0iLCJpbnN0YWxsZWRfYXRfdmVyc2lvbiI6IjIuMS43NyIsImlkX2ZpZWxkIjoiSUQiLCJzZXR0aW5ncyI6eyJ1c2VfbGlnaHRib3hfZWZmZWN0Ijp0cnVlLCJnYWxsZXJpZXNfcGVyX3BhZ2UiOjAsImVuYWJsZV9icmVhZGNydW1icyI6MSwiZGlzYWJsZV9wYWdpbmF0aW9uIjowLCJlbmFibGVfZGVzY3JpcHRpb25zIjowLCJ0ZW1wbGF0ZSI6IiIsIm9wZW5fZ2FsbGVyeV9pbl9saWdodGJveCI6MCwiZ2FsbGVyeV9kaXNwbGF5X3R5cGUiOiJwaG90b2NyYXRpLW5leHRnZW5fYmFzaWNfdGh1bWJuYWlscyIsImdhbGxlcnlfZGlzcGxheV90ZW1wbGF0ZSI6IiIsIm5nZ190cmlnZ2Vyc19kaXNwbGF5IjoibmV2ZXIifSwiaGlkZGVuX2Zyb21fdWkiOmZhbHNlLCJoaWRkZW5fZnJvbV9pZ3ciOmZhbHNlLCJfX2RlZmF1bHRzX3NldCI6dHJ1ZX0=',0,'http://decor8.net/?post_type=display_type&p=168',0,'display_type','',0),(169,1,'2017-02-07 12:16:52','0000-00-00 00:00:00','eyJ0aXRsZSI6Ik5leHRHRU4gQmFzaWMgRXh0ZW5kZWQgQWxidW0iLCJlbnRpdHlfdHlwZXMiOlsiYWxidW0iLCJnYWxsZXJ5Il0sInByZXZpZXdfaW1hZ2VfcmVscGF0aCI6IlwvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9uZXh0Z2VuX2Jhc2ljX2FsYnVtXC9zdGF0aWNcL2V4dGVuZGVkX3ByZXZpZXcuanBnIiwiZGVmYXVsdF9zb3VyY2UiOiJhbGJ1bXMiLCJ2aWV3X29yZGVyIjoxMDIxMCwiYWxpYXNlcyI6WyJiYXNpY19leHRlbmRlZF9hbGJ1bSIsIm5leHRnZW5fYmFzaWNfZXh0ZW5kZWRfYWxidW0iLCJleHRlbmRlZF9hbGJ1bSJdLCJuYW1lIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX2V4dGVuZGVkX2FsYnVtIiwiaW5zdGFsbGVkX2F0X3ZlcnNpb24iOiIyLjEuNzciLCJpZF9maWVsZCI6IklEIiwic2V0dGluZ3MiOnsidXNlX2xpZ2h0Ym94X2VmZmVjdCI6dHJ1ZSwiZ2FsbGVyaWVzX3Blcl9wYWdlIjowLCJlbmFibGVfYnJlYWRjcnVtYnMiOjEsImRpc2FibGVfcGFnaW5hdGlvbiI6MCwiZW5hYmxlX2Rlc2NyaXB0aW9ucyI6MCwidGVtcGxhdGUiOiIiLCJvcGVuX2dhbGxlcnlfaW5fbGlnaHRib3giOjAsIm92ZXJyaWRlX3RodW1ibmFpbF9zZXR0aW5ncyI6MCwidGh1bWJuYWlsX3dpZHRoIjoxNDAsInRodW1ibmFpbF9oZWlnaHQiOjEwNSwidGh1bWJuYWlsX3F1YWxpdHkiOjEwMCwidGh1bWJuYWlsX2Nyb3AiOnRydWUsInRodW1ibmFpbF93YXRlcm1hcmsiOjAsImdhbGxlcnlfZGlzcGxheV90eXBlIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX3RodW1ibmFpbHMiLCJnYWxsZXJ5X2Rpc3BsYXlfdGVtcGxhdGUiOiIiLCJuZ2dfdHJpZ2dlcnNfZGlzcGxheSI6Im5ldmVyIn0sImhpZGRlbl9mcm9tX3VpIjpmYWxzZSwiaGlkZGVuX2Zyb21faWd3IjpmYWxzZSwiX19kZWZhdWx0c19zZXQiOnRydWV9','NextGEN Basic Extended Album','','draft','closed','closed','','','','','2017-02-07 12:16:52','0000-00-00 00:00:00','eyJ0aXRsZSI6Ik5leHRHRU4gQmFzaWMgRXh0ZW5kZWQgQWxidW0iLCJlbnRpdHlfdHlwZXMiOlsiYWxidW0iLCJnYWxsZXJ5Il0sInByZXZpZXdfaW1hZ2VfcmVscGF0aCI6IlwvbmV4dGdlbi1nYWxsZXJ5XC9wcm9kdWN0c1wvcGhvdG9jcmF0aV9uZXh0Z2VuXC9tb2R1bGVzXC9uZXh0Z2VuX2Jhc2ljX2FsYnVtXC9zdGF0aWNcL2V4dGVuZGVkX3ByZXZpZXcuanBnIiwiZGVmYXVsdF9zb3VyY2UiOiJhbGJ1bXMiLCJ2aWV3X29yZGVyIjoxMDIxMCwiYWxpYXNlcyI6WyJiYXNpY19leHRlbmRlZF9hbGJ1bSIsIm5leHRnZW5fYmFzaWNfZXh0ZW5kZWRfYWxidW0iLCJleHRlbmRlZF9hbGJ1bSJdLCJuYW1lIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX2V4dGVuZGVkX2FsYnVtIiwiaW5zdGFsbGVkX2F0X3ZlcnNpb24iOiIyLjEuNzciLCJpZF9maWVsZCI6IklEIiwic2V0dGluZ3MiOnsidXNlX2xpZ2h0Ym94X2VmZmVjdCI6dHJ1ZSwiZ2FsbGVyaWVzX3Blcl9wYWdlIjowLCJlbmFibGVfYnJlYWRjcnVtYnMiOjEsImRpc2FibGVfcGFnaW5hdGlvbiI6MCwiZW5hYmxlX2Rlc2NyaXB0aW9ucyI6MCwidGVtcGxhdGUiOiIiLCJvcGVuX2dhbGxlcnlfaW5fbGlnaHRib3giOjAsIm92ZXJyaWRlX3RodW1ibmFpbF9zZXR0aW5ncyI6MCwidGh1bWJuYWlsX3dpZHRoIjoxNDAsInRodW1ibmFpbF9oZWlnaHQiOjEwNSwidGh1bWJuYWlsX3F1YWxpdHkiOjEwMCwidGh1bWJuYWlsX2Nyb3AiOnRydWUsInRodW1ibmFpbF93YXRlcm1hcmsiOjAsImdhbGxlcnlfZGlzcGxheV90eXBlIjoicGhvdG9jcmF0aS1uZXh0Z2VuX2Jhc2ljX3RodW1ibmFpbHMiLCJnYWxsZXJ5X2Rpc3BsYXlfdGVtcGxhdGUiOiIiLCJuZ2dfdHJpZ2dlcnNfZGlzcGxheSI6Im5ldmVyIn0sImhpZGRlbl9mcm9tX3VpIjpmYWxzZSwiaGlkZGVuX2Zyb21faWd3IjpmYWxzZSwiX19kZWZhdWx0c19zZXQiOnRydWV9',0,'http://decor8.net/?post_type=display_type&p=169',0,'display_type','',0); /*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_relationships` -- DROP TABLE IF EXISTS `wp_term_relationships`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_term_relationships` ( `object_id` bigint(20) unsigned NOT NULL default '0', `term_taxonomy_id` bigint(20) unsigned NOT NULL default '0', `term_order` int(11) NOT NULL default '0', PRIMARY KEY (`object_id`,`term_taxonomy_id`), KEY `term_taxonomy_id` (`term_taxonomy_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_term_relationships` -- LOCK TABLES `wp_term_relationships` WRITE; /*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */; INSERT INTO `wp_term_relationships` VALUES (1,2,0),(2,2,0),(3,2,0),(4,2,0),(5,2,0),(6,2,0),(7,2,0),(3,1,0),(4,1,0),(5,1,0),(6,1,0),(7,1,0),(8,1,0),(9,1,0),(10,1,0),(11,1,0),(230,3,1),(230,4,2),(230,5,3),(230,6,4),(230,7,5),(244,3,1),(244,4,2),(244,5,3),(244,6,4),(244,7,5),(245,3,1),(245,4,2),(245,5,3),(245,6,4),(245,7,5),(246,3,1),(246,4,2),(246,5,3),(246,6,4),(246,7,5),(247,3,1),(247,4,2),(247,5,3),(247,6,4),(247,7,5),(248,3,1),(248,4,2),(248,5,3),(248,6,4),(248,7,5),(249,4,1),(250,4,1),(251,4,1),(252,4,1),(253,4,1),(254,4,1),(255,4,1),(256,4,1),(257,4,1),(258,4,1),(259,4,1),(260,3,1),(260,4,2),(260,5,3),(260,6,4),(260,7,5),(261,3,1),(261,4,2),(261,5,3),(261,6,4),(261,7,5),(262,3,1),(262,4,2),(262,5,3),(262,6,4),(262,7,5),(263,3,1),(263,4,2),(263,5,3),(263,6,4),(263,7,5),(264,3,1),(264,4,2),(264,5,3),(264,6,4),(264,7,5),(265,3,1),(265,4,2),(265,5,3),(265,6,4),(265,7,5),(266,3,1),(266,4,2),(266,5,3),(266,6,4),(266,7,5),(267,3,1),(267,4,2),(267,5,3),(267,6,4),(267,7,5),(268,3,1),(268,4,2),(268,5,3),(268,6,4),(268,7,5),(269,3,1),(269,4,2),(269,5,3),(269,6,4),(269,7,5),(270,3,1),(270,4,2),(270,5,3),(270,6,4),(270,7,5),(271,3,1),(271,4,2),(271,5,3),(271,6,4),(271,7,5),(272,3,1),(272,4,2),(272,5,3),(272,6,4),(272,7,5),(112,1,0),(122,1,0),(145,1,0),(395,3,1),(395,4,2),(395,5,3),(395,6,4),(395,7,5),(396,3,1),(396,4,2),(396,5,3),(396,6,4),(396,7,5),(397,3,1),(397,4,2),(397,5,3),(397,6,4),(397,7,5),(398,3,1),(398,4,2),(398,5,3),(398,6,4),(398,7,5),(399,3,1),(399,4,2),(399,5,3),(399,6,4),(399,7,5),(400,4,1),(46,8,1),(57,9,1),(52,10,1),(53,11,1),(54,12,1),(55,13,1),(50,14,1),(49,15,1),(45,16,1),(51,17,1),(47,18,1),(48,19,1),(44,20,1),(66,21,1),(60,22,1),(61,23,1),(59,24,1),(69,25,1),(71,26,1),(70,27,1),(67,28,1),(68,29,1); /*!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=30 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,3),(2,2,'link_category','',0,7),(3,3,'ngg_tag','',0,24),(4,4,'ngg_tag','',0,36),(5,5,'ngg_tag','',0,24),(6,6,'ngg_tag','',0,24),(7,7,'ngg_tag','',0,24),(8,8,'ngg_tag','',0,1),(9,9,'ngg_tag','',0,1),(10,10,'ngg_tag','',0,1),(11,11,'ngg_tag','',0,1),(12,12,'ngg_tag','',0,1),(13,13,'ngg_tag','',0,1),(14,14,'ngg_tag','',0,1),(15,15,'ngg_tag','',0,1),(16,16,'ngg_tag','',0,1),(17,17,'ngg_tag','',0,1),(18,18,'ngg_tag','',0,1),(19,19,'ngg_tag','',0,1),(20,20,'ngg_tag','',0,1),(21,21,'ngg_tag','',0,1),(22,22,'ngg_tag','',0,1),(23,23,'ngg_tag','',0,1),(24,24,'ngg_tag','',0,1),(25,25,'ngg_tag','',0,1),(26,26,'ngg_tag','',0,1),(27,27,'ngg_tag','',0,1),(28,28,'ngg_tag','',0,1),(29,29,'ngg_tag','',0,1); /*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_termmeta` -- DROP TABLE IF EXISTS `wp_termmeta`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_termmeta` ( `meta_id` bigint(20) unsigned NOT NULL auto_increment, `term_id` bigint(20) unsigned NOT NULL default '0', `meta_key` varchar(255) default NULL, `meta_value` longtext, PRIMARY KEY (`meta_id`), KEY `term_id` (`term_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_termmeta` -- LOCK TABLES `wp_termmeta` WRITE; /*!40000 ALTER TABLE `wp_termmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_termmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_terms` -- DROP TABLE IF EXISTS `wp_terms`; 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`), KEY `slug` (`slug`(191)), KEY `name` (`name`(191)) ) ENGINE=MyISAM AUTO_INCREMENT=30 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_terms` -- LOCK TABLES `wp_terms` WRITE; /*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */; INSERT INTO `wp_terms` VALUES (1,'Uncategorized','uncategorized',0),(2,'Blogroll','blogroll',0),(3,'2010','2010',0),(4,'Chelsey Godwin wedding','chelsey-godwin-wedding',0),(5,'Falcons','falcons',0),(6,'Flowery Branch','flowery-branch',0),(7,'Poster','poster',0),(8,'30-Yr Old Ktch Before','30-yr-old-ktch-before',0),(9,'30-Yr Old Ktch After','30-yr-old-ktch-after',0),(10,'Old Fashion Bath Before','old-fashion-bath-before',0),(11,'Old Fashion Bath After','old-fashion-bath-after',0),(12,'Empty Living Room Before','empty-living-room-before',0),(13,'Not so Empty Living Room After','not-so-empty-living-room-after',0),(14,'Unfinished Dining Room Before','unfinished-dining-room-before',0),(15,'Completed Dining Room After','completed-dining-room-after',0),(16,'Bonus room Before','bonus-room-before',0),(17,'Bonus Room After','bonus-room-after',0),(18,'White Dated Kitchen Before','white-dated-kitchen-before',0),(19,'White Dated Kitchen in Progress','white-dated-kitchen-in-progress',0),(20,'Triple High Window Before','triple-high-window-before',0),(21,'Triple High Window After','triple-high-window-after',0),(22,'Tuscan Bath in Progress','tuscan-bath-in-progress',0),(23,'Tuscan Bathwith Custom vanity','tuscan-bathwith-custom-vanity',0),(24,'Round wall in Progress','round-wall-in-progress',0),(25,'Rounded wall with Mural scene','rounded-wall-with-mural-scene',0),(26,'Basic White Kitchen Before','basic-white-kitchen-before',0),(27,'White Kitchen After W/stainless','white-kitchen-after-wstainless',0),(28,'Anthony Bath Before','anthony-bath-before',0),(29,'Anthony Bath After','anthony-bath-after',0); /*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_ti_audio_playlist_manager` -- DROP TABLE IF EXISTS `wp_ti_audio_playlist_manager`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_ti_audio_playlist_manager` ( `id` int(11) NOT NULL auto_increment, `title` varchar(64) default NULL, `description` varchar(255) default NULL, `image` varchar(255) default NULL, `random` int(1) default NULL, `autostart` int(1) default NULL, `license` text, `tracks` text, `modification_date` datetime default NULL, `creation_date` datetime default NULL, `last_play_date` datetime default NULL, `views` int(11) default NULL, UNIQUE KEY `id` (`id`), UNIQUE KEY `title` (`title`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_ti_audio_playlist_manager` -- LOCK TABLES `wp_ti_audio_playlist_manager` WRITE; /*!40000 ALTER TABLE `wp_ti_audio_playlist_manager` DISABLE KEYS */; INSERT INTO `wp_ti_audio_playlist_manager` VALUES (1,'Jazz',NULL,NULL,NULL,NULL,NULL,'158,','2010-10-12 11:47:22','2010-10-12 11:47:22',NULL,0); /*!40000 ALTER TABLE `wp_ti_audio_playlist_manager` 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`(191)) ) ENGINE=MyISAM AUTO_INCREMENT=53 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,'nickname','christine'),(2,1,'rich_editing','true'),(3,1,'comment_shortcuts','false'),(4,1,'admin_color','fresh'),(5,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(9,1,'wp_usersettings','m4=o&m5=o&m8=o&m3=o&m7=o'),(7,1,'wp_user_level','10'),(8,1,'wp_usersettingstime','1285862363'),(52,1,'session_tokens','a:1:{s:64:\"02c205d494583727a89dab8a6c0145d5208374a135e59e36e823f5355c6b8a80\";a:4:{s:10:\"expiration\";i:1486660340;s:2:\"ip\";s:13:\"209.17.114.44\";s:2:\"ua\";s:108:\"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36\";s:5:\"login\";i:1486487540;}}'),(11,1,'wp_autosave_draft_ids','a:4:{i:-1285862027;i:3;i:-1285862079;i:5;i:-1285862104;i:7;i:-1285862126;i:10;}'),(12,1,'wp_dashboard_quick_press_last_post_id','162'),(13,1,'wp_user-settings','m4=o&m5=o&m8=o&m3=c&m7=o&editor=tinymce&m6=o&m10=o&m9=o&m1=o&m2=o&m0=c&align=center'),(14,1,'wp_user-settings-time','1352410399'),(15,1,'closedpostboxes_dashboard','a:3:{i:0;s:17:\"dashboard_plugins\";i:1;s:17:\"dashboard_primary\";i:2;s:19:\"dashboard_secondary\";}'),(16,1,'metaboxhidden_dashboard','a:0:{}'),(38,1,'jabber',''),(37,1,'yim',''),(36,1,'aim',''),(35,1,'use_ssl','0'),(34,1,'description',''),(33,1,'last_name',''),(31,1,'metaboxhidden_post','a:1:{i:0;s:7:\"slugdiv\";}'),(32,1,'first_name',''),(30,1,'closedpostboxes_post','a:0:{}'),(39,3,'first_name',''),(40,3,'last_name',''),(41,3,'nickname','admin'),(42,3,'description',''),(43,3,'rich_editing','true'),(44,3,'comment_shortcuts','false'),(45,3,'admin_color','fresh'),(46,3,'use_ssl','0'),(47,3,'aim',''),(48,3,'yim',''),(49,3,'jabber',''),(50,3,'wp_capabilities','a:1:{s:13:\"administrator\";s:1:\"1\";}'),(51,3,'wp_user_level','10'); /*!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(255) NOT NULL default '', `user_nicename` varchar(50) NOT NULL default '', `user_email` varchar(100) NOT NULL default '', `user_url` varchar(100) NOT NULL default '', `user_registered` datetime NOT NULL default '0000-00-00 00:00:00', `user_activation_key` varchar(255) NOT NULL default '', `user_status` int(11) NOT NULL default '0', `display_name` varchar(250) NOT NULL default '', PRIMARY KEY (`ID`), KEY `user_login_key` (`user_login`), KEY `user_nicename` (`user_nicename`), KEY `user_email` (`user_email`) ) ENGINE=MyISAM AUTO_INCREMENT=4 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,'christine69','$P$B3JsRNtGIcIPdx41lmwQXSGVnNdJcU.','christine','christinecbarnes@comcast.net','','2010-09-30 15:24:52','',0,'christine'),(3,'admin','$P$B2y5o23Q6SdKKaP/UehXfxiNYYiW5w.','admin','matt@heystac.com','','2011-04-18 14:52:07','',0,'admin'); /*!40000 ALTER TABLE `wp_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database '1_001c0cc_1' -- 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 2018-04-25 9:34:22