0byt3m1n1
Path:
/
data
/
21
/
3
/
68
/
36
/
3068199
/
meta
/
3418624
/
mysql.backup
/
[
Home
]
File: 1_03785f6_6.mysqlv109.bak.sql
-- MySQL dump 10.11 -- -- Host: mysqlv109 Database: 1_03785f6_6 -- ------------------------------------------------------ -- 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_cntctfrm_field` -- DROP TABLE IF EXISTS `wp_cntctfrm_field`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_cntctfrm_field` ( `id` int(11) NOT NULL auto_increment, `name` char(100) NOT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=14 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_cntctfrm_field` -- LOCK TABLES `wp_cntctfrm_field` WRITE; /*!40000 ALTER TABLE `wp_cntctfrm_field` DISABLE KEYS */; INSERT INTO `wp_cntctfrm_field` VALUES (1,'name'),(2,'email'),(3,'subject'),(4,'message'),(5,'address'),(6,'phone'),(7,'attachment'),(8,'attachment_explanations'),(9,'send_copy'),(10,'sent_from'),(11,'date_time'),(12,'coming_from'),(13,'user_agent'); /*!40000 ALTER TABLE `wp_cntctfrm_field` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_commentmeta` -- DROP TABLE IF EXISTS `wp_commentmeta`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_commentmeta` ( `meta_id` bigint(20) unsigned NOT NULL auto_increment, `comment_id` bigint(20) unsigned NOT NULL default '0', `meta_key` varchar(255) default NULL, `meta_value` longtext, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`) ) ENGINE=MyISAM AUTO_INCREMENT=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`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_comments` -- LOCK TABLES `wp_comments` WRITE; /*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */; /*!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/news/','WordPress Blog','','','','Y',1,0,'0000-00-00 00:00:00','','','http://wordpress.org/news/feed/'),(3,'http://wordpress.org/support/','Support Forums','','','','Y',1,0,'0000-00-00 00:00:00','','',''),(4,'http://wordpress.org/extend/plugins/','Plugins','','','','Y',1,0,'0000-00-00 00:00:00','','',''),(5,'http://wordpress.org/extend/themes/','Themes','','','','Y',1,0,'0000-00-00 00:00:00','','',''),(6,'http://wordpress.org/support/forum/requests-and-feedback','Feedback','','','','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_maxbuttons_buttons` -- DROP TABLE IF EXISTS `wp_maxbuttons_buttons`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_maxbuttons_buttons` ( `id` int(11) NOT NULL auto_increment, `name` varchar(100) default NULL, `description` varchar(500) default NULL, `url` varchar(250) default NULL, `text` varchar(100) default NULL, `text_font_family` varchar(50) default NULL, `text_font_size` varchar(10) default NULL, `text_font_style` varchar(10) default NULL, `text_font_weight` varchar(10) default NULL, `text_color` varchar(10) default NULL, `text_color_hover` varchar(10) default NULL, `text_shadow_offset_left` varchar(10) default NULL, `text_shadow_offset_top` varchar(10) default NULL, `text_shadow_width` varchar(10) default NULL, `text_shadow_color` varchar(10) default NULL, `text_shadow_color_hover` varchar(10) default NULL, `text_padding_top` varchar(10) default NULL, `text_padding_bottom` varchar(10) default NULL, `text_padding_left` varchar(10) default NULL, `text_padding_right` varchar(10) default NULL, `border_radius_top_left` varchar(10) default NULL, `border_radius_top_right` varchar(10) default NULL, `border_radius_bottom_left` varchar(10) default NULL, `border_radius_bottom_right` varchar(10) default NULL, `border_style` varchar(10) default NULL, `border_width` varchar(10) default NULL, `border_color` varchar(10) default NULL, `border_color_hover` varchar(10) default NULL, `box_shadow_offset_left` varchar(10) default NULL, `box_shadow_offset_top` varchar(10) default NULL, `box_shadow_width` varchar(10) default NULL, `box_shadow_color` varchar(10) default NULL, `box_shadow_color_hover` varchar(10) default NULL, `gradient_start_color` varchar(10) default NULL, `gradient_start_color_hover` varchar(10) default NULL, `gradient_end_color` varchar(10) default NULL, `gradient_end_color_hover` varchar(10) default NULL, `gradient_stop` varchar(2) default NULL, `gradient_start_opacity` varchar(3) default NULL, `gradient_end_opacity` varchar(3) default NULL, `gradient_start_opacity_hover` varchar(3) default NULL, `gradient_end_opacity_hover` varchar(3) default NULL, `new_window` varchar(10) default NULL, `container_enabled` varchar(5) default NULL, `container_width` varchar(5) default NULL, `container_margin_top` varchar(5) default NULL, `container_margin_right` varchar(5) default NULL, `container_margin_bottom` varchar(5) default NULL, `container_margin_left` varchar(5) default NULL, `container_alignment` varchar(25) default NULL, `container_center_div_wrap_enabled` varchar(5) default NULL, `nofollow` varchar(5) default NULL, `status` varchar(10) NOT NULL default 'publish', `external_css` varchar(5) default NULL, `important_css` varchar(5) default NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_maxbuttons_buttons` -- LOCK TABLES `wp_maxbuttons_buttons` WRITE; /*!40000 ALTER TABLE `wp_maxbuttons_buttons` DISABLE KEYS */; INSERT INTO `wp_maxbuttons_buttons` VALUES (1,'Newsletter','','','Sign Up For Newsletter','Verdana','16px','normal','normal','#fffaff','#fffaff','0px','0px','0px','#000000','#000000','15px','15px','25px','25px','4px','4px','4px','4px','solid','0px','#ffffff','#ffffff','0px','0px','0px','#333333','#333333','#000000','#000000','#000000','#000000','0','0','0','0','0','on','on','','','','','','','on','','trash','',''),(2,'Online Quick Quote','','http://www.seanwomack.com/online-quick-quote/','GET A QUICK QUOTE ONLINE','Arial','12px','normal','bold','#ffffff','#ffffff','-1px','-1px','0px','#999999','#666666','15px','15px','35px','35px','4px','4px','4px','4px','solid','1px','#999999','#666666','0px','0px','2px','#333333','#333333','#999999','#666666','#999999','#666666','45','100','100','100','100','on','on','','','','','','','on','','publish','','on'),(3,'Sign Up For Newsletter','','http://www.seanwomack.com/newsletter-sign-up/','SIGN UP FOR OUR NEWSLETTER','Arial','12px','normal','bold','#ffffff','#ffffff','-1px','-1px','0px','#999999','#666666','15px','15px','25px','25px','4px','4px','4px','4px','solid','1px','#999999','#666666','0px','0px','2px','#333333','#333333','#999999','#666666','#999999','#666666','45','100','100','100','100','on','on','','','','','','','on','','publish','','on'); /*!40000 ALTER TABLE `wp_maxbuttons_buttons` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_options` -- DROP TABLE IF EXISTS `wp_options`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_options` ( `option_id` bigint(20) unsigned NOT NULL auto_increment, `option_name` varchar(64) NOT NULL default '', `option_value` longtext NOT NULL, `autoload` varchar(20) NOT NULL default 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`) ) ENGINE=MyISAM AUTO_INCREMENT=7087 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_options` -- LOCK TABLES `wp_options` WRITE; /*!40000 ALTER TABLE `wp_options` DISABLE KEYS */; INSERT INTO `wp_options` VALUES (1,'siteurl','http://03785f6.netsolhost.com/wordpress','yes'),(2,'blogname','wordpress','yes'),(3,'blogdescription','','yes'),(4,'users_can_register','0','yes'),(5,'admin_email','sean@seanwomack.com','yes'),(6,'start_of_week','1','yes'),(7,'use_balanceTags','0','yes'),(8,'use_smilies','1','yes'),(9,'require_name_email','1','yes'),(10,'comments_notify','1','yes'),(11,'posts_per_rss','10','yes'),(12,'rss_use_excerpt','0','yes'),(13,'mailserver_url','mail.example.com','yes'),(14,'mailserver_login','login@example.com','yes'),(15,'mailserver_pass','password','yes'),(16,'mailserver_port','110','yes'),(17,'default_category','1','yes'),(18,'default_comment_status','open','yes'),(19,'default_ping_status','open','yes'),(20,'default_pingback_flag','1','yes'),(112,'db_upgraded','','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(29,'comment_moderation','0','yes'),(30,'moderation_notify','1','yes'),(31,'permalink_structure','/%postname%/','yes'),(32,'gzipcompression','0','yes'),(33,'hack_file','0','yes'),(34,'blog_charset','UTF-8','yes'),(35,'moderation_keys','','no'),(36,'active_plugins','a:12:{i:0;s:36:\"contact-form-7/wp-contact-form-7.php\";i:1;s:22:\"footer-putter/main.php\";i:2;s:24:\"header-footer/plugin.php\";i:3;s:19:\"jetpack/jetpack.php\";i:4;s:23:\"ml-slider/ml-slider.php\";i:5;s:41:\"responsive-add-ons/responsive-add-ons.php\";i:6;s:57:\"scalable-vector-graphics-svg/scalable-vector-graphics.php\";i:7;s:57:\"simple-share-buttons-adder/simple-share-buttons-adder.php\";i:8;s:43:\"simple-social-icons/simple-social-icons.php\";i:9;s:24:\"wordpress-seo/wp-seo.php\";i:10;s:32:\"wp-google-fonts/google-fonts.php\";i:11;s:17:\"wpclef/wpclef.php\";}','yes'),(37,'home','http://03785f6.netsolhost.com/wordpress','yes'),(38,'category_base','','yes'),(39,'ping_sites','http://rpc.pingomatic.com/','yes'),(40,'advanced_edit','0','yes'),(41,'comment_max_links','2','yes'),(42,'gmt_offset','0','yes'),(43,'default_email_category','1','yes'),(44,'recently_edited','a:5:{i:0;s:102:\"\\\\WDP\\DFS\\30\\0\\8\\9\\3048101980\\user\\sites\\3418624.site\\www/wp-content/themes/responsive-child/style.css\";i:2;s:115:\"\\\\WDP\\DFS\\30\\0\\8\\9\\3048101980\\user\\sites\\3418624.site\\www/wp-content/plugins/contact-form-7/includes/css/styles.css\";i:3;s:112:\"\\\\WDP\\DFS\\30\\0\\8\\9\\3048101980\\user\\sites\\3418624.site\\www/wp-content/plugins/contact-form-7/includes/upgrade.php\";i:4;s:104:\"\\\\WDP\\DFS\\30\\0\\8\\9\\3048101980\\user\\sites\\3418624.site\\www/wp-content/plugins/contact-form-7/settings.php\";i:5;s:113:\"\\\\WDP\\DFS\\30\\0\\8\\9\\3048101980\\user\\sites\\3418624.site\\www/wp-content/plugins/contact-form-7/wp-contact-form-7.php\";}','no'),(45,'template','Responsive','yes'),(46,'stylesheet','responsive-child','yes'),(47,'comment_whitelist','1','yes'),(48,'blacklist_keys','','no'),(49,'comment_registration','0','yes'),(50,'html_type','text/html','yes'),(51,'use_trackback','0','yes'),(52,'default_role','subscriber','yes'),(53,'db_version','27916','yes'),(54,'uploads_use_yearmonth_folders','1','yes'),(55,'upload_path','','yes'),(56,'blog_public','1','yes'),(57,'default_link_category','2','yes'),(58,'show_on_front','page','yes'),(59,'tag_base','','yes'),(60,'show_avatars','1','yes'),(61,'avatar_rating','G','yes'),(62,'upload_url_path','','yes'),(63,'thumbnail_size_w','150','yes'),(64,'thumbnail_size_h','150','yes'),(65,'thumbnail_crop','1','yes'),(66,'medium_size_w','300','yes'),(67,'medium_size_h','300','yes'),(68,'avatar_default','mystery','yes'),(71,'large_size_w','1024','yes'),(72,'large_size_h','1024','yes'),(73,'image_default_link_type','file','yes'),(74,'image_default_size','','yes'),(75,'image_default_align','','yes'),(76,'close_comments_for_old_posts','0','yes'),(77,'close_comments_days_old','14','yes'),(78,'thread_comments','1','yes'),(79,'thread_comments_depth','5','yes'),(80,'page_comments','0','yes'),(81,'comments_per_page','50','yes'),(82,'default_comments_page','newest','yes'),(83,'comment_order','asc','yes'),(84,'sticky_posts','a:0:{}','yes'),(85,'widget_categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(86,'widget_text','a:15:{i:5;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:44:\"<center><u>Communities We Serve</u></center>\";s:6:\"filter\";b:0;}i:7;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:2541:\"<center>\r\n<b><u>SERVING THE COMMUNITIES OF</b></u></br>\r\n<a href=\"http://www.seanwomack.com/communities-we-serve/tustin/\" target=\"_self\">Tustin</a> | \r\n<a href=\"http://www.seanwomack.com/communities-we-serve/santa-ana/\" target=\"_self\">Santa Ana</a> | \r\n<a href=\"http://www.seanwomack.com/communities-we-serve/irvine/\" target=\"_self\">Irvine</a> | \r\n<a href=\"http://www.seanwomack.com/communities-we-serve/orange/\" target=\"_self\">Orange</a> | \r\n<a href=\"http://www.seanwomack.com/communities-we-serve/Villa-Park/\" target=\"_self\">Villa Park</a> | \r\n<a href=\"http://www.seanwomack.com/communities-we-serve/Anaheim/\" target=\"_self\">Anaheim</a> | \r\n<a href=\"http://www.seanwomack.com/communities-we-serve/costa-mesa/\" target=\"_self\">Costa Mesa</a> | \r\n<a href=\"http://www.seanwomack.com/communities-we-serve/Newport-Beach/\" target=\"_self\">Newport Beach</a> | \r\n<a href=\"http://www.seanwomack.com/communities-we-serve/Huntington-Beach/\" target=\"_self\">Huntington Beach</a> | \r\n<a href=\"http://www.seanwomack.com/communities-we-serve/Fountain-Valley/\" target=\"_self\">Fountain Valley</a> | \r\n<a href=\"http://www.seanwomack.com/communities-we-serve/Westminster/\" target=\"_self\">Westminster</a> | \r\n<a href=\"http://www.seanwomack.com/communities-we-serve/Garden-Grove/\" target=\"_self\">Garden Grove</a> | \r\n<a href=\"http://www.seanwomack.com/communities-we-serve/Fullerton/\" target=\"_self\">Fullerton</a> | \r\n<a href=\"http://www.seanwomack.com/communities-we-serve/brea/\" target=\"_self\">Brea</a> | \r\n<a href=\"http://www.seanwomack.com/communities-we-serve/placentia/\" target=\"_self\">Placentia</a> | \r\n<a href=\"http://www.seanwomack.com/communities-we-serve/Yorba-Linda/\" target=\"_self\">Yorba Linda</a> | \r\n<a href=\"http://www.seanwomack.com/communities-we-serve/surrounding-areas/\" target=\"_self\">Surrounding Areas</a>\r\n</p>\r\n\r\nStatements on this website as to policies, coverages, and other content provide general information only and we provide no warranty as to their accuracy. Clients should consult with their licensed agent as to how these coverages pertain to their individual situation.\r\n</center>\r\n</br>\r\n<center>Sean Womack is an endorsed agent for Beissel Insurance Service, Inc.\r\nCalifornia Insurance License 0598409</center>\r\n</br>\r\n<center>Copyright © 2014 <a href=\"https://plus.google.com/+seanwomack?rel=author\">Sean Womack</a> All Rights Reserved</center>\";s:6:\"filter\";b:0;s:17:\"q2w3_fixed_widget\";b:0;}i:8;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:20:\"[maxbutton id=\"2\"]\r\n\";s:6:\"filter\";b:0;}i:9;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:20:\"[maxbutton id=\"3\"]\r\n\";s:6:\"filter\";b:0;}i:10;a:4:{s:5:\"title\";s:41:\"Why choose an independent insurance agent\";s:4:\"text\";s:154:\"<CENTER>\r\n<iframe width=\"250\" height=\"140\" src=\"//www.youtube.com/embed/5nnROVqUDgM?rel=0&showinfo=0\" frameborder=\"0\" allowfullscreen></iframe>\r\n</CENTER>\";s:6:\"filter\";b:0;s:10:\"conditions\";a:2:{s:6:\"action\";s:4:\"show\";s:5:\"rules\";a:1:{i:0;a:2:{s:5:\"major\";s:4:\"page\";s:5:\"minor\";s:1:\"8\";}}}}i:12;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:74:\"background-color:#00ff00\r\n[contact-form-7 id=\"161\" title=\"Contact form 1\"]\";s:6:\"filter\";b:0;s:17:\"q2w3_fixed_widget\";b:0;}i:16;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:97:\"<center>\r\n<b><u>INSURANCE COMPANIES</br>\r\nWE REPRESENT</u><b></p>\r\n[metaslider id=233]\r\n</center>\";s:6:\"filter\";b:0;s:17:\"q2w3_fixed_widget\";b:0;}i:17;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:290:\"<b>Sean Womack</br>\r\nBeissel Insurance Service, Inc.</b></br>\r\n13732 Newport Avenue</br>\r\nSuite #5 (2nd Floor)</br>\r\nTustin, CA 92780\r\n</p>\r\n<b>Phone Number:</b></br>\r\nMobile: 949-940-6934\r\n</p>\r\n<b>Office Hours:</b></br>\r\nMonday - Friday: 8 AM - 5 PM</br>\r\nSaturday & Sunday: Closed</br>\r\n\";s:6:\"filter\";b:0;s:17:\"q2w3_fixed_widget\";b:0;}i:18;a:4:{s:5:\"title\";s:23:\"Right Sidebar Half Page\";s:4:\"text\";s:0:\"\";s:6:\"filter\";b:0;s:17:\"q2w3_fixed_widget\";b:0;}i:19;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:562:\"<a href=\"http://www.seanwomack.com/wp-content/uploads/2014/02/Sean-Photo.jpg\"><img src=\"http://www.seanwomack.com/wp-content/uploads/2014/02/Sean-Photo-150x150.jpg\" alt=\"Sean Photo\" width=\"150\" height=\"150\" class=\"alignnonesize-thumbnail wp-image-475\" /></a></P>\r\n<b><u>SEAN WOMACK, CISR</b></u></br>\r\nSean Womack is a licensed independent insurance agent in California. His office is centrally located in Orange County--where the 5 and 55 freeways meet in Tustin, CA. He is a Southern California native and currently lives in Orange, CA with his wife and son.\r\n\";s:6:\"filter\";b:0;}i:20;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:1276:\"<font size=\"4\"><u>AGENT PROFILE</u></font></p>\r\n<font size=\"2\"><b>Sean Womack</br>\r\nBeissel Insurance Service, Inc.</b></br>\r\n13732 Newport Avenue</br>\r\nSuite #5 (2nd Floor)</br>\r\nTustin, CA 92780\r\n</p>\r\n<div class=\"google-maps\">\r\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d6635.524692055259!2d-117.818881!3d33.740961!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xc1d6bb2280b03a8e!2sSean+Womack!5e0!3m2!1sen!2sus!4v1398317389389\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\"></iframe>\r\n</div>\r\n</p>\r\n<b>Phone Number:</b></br>\r\nOffice: 714-838-0601</br>\r\nFax: 714-832-9985\r\n</p>\r\n<b>Office Hours:</b></br>\r\nMonday - Friday: 8 AM - 5 PM</br>\r\nSaturday & Sunday: Closed\r\n</p>\r\n<a href=\"http://www.seanwomack.com/wp-content/uploads/2014/02/Sean-Photo.jpg\"><img src=\"http://www.seanwomack.com/wp-content/uploads/2014/02/Sean-Photo-150x150.jpg\" alt=\"Sean Photo\" width=\"150\" height=\"150\" class=\"alignnonesize-thumbnail wp-image-475\" /></a></P>\r\n<b>SEAN WOMACK, CISR</b></br>\r\nSean Womack is a licensed independent insurance agent in California. His office is centrally located in Orange County--where the 5 and 55 freeways meet in Tustin, CA. He is a Southern California native and currently lives in Orange, CA with his wife and son.</P>\r\n\r\n</font>\r\n\";s:6:\"filter\";b:0;s:10:\"conditions\";a:2:{s:6:\"action\";s:4:\"hide\";s:5:\"rules\";a:1:{i:0;a:2:{s:5:\"major\";s:4:\"page\";s:5:\"minor\";s:3:\"173\";}}}}i:21;a:4:{s:5:\"title\";s:22:\"Mercury Web Quote Link\";s:4:\"text\";s:710:\"<font size=\"4\"><u>GET A QUOTE</u></font></p>\r\n<!-- Start Mercury Agent Quote Link -->\r\n<div id=\"MercuryAQL\">\r\n<div id =\"agentDiv\" display =\"block\">\r\n</div>\r\n<link href=https://quote2.mercuryinsurance.com/advertising/AQL/css/AQL002-3.css rel=\"stylesheet\" type=\"text/css\" media=\"all\" />\r\n<SCRIPT LANGUAGE=\"JavaScript\" SRC=http://www.mercuryinsurance.com/advertising/AQL/js/AgentQuoteJs.js type=\"text/javascript\"></SCRIPT>\r\n<a href=\"javascript:NewQuote(\'CA\',\'044563\')\"target=\"_top\">\r\n<div id=\"AQLink\">\r\n<!--Start content div -->\r\n<div id=\"AQLinkContent\">\r\n<form action=\"\" method=\"post\" name=\"startQuoteForm\">\r\n</form>\r\n</div>\r\n<!--End content div -->\r\n</div>\r\n</a>\r\n</div>\r\n<!-- End Mercury Agent Quote Link -->\r\n\";s:6:\"filter\";b:0;s:10:\"conditions\";a:2:{s:6:\"action\";s:4:\"show\";s:5:\"rules\";a:1:{i:0;a:2:{s:5:\"major\";s:4:\"page\";s:5:\"minor\";s:5:\"front\";}}}}i:22;a:3:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:67:\"<font size=\"4\"><u>OUR COMPANIES</u></font></p>\r\n[metaslider id=233]\";s:6:\"filter\";b:0;}i:24;a:4:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:52:\"[contact-form-7 id=\"161\" title=\"Sidebar Quote Form\"]\";s:6:\"filter\";b:0;s:10:\"conditions\";a:2:{s:6:\"action\";s:4:\"hide\";s:5:\"rules\";a:1:{i:0;a:2:{s:5:\"major\";s:4:\"page\";s:5:\"minor\";s:3:\"162\";}}}}s:12:\"_multiwidget\";i:1;}','yes'),(87,'widget_rss','a:0:{}','yes'),(88,'uninstall_plugins','a:4:{s:109:\"WDP/DFS/30/0/8/9/3048101980/user/sites/3418624.site/www/wp-content/themes/duena/options/options-framework.php\";s:31:\"optionsframework_delete_options\";s:36:\"contact-form-plugin/contact_form.php\";s:23:\"cntctfrm_delete_options\";s:57:\"simple-share-buttons-adder/simple-share-buttons-adder.php\";s:14:\"ssba_uninstall\";s:17:\"wpclef/wpclef.php\";a:2:{i:0;s:9:\"ClefSetup\";i:1;s:16:\"uninstall_plugin\";}}','no'),(89,'timezone_string','','yes'),(91,'embed_size_w','','yes'),(92,'embed_size_h','600','yes'),(93,'page_for_posts','0','yes'),(94,'page_on_front','8','yes'),(95,'default_post_format','0','yes'),(96,'initial_db_version','20596','yes'),(97,'wp_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:63:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:9:\"add_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:15:\"wpseo_bulk_edit\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:35:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:15:\"wpseo_bulk_edit\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:11:{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:15:\"wpseo_bulk_edit\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:6:{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:15:\"wpseo_bulk_edit\";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'),(98,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(99,'widget_recent-posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(100,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(101,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(102,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(103,'sidebars_widgets','a:15:{s:19:\"wp_inactive_widgets\";a:12:{i:0;s:7:\"text-21\";i:1;s:21:\"simple-social-icons-3\";i:2;s:7:\"text-16\";i:3;s:7:\"text-17\";i:4;s:10:\"nav_menu-3\";i:5;s:7:\"text-19\";i:6;s:18:\"footer_copyright-2\";i:7;s:7:\"text-12\";i:8;s:7:\"text-10\";i:9;s:6:\"text-9\";i:10;s:6:\"text-8\";i:11;s:6:\"text-5\";}s:12:\"main-sidebar\";a:0:{}s:13:\"right-sidebar\";a:4:{i:0;s:7:\"text-24\";i:1;s:7:\"text-20\";i:2;s:7:\"text-22\";i:3;s:22:\"synved_social_follow-3\";}s:12:\"left-sidebar\";a:0:{}s:17:\"left-sidebar-half\";a:0:{}s:18:\"right-sidebar-half\";a:1:{i:0;s:7:\"text-18\";}s:13:\"home-widget-1\";a:0:{}s:13:\"home-widget-2\";a:0:{}s:13:\"home-widget-3\";a:0:{}s:14:\"gallery-widget\";a:0:{}s:15:\"colophon-widget\";a:1:{i:0;s:6:\"text-7\";}s:10:\"top-widget\";a:0:{}s:13:\"footer-widget\";a:0:{}s:11:\"last-footer\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(104,'cron','a:9:{i:1403546423;a:1:{s:29:\"wp_session_garbage_collection\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1403547134;a:1:{s:20:\"jetpack_clean_nonces\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1403547667;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1403552160;a:1:{s:20:\"wp_maybe_auto_update\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1403553731;a:1:{s:14:\"yoast_tracking\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1403565372;a:1:{s:20:\"jetpack_v2_heartbeat\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1403587669;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:1403619650;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'),(106,'_transient_random_seed','fd72e6477fdc43159713755ee4db052c','yes'),(107,'auth_key','d!5hDQ6l0|aax)u_~U]5qT..-55c=O~8q&Z#C?[J:`CP8.zu1GP/i|mTFN%8-P n','yes'),(108,'auth_salt','uE77I^}#R#X5j;sc!~OmqJl$]_8r40y[[>lV.Ck_.G8#&;cK]+?cW}|_**75@3qk','yes'),(109,'logged_in_key','p_P$YdfptQD?kzv|A<fsB#5Gi-F5ULtYS$&LA_b/,lzhn$eEQ7-y:(KZ,]/Zk=99','yes'),(110,'logged_in_salt','=}7 u_372Mv8y;H@V2Weo)_:UaiN7~8!@5Muayea#.^uCntjd^?NrC#A56eI^KLd','yes'),(111,'link_manager_enabled','1','yes'),(209,'theme_mods_twentyeleven','a:8:{s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:0;}s:16:\"header_textcolor\";s:3:\"000\";s:16:\"background_color\";s:6:\"e2e2e2\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:6:\"repeat\";s:21:\"background_position_x\";s:4:\"left\";s:21:\"background_attachment\";s:5:\"fixed\";s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1391452525;s:4:\"data\";a:7:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:1:{i:0;s:10:\"nav_menu-2\";}s:9:\"sidebar-4\";a:0:{}s:9:\"sidebar-5\";a:0:{}s:11:\"last-footer\";a:0:{}}}}','yes'),(120,'dashboard_widget_options','a:4:{s:25:\"dashboard_recent_comments\";a:1:{s:5:\"items\";i:5;}s:24:\"dashboard_incoming_links\";a:5:{s:4:\"home\";s:39:\"http://03785f6.netsolhost.com/wordpress\";s:4:\"link\";s:115:\"http://blogsearch.google.com/blogsearch?scoring=d&partner=wordpress&q=link:http://03785f6.netsolhost.com/wordpress/\";s:3:\"url\";s:148:\"http://blogsearch.google.com/blogsearch_feeds?scoring=d&ie=utf-8&num=10&output=rss&partner=wordpress&q=link:http://03785f6.netsolhost.com/wordpress/\";s:5:\"items\";i:10;s:9:\"show_date\";b:0;}s:17:\"dashboard_primary\";a:7:{s:4:\"link\";s:26:\"http://wordpress.org/news/\";s:3:\"url\";s:31:\"http://wordpress.org/news/feed/\";s:5:\"title\";s:14:\"WordPress Blog\";s:5:\"items\";i:2;s:12:\"show_summary\";i:1;s:11:\"show_author\";i:0;s:9:\"show_date\";i:1;}s:19:\"dashboard_secondary\";a:7:{s:4:\"link\";s:28:\"http://planet.wordpress.org/\";s:3:\"url\";s:33:\"http://planet.wordpress.org/feed/\";s:5:\"title\";s:20:\"Other WordPress News\";s:5:\"items\";i:5;s:12:\"show_summary\";i:0;s:11:\"show_author\";i:0;s:9:\"show_date\";i:0;}}','yes'),(121,'nonce_key','7L@0cD0>G2GtvO+siB zV+&ataWl5&kJr!k@4n:?89=<yC)SBS39F+oXm*<7;F;x','yes'),(122,'nonce_salt','9}!O`uyX1d5^o@dAqs`n #2`{<& !`go6UkpGfkG_1e$zier<,VCDKOh9pVvk,F,','yes'),(6982,'_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1403321590','no'),(6983,'_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1403278390','no'),(4588,'_wp_session_expires_c27329b19a5a6ceb775506a0d1143752','2830528254','no'),(4723,'_wp_session_expires_81e8b86b0f0cc948e73b6de9372660a8','2831097104','no'),(6988,'_transient_timeout_feed_b9388c83948825c1edaef0d856b7b109','1403321590','no'),(6989,'_transient_feed_b9388c83948825c1edaef0d856b7b109','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n \n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:72:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"WordPress Plugins » View: Most Popular\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://wordpress.org/plugins/browse/popular/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"WordPress Plugins » View: Most Popular\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 20 Jun 2014 15:28:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"http://bbpress.org/?v=1.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:15:{i:0;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"Jetpack by WordPress.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"http://wordpress.org/plugins/jetpack/#post-23862\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 Jan 2011 02:21:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"23862@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:104:\"Supercharge your WordPress site with powerful features previously only available to WordPress.com users.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Tim Moore\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Contact Form 7\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"http://wordpress.org/plugins/contact-form-7/#post-2141\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 02 Aug 2007 12:45:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"2141@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"Just another contact form plugin. Simple but flexible.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Takayuki Miyoshi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"WordPress SEO by Yoast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"http://wordpress.org/plugins/wordpress-seo/#post-8321\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 01 Jan 2009 20:34:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"8321@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:131:\"Improve your WordPress SEO: Write better content and have a fully optimized WordPress site using the WordPress SEO plugin by Yoast.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Joost de Valk\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"All in One SEO Pack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"http://wordpress.org/plugins/all-in-one-seo-pack/#post-753\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 30 Mar 2007 20:08:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"753@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:126:\"All in One SEO Pack is a WordPress SEO plugin to automatically optimize your WordPress blog for Search Engines such as Google.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"uberdose\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Google XML Sitemaps\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"http://wordpress.org/plugins/google-sitemap-generator/#post-132\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Mar 2007 22:31:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"132@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:105:\"This plugin will generate a special XML sitemap which will help search engines to better index your blog.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"arnee\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Akismet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"http://wordpress.org/plugins/akismet/#post-15\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Mar 2007 22:11:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"15@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"Akismet checks your comments against the Akismet web service to see if they look like spam or not.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WooCommerce - excelling eCommerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"http://wordpress.org/plugins/woocommerce/#post-29860\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 05 Sep 2011 08:13:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"29860@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"WooCommerce is a powerful, extendable eCommerce plugin that helps you sell anything. Beautifully.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"WooThemes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"MailPoet Newsletters\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://wordpress.org/plugins/wysija-newsletters/#post-32629\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 02 Dec 2011 17:09:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"32629@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"Send newsletters, post notifications or autoresponders from WordPress easily, and beautifully.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"MailPoet Staff\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Wordfence Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"http://wordpress.org/plugins/wordfence/#post-29832\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 04 Sep 2011 03:13:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"29832@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:137:\"Wordfence Security is a free enterprise class security and performance plugin that makes your site up to 50 times faster and more secure.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Wordfence\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"WordPress Importer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://wordpress.org/plugins/wordpress-importer/#post-18101\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 May 2010 17:42:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"18101@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"Import posts, pages, comments, custom fields, categories, tags and more from a WordPress export file.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Brian Colinger\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"iThemes Security (formerly Better WP Security)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://wordpress.org/plugins/better-wp-security/#post-21738\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 22 Oct 2010 22:06:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"21738@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"The easiest, most effective way to secure WordPress in seconds.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Chris Wiegman\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"NextGEN Gallery\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://wordpress.org/plugins/nextgen-gallery/#post-1169\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 23 Apr 2007 20:08:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"1169@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:121:\"The most popular WordPress gallery plugin and one of the most popular plugins of all time with over 10 million downloads.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Alex Rabe\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"Fast Secure Contact Form\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"http://wordpress.org/plugins/si-contact-form/#post-12636\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 27 Aug 2009 01:20:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"12636@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:131:\"An easy and powerful form builder that lets your visitors send you email. Blocks all automated spammers. No templates to mess with.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Mike Challis\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"WPtouch Mobile Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"http://wordpress.org/plugins/wptouch/#post-5468\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 01 May 2008 04:58:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"5468@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"Create a slick mobile WordPress website with just a few clicks.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"BraveNewCode Inc.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:30:\"\n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"UpdraftPlus Backup and Restoration for WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"http://wordpress.org/plugins/updraftplus/#post-38058\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 21 May 2012 15:14:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"38058@http://wordpress.org/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:148:\"Backup and restoration made easy. Complete backups; manual or scheduled (backup to S3, Dropbox, Google Drive, Rackspace, FTP, SFTP, email + others).\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"David Anderson\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:45:\"http://wordpress.org/plugins/rss/view/popular\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:7:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Fri, 20 Jun 2014 15:33:10 GMT\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Thu, 20 Jan 2011 02:21:38 GMT\";s:4:\"x-nc\";s:11:\"HIT lax 250\";}s:5:\"build\";s:14:\"20140203181130\";}','no'),(6990,'_transient_timeout_feed_mod_b9388c83948825c1edaef0d856b7b109','1403321590','no'),(6991,'_transient_feed_mod_b9388c83948825c1edaef0d856b7b109','1403278390','no'),(6980,'_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','1403321590','no'),(3955,'can_compress_scripts','1','yes'),(3970,'ssba_version','4.4','yes'),(3971,'ssba_image_set','somacro','yes'),(3972,'ssba_size','35','yes'),(3973,'ssba_pages','Y','yes'),(3974,'ssba_posts','','yes'),(3975,'ssba_cats_archs','','yes'),(3976,'ssba_homepage','','yes'),(3977,'ssba_align','left','yes'),(3978,'ssba_padding','6','yes'),(3979,'ssba_before_or_after','after','yes'),(3980,'ssba_custom_styles','','yes'),(3981,'ssba_email_message','','yes'),(3982,'ssba_twitter_text','','yes'),(3983,'ssba_buffer_text','','yes'),(3984,'ssba_flattr_user_id','','yes'),(3985,'ssba_flattr_url','','yes'),(3986,'ssba_share_new_window','Y','yes'),(3987,'ssba_link_to_ssb','','yes'),(3988,'ssba_show_share_count','','yes'),(3989,'ssba_share_count_style','default','yes'),(3990,'ssba_share_count_css','','yes'),(3991,'ssba_share_count_once','Y','yes'),(3992,'ssba_widget_text','','yes'),(3993,'ssba_rel_nofollow','','yes'),(3994,'ssba_div_padding','','yes'),(3995,'ssba_div_rounded_corners','','yes'),(3996,'ssba_border_width','','yes'),(3997,'ssba_div_border','#59625c','yes'),(3998,'ssba_div_background','','yes'),(3999,'ssba_share_text','Share! ','yes'),(4000,'ssba_text_placement','above','yes'),(4001,'ssba_font_family','Indie Flower','yes'),(4002,'ssba_font_color','','yes'),(4003,'ssba_font_size','20','yes'),(4004,'ssba_font_weight','','yes'),(4005,'ssba_selected_buttons','facebook,google,twitter,linkedin,pinterest,print,email','yes'),(4006,'ssba_custom_email','','yes'),(4007,'ssba_custom_google','','yes'),(4008,'ssba_custom_facebook','','yes'),(4009,'ssba_custom_twitter','','yes'),(4010,'ssba_custom_diggit','','yes'),(4011,'ssba_custom_linkedin','','yes'),(4012,'ssba_custom_reddit','','yes'),(4013,'ssba_custom_stumbleupon','','yes'),(4014,'ssba_custom_pinterest','','yes'),(4015,'ssba_custom_buffer','','yes'),(4016,'ssba_custom_flattr','','yes'),(4017,'ssba_custom_tumblr','','yes'),(4018,'ssba_custom_print','','yes'),(4023,'scca_content','Simple Custom Content Adder','yes'),(4024,'scca_background_color','#F3F3F7','yes'),(4025,'scca_font_color','#1a1a1a','yes'),(4026,'scca_font_size','15','yes'),(4027,'scca_padding','25','yes'),(4028,'scca_border_color','#DEDEE3','yes'),(4029,'scca_border_width','0','yes'),(4030,'scca_rounded_corners','Y','yes'),(4031,'scca_before_or_after','after','yes'),(4032,'scca_posts_or_pages','both','yes'),(4033,'_transient_timeout_feed_f089ea5e25c51128903e9f47edae0f7b','1398356387','no'),(4034,'_transient_feed_f089ea5e25c51128903e9f47edae0f7b','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:50:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Synved » bulletin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"http://synved.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"Design / Create / Present\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 21 Apr 2014 01:17:55 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:51:\"\n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"Social Media Feather: version 1.5.10 released\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:161:\"http://synved.com/blog/news/social-media-feather-version-1-5-10-released/?utm_source=rss&utm_medium=rss&utm_campaign=social-media-feather-version-1-5-10-released\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"http://synved.com/blog/news/social-media-feather-version-1-5-10-released/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 21 Apr 2014 01:17:55 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:6:{i:0;a:5:{s:4:\"data\";s:4:\"News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"bulletin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:9:\"community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:8:\"features\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:11:\"maintenance\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:7:\"release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"http://synved.com/?p=1956\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:105:\"We just released a new version for the . This is the changelog for version 1.5.10 that was just released:\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"elia\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"http://synved.com/blog/news/social-media-feather-version-1-5-10-released/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:48:\"\n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"WordPress Shortcodes: version 1.6.13 released\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:161:\"http://synved.com/blog/news/wordpress-shortcodes-version-1-6-13-released/?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-shortcodes-version-1-6-13-released\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"http://synved.com/blog/news/wordpress-shortcodes-version-1-6-13-released/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 12 Apr 2014 19:10:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:4:\"News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"bulletin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:9:\"community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:11:\"maintenance\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:7:\"release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"http://synved.com/?p=1934\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:105:\"We just released a new version for the . This is the changelog for version 1.6.13 that was just released:\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"elia\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"http://synved.com/blog/news/wordpress-shortcodes-version-1-6-13-released/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:48:\"\n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"Social Media Feather: version 1.5.9 released\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:159:\"http://synved.com/blog/news/social-media-feather-version-1-5-9-released/?utm_source=rss&utm_medium=rss&utm_campaign=social-media-feather-version-1-5-9-released\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"http://synved.com/blog/news/social-media-feather-version-1-5-9-released/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 05 Apr 2014 21:03:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:4:\"News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"bulletin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:9:\"community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:11:\"maintenance\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:7:\"release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"http://synved.com/?p=1917\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:104:\"We just released a new version for the . This is the changelog for version 1.5.9 that was just released:\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"elia\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"http://synved.com/blog/news/social-media-feather-version-1-5-9-released/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:48:\"\n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"WordPress Shortcodes: version 1.6.12 released\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:161:\"http://synved.com/blog/news/wordpress-shortcodes-version-1-6-12-released/?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-shortcodes-version-1-6-12-released\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"http://synved.com/blog/news/wordpress-shortcodes-version-1-6-12-released/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 29 Mar 2014 20:19:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:4:\"News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"bulletin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:9:\"community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:11:\"maintenance\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:7:\"release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"http://synved.com/?p=1894\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:105:\"We just released a new version for the . This is the changelog for version 1.6.12 that was just released:\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"elia\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"http://synved.com/blog/news/wordpress-shortcodes-version-1-6-12-released/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:48:\"\n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"Social Media Feather: version 1.5.8 released\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:159:\"http://synved.com/blog/news/social-media-feather-version-1-5-8-released/?utm_source=rss&utm_medium=rss&utm_campaign=social-media-feather-version-1-5-8-released\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"http://synved.com/blog/news/social-media-feather-version-1-5-8-released/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 22 Mar 2014 13:56:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:4:\"News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"bulletin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:9:\"community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:11:\"maintenance\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:7:\"release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"http://synved.com/?p=1873\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:104:\"We just released a new version for the . This is the changelog for version 1.5.8 that was just released:\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"elia\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"http://synved.com/blog/news/social-media-feather-version-1-5-8-released/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:48:\"\n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"WordPress Shortcodes: version 1.6.11 released\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:161:\"http://synved.com/blog/news/wordpress-shortcodes-version-1-6-11-released/?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-shortcodes-version-1-6-11-released\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"http://synved.com/blog/news/wordpress-shortcodes-version-1-6-11-released/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 15 Mar 2014 11:46:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:4:\"News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"bulletin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:9:\"community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:11:\"maintenance\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:7:\"release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"http://synved.com/?p=1863\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:105:\"We just released a new version for the . This is the changelog for version 1.6.11 that was just released:\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"elia\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"http://synved.com/blog/news/wordpress-shortcodes-version-1-6-11-released/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:51:\"\n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"Social Media Feather: version 1.5.7 released\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:159:\"http://synved.com/blog/news/social-media-feather-version-1-5-7-released/?utm_source=rss&utm_medium=rss&utm_campaign=social-media-feather-version-1-5-7-released\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"http://synved.com/blog/news/social-media-feather-version-1-5-7-released/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 08 Mar 2014 13:43:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:6:{i:0;a:5:{s:4:\"data\";s:4:\"News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"bulletin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:9:\"community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:8:\"features\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:11:\"maintenance\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:7:\"release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"http://synved.com/?p=1850\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:104:\"We just released a new version for the . This is the changelog for version 1.5.7 that was just released:\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"elia\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"http://synved.com/blog/news/social-media-feather-version-1-5-7-released/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:48:\"\n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"WordPress Shortcodes: version 1.6.10 released\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:161:\"http://synved.com/blog/news/wordpress-shortcodes-version-1-6-10-released/?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-shortcodes-version-1-6-10-released\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"http://synved.com/blog/news/wordpress-shortcodes-version-1-6-10-released/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 01 Mar 2014 19:18:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:4:\"News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"bulletin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:9:\"community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:11:\"maintenance\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:7:\"release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"http://synved.com/?p=1825\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:105:\"We just released a new version for the . This is the changelog for version 1.6.10 that was just released:\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"elia\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"http://synved.com/blog/news/wordpress-shortcodes-version-1-6-10-released/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:51:\"\n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"Social Media Feather: version 1.5.6 released\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:159:\"http://synved.com/blog/news/social-media-feather-version-1-5-6-released/?utm_source=rss&utm_medium=rss&utm_campaign=social-media-feather-version-1-5-6-released\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"http://synved.com/blog/news/social-media-feather-version-1-5-6-released/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 22 Feb 2014 02:09:49 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:6:{i:0;a:5:{s:4:\"data\";s:4:\"News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"bulletin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:9:\"community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:8:\"features\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:11:\"maintenance\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:7:\"release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"http://synved.com/?p=1803\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:104:\"We just released a new version for the . This is the changelog for version 1.5.6 that was just released:\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"elia\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"http://synved.com/blog/news/social-media-feather-version-1-5-6-released/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:51:\"\n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"WordPress Shortcodes: version 1.6.9 released\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:159:\"http://synved.com/blog/news/wordpress-shortcodes-version-1-6-9-released/?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-shortcodes-version-1-6-9-released\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"http://synved.com/blog/news/wordpress-shortcodes-version-1-6-9-released/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 16 Feb 2014 00:36:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:6:{i:0;a:5:{s:4:\"data\";s:4:\"News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"bulletin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:9:\"community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:8:\"features\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:11:\"maintenance\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:7:\"release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"http://synved.com/?p=1789\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:104:\"We just released a new version for the . This is the changelog for version 1.6.9 that was just released:\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"elia\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"http://synved.com/blog/news/wordpress-shortcodes-version-1-6-9-released/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"hourly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:2:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";s:4:\"href\";s:38:\"http://feeds.feedburner.com/SynvedNews\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"rel\";s:3:\"hub\";s:4:\"href\";s:32:\"http://pubsubhubbub.appspot.com/\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:4:\"info\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"uri\";s:10:\"synvednews\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:10:{s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:4:\"etag\";s:27:\"+P4R5Qbd5lbUPNnk9/gCa8YWVIs\";s:13:\"last-modified\";s:29:\"Thu, 24 Apr 2014 03:00:37 GMT\";s:4:\"date\";s:29:\"Thu, 24 Apr 2014 04:19:48 GMT\";s:7:\"expires\";s:29:\"Thu, 24 Apr 2014 04:19:48 GMT\";s:13:\"cache-control\";s:18:\"private, max-age=0\";s:22:\"x-content-type-options\";s:7:\"nosniff\";s:16:\"x-xss-protection\";s:13:\"1; mode=block\";s:6:\"server\";s:3:\"GSE\";s:18:\"alternate-protocol\";s:7:\"80:quic\";}s:5:\"build\";s:14:\"20140203181130\";}','no'),(1730,'jal_db_version','','yes'),(7048,'_transient_jetpack_https_test','1','no'),(4949,'_site_transient_timeout_browser_234b58811ca2e0823c75728ee574c8f3','1400728458','yes'),(4950,'_site_transient_browser_234b58811ca2e0823c75728ee574c8f3','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Safari\";s:7:\"version\";s:5:\"7.0.2\";s:10:\"update_url\";s:28:\"http://www.apple.com/safari/\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/safari.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/safari.png\";s:15:\"current_version\";s:1:\"5\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(7047,'_transient_timeout_jetpack_https_test','1403480830','no'),(4983,'_wp_session_expires_4a1caf7bcca48852ac0ca1d2efa47e83','2831796910','no'),(4989,'_wp_session_expires_c921583a2e2287fb8c2271f8f2aa4e39','2831801750','no'),(1798,'optionsframework','a:2:{s:2:\"id\";s:10:\"manchester\";s:12:\"knownoptions\";a:1:{i:0;s:10:\"manchester\";}}','yes'),(1799,'manchester','a:12:{s:19:\"pls-currency-symbol\";s:1:\"$\";s:22:\"display-debug-messages\";s:0:\"\";s:20:\"pls-option-price-min\";s:1:\"0\";s:20:\"pls-option-price-max\";s:7:\"1000000\";s:20:\"pls-option-price-inc\";s:5:\"50000\";s:18:\"pls-option-bed-min\";s:1:\"0\";s:18:\"pls-option-bed-max\";s:2:\"15\";s:19:\"pls-option-bath-min\";s:1:\"0\";s:19:\"pls-option-bath-max\";s:2:\"10\";s:24:\"pls-option-half-bath-min\";s:1:\"0\";s:24:\"pls-option-half-bath-max\";s:1:\"5\";s:15:\"pls-css-options\";s:1:\"1\";}','yes'),(5269,'_site_transient_timeout_browser_d6c6546ae86b37de15e3e7fd4e8b4667','1401204755','yes'),(5270,'_site_transient_browser_d6c6546ae86b37de15e3e7fd4e8b4667','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"34.0.1847.137\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(6869,'_site_transient_timeout_browser_d11d4645f9b3dc1da7672f5e014004c9','1403709024','yes'),(2461,'acx_widget_si_theme','1','yes'),(2462,'acx_widget_si_twitter','agentseanwomack','yes'),(5513,'_wp_session_expires_8d3d92b0f3e78ddaa6778f77bca837fb','2833259636','no'),(5329,'_wp_session_expires_5a8dac971a4b0e6a86f092b55ab2da47','2832796594','no'),(6507,'_wp_session_expires_16af76194c566fae0a4f23f756f77e93','2836251256','no'),(6480,'_site_transient_timeout_browser_596afea709495dc2bef093a3a5f36439','1402960034','yes'),(6481,'_site_transient_browser_596afea709495dc2bef093a3a5f36439','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"35.0.1916.114\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(6915,'_wp_session_expires_5545a8a4d268d023a4f4ccaa5b22353f','2837773270','no'),(6890,'_site_transient_update_plugins','O:8:\"stdClass\":3:{s:12:\"last_checked\";i:1403545104;s:7:\"checked\";a:7:{s:19:\"akismet/akismet.php\";s:5:\"2.5.7\";s:50:\"google-analytics-for-wordpress/googleanalytics.php\";s:5:\"4.2.8\";s:36:\"google-sitemap-generator/sitemap.php\";s:5:\"3.2.9\";s:9:\"hello.php\";s:3:\"1.6\";s:19:\"jetpack/jetpack.php\";s:3:\"2.2\";s:21:\"podpress/podpress.php\";s:9:\"8.8.10.13\";s:27:\"wp-super-cache/wp-cache.php\";s:3:\"1.2\";}s:8:\"response\";a:6:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:2:\"15\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"3.0.0\";s:3:\"url\";s:37:\"http://wordpress.org/plugins/akismet/\";s:7:\"package\";s:55:\"http://downloads.wordpress.org/plugin/akismet.3.0.0.zip\";}s:50:\"google-analytics-for-wordpress/googleanalytics.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"965\";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:\"4.3.5\";s:3:\"url\";s:60:\"http://wordpress.org/plugins/google-analytics-for-wordpress/\";s:7:\"package\";s:78:\"http://downloads.wordpress.org/plugin/google-analytics-for-wordpress.4.3.5.zip\";}s:36:\"google-sitemap-generator/sitemap.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"132\";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.6\";s:3:\"url\";s:54:\"http://wordpress.org/plugins/google-sitemap-generator/\";s:7:\"package\";s:72:\"http://downloads.wordpress.org/plugin/google-sitemap-generator.4.0.6.zip\";}s:19:\"jetpack/jetpack.php\";O:8:\"stdClass\":8:{s:2:\"id\";s:5:\"20101\";s:4:\"slug\";s:7:\"jetpack\";s:6:\"plugin\";s:19:\"jetpack/jetpack.php\";s:11:\"new_version\";s:5:\"2.2.7\";s:14:\"upgrade_notice\";s:63:\"Jetpack 2.2.7 fixes a security bug. Please upgrade immediately.\";s:3:\"url\";s:37:\"http://wordpress.org/plugins/jetpack/\";s:7:\"package\";s:55:\"http://downloads.wordpress.org/plugin/jetpack.2.2.7.zip\";s:10:\"autoupdate\";b:1;}s:21:\"podpress/podpress.php\";O:8:\"stdClass\":7:{s:2:\"id\";s:3:\"455\";s:4:\"slug\";s:8:\"podpress\";s:6:\"plugin\";s:21:\"podpress/podpress.php\";s:11:\"new_version\";s:9:\"8.8.10.17\";s:14:\"upgrade_notice\";s:42:\"make a data base backup before you upgrade\";s:3:\"url\";s:38:\"http://wordpress.org/plugins/podpress/\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/plugin/podpress.8.8.10.17.zip\";}s:27:\"wp-super-cache/wp-cache.php\";O:8:\"stdClass\":7:{s:2:\"id\";s:4:\"1221\";s:4:\"slug\";s:14:\"wp-super-cache\";s:6:\"plugin\";s:27:\"wp-super-cache/wp-cache.php\";s:11:\"new_version\";s:3:\"1.4\";s:14:\"upgrade_notice\";s:180:\"Dynamic cached content now disabled by default. mfunc replaced by wpsc_cachedata filter. Read http://ocaoimh.ie/y/6j before updating if you use mfunc/mclude/dynamic-cached-content.\";s:3:\"url\";s:44:\"http://wordpress.org/plugins/wp-super-cache/\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/plugin/wp-super-cache.1.4.zip\";}}}','yes'),(7076,'_site_transient_update_themes','O:8:\"stdClass\":3:{s:12:\"last_checked\";i:1403545105;s:7:\"checked\";a:4:{s:12:\"twentyeleven\";s:3:\"1.5\";s:14:\"twentyfourteen\";s:3:\"1.0\";s:14:\"twentythirteen\";s:3:\"1.1\";s:12:\"twentytwelve\";s:3:\"1.1\";}s:8:\"response\";a:4:{s:12:\"twentyeleven\";a:4:{s:5:\"theme\";s:12:\"twentyeleven\";s:11:\"new_version\";s:3:\"1.8\";s:3:\"url\";s:40:\"http://wordpress.org/themes/twentyeleven\";s:7:\"package\";s:57:\"http://wordpress.org/themes/download/twentyeleven.1.8.zip\";}s:14:\"twentyfourteen\";a:4:{s:5:\"theme\";s:14:\"twentyfourteen\";s:11:\"new_version\";s:3:\"1.1\";s:3:\"url\";s:42:\"http://wordpress.org/themes/twentyfourteen\";s:7:\"package\";s:59:\"http://wordpress.org/themes/download/twentyfourteen.1.1.zip\";}s:14:\"twentythirteen\";a:4:{s:5:\"theme\";s:14:\"twentythirteen\";s:11:\"new_version\";s:3:\"1.2\";s:3:\"url\";s:42:\"http://wordpress.org/themes/twentythirteen\";s:7:\"package\";s:59:\"http://wordpress.org/themes/download/twentythirteen.1.2.zip\";}s:12:\"twentytwelve\";a:4:{s:5:\"theme\";s:12:\"twentytwelve\";s:11:\"new_version\";s:3:\"1.4\";s:3:\"url\";s:40:\"http://wordpress.org/themes/twentytwelve\";s:7:\"package\";s:57:\"http://wordpress.org/themes/download/twentytwelve.1.4.zip\";}}}','yes'),(6984,'_transient_timeout_feed_867bd5c64f85878d03a060509cd2f92c','1403321590','no'),(6985,'_transient_feed_867bd5c64f85878d03a060509cd2f92c','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:61:\"\n \n \n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"WordPress Planet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"WordPress Planet - http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:50:{i:0;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:108:\"WordPress.tv: Tony Archambeau : Accessibilité & WordPress : créer des sites pour tous les utilisateurs\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=36016\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:114:\"http://wordpress.tv/2014/06/20/tony-archambeau-accessibilite-wordpress-creer-des-sites-pour-tous-les-utilisateurs/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:707:\"<div id=\"v-32bCd27X-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/36016/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/36016/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=36016&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/06/20/tony-archambeau-accessibilite-wordpress-creer-des-sites-pour-tous-les-utilisateurs/\"><img alt=\"15 – Tony Archambeau-Conf-WCParis2014.mp4\" src=\"http://videos.videopress.com/32bCd27X/video-53502ee6a0_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 20 Jun 2014 10:20:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"WPTavern: CLI Cheat Sheet: A Beginner’s Resource for Using the Command Line\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=25005\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:190:\"http://wptavern.com/cli-cheat-sheet-a-beginners-resource-for-using-the-command-line?utm_source=rss&utm_medium=rss&utm_campaign=cli-cheat-sheet-a-beginners-resource-for-using-the-command-line\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1887:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/06/cheatsheet.png\" rel=\"prettyphoto[25005]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/06/cheatsheet.png?resize=900%2C429\" alt=\"cheatsheet\" class=\"aligncenter size-full wp-image-25078\" /></a></p>\n<p><a href=\"https://github.com/WebDevStudios/CLI-Cheat-Sheet\" target=\"_blank\">CLI Cheat Sheet</a> is a handy new resource for any WordPress developer who is just getting started with the command line. This week on the <a href=\"http://dradcast.com/\" target=\"_blank\">Dradcast</a>, Brad Williams linked to the cheat sheet, which the folks at <a href=\"http://webdevstudios.com/\" target=\"_blank\">WebDevStudios</a> put together for their team. They decided to share the resource with the community.</p>\n<p>The repository is broken down into several files, separated by command type, including:</p>\n<ul>\n<li>General Command Line (CLI) basics</li>\n<li>Git Commands</li>\n<li>Grunt Commands</li>\n<li>Server Commands</li>\n<li>Moderate/Advanced Commands</li>\n</ul>\n<p>The basic commands document covers the very basics, such as changing directories and opening files. A section for more moderate/advanced commands is prefaced with a friendly notation: “The somewhat scary crevices of the command line.”</p>\n<p>The team at WebDevStudios plans to continue building out the cheat sheet and will be adding more commands into the repo as they are using them and remember them. If you want to share a few commands that every beginner ought to know, feel free to contribute on GitHub.</p>\n<p>Make sure to star the <a href=\"https://github.com/WebDevStudios/CLI-Cheat-Sheet\" target=\"_blank\">CLI Cheat Sheet</a> repo for easy reference and check back periodically for more commands. If you’re just starting with the command line, this is a nice resource to help you grasp the basics and get your footing.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 20 Jun 2014 03:06:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:100:\"WPTavern: GravityForms Detected On 53% Of The Top 1 Million Sites Ranked By Alexa Using Hosted Forms\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=25017\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:204:\"http://wptavern.com/gravityforms-detected-on-53-of-the-top-1-million-sites-ranked-by-alexa?utm_source=rss&utm_medium=rss&utm_campaign=gravityforms-detected-on-53-of-the-top-1-million-sites-ranked-by-alexa\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2702:\"<p><a title=\"http://www.datanyze.com\" href=\"http://www.datanyze.com\">Datanyze</a>, a company specializing in determining what web technologies are being used based on their code signature, <a title=\"http://www.datanyze.com/market-share/forms/\" href=\"http://www.datanyze.com/market-share/forms/\">has new data</a> indicating GravityForms has the most market share. Out of the top one million websites ranked by Alexa <strong>that use hosted forms</strong>, GravityForms was detected on 53.3% of them. That’s more than all of the other form plugins and services in the chart combined.</p>\n<div id=\"attachment_25053\" class=\"wp-caption aligncenter\"><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/06/GFormsDatanyzeChart.png\" rel=\"prettyphoto[25017]\"><img class=\"size-full wp-image-25053\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/06/GFormsDatanyzeChart.png?resize=636%2C503\" alt=\"GravityForms Leading The Way With 53.3%\" /></a><p class=\"wp-caption-text\">GravityForms Leading The Way With 53.3%</p></div>\n<p>I’m surprised Ninja Forms or Contact Form 7 is not on the pie chart. I thought Contact Form 7 would be their biggest competitor but it turns out it’s Wufoo and other form generating services. I contacted Datanyze to figure out if those systems are tracked or not.</p>\n<p>Jon Hearty of Datanyze said, “The reason they aren’t there is because we do not currently track them. We add technologies everyday, usually based on requests from our customers and prospects.”</p>\n<p>Datanyze explains on their <a title=\"http://www.datanyze.com/faq/#market-share\" href=\"http://www.datanyze.com/faq/#market-share\">frequently asked questions</a> page how they obtain the data and determine code signatures.</p>\n<blockquote><p>Most web technologies have certain footprints or “signatures” when used by one of the websites. For example, if you view the HTML code for any WordPress site, you will find something like this: <i><meta name=”generator” content=”WordPress …” /></i>. By finding and cataloging these signatures, Datanyze can determine not only which technologies a website is using, but also when they added or dropped them.</p></blockquote>\n<p>With the top one million websites ranked by Alexa changing each month, the data represented in the pie chart is only a snapshot of time. But what the data shows is that GravityForms is doing exceptionally well, especially against the other form solutions being monitored.</p>\n<p>I’d love to see more WordPress specific contact form solutions added to the chart such as Contact Form 7 and Ninja forms just to get a more complete picture.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 19 Jun 2014 21:40:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"WPTavern: Make Forms More User-Friendly With the Chosen jQuery Plugin for WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=25021\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:210:\"http://wptavern.com/make-forms-more-user-friendly-with-the-chosen-jquery-plugin-for-wordpress?utm_source=rss&utm_medium=rss&utm_campaign=make-forms-more-user-friendly-with-the-chosen-jquery-plugin-for-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4747:\"<div id=\"attachment_25058\" class=\"wp-caption aligncenter\"><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/06/long-list.jpg\" rel=\"prettyphoto[25021]\"><img class=\"size-full wp-image-25058\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/06/long-list.jpg?resize=1025%2C477\" alt=\"photo credit: Orí - cc\" /></a><p class=\"wp-caption-text\">photo credit: <a href=\"http://www.flickr.com/photos/ori/2467863551/\">Orí</a> – <a href=\"http://creativecommons.org/licenses/by-nc-sa/2.0/\">cc</a></p></div>\n<p>Select boxes with a long list of options can quickly get out of hand. One common example is a state or country dropdown. Perhaps you’ve become desensitized to the expert scrolling and mousework required to navigate the most cumbersome select boxes. Ordinarily, they’re anything but user-friendly.</p>\n<p><a href=\"http://harvesthq.github.io/chosen/\" target=\"_blank\">Chosen</a> is a handy jQuery plugin created by the folks at <a href=\"http://www.getharvest.com/\" target=\"_blank\">Harvest</a> with the purpose of making select boxes more customizable and easier to use. The project is well maintained and has received contributions from more than 70 contributors on GitHub. You can view a <a href=\"http://harvesthq.github.io/chosen/\" target=\"_blank\">live example</a> of Chosen on its project demo page with side by side comparisons to browser default select boxes.</p>\n<p>With Chosen in place, simple select boxes get a larger, more sleek display with an auto-suggest-enabled search box at the top:</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/06/simple-select.png\" rel=\"prettyphoto[25021]\"><img class=\"aligncenter size-full wp-image-25035\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/06/simple-select.png?resize=362%2C267\" alt=\"simple-select\" /></a></p>\n<p>Multiple select boxes are notoriously difficult to use for making multiple selections. Chosen allows you to type in your selections and easily view / remove selections.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/06/multiple-select.png\" rel=\"prettyphoto[25021]\"><img class=\"aligncenter size-full wp-image-25037\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/06/multiple-select.png?resize=370%2C170\" alt=\"multiple-select\" /></a></p>\n<p>It also has optgroup support for multiple select boxes with groups:</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/06/multiple-select-with-groups.png\" rel=\"prettyphoto[25021]\"><img class=\"aligncenter size-full wp-image-25038\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/06/multiple-select-with-groups.png?resize=363%2C257\" alt=\"multiple-select-with-groups\" /></a></p>\n<p>Those are just a couple of examples of how Chosen makes long, unwieldy select boxes more user-friendly. The <a href=\"http://harvesthq.github.io/chosen/\" target=\"_blank\">project demo page </a>includes additional examples and instructions on how to customize the default text, change the no results text, limit selected options, add right to left support and much more.</p>\n<h3>Chosen for WordPress</h3>\n<p>The good news for WordPress users is that <a href=\"http://find.brentshepherd.com/\" target=\"_blank\">Brent Shepherd</a> wrote a plugin that utilizes Chosen with select boxes in posts and pages. If your site has a form with a long select box, you may want to check out <a href=\"http://wordpress.org/plugins/chosen/\" target=\"_blank\">Chosen for WordPress</a>.</p>\n<p>It applies Chosen to any select box within post or page content and will only load the relevant JS and CSS files if a select box is included in your form. The plugin has support out of the box for the [ contact-form ] shortcode which is used by the Grunion Contact form, Contact Form 7, and Jetpack. You can also force the Chosen script and styles to load on a page by including the [ chosen ] shortcode.</p>\n<p>Chosen works nicely for contact forms that have long location select boxes or questions with a limited list of possible answers. Another excellent use case for the script is with BuddyPress profile fields. Profile questions are a common place where you might find long, cumbersome select boxes. Putting the power of Chosen to work for BuddyPress would be a welcome addition to the compatibility already included for contact form plugins.</p>\n<p>Browser support includes Firefox, Chrome, Safari and IE9. Chosen also has legacy support for IE8. Please note that the script is currently disabled on iPhone, iPod Touch, and Android mobile devices.</p>\n<p>If you like how Chosen transforms select boxes, you can download <a href=\"http://wordpress.org/plugins/chosen/\" target=\"_blank\">Chosen for WordPress</a> for free from the official plugin directory.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 19 Jun 2014 20:38:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"WordPress.tv: Steven Slack: Information Architecture Has Everything To Do With Your Theme\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=35867\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:106:\"http://wordpress.tv/2014/06/19/steven-slack-information-architecture-has-everything-to-do-with-your-theme/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:727:\"<div id=\"v-dxPg3Io1-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/35867/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/35867/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=35867&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/06/19/steven-slack-information-architecture-has-everything-to-do-with-your-theme/\"><img alt=\"Steven Slack: Information Architecture Has Everything To Do With Your Theme\" src=\"http://videos.videopress.com/dxPg3Io1/video-6529b2a834_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 19 Jun 2014 18:25:52 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"WordPress.tv: Sean Malseed: How to Monetize WordPress with AdSense\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=35864\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"http://wordpress.tv/2014/06/19/sean-malseed-how-to-monetize-wordpress-with-adsense/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:681:\"<div id=\"v-yeTV2ksT-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/35864/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/35864/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=35864&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/06/19/sean-malseed-how-to-monetize-wordpress-with-adsense/\"><img alt=\"Sean Malseed: How to Monetize WordPress with AdSense\" src=\"http://videos.videopress.com/yeTV2ksT/video-7eca220f61_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 19 Jun 2014 18:21:17 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"WordPress.tv: Keeping Up Your Site: Maintenance, Monetization, and Self-Branding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=35775\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"http://wordpress.tv/2014/06/19/keeping-up-your-site-maintenance-monetization-and-self-branding/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:716:\"<div id=\"v-zoFmlSC4-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/35775/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/35775/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=35775&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/06/19/keeping-up-your-site-maintenance-monetization-and-self-branding/\"><img alt=\"Keeping Up Your Site: Maintenance, Monetization, and Self-Branding\" src=\"http://videos.videopress.com/zoFmlSC4/keeping-up-with-your-site_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 19 Jun 2014 18:10:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"WPTavern: What’s Your Perception Of ThemeForest?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=24827\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:136:\"http://wptavern.com/whats-your-perception-of-themeforest?utm_source=rss&utm_medium=rss&utm_campaign=whats-your-perception-of-themeforest\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3782:\"<p>Philip Arthur Moore has <a title=\"https://philiparthurmoore.com/ruining-wordpress/\" href=\"https://philiparthurmoore.com/ruining-wordpress/\">published a great post</a> that I think strikes a nerve for many. Although the entire article is blockquote worthy, I think the most important point he made is that WordPress developers need to step up their game and stop contributing to the perception that WordPress sucks.</p>\n<p>Whether you’re a theme or plugin developer, turning on <a title=\"http://codex.wordpress.org/WP_DEBUG\" href=\"http://codex.wordpress.org/WP_DEBUG\">WP_DEBUG</a> only helps you. It’s a simple step and helps catch general coding errors before shipping products. Later in the article, Moore requested that ThemeForest sellers turn on WP_DEBUG before selling a theme.</p>\n<blockquote><p>All ThemeForest authors need to turn on <a href=\"https://core.trac.wordpress.org/ticket/28551\"><code>WP_DEBUG</code></a>. I don’t care about your GPL choices or your mega-menus or your features arms race towards taking a 70% cut on $40 USD for an unsustainable lifetime of support and free updates. All I care about is that you turn on <a href=\"https://core.trac.wordpress.org/ticket/28551\"><code>WP_DEBUG</code></a>. Your buggy products are hurting WordPress and making everyone in the WordPress community miserable, from support people to developers to consumers. You’re ruining trust in WordPress and you’re making the platform seem amateurish and childish.</p></blockquote>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2010/09/themeforestlogo.png\" rel=\"prettyphoto[24827]\"><img class=\"alignright size-full wp-image-4550\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2010/09/themeforestlogo.png?resize=295%2C150\" alt=\"theme forest logo\" /></a>ThemeForest is a huge presence in the community. It’s the go to marketplace for commercial WordPress themes for several users, so it’s really important that the marketplace does everything it can to encourage <a title=\"http://codex.wordpress.org/WordPress_Coding_Standards\" href=\"http://codex.wordpress.org/WordPress_Coding_Standards\">best practices</a>. In fact, their <a title=\"http://support.envato.com/index.php?/Knowledgebase/Article/View/472\" href=\"http://support.envato.com/index.php?/Knowledgebase/Article/View/472\">theme submission guidelines</a> specifically state that, “Themes must not have any PHP notices, warnings, or errors – please develop with errors enabled, and <a href=\"http://codex.wordpress.org/WP_DEBUG\"><em>WP_DEBUG</em></a> set to <em>true</em>.” There’s no excuse for ThemeForest themes to generate errors.</p>\n<p>That brings me to my poll question.</p>\nNote: There is a poll embedded within this post, please visit the site to participate in this post\'s poll.\n<p>Based on everything I’ve read and the commercial plugin developers I’ve talked to, the perception of ThemeForest is that it’s a place to buy good-looking, poorly coded themes. I’ve never purchased a theme from them myself, but have <a title=\"http://wptavern.com/wpweekly-episode-137-making-a-living-on-themeforest-with-jonathan-atkinson\" href=\"http://wptavern.com/wpweekly-episode-137-making-a-living-on-themeforest-with-jonathan-atkinson\">interviewed theme sellers such as Jonathan Atkinson</a> doing their part to try to change this mind-set.</p>\n<p>Ironically, the comments on Moore’s post have been disabled <a title=\"http://wptavern.com/why-comments-still-matter\" href=\"http://wptavern.com/why-comments-still-matter\">which is terrible</a> considering he raised a number of great discussion points. What do you think of his article and the general idea that every developer is responsible for the perception of WordPress?</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 19 Jun 2014 01:33:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"WPTavern: WordCamp San Francisco to Host WordPress Community Summit and Contributor Meetups\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=24974\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:226:\"http://wptavern.com/wordcamp-san-francisco-to-host-wordpress-community-summit-and-contributor-meetups?utm_source=rss&utm_medium=rss&utm_campaign=wordcamp-san-francisco-to-host-wordpress-community-summit-and-contributor-meetups\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2723:\"<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/06/wcsf.jpeg\" rel=\"prettyphoto[24974]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/06/wcsf.jpeg?resize=810%2C300\" alt=\"wcsf\" class=\"aligncenter size-full wp-image-24984\" /></a></p>\n<p><a href=\"http://2014.sf.wordcamp.org/\" target=\"_blank\">WordCamp San Francisco</a> is one of the most important WordPress events of the year. Contributors from all over the globe travel to connect and inspire one another at the event where Matt Mullenweg traditionally delivers the annual State of the Word address.</p>\n<p>This year the activities will be spread out over five days to incorporate community and contributor events. Saturday and Sunday, October 25-26 will will be dedicated to the 2-track WordCamp conference at <a href=\"http://2014.sf.wordcamp.org/location/\" target=\"_blank\">Mission Bay Conference Center</a>. The organization team expects approximately 800 attendees. Applications for <a href=\"http://2014.sf.wordcamp.org/2014/06/16/speaking-at-wordcamp-san-francisco/\" target=\"_blank\">speaking at WordCamp San Francisco</a> are now open, and you can even nominate speakers for the event.</p>\n<p>The <a href=\"http://2014.sf.wordcamp.org/schedule/community-summit/\" target=\"_blank\">WordPress Community Summit</a> will take place on Monday, October 27. Unlike the first summit, which was held in 2012 by invitation only, this year’s event will have an open signup form. Signups will be reviewed in order to ensure each attendee’s involvement in the open source project.</p>\n<p>Tuesday and Wednesday, October 28-29, will be dedicated to <a href=\"http://2014.sf.wordcamp.org/schedule/contributor-team-meetups/\" target=\"_blank\">mini-meetups for WordPress contributor teams</a> where they will connect in person and work on projects together. The agenda and goals for these days will be decided in advance on the team blogs.</p>\n<p>WordCamp San Francisco organizers are expanding the <a href=\"http://2014.sf.wordcamp.org/location/travel-assistance/\" target=\"_blank\">travel assistance program</a> this year in order to help bring in a more diverse group of WordPress contributors, users, and educators. The <a href=\"http://2014.sf.wordcamp.org/location/travel-assistance/\" target=\"_blank\">application</a> deadline for travel assistance is June 30, 2014. Anyone who is unable to attend the event without financial assistance is encouraged to apply.</p>\n<p>If you want to get in on a week’s worth of top-notch WordPress events, make sure to put the WordCamp San Francisco dates on your calendar. Follow <a href=\"https://twitter.com/WordCampSF\" target=\"_blank\">@WordCampSF</a> on Twitter to find out when tickets go on sale.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 18 Jun 2014 23:17:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"WPTavern: Ravel By ThemeHybrid Is A Modern WordPress Theme Designed By Tung Do\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=24911\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:200:\"http://wptavern.com/ravel-by-themehybrid-is-a-modern-wordpress-theme-designed-by-tung-do?utm_source=rss&utm_medium=rss&utm_campaign=ravel-by-themehybrid-is-a-modern-wordpress-theme-designed-by-tung-do\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5026:\"<p>Ravel is a <a title=\"http://themehybrid.com/weblog/ravel-wordpress-theme\" href=\"http://themehybrid.com/weblog/ravel-wordpress-theme\">free new WordPress theme</a> released by ThemeHybrid with a focus on blog, portfolio, and professional sites. It’s the result of teamwork between Justin Tadlock and Tung Do. Ravel is slick, modern, and has an eye pleasing color scheme.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/06/RavelScreenshot.jpg\" rel=\"prettyphoto[24911]\"><img class=\"aligncenter size-full wp-image-24946\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/06/RavelScreenshot.jpg?resize=800%2C709\" alt=\"Screenshot Of Ravel\" /></a>One of my favorite features of Ravel is the social icons that blend in seamlessly with the design. Ravel also makes use of <a title=\"http://justintadlock.com/archives/2013/08/07/social-media-nav-menus\" href=\"http://justintadlock.com/archives/2013/08/07/social-media-nav-menus\">Tadlock’s technique</a> of using menus to add social media links making it easy to add and remove buttons. If you’re planning on using this theme to blog, the content width is only 540 pixels which is a bit cramped for my liking. Because of the cramped content space and the sidebar, it’s easy to have a post title look like a paragraph. I’d like to see at least 600 pixels dedicated to the blog portion of the theme.</p>\n<div id=\"attachment_24951\" class=\"wp-caption aligncenter\"><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/06/SmallContentWidthInRavel.png\" rel=\"prettyphoto[24911]\"><img class=\"size-full wp-image-24951\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/06/SmallContentWidthInRavel.png?resize=1025%2C285\" alt=\"Post Titles Can Easily Look Like Paragraphs\" /></a><p class=\"wp-caption-text\">Post Titles Can Easily Look Like Paragraphs</p></div>\n<p>The theme is responsive but instead of shoving all of the sidebar widgets below the site, Ravel keeps the sidebar as is and hides it. It’s accessible via a red icon that expands or contracts the sidebar. I’m curious as to whether users prefer this method over the typical behavior.</p>\n<div id=\"attachment_24953\" class=\"wp-caption aligncenter\"><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/06/ResponsiveSidebar.png\" rel=\"prettyphoto[24911]\"><img class=\"size-full wp-image-24953\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/06/ResponsiveSidebar.png?resize=940%2C633\" alt=\"Expanding or Hiding The Sidebar In Ravel\" /></a><p class=\"wp-caption-text\">Expanding or Hiding The Sidebar In Ravel</p></div>\n<p>Ravel has built-in support for the <a title=\"http://themehybrid.com/plugins/custom-content-portfolio\" href=\"http://themehybrid.com/plugins/custom-content-portfolio\">Custom Content Portfolio</a> plugin. This plugin allows you to manage your portfolio of design, photography, and other artwork. One of the other nice features is the custom made tabs widget. You’ll find it in the widgets administration area labeled as <strong>Ravel Tabs</strong>. Ravel Tabs is like four widgets in one. It displays recent <em>posts</em>, <em>popular posts</em>, <em>recent comments</em>, and a <em>tag cloud</em>. (Do people still use tag clouds anymore?) Tabbed widget plugins can be finicky to configure and sometimes, they don’t work well with themes. Ravel Tabs works great and is easy to configure.</p>\n<p>Ravel contains an introductory template. This is great to use as your site’s frontpage instead of the most recent blog posts. One feature that sets ThemeHybrid themes apart from others is the use of <a title=\"http://codex.wordpress.org/Function_Reference/add_editor_style\" href=\"http://codex.wordpress.org/Function_Reference/add_editor_style\">custom styles</a> for the visual editor. This stylesheet enables the visual editor to take on the look and feel of the frontend of the site, delivering a <em>what you see is what you get</em> experience. Although I prefer a darker style for the visual editor, I wonder if users will see it as a downside because of the contrast difference between the surrounding meta boxes and the editor.</p>\n<div id=\"attachment_24965\" class=\"wp-caption aligncenter\"><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/06/VisualEditorStyleInRavel.png\" rel=\"prettyphoto[24911]\"><img class=\"size-full wp-image-24965\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/06/VisualEditorStyleInRavel.png?resize=920%2C683\" alt=\"Visual Editor Style Matches The Frontend Of Ravel\" /></a><p class=\"wp-caption-text\">Visual Editor Style Matches The Frontend Of Ravel</p></div>\n<p>Ravel is a great looking theme that has a look and style I’d pay for. It’s available for free from <a title=\"http://themehybrid.com/themes/ravel\" href=\"http://themehybrid.com/themes/ravel\">ThemeHybrid</a> and soon, the WordPress.org Theme Directory. Tadlock said the theme has already been submitted to the directory and that’s where future updates will come from.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 18 Jun 2014 21:08:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"WPTavern: WordPress Themes Suck at Accessibility: It’s Time to Fix It\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=24915\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:178:\"http://wptavern.com/wordpress-themes-suck-at-accessibility-its-time-to-fix-it?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-themes-suck-at-accessibility-its-time-to-fix-it\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:11142:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/06/simone.png\" rel=\"prettyphoto[24915]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/06/simone.png?resize=300%2C224\" alt=\"simone\" class=\"alignright size-medium wp-image-24929\" /></a>Earlier this month WordPress developer <a href=\"http://mor10.com/\" target=\"_blank\">Morten Rand-Hendriksen</a> released <a href=\"http://wordpress.org/themes/simone\" target=\"_blank\">Simone</a>, a free theme based on <a href=\"http://underscores.me/\" target=\"_blank\">Underscores</a>. Like many themes, Simone is responsive, wired for translation, utilizes the customizer, and includes editor styles. One feature, however, sets Simone apart – a heavy emphasis on accessibility.</p>\n<p>Rand-Hendriksen believes that the accessibility-ready tag should be <a href=\"http://mor10.com/accessibility-ready-tag-required-wordpress-themes/\" target=\"_blank\">required for all WordPress themes</a>. <strong>“My main inspiration for accessibility is that I want everyone, regardless of accessibility challenges, to be able to access all content on the web in the way they want and/or need,”</strong> he said. To that end, he has educated himself on the requirements for making a WordPress theme accessible. He is, however, only one among a very small minority of theme developers to do so.</p>\n<h3>WordPress Themes Lag in Meeting Accessibility Guidelines</h3>\n<p>“The alarming reality is only a handful of WordPress themes (and thus WordPress-powered sites) meet basic accessibility guidelines,” Rand-Hendriksen said. As WordPress powers an ever-increasing segment of the web, the platform and its themes play a big role in the accessibility of the web as a whole.</p>\n<p>“<span class=\"pullquote alignleft\">Accessibility can no longer be treated as a bonus feature</span>,” Rand-Hendriksen told the Tavern. “In many countries it is now a legislated requirement and that trend will likely go global in a few years.”</p>\n<p>When examining the official WordPress Themes Directory, you’ll be hard-pressed to find much of a selection when it comes to <a href=\"http://wordpress.org/themes/tags/accessibility-ready\" target=\"_blank\">accessibility-ready</a> themes. In fact, there’s only one page of them. Rand-Hendriksen calculates that accessibility-ready themes account for “a dismal 0.5%,” and said that the directory is severely lagging in regard to presenting options.</p>\n<p>One major reason for this is that theme developers mistakenly believe that meeting accessibility guidelines is only for the experts. <strong>“In building Simone I wanted to prove that building an accessibility-ready theme is not hard and does not require a lot of extra work,”</strong> Rand-Hendriksen said. He believes that if you can follow web standards, then you can build accessible WordPress themes.</p>\n<blockquote><p>For the most part, the challenges involved in web accessibility are imaginary and based on the myth that accessibility is hard and expensive. Here’s the thing: It’s neither. Web accessibility mainly has to do with following web standards and coding for content first. This does require a bit of a reframing of the development process which historically is mainly focused on getting code to match intricate designs, but that is not a hindrance.</p></blockquote>\n<p>Rand-Hendriksen chose <a href=\"http://underscores.me/\" target=\"_blank\">Underscores</a> as a base for Simone because it meets nearly all of the <a href=\"http://make.wordpress.org/themes/guidelines/guidelines-accessibility/\" target=\"_blank\">requirements for using the accessibility-ready tag</a> on a WordPress theme. He subsequently submitted two patches to _s that got baked in to get it even closer to the specifications. From there the only thing remaining was to make the drop-down menu keyboard accessible and continue following web and WCAG standards as he built the theme.</p>\n<h3>Resources for Building Accessibility as a Baseline Requirement</h3>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/05/guided-road.jpg\" rel=\"prettyphoto[24915]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/05/guided-road.jpg?resize=900%2C421\" alt=\"guided-road\" class=\"aligncenter size-full wp-image-22575\" /></a></p>\n<p>Rand-Hendriksen’s advice for theme developers looking to build accessibility-ready themes: Change your mindset so that accessibility considerations are no longer an afterthought.</p>\n<blockquote><p>The key is to build accessibility in as a baseline requirement, not a feature added on after the fact. When you start building accessibility in as a baseline you discover your code gets more structured, easier to understand, and as a developer you start caring more about the content itself, not just how to bend to the will of the design.</p></blockquote>\n<p>Once you’ve made up your mind to develop accessible themes, there are many excellent resources available to help you. “The Accessibility Project recently published a set of <a href=\"http://wptavern.com/ http://a11yproject.com/patterns/\" target=\"_blank\">living patterns</a> that can be baked into any project,” Rand-Hendriksen advised. His next step on the Simone theme is to swap out the currently accessible (albeit a bit clunky) Superfish menu for the one proposed in the pattern library.</p>\n<p>Rand-Hendriksen cites the <a href=\"http://make.wordpress.org/themes/guidelines/guidelines-accessibility/\" target=\"_blank\">WordPress Theme Accessibility Guidelines</a> as a helpful resource for keeping your theme on the right track. The instructions there are straight-forward and easy to follow and understand. “Most of them are just web standards that should be followed anyway,” he said.</p>\n<p>He outlined the process for submitting an accessibility-ready theme to WordPress.org:</p>\n<blockquote><p>Once a theme is submitted to the Directory with the accessibility-tag applied it will be manually tested by the WP Accessibility Team (currently Joe Dolson is the sole person responsible for doing this). They (or rather he) will go through the theme with a fine-toothed comb, test everything, and come back with very detailed instructions on what, if anything, needs to be changed.</p></blockquote>\n<p>Rand-Hendriksen believes that the process doesn’t have to be complicated. His advice? Start with _s, add in a solution for a keyboard accessible menu, and follow web standards. You’ll be well on your way to being able to use that accessibility-ready tag.</p>\n<p>“In addition, I run my themes through a set of manual tests that include disabling my mouse and working with the theme for several hours, using <a href=\"https://chrome.google.com/webstore/detail/chromevox/kgejglhpjiefppelpmljglcjbhoiplfn?hl=en\" target=\"_blank\">ChromeVox</a> to experience the theme through a screen reader, and using voice commands and screen readers on mobile devices to make sure everything works as expected.”</p>\n<p>For ensuring that contrasts are high enough, Rand-Hendriksen recommends a the<a href=\"http://leaverou.github.io/contrast-ratio/\" target=\"_blank\"> Contrast Ratio tool</a> built by Lea Verou.</p>\n<h3>7 Practical Tips for Developing Accessible WordPress Themes</h3>\n<p>Most WordPress theme developers don’t consider themselves to be accessibility experts. In reality, you already have all of the knowledge and tools you need to start getting your themes up to standards. Someday, meeting accessibility requirements may be mandated by law, so if you want to be ahead of the game you should start now.</p>\n<p>How can you make accessibility part of your standard baseline for all projects? In summary, a few of the practical takeaways from our interview with Morten Rand-Hendriksen include:</p>\n<ul>\n<li>Get a new mindset: Build accessibility in as a baseline requirement, not a feature added on after the fact.</li>\n<li>If you don’t know where to start, try <a href=\"http://underscores.me/\" target=\"_blank\">Underscores</a> as a base theme for meeting most of the requirements</li>\n<li>Check out the Accessibility Project’s <a href=\"http://a11yproject.com/patterns/\" target=\"_blank\">widget and pattern library</a></li>\n<li>Familiarize yourself with <a href=\"http://make.wordpress.org/themes/guidelines/guidelines-accessibility/\" target=\"_blank\">WordPress’ guidelines for the accessibility-ready tag</a>\n<li>Try disabling your mouse and working with your theme with <a href=\"https://chrome.google.com/webstore/detail/chromevox/kgejglhpjiefppelpmljglcjbhoiplfn?hl=en\" target=\"_blank\">ChromeVox</a></li>\n<li>Use voice commands and screen readers on mobile devices to make sure everything works</li>\n<li>Make sure contrast ratios are high enough using this <a href=\"http://leaverou.github.io/contrast-ratio/\" target=\"_blank\">handy tool</a> built by Lea Verou</li>\n</ul>\n<h3>Why is Accessibility Such a Big Deal?</h3>\n<p><div id=\"attachment_24960\" class=\"wp-caption aligncenter\"><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/06/prevailing-sentiment.jpg\" rel=\"prettyphoto[24915]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/06/prevailing-sentiment.jpg?resize=1024%2C429\" alt=\"photo credit: allaboutgeorge - cc\" class=\"size-full wp-image-24960\" /></a><p class=\"wp-caption-text\">photo credit: <a href=\"http://www.flickr.com/photos/allaboutgeorge/2325230694/\">allaboutgeorge</a> – <a href=\"http://creativecommons.org/licenses/by/2.0/\">cc</a></p></div>If the dire lack of accessible WordPress themes on WordPress.org is any indication, then 99%+ of WordPress theme developers have no concern for accessibility. The rationale behind not caring is usually something like this: <strong>The vast majority of the people who access my website will not be disabled at all, so why should I care?</strong></p>\n<p>Rand-Hendriksen believes that accessibility is a rights issue:</p>\n<blockquote><p>As I mentioned earlier accessibility is now becoming a legislated requirement in many countries. This is because accessibility is a rights issue. To put it bluntly, if you are building a website that is not accessible you are discriminating against anyone with accessibility challenges. Those are not my words by the way: That’s the reasoning used by several governments including the government of Norway for passing accessibility laws.</p></blockquote>\n<p>The situation may soon become critical as accessibility mandates are adopted by more countries. <strong>“WordPress is facing a huge challenge here because once these laws kick in (in many places later this year) website owners running WordPress will for the most part be in breach of the laws thanks to the almost universal lack of accessibility support in WordPress themes</strong>,” Rand-Hendriksen said.</p>\n<p>His warning applies to both self-hosted WordPress sites and WordPress.com sites: “If we as a community don’t embrace accessibility now we will quickly paint ourselves into a corner it’ll be hard to escape from.”</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 18 Jun 2014 20:32:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"WordPress.tv: How to Create Appealing Contents and Spread the Word\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=35787\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"http://wordpress.tv/2014/06/18/how-to-create-appealing-contents-and-spread-the-word/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:718:\"<div id=\"v-l87fBtW9-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/35787/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/35787/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=35787&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/06/18/how-to-create-appealing-contents-and-spread-the-word/\"><img alt=\"How to Create Appealing Contents and Spread the Word\" src=\"http://videos.videopress.com/l87fBtW9/how-to-create-appealing-contents-and-spread-the-word_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 18 Jun 2014 18:49:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"WordPress.tv: Sara Rosso: WordPress Use Cases in Enterprise, Media, and Government (2/2)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=35781\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"http://wordpress.tv/2014/06/18/sara-rosso-wordpress-use-cases-in-enterprise-media-and-government-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:742:\"<div id=\"v-ia0KEWEV-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/35781/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/35781/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=35781&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/06/18/sara-rosso-wordpress-use-cases-in-enterprise-media-and-government-2/\"><img alt=\"Sara Rosso: WordPress Use Cases in Enterprise, Media, and Government (2/2)\" src=\"http://videos.videopress.com/ia0KEWEV/wordpress-enterprise-media-government-2_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 18 Jun 2014 18:05:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"WordPress.tv: Sara Rosso: WordPress Use Cases in Enterprise, Media, and Government (1/2)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=35780\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"http://wordpress.tv/2014/06/18/sara-rosso-wordpress-use-cases-in-enterprise-media-and-government-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:742:\"<div id=\"v-2jGG37f7-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/35780/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/35780/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=35780&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/06/18/sara-rosso-wordpress-use-cases-in-enterprise-media-and-government-1/\"><img alt=\"Sara Rosso: WordPress Use Cases in Enterprise, Media, and Government (1/2)\" src=\"http://videos.videopress.com/2jGG37f7/wordpress-enterprise-media-government-1_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 18 Jun 2014 18:01:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"WPTavern: WordPress Developer Resource Hookr.io Now With Improved Search\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=24865\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:188:\"http://wptavern.com/wordpress-developer-resource-hookr-io-now-with-improved-search?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-developer-resource-hookr-io-now-with-improved-search\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2157:\"<p><a title=\"http://hookr.io/\" href=\"http://hookr.io/\">Hookr.io</a>, the WordPress developer resource that <a title=\"http://wptavern.com/introducing-hookr-io-a-new-resource-for-wordpress-developers\" href=\"http://wptavern.com/introducing-hookr-io-a-new-resource-for-wordpress-developers\">launched earlier this year</a> has undergone a series of improvements. The search engine now shows results as your typing. The detailed results page has been completely redesigned making it easier to read. If the source code contains indexed objects such as actions, filters, functions, etc, those items are hyper-linked for ease of navigation. Additionally, those objects are highlighted by a gaussian blur effect removing unrelated items from the source code.</p>\n<a href=\"http://wptavern.com/wordpress-developer-resource-hookr-io-now-with-improved-search#gallery-24865-1-slideshow\">Click to view slideshow.</a>\n<p>I asked Christopher Sanford what the traffic has been like since the launch. Sanford is seeing about 40% returning visitors but cites sparse information and functionality as the culprit. The first alpha version of the site inaccurately displayed the hook count which has since been corrected. Several people also commented that they use <a title=\"http://adambrown.info/p/wp_hooks\" href=\"http://adambrown.info/p/wp_hooks\">Adam Browns hook database</a> which Sanford is using as a baseline to compare notes against.</p>\n<p>When asked how Hookr.io compares to the <a title=\"https://developer.wordpress.org/reference/\" href=\"https://developer.wordpress.org/reference/\">official WordPress code reference</a> site, Sanford said, “the user experience is consistent with <a href=\"http://wordpress.org\">wordpress.org</a>“. The beta version of the site is already being worked on and if all goes well, Sanford hopes to release it prior to attending <a title=\"http://2014.nyc.wordcamp.org/\" href=\"http://2014.nyc.wordcamp.org/\">WordCamp New York City</a> in August. “Ultimately, the goal of the site is for developers to obtain relevant information without incessant clicking, which I feel Alpha 2 is beginning to fulfill this vision.”</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 17 Jun 2014 20:42:39 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"WPTavern: Preview the WordPress Menu Customizer: Alpha Plugin Ready for Testing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=24860\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:200:\"http://wptavern.com/preview-the-wordpress-menu-customizer-alpha-plugin-ready-for-testing?utm_source=rss&utm_medium=rss&utm_campaign=preview-the-wordpress-menu-customizer-alpha-plugin-ready-for-testing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4842:\"<p><a href=\"http://wptavern.com/wordpress-3-9-smith-released\" target=\"_blank\">WordPress 3.9</a> made huge strides toward improving the theme customization experience by adding widgets to the customizer for live previews. But have you ever thought about the possibility of setting up your WordPress menus within the customizer?</p>\n<p><a href=\"http://celloexpressions.com/\" target=\"_blank\">Nick Halsey</a> is tackling this as part of his Google Summer of Code 2014 Project and has just released an <a href=\"http://wordpress.org/plugins/menu-customizer/\" target=\"_blank\">alpha plugin</a> for testing the menu customizer. It will be under heavy development throughout the summer and certain features will require core patches. Using the plugin requires the latest trunk version of WordPress (4.0).</p>\n<p>Halsey explains his larger vision for the project in the original <a href=\"http://celloexpressions.com/blog/gsoc-project-proposal-menu-customizer/\" target=\"_blank\">proposal,</a> which reaches beyond simply bringing menus into the customizer. The goal is to help mature the customizer into a tool that can realistically be used for live editing anything on the frontend, in cooperation with the planned frontend content editor:</p>\n<blockquote><p>Once the Customizer is feature-complete, we can begin to experiment with alternative approaches to accessing the customizer, making it feel more like an editing mode on the front-end of the site, alongside the front-end content-editor</p></blockquote>\n<p>He is developing the plugin with backwards compatibility and with the hopes of it being something that can be added to core later this year, although there are no guarantees. In the <a href=\"http://celloexpressions.com/blog/gsoc-menu-customizer-revised-schedulescope/\" target=\"_blank\">revised project scope</a>, Halsey suggests that menu customizer could potentially replace the existing menus screen for supported users. At the beginning of August he plans to prepare a core patch for the plugin merge and draft a proposal for its inclusion in core.</p>\n<h3>A Preview of the Menu Customizer Plugin</h3>\n<p>The Menu Customizer provides a convenient way to assign locations for menus within the theme’s available options:</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/06/theme-locations.png\" rel=\"prettyphoto[24860]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/06/theme-locations.png?resize=1025%2C620\" alt=\"theme-locations\" class=\"aligncenter size-full wp-image-24878\" /></a></p>\n<p>It also allows for editing, reordering, deleting, and adding individual menu items within any menu:</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/06/customize-menu.png\" rel=\"prettyphoto[24860]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/06/customize-menu.png?resize=1025%2C487\" alt=\"customize-menu\" class=\"aligncenter size-full wp-image-24880\" /></a></p>\n<p>Currently, the process of adding links seems rather complex and a bit chaotic, even for a seasoned WordPress user. Longer menus and those that are deep-nested have the potential to become quite unwieldly to manage within the narrow customizer controls area.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/06/add-links.png\" rel=\"prettyphoto[24860]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/06/add-links.png?resize=937%2C599\" alt=\"add-links\" class=\"aligncenter size-full wp-image-24892\" /></a></p>\n<p>Halsey is well-aware of these challenges and in the coming weeks he will be addressing the need to implement screen options into the new menus interface. His GSoC project includes time for working through outstanding issues with implementation and responding to UI/UX feedback from the core team and community.</p>\n<p>The ability to customize menus and set their locations within the theme customizer is convenient, especially for those who are new to WordPress. Finding just a few options in the customizer while also having to hunt around the dashboard to make other frontend changes can be confusing. One of the more difficult challenges here will be for UI/UX contributors to ensure that menu management in the customizer is just as easy as it would be in the dashboard.</p>\n<p>To follow along with the progress, check out the <a href=\"http://celloexpressions.com/blog/gsoc-menu-customizer-revised-schedulescope/\" target=\"_blank\">revised scope</a> and its related <a href=\"https://core.trac.wordpress.org/my-patches?USER=celloexpressions\" target=\"_blank\">core patches</a>. If you’re feeling adventurous and want to try out the plugin, make sure to install the <a href=\"http://wordpress.org/plugins/menu-customizer/\" target=\"_blank\">Menu Cusotmizer</a> on a test site only, as it’s still very alpha and not yet ready for use in production.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 17 Jun 2014 20:13:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"WordPress.tv: Designer Discussion: Making the Best Use of WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=35786\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"http://wordpress.tv/2014/06/17/designer-discussion-making-the-best-use-of-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:715:\"<div id=\"v-y9OKAXiK-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/35786/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/35786/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=35786&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/06/17/designer-discussion-making-the-best-use-of-wordpress/\"><img alt=\"Designer Discussion: Making the Best Use of WordPress\" src=\"http://videos.videopress.com/y9OKAXiK/designer-discussion-making-the-best-of-wordpress_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 17 Jun 2014 18:40:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"WordPress.tv: Micah Wood: 7 Habits of Highly Effective WordPress Developers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=35859\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"http://wordpress.tv/2014/06/17/micah-wood-7-habits-of-highly-effective-wordpress-developers/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:699:\"<div id=\"v-5mXSVIcs-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/35859/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/35859/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=35859&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/06/17/micah-wood-7-habits-of-highly-effective-wordpress-developers/\"><img alt=\"Micah Wood: 7 Habits of Highly Effective WordPress Developers\" src=\"http://videos.videopress.com/5mXSVIcs/video-5069f8b07f_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 17 Jun 2014 18:30:20 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"WordPress.tv: Josh Mallard: Rapid Development with WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=35841\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"http://wordpress.tv/2014/06/17/josh-mallard-rapid-development-with-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:669:\"<div id=\"v-eSkhfgX1-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/35841/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/35841/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=35841&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/06/17/josh-mallard-rapid-development-with-wordpress/\"><img alt=\"Josh Mallard: Rapid Development with WordPress\" src=\"http://videos.videopress.com/eSkhfgX1/video-2f4e087473_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 17 Jun 2014 18:25:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"WPTavern: Eighties: A Bold Free WordPress Theme Focused on Content\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=24812\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:174:\"http://wptavern.com/eighties-a-bold-free-wordpress-theme-focused-on-content?utm_source=rss&utm_medium=rss&utm_campaign=eighties-a-bold-free-wordpress-theme-focused-on-content\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3309:\"<p>WordPress themes are getting simpler and bolder this year. Bloggers are gravitating toward designs that feature large typography and scaled back post meta in order to allow the visitor to focus on the main content. To compliment this design style, many theme developers are opting to keep the peripherals (widgets, menus, etc) hidden from view.</p>\n<p><a href=\"http://kopepasah.com/\" target=\"_blank\">Justin Kopepasah</a> is making his debut in the WordPress Themes Directory with <a href=\"http://wordpress.org/themes/eighties\" target=\"_blank\">Eighties</a>, a beautiful new theme that epitomizes the simple, bold style trending with new blogging themes. Despite the iconic name, the Eighties theme is not actually a tribute to big hair, leg warmers and the Cold War. Kopepasah said the theme was inspired by his favorite <a href=\"http://chriskempson.github.io/base16/#eighties\" target=\"_blank\">color scheme</a>.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/06/eighties.png\" rel=\"prettyphoto[24812]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/06/eighties.png?resize=880%2C660\" alt=\"eighties\" class=\"aligncenter size-full wp-image-24821\" /></a></p>\n<p>Eighties was created based on the <a href=\"http://underscores.me/\" target=\"_blank\">_s theme by Automattic</a>. It was designed to keep the menu and sidebar out of the way until the visitor toggles them into view.</p>\n<p>The theme offers just a couple of customization options to make it your own, including the ability to set your own header and header text color. You can add widgets to the pop out sidebar area or the footer. It ships with the image you see in the header, so making your site look exactly like the demo takes no time at all.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/06/eighties-customizer.png\" rel=\"prettyphoto[24812]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/06/eighties-customizer.png?resize=1025%2C557\" alt=\"eighties-customizer\" class=\"aligncenter size-full wp-image-24819\" /></a></p>\n<p>Eighties includes support for several Jetpack modules. <a href=\"http://eighties.me/portfolio/\" target=\"_blank\">Portfolios</a> are a unique feature included in this theme if you use Jetpack (coming soon) or blog on WordPress.com. It includes styles for showcasing your projects with the <a href=\"http://en.support.wordpress.com/portfolios/\" target=\"_blank\">portfolio custom post type</a>.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/06/portfolio.png\" rel=\"prettyphoto[24812]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/06/portfolio.png?resize=1025%2C650\" alt=\"portfolio\" class=\"aligncenter size-full wp-image-24840\" /></a></p>\n<p>You can check out a live demo of the theme in action at <a href=\"http://eighties.me/\" target=\"_blank\">eighties.me</a>.</p>\n<p>The Eighties theme was designed to give readers the content they’re looking for without all the extra fluff. Right now, it’s only available for self-hosted WordPress sites but Kopepasah is currently waiting for approval for listing on WordPress.com. You can download <a href=\"http://wordpress.org/themes/eighties\" target=\"_blank\">Eighties</a> from WordPress.org or install it directly via your theme browser in the WordPress admin.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 17 Jun 2014 07:22:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:20;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"WPTavern: VersionPress Adopts The GPL Software License\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=24810\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:152:\"http://wptavern.com/versionpress-adopts-the-gpl-software-license?utm_source=rss&utm_medium=rss&utm_campaign=versionpress-adopts-the-gpl-software-license\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7342:\"<p>When I <a title=\"http://wptavern.com/versionpress-hopes-to-bring-version-control-to-the-masses\" href=\"http://wptavern.com/versionpress-hopes-to-bring-version-control-to-the-masses\">wrote about the VersionPress project</a> and campaign last week, a major sticking point with people was whether the project would be licensed under the GPL. After a few consultation emails and deliberation, the developers have decided the plugin <a title=\"http://versionpress.wordpress.com/2014/06/16/announcing-full-gpl-licensing/\" href=\"http://versionpress.wordpress.com/2014/06/16/announcing-full-gpl-licensing/\">will be 100% GPL licensed</a>.</p>\n<blockquote><p>When we set off with <a href=\"http://versionpress.net/\">VersionPress </a>and the crowd-funding campaign for it, we were focused on technical things and wanted to postpone the final decision on licensing. That was a mistake and you let us know loud and clear. We heard you and have an important and exciting announcement to make today: <strong>VersionPress will be 100% GNU GPL-licensed</strong>.</p></blockquote>\n<p>This is fantastic news and I hope those who are on the fence will consider <a title=\"http://versionpress.net/\" href=\"http://versionpress.net/\">backing the project</a>. For those that don’t know, the GPLv2 license gives users and developers a set of freedoms. Since <a title=\"http://wordpress.org/about/license/\" href=\"http://wordpress.org/about/license/\">WordPress is licensed under the GPL</a>, these same freedoms are passed on to everyone who uses or develops the software.</p>\n<ul>\n<li>The freedom to run the program as you wish, for any purpose (freedom 0).</li>\n<li>The freedom to study how the program works, and change it so it does your computing as you wish (freedom 1). Access to the source code is a precondition for this.</li>\n<li>The freedom to redistribute copies so you can help your neighbor (freedom 2).</li>\n<li>The freedom to distribute copies of your modified versions to others (freedom 3). By doing this you can give the whole community a chance to benefit from your changes. Access to the source code is a precondition for this.</li>\n</ul>\n<p>Matt Mullenweg has a <a title=\"http://ma.tt/2014/01/four-freedoms/\" href=\"http://ma.tt/2014/01/four-freedoms/\">great article</a> that articulates the significance of these freedoms. When VersionPress announced they were unsure of whether to license the plugin under the GPL, it’s not because they wanted to create something proprietary. It’s because they are two software developers outside of the WordPress community, unsure of how WordPress and its community works.</p>\n<h3>Helping Newcomers Understand Why The GPL License Is Important</h3>\n<p>After I published the article about VersionPress on WP Tavern last week, several people voiced their concern over the lack of licensing details. I got in touch with Borek Bernard and explained why so many people are concerned. I explained what the GPL means to the project and the WordPress community in general. I cited examples of successful WordPress product businesses that use the GPL.</p>\n<p>There are two camps of people. Those who know and understand the importance of the GPL and those who don’t care what license a product has as long as it works and is supported well. At this stage of the game, WordPress products not GPL licensed are at a serious disadvantage. You won’t get as much press and risk being ignored by influential members of the community. This is especially true for new products entering the market.</p>\n<h3>I Backed The Project With $20 and Here’s Why</h3>\n<p>Despite a working copy of VersionPress not being publicly available, I feel the same amount of excitement for the project that I did when I was given a GravityForms demonstration in 2009. I’m told there are already plugins available that provide <a title=\"http://wordpress.org/plugins/search.php?q=version+control\" href=\"http://wordpress.org/plugins/search.php?q=version+control\">version control</a> but most of them deal with content, not with the database itself. After listening to Bernard explain some of the features and how it would work in <a title=\"http://wptavern.com/wpweekly-episode-151-version-control-for-all-maybe\" href=\"http://wptavern.com/wpweekly-episode-151-version-control-for-all-maybe\">episode 151 of WordPress Weekly</a>, I’m even more excited to see the project succeed.</p>\n<div id=\"attachment_24813\" class=\"wp-caption aligncenter\"><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/06/VersionPressMonitorLog.png\" rel=\"prettyphoto[24810]\"><img class=\"size-full wp-image-24813\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/06/VersionPressMonitorLog.png?resize=525%2C330\" alt=\"VersionPress Monitor Log\" /></a><p class=\"wp-caption-text\">VersionPress Monitor Log</p></div>\n<p>For example, let’s say there’s a change you’d like to undo but you’ve published five posts since the change. Normally, you’d have to restore a backup which would reset the entire site back to that time frame. With VersionPress, you’d be able to drill down and only undo that change without losing everything that happened after it. In a future version, it could be possible to undo changes at the user level.</p>\n<p>This type of granular control over database changes is huge, especially if the interface is as simple as selecting an undo button. This plugin potentially has mass appeal but I fear that a lot of users wouldn’t understand the changes being registered to the database. Hopefully, the interface does a good job of pin-pointing what parts of WordPress are altering the database to make it easier to understand.</p>\n<h3>Getting Site Wide Revision Control In Core Will Be Difficult</h3>\n<p>Even if VersionPress doesn’t get off the ground, I’ve now been exposed to the idea and will highly support any developer or team of developers to create something like it. WordPress has support for <a title=\"http://codex.wordpress.org/Revisions\" href=\"http://codex.wordpress.org/Revisions\">Post Revisions</a> but again, that deals with content and not with other changes throughout the site. At some point, it would be great to see a revisions API built into WordPress that can monitor revisions of more than just content. Plugins could then take advantage of the API and build on top of it. There could be multiple implementations of VersionPress to choose from.</p>\n<p>The road to getting something like site wide revisions into core will be difficult. In 2013, <a href=\"http://yrnxt.com/\" target=\"_blank\">Alexander Höreth</a> participated in the Google Summer of Code project for WordPress. His project was the <a title=\"http://wordpress.org/plugins/code-revisions/\" href=\"http://wordpress.org/plugins/code-revisions/\">Code Revisions plugin</a> which would have added revision support to the code editors in WordPress. His work was never added to the core of WordPress. If that’s anything to go by, extending revision support to other areas of core may be just a pipe dream.</p>\n<p>That discussion took place nine months ago. Let’s start a new discussion on the positives and negatives of a site wide revision system in core. I know there are security issues to take note of but what other concerns do you have for such a system?</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 17 Jun 2014 04:38:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"WPTavern: Forbes Publishes Transcript Of Extended Interview With Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=24678\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:202:\"http://wptavern.com/forbes-publishes-transcript-of-extended-interview-with-matt-mullenweg?utm_source=rss&utm_medium=rss&utm_campaign=forbes-publishes-transcript-of-extended-interview-with-matt-mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5763:\"<p>Typically when reading interviews people have done with Matt Mullenweg, I don’t learn anything new. That’s the not the case with the <a title=\"http://www.forbes.com/sites/jjcolao/2014/06/11/an-extended-interview-with-wordpress-creator-matt-mullenweg/\" href=\"http://www.forbes.com/sites/jjcolao/2014/06/11/an-extended-interview-with-wordpress-creator-matt-mullenweg/\">extended interview he did</a> with J.J. Colao of Forbes.com. In the interview, Mullenweg goes into detail about his role of CEO at Automattic and emphasized how important mobile is within the company. Here are a few things I took away from the interview.</p>\n<div id=\"attachment_22370\" class=\"wp-caption aligncenter\"><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/05/automattic-offices.jpg\" rel=\"prettyphoto[24678]\"><img class=\"size-full wp-image-22370\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/05/automattic-offices.jpg?resize=1025%2C478\" alt=\"photo credit: Peter Slutsky\" /></a><p class=\"wp-caption-text\">photo credit: <a href=\"http://peterslutsky.com/2013/05/14/pics-touring-automattics-new-office/\">Peter Slutsky</a></p></div>\n<p>When people ask how does Automattic make money, I tell them through advertising, paid upgrades, and the VIP partner program. Mullenweg specified that WordAds and the VIP program are each 10% of the total revenue Automattic generates. Meanwhile, subscriptions make up 80% of the revenue. This makes sense but I was surprised subscriptions were that high of a percentage. I thought VIP generated the most revenue for the company based on what they charge and the types of clients they have. Then again, there are more regular users than there are VIP clients.</p>\n<p>One thing that hasn’t changed with the move to CEO is that Mullenweg still spends about a third of his time conducting interviews with new employees. If you’re interested in <a title=\"http://automattic.com/work-with-us/\" href=\"http://automattic.com/work-with-us/\">working for Automattic</a>, now is as good a time as ever to apply since the company is aggressively growing as fast as they find the best people.</p>\n<h3>Transforming Automattic Into a Mobile Company</h3>\n<p>Over the past two years, the one constant I’ve noticed in almost every interview featuring Mullenweg is his focus on mobile. This interview is no different. While Automattic has been aggressive in mobile acquisitions and new hires, the company will be training existing engineers to be mobile first. The entire company will be a mobile team instead of consisting of 10 individuals.</p>\n<blockquote><p>So in addition to our aggressive hiring on the mobile side and acquisitions, we’re going to start converting our existing engineers to be mobile first. I would hate to have to do this at a 20,000-person company because it’s hard enough as 200-person company.</p>\n<p>The mobile world is very closed and proprietary just by definition. Android is open source-ish but not really. iOS is locked down. I want to be more of a mobile company but as we do that I don’t want to lose the things that make us the engine of the independent Web.</p></blockquote>\n<h3>Is It Time For Two WordPress Mobile Apps?</h3>\n<p>As Automattic continues to increase its focus on mobile, I wonder what the future holds for the current mobile app. I use it primarily as a site management tool and not to consume content. Since Automattic loves data, I wonder if they have internal stats that show whether the WordPress mobile app is used more for managing sites or consuming content.</p>\n<div id=\"attachment_24807\" class=\"wp-caption aligncenter\"><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/06/WPMobileAppComposingScreen.jpg\" rel=\"prettyphoto[24678]\"><img class=\"size-full wp-image-24807\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/06/WPMobileAppComposingScreen.jpg?resize=1025%2C769\" alt=\"WordPress Mobile App For iOS Compose Screen\" /></a><p class=\"wp-caption-text\">WordPress Mobile App For iOS Compose Screen</p></div>\n<p>If the data shows that most people use it as a site management tool, I’d like them to consider removing Reader and the blogs I follow feature set from the app and moved into a separate WordPress.com focused app. I never use Reader, I’m not following any blogs, and I don’t have any friends on WordPress.com making almost half the app useless to me.</p>\n<p>I understand that WordPress.com and the open source WordPress project have similar feature sets, but I don’t think one app can satisfy both audiences without one or the other getting stuck with unused portions of the application. An alternative would be to create a WordPress Lite application that only gives me the features I need to manage a site. Unfortunately, every time there’s a decent alternative to the WordPress mobile app, Automattic <a title=\"http://venturebeat.com/2013/06/17/automattic-buys-poster-app/\" href=\"http://venturebeat.com/2013/06/17/automattic-buys-poster-app/\">acquires them</a>.</p>\n<p>Overall, it’s a <a title=\"http://www.forbes.com/sites/jjcolao/2014/06/11/an-extended-interview-with-wordpress-creator-matt-mullenweg/\" href=\"http://www.forbes.com/sites/jjcolao/2014/06/11/an-extended-interview-with-wordpress-creator-matt-mullenweg/\">great interview</a> but I wish the full transcript of 13,500 words was available versus 2,800. It’s also reassuring to read Mullenweg’s response when asked whether he will be with Automattic for life: “Yes. I’m kind of a one trick pony.”</p>\n<p>What do you think of splitting the app in two? Could it work or would it be too confusing? Should I give it the WordPress treatment and just ignore those areas of the app I don’t use?</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 17 Jun 2014 01:22:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:22;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"WPTavern: Experimental BuddyPress Plugin Adds Finer Controls for Public Groups\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=24769\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:200:\"http://wptavern.com/experimental-buddypress-plugin-adds-finer-controls-for-public-groups?utm_source=rss&utm_medium=rss&utm_campaign=experimental-buddypress-plugin-adds-finer-controls-for-public-groups\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5729:\"<div id=\"attachment_24792\" class=\"wp-caption aligncenter\"><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/06/group.jpg\" rel=\"prettyphoto[24769]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/06/group.jpg?resize=1025%2C525\" alt=\"photo credit: avrene - cc\" class=\"size-full wp-image-24792\" /></a><p class=\"wp-caption-text\">photo credit: <a href=\"http://www.flickr.com/photos/enerva/14186751646/\">avrene</a> – <a href=\"http://creativecommons.org/licenses/by/2.0/\">cc</a></p></div>\n<p><a href=\"http://buddypress.org/about/groups/\" target=\"_blank\">BuddyPress Groups</a> are one of the more social components of the plugin, as they’re used primarily for bringing members together around a shared interest, goal, or collaborative project. In some ways groups are like their own mini-networks within a social network, each having its own homepage, activity stream, member directory and administrative panel.</p>\n<p>Groups are a highly effective way of organizing members and as such have been extended to serve a multitude of different requirements. Search WordPress.org and you’ll find a couple dozen pages of <a href=\"http://wordpress.org/plugins/search.php?page=4&q=buddypress+groups\" target=\"_blank\">plugins devoted to BuddyPress groups</a>, with extensions that add new functionality, such as email subscriptions, documents, reviews, blogs, chat, and so much more. We’re going to look at how the basic group settings can be changed in order to provide more pathways for the creation of different kinds of groups.</p>\n<h3>A Brief Overview of BuddyPress Group Privacy Options</h3>\n<p>BuddyPress has three privacy options for setting up groups: Public, Private, or Hidden. When you create a group at /groups/create, you’ll find the privacy options located under settings.</p>\n<p>Anyone can join a public group and all of the activity and content are public. Private groups require users to request membership, while hidden groups are invitation only. Private and hidden groups are similar in that the group content and activity will only be visible to members. Unlike public and private groups, a hidden group is not listed in the groups directory or search results.</p>\n<p>Not all groups fit neatly into these three privacy options. That’s why BuddyPress core developer Mathieu Viet (<a href=\"https://twitter.com/imath\" target=\"_blank\">@imath</a>) has created a new experimental plugin to allow for a different combination of these settings.</p>\n<h3>Alternative Public Group Control</h3>\n<p>One problem with the way private groups are structured is that potential members cannot see any content or any of the other members in the group. This is a bit off putting and doesn’t help to attract new group members.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/06/private-group.png\" rel=\"prettyphoto[24769]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/06/private-group.png?resize=900%2C442\" alt=\"private-group\" class=\"aligncenter size-full wp-image-24782\" /></a></p>\n<p>When examining the BuddyPress core, @imath found it difficult to override the way private groups are structured. Instead, he opted to extend public groups and the <a href=\"https://github.com/imath/altctrl-public-group\" target=\"_blank\">Alternative Public Group Control</a> plugin was born.</p>\n<p>This new experimental plugin gives admins more fine-grained control over public groups. It doesn’t override the group creation process but rather creates a new control tab within the group admin with three additional options.</p>\n<p>The first allows you to require users to request membership in order to join, a feature previously limited to private groups. The second option is the ability to make certain group tabs visible to members only, ie. members, docs, attachments, etc.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/06/group-admin-control.png\" rel=\"prettyphoto[24769]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/06/group-admin-control.png?resize=1025%2C775\" alt=\"group-admin-control\" class=\"aligncenter size-full wp-image-24785\" /></a></p>\n<p>The last option included in the plugin is the convenient way to create a simple custom homepage which will be displayed when non-members are viewing the group.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/06/custom-homepage.png\" rel=\"prettyphoto[24769]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/06/custom-homepage.png?resize=900%2C377\" alt=\"custom-homepage\" class=\"aligncenter size-full wp-image-24787\" /></a></p>\n<p>This optional homepage space is useful if you want to further explain the process of joining the group or elaborate a bit more on what participation entails. Previously, the only place to do this was in the group’s description, which is better left short and sweet for its listing in the groups directory.</p>\n<p>The <a href=\"https://github.com/imath/altctrl-public-group\" target=\"_blank\">Alternative Public Group Control</a> plugin offers greater flexibility to groups with unique requirements. If you need more control over your groups and want to try out this plugin, your can download it from GitHub. Be advised that it’s still experimental. If you have feedback, please send it to <a href=\"https://twitter.com/imath\" target=\"_blank\">@imath</a> by posting in the issues queue. Want to see the plugin in action without installing it? Check out the live demo video below:</p>\n<p></p>\n<p><a href=\"http://vimeo.com/98253453\">Alternative Control for BuddyPress public groups</a> from <a href=\"http://vimeo.com/imath\">imath</a> on <a href=\"https://vimeo.com\">Vimeo</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 16 Jun 2014 21:29:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:23;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"WordPress.tv: Aaron K. Altman: Migrating a Website with BackupBuddy\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=35302\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"http://wordpress.tv/2014/06/16/aaron-k-altman-migrating-a-website-with-backupbuddy/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:688:\"<div id=\"v-rLKg1NKD-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/35302/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/35302/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=35302&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/06/16/aaron-k-altman-migrating-a-website-with-backupbuddy/\"><img alt=\"Aaron K. Altman: Migrating a Website with BackupBuddy\" src=\"http://videos.videopress.com/rLKg1NKD/video-aef286b0f3_scruberthumbnail_1.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 16 Jun 2014 18:59:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:24;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"WordPress.tv: Eric W: Building a WordPress Theme Using AngularJS\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=35761\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"http://wordpress.tv/2014/06/16/eric-w-building-a-wordpress-theme-using-angularjs/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:683:\"<div id=\"v-lmi8osi5-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/35761/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/35761/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=35761&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/06/16/eric-w-building-a-wordpress-theme-using-angularjs/\"><img alt=\"Eric W: Building a WordPress Theme Using AngularJS\" src=\"http://videos.videopress.com/lmi8osi5/video-0aa9719d88_scruberthumbnail_0.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 16 Jun 2014 18:04:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:25;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"WordPress.tv: Michael Earley: Unleash Your Design Potential with CSS for Beginners\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=35829\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"http://wordpress.tv/2014/06/16/michael-earley-unleash-your-design-potential-with-css-for-beginners/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:713:\"<div id=\"v-5yFXVjyO-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/35829/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/35829/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=35829&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/06/16/michael-earley-unleash-your-design-potential-with-css-for-beginners/\"><img alt=\"Michael Earley: Unleash Your Design Potential with CSS for Beginners\" src=\"http://videos.videopress.com/5yFXVjyO/video-6df76b552a_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 16 Jun 2014 18:04:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:26;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"WPTavern: WordPress Trunk Adds New Beta Testing Tab to Plugins Screen\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=24751\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:182:\"http://wptavern.com/wordpress-trunk-adds-new-beta-testing-tab-to-plugins-screen?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-trunk-adds-new-beta-testing-tab-to-plugins-screen\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2202:\"<p>If you’re running WordPress <a href=\"https://core.trac.wordpress.org/browser/trunk\" target=\"_blank\">trunk</a>, then you may have noticed a new addition to the plugins screen. A “Beta Testing” tab now lists all available <a href=\"http://make.wordpress.org/core/features-as-plugins/\" target=\"_blank\">Feature Plugins</a> that are currently ready for testing, including the WP API, Press This, and WordPress Frontend Editor plugins.</p>\n<div id=\"attachment_24758\" class=\"wp-caption aligncenter\"><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/06/beta-testing.png\" rel=\"prettyphoto[24751]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/06/beta-testing.png?resize=1025%2C555\" alt=\"photo credit: Ryan McCue\" class=\"size-full wp-image-24758\" /></a><p class=\"wp-caption-text\">photo credit: Ryan McCue</p></div>\n<p>Andrew Nacin <a href=\"https://core.trac.wordpress.org/ticket/28513\" target=\"_blank\">added the tab</a> to all development builds of WordPress. To be clear, this is a tab meant only for those who are testing the plugins with the bleeding edge versions of WordPress and it will not be rolled into the next release. The Beta Testing tab is also visible if you’re using develop.svn/git.wordpress.org, even if you’re running a stable version of these builds. He chose to omit the WordPress Beta Tester plugin, given that you’re probably already on a beta track if you can view the new tab.</p>\n<p><strong>“I could also see us adding a ‘Development’ tab that lists plugins like Debug Bar and Log Deprecated Notices. (Again, only if not on a stable build),”</strong> Nacin noted in the ticket. This could be very convenient for developers who want to quickly grab recommended tools, instead of having to remember and search them all individually.</p>\n<p>The new Beta Testing tab is a welcome addition and will hopefully get more eyes on new features that are in development for future releases. As long as the screen is regularly updated, developers running WordPress trunk will always know which feature plugins have testing versions available, without having to subscribe to all the development updates.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 16 Jun 2014 16:15:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"WordPress.tv: Chris Ford: UX and WP Product Design\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=35764\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"http://wordpress.tv/2014/06/15/chris-ford-ux-and-wp-product-design/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:655:\"<div id=\"v-vagrW2QL-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/35764/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/35764/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=35764&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/06/15/chris-ford-ux-and-wp-product-design/\"><img alt=\"Chris Ford: UX and WP Product Design\" src=\"http://videos.videopress.com/vagrW2QL/video-5557daf0d6_scruberthumbnail_0.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 15 Jun 2014 18:55:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"WordPress.tv: Greg Douglas: Designing Your WordPress Consulting Business\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=35656\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"http://wordpress.tv/2014/06/15/greg-douglas-designing-your-wordpress-consulting-business/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:699:\"<div id=\"v-ElZvpwnO-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/35656/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/35656/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=35656&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/06/15/greg-douglas-designing-your-wordpress-consulting-business/\"><img alt=\"Greg Douglas: Designing Your WordPress Consulting Business\" src=\"http://videos.videopress.com/ElZvpwnO/video-61c8b5a9c5_scruberthumbnail_0.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 15 Jun 2014 18:47:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:29;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"WordPress.tv: Evan Volgas: Nginx, Varnish and Memcache – How to Make WordPress Fast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=35271\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"http://wordpress.tv/2014/06/15/evan-volgas-nginx-varnish-and-memcache-how-to-make-wordpress-fast/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:720:\"<div id=\"v-k9g592Tg-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/35271/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/35271/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=35271&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/06/15/evan-volgas-nginx-varnish-and-memcache-how-to-make-wordpress-fast/\"><img alt=\"Evan Volgas: Nginx, Varnish and Memcache – How to Make WordPress Fast\" src=\"http://videos.videopress.com/k9g592Tg/video-c07c24d277_scruberthumbnail_0.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 15 Jun 2014 18:41:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:30;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"WordPress.tv: Jason Tucker: Podcasting 101\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=35758\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://wordpress.tv/2014/06/14/jason-tucker-podcasting-101/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:639:\"<div id=\"v-ABJVBNBo-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/35758/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/35758/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=35758&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/06/14/jason-tucker-podcasting-101/\"><img alt=\"Jason Tucker: Podcasting 101\" src=\"http://videos.videopress.com/ABJVBNBo/video-e0a91ff20e_scruberthumbnail_1.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 14 Jun 2014 18:34:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:31;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"WordPress.tv: Luca Degli Esposti: Mobile Layout – Best Practice per creazione progetti Mobile\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=17359\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:108:\"http://wordpress.tv/2014/06/14/luca-degli-esposti-mobile-layout-best-practice-per-creazione-progetti-mobile/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:739:\"<div id=\"v-0cUlWG2Y-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/17359/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/17359/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=17359&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/06/14/luca-degli-esposti-mobile-layout-best-practice-per-creazione-progetti-mobile/\"><img alt=\"Luca Degli Esposti: Mobile Layout – Best Practice per creazione progetti Mobile\" src=\"http://videos.videopress.com/0cUlWG2Y/video-b959b703c0_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 14 Jun 2014 18:19:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:32;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"WordPress.tv: Brian Casel: How to Use Email to Grow Your Blog’s Audience\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=35402\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"http://wordpress.tv/2014/06/14/brian-casel-how-to-use-email-to-grow-your-blogs-audience/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:704:\"<div id=\"v-Qem8wHy6-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/35402/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/35402/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=35402&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/06/14/brian-casel-how-to-use-email-to-grow-your-blogs-audience/\"><img alt=\"Brian Casel: How to Use Email to Grow Your Blog’s Audience\" src=\"http://videos.videopress.com/Qem8wHy6/video-d0aef44747_scruberthumbnail_0.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 14 Jun 2014 18:15:54 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:33;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"WPTavern: ThemeFurnace Relaunches, Introduces Lifetime Club Membership\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=24705\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:182:\"http://wptavern.com/themefurnace-relaunches-introduces-lifetime-club-membership?utm_source=rss&utm_medium=rss&utm_campaign=themefurnace-relaunches-introduces-lifetime-club-membership\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3399:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/06/themefurnace.png\" rel=\"prettyphoto[24705]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/06/themefurnace.png?resize=1025%2C468\" alt=\"themefurnace\" class=\"aligncenter size-full wp-image-24707\" /></a></p>\n<p><a href=\"http://themefurnace.com/\" target=\"_blank\">ThemeFurnace</a> relaunched this week with a complete overhaul of its theme collection. The shop was founded in 2012 by Oliver Dale, a Manchester-based designer and entrepreneur. In addition to a new website and pricing structure, Dale and his team have recoded all of their existing themes to remove the old options panel in favor of using WordPress’ native customizer.</p>\n<p>Themes developed with their own options panels aren’t necessarily bad. However, the growing consensus among theme developers is that utilizing the customizer is the now considered to be the best practice. Commercial theme companies are starting to embrace this in order to simplify their themes and remain competitive.</p>\n<p>Recoding the entire ThemeFurance collection to use the customizer has been quite an undertaking, Dale said. The team has finished 11 themes so far and another five are still in process. He believes that this will make the themes easier to use, which in turn lessens the support burden.</p>\n<p>Dale told the Tavern that ThemeFurnace will be releasing a free WordPress.org theme for every new theme they create from now on. <strong>“We’ve seen great results with our two free themes in the directory so far,”</strong> he said. “It’s the only way I can contribute back to WordPress, which has treated me so well, and it helps get our name out there to people who wouldn’t normally see it.” Customers who buy the commercial versions will be entitled to support and a few extra customization options.</p>\n<h3>ThemeFurnace Bets Heavy on Club Pricing Model</h3>\n<p>While many WordPress theme shops have started moving away from the club pricing model, the folks at ThemeFurnace have decided to embrace it. This week’s relaunch introduces a lifetime club membership <a href=\"http://themefurnace.com/pricing/\" target=\"_blank\">pricing option</a>.</p>\n<p>“The reason we moved to the clubs membership was the vast majority of purchases were for single themes at $49 each,” Dale said. “So we figured that’s a good price people are willing to pay, so if we offer the whole collection for $49, it can only increase sales and that puts our themes on more websites,” he explained.</p>\n<p>Many WordPress product and service companies have <a href=\"http://wptavern.com/wordpress-managed-host-nodeki-goes-bust-no-refunds-for-lifetime-customers\" target=\"_blank\">collapsed</a> under the burden of support for lifetime customers who no longer generate any revenue but continue to utilize company resources. Dale is convinced that ThemeFurnace will not be negatively impacted by the new lifetime membership option.</p>\n<p><strong>“I think the support burden has been overplayed as an excuse to put prices up. I find that people need less support as time goes on so I’m quite happy to offer this new plan,”</strong> he said.</p>\n<p>Do you think lifetime membership packages are a death knell for theme companies, or are there some unique cases where it might work?</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 14 Jun 2014 05:02:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:34;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"WPTavern: WPWeekly Episode 151 – Version Control For All (Maybe)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://wptavern.com?p=24717&preview_id=24717\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:164:\"http://wptavern.com/wpweekly-episode-151-version-control-for-all-maybe?utm_source=rss&utm_medium=rss&utm_campaign=wpweekly-episode-151-version-control-for-all-maybe\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3680:\"<p><a href=\"http://marcuscouch.com/\" title=\"http://marcuscouch.com/\">Marcus Couch</a> and I were joined by <a href=\"http://versionpress.net/\" title=\"http://versionpress.net/\">VersionPress</a> developer, Borek Bernard, to give us the scoop on not only the VersionPress campaign, but what the aim is for the plugin. He answered several questions, including the controversy surrounding the indecision of whether or not the plugin will be open-source licensed. After the show, Bernard <a href=\"http://versionpress.wordpress.com/2014/06/13/versionpress-licensing/\" title=\"http://versionpress.wordpress.com/2014/06/13/versionpress-licensing/\">published a post</a> providing more information on the reasons for their indecision.</p>\n<p>Marcus and I had a passionate discussion on whether or not the trend of disabling comments is a good or bad thing for the web. We covered the news of the week and then finished out the show with his plugin picks of the week.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"http://versionpress.wordpress.com/\" title=\"http://versionpress.wordpress.com/\">VersionPress Plugin looking for Crowd Funding</a><br />\n<a href=\"http://techcrunch.com/2014/06/09/godaddy-files-for-100m-ipo/\" title=\"http://techcrunch.com/2014/06/09/godaddy-files-for-100m-ipo/\">GoDaddy Announces $100 Million IPO Intentions</a><br />\n<a href=\"http://wptavern.com/clef-partners-with-softaculous-to-provide-2-step-authentication-for-automated-wordpress-installs\" title=\"http://wptavern.com/clef-partners-with-softaculous-to-provide-2-step-authentication-for-automated-wordpress-installs\">Clef Partners With Softaculous To Provide 2-Step Authentication For Automated WordPress Installs</a><br />\n<a href=\"http://wptavern.com/why-comments-still-matter\" title=\"http://wptavern.com/why-comments-still-matter\">Why Comments Still Matter</a><br />\n<a href=\"http://wptavern.com/wp-engine-to-sponsor-two-full-time-wordpress-core-contributors\" title=\"http://wptavern.com/wp-engine-to-sponsor-two-full-time-wordpress-core-contributors\">WP Engine to Sponsor Two Full-Time WordPress Core Contributors</a></p>\n<h3>Plugins Picked By Marcus:</h3>\n<p><a href=\"http://wordpress.org/plugins/facebook-conversion-pixel/\" title=\"http://wordpress.org/plugins/facebook-conversion-pixel/\">Facebook Conversion Pixel</a> – Add Facebook Conversion Pixels to Posts, Pages, or any other custom post types.</p>\n<p><a href=\"http://wordpress.org/plugins/download-html-tinymce-button/\" title=\"http://wordpress.org/plugins/download-html-tinymce-button/\">Download HTML TinyMCE Button</a> – A button is added to the TinyMCE toolbar which will instantly send a command to your browser to save the content to a new .HTML file</p>\n<p><a href=\"http://wordpress.org/plugins/page-specific-stylesheets/\" title=\"http://wordpress.org/plugins/page-specific-stylesheets/\">Page Specific Stylesheets</a> – Adds a box allowing for the addition of page-specific and post-specific CSS stylesheets. It reduces the need to edit and clutter the style.css file.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Friday, June 20th 3 P.M. Eastern</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href=\"http://www.wptavern.com/feed/podcast\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #151:</strong><br />\n</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 14 Jun 2014 04:50:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:35;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"WordPress.tv: Mel Choyce: Creating a great portfolio website\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=35326\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"http://wordpress.tv/2014/06/13/mel-choyce-creating-a-great-portfolio-website/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:675:\"<div id=\"v-3JiLCPst-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/35326/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/35326/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=35326&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/06/13/mel-choyce-creating-a-great-portfolio-website/\"><img alt=\"Mel Choyce: Creating a great portfolio website\" src=\"http://videos.videopress.com/3JiLCPst/video-d55d17815f_scruberthumbnail_1.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 14 Jun 2014 04:20:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:36;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"WPTavern: How to Create Responsive Device Mockups with WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=24676\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:172:\"http://wptavern.com/how-to-create-responsive-device-mockups-with-wordpress?utm_source=rss&utm_medium=rss&utm_campaign=how-to-create-responsive-device-mockups-with-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3672:\"<p>Creating responsive device mockups for products or portfolios can be a pain. Ordinarily, you might first search for a Photoshop template for the specific devices that you need for your mockups. Then you’d most likely take screenshots, cut them up and place them within the Photoshop file.</p>\n<p>Fortunately, if your site is running on WordPress, there’s a new free tool that makes it super easy to create device mockups directly within the post or page editor. The <a href=\"https://wordpress.org/plugins/device-mockups/\" target=\"_blank\">Device Mockups</a> plugin uses shortcodes to display screenshots, videos, or any content within a responsive device.</p>\n<p>For example, you can surround a screenshot with a device by placing it within the appropriate shortcode:</p>\n<pre class=\"brush: php; light: true; title: ; notranslate\">[device type=\"macbook\"]<img src=\"http://example.com/wp-content/uploads/2014/06/tavern-screenshot-mbp.png\" alt=\"tavern-screenshot-mbp\"/>\n[/device]</pre>\n<p>That shortcode would output the screenshot as if it were being displayed on a retina Macbook Pro:</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/06/tavern-mbp-mockup.png\" rel=\"prettyphoto[24676]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/06/tavern-mbp-mockup.png?resize=1025%2C627\" alt=\"tavern-mbp-mockup\" class=\"aligncenter size-full wp-image-24683\" /></a></p>\n<p>The plugin even supports a “stacked” parameter in the shortcode so that you can add multiple devices to the end result. You can mix and match devices as needed to create custom mockups.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/06/multiple-devices.png\" rel=\"prettyphoto[24676]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/06/multiple-devices.png?resize=1025%2C643\" alt=\"multiple-devices\" class=\"aligncenter size-full wp-image-24691\" /></a></p>\n<p>All of the available shortcodes can be found on the plugin’s <a href=\"https://wordpress.org/plugins/device-mockups/\" target=\"_blank\">details page</a>. You can also access them via a button in the visual editor:</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/06/visual-editor.png\" rel=\"prettyphoto[24676]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/06/visual-editor.png?resize=1025%2C529\" alt=\"visual-editor\" class=\"aligncenter size-full wp-image-24697\" /></a></p>\n<p>The Device Mockups plugin has support for the following devices, and recommended image sizes are included to help you prepare your screenshots:</p>\n<ul>\n<li>iPhone 5 – 640×1136</li>\n<li>iPad – 2048×1536</li>\n<li>iMac – 1920×1200</li>\n<li>Macbook Pro (Retina) – 1440×900</li>\n<li>Galaxy S3 – 720×1280</li>\n<li>Nexus 7 – 1920×1200</li>\n<li>Surface – 1920 x 1080</li>\n<li>Lumia 920 – 768 x 1280</li>\n</ul>\n<p>If you’re looking to create some responsive mockups for your WordPress site or product, then this tool should save you a good amount of time. This is especially true if you’re not well-versed in image editing programs like Photoshop where device mockups might present a true challenge.</p>\n<p>If you like the Device Mockups plugin, make sure to thank its developer, <a href=\"http://byjust.in/\" target=\"_blank\">Justin Peacock</a>, who has already committed several updates since its release. You can <a href=\"https://wordpress.org/plugins/device-mockups/\" target=\"_blank\">download</a> the plugin for free from WordPress.org. Any issues can be submitted on <a href=\"https://github.com/mrdink/device-mockups/issues\" target=\"_blank\">GitHub</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 13 Jun 2014 21:34:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:37;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"WordPress.tv: Batch File Compression\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=35469\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"http://wordpress.tv/2014/06/13/batch-file-compression/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:618:\"<div id=\"v-vGhUT4yc-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/35469/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/35469/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=35469&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/06/13/batch-file-compression/\"><img alt=\"handbrakebatch.mp4\" src=\"http://videos.videopress.com/vGhUT4yc/video-fa095c79d1_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 13 Jun 2014 18:11:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:38;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"WordPress.tv: WordCamp Video File Compression\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=35372\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"http://wordpress.tv/2014/06/13/wordcamp-video-file-compression/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:624:\"<div id=\"v-9BVoTh8j-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/35372/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/35372/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=35372&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/06/13/wordcamp-video-file-compression/\"><img alt=\"handbrake01.mp4\" src=\"http://videos.videopress.com/9BVoTh8j/video-a85513e034_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 13 Jun 2014 18:10:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:39;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"WPTavern: VersionPress Aims To Bring Version Control To The Masses\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=24596\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:178:\"http://wptavern.com/versionpress-hopes-to-bring-version-control-to-the-masses?utm_source=rss&utm_medium=rss&utm_campaign=versionpress-hopes-to-bring-version-control-to-the-masses\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4769:\"<p>When WordPress 3.7 introduced automatic updates, a <a title=\"http://make.wordpress.org/core/2013/10/25/the-definitive-guide-to-disabling-auto-updates-in-wordpress-3-7/\" href=\"http://make.wordpress.org/core/2013/10/25/the-definitive-guide-to-disabling-auto-updates-in-wordpress-3-7/\">segment of users pushed back</a> arguing they should be opt-in instead of opt-out. The main concern being that a website administrator wouldn’t have any time to test the update to make sure it doesn’t break anything. Several users said they would be fine with automatic updates if there was an easy way to roll-back to an earlier version if it caused problems. Unfortunately, WordPress doesn’t have a way to easily roll back updates.</p>\n<p>Two individuals are working together to bring easy, WordPress version control, to the masses. The project is called <a title=\"http://versionpress.net/\" href=\"http://versionpress.net/\">VersionPress</a> and is being spearheaded by two software developers in the Czech Republic, <a href=\"https://twitter.com/borekb\">Borek Bernard</a> and <a href=\"https://twitter.com/JanVoracek\">Jan Voráček</a>.</p>\n<div id=\"attachment_24640\" class=\"wp-caption aligncenter\"><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/06/ConceptImage.png\" rel=\"prettyphoto[24596]\"><img class=\"size-full wp-image-24640\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/06/ConceptImage.png?resize=525%2C330\" alt=\"Concept Image For Version Control\" /></a><p class=\"wp-caption-text\">Image Showing The Prototype Of VersionPress In Action</p></div>\n<p>According to the home page for the project, VersionPress is a <strong>version control plugin</strong> for WordPress. It keeps the whole site in a Git repository enabling things like <strong>site-wide reverts, safe updates, </strong>and<strong> easy staging</strong>.</p>\n<div id=\"attachment_24642\" class=\"wp-caption aligncenter\"><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/06/VersionPressFeatures.png\" rel=\"prettyphoto[24596]\"><img class=\"size-full wp-image-24642\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/06/VersionPressFeatures.png?resize=970%2C192\" alt=\"A Few Of The Features Of VersionPress\" /></a><p class=\"wp-caption-text\">A Few Of The Features Of VersionPress</p></div>\n<p><a href=\"https://twitter.com/borekb\">Bernard</a> and <a href=\"https://twitter.com/JanVoracek\">Voráček</a> are taking the crowd funding approach to not only raise the funds necessary to develop the plugin, but to gauge interest. I asked Bernard, if the project doesn’t reach its <strong>goal of $30k</strong> by the <strong>end of June</strong> will they continue to develop the plugin? “If the funding goal is not reached, it will depend on things like what was the overall feedback and what percentage of the funding goal we reached. We’ll do everything to build it but we’ll certainly need help.” he replied.</p>\n<h3>Details Of The Crowdfunding Campaign</h3>\n<p>The team has not decided on whether the plugin will be available for free or for a price. However, starting with the $20 donation, you’ll be given a working copy of the plugin when it’s finished along with a single-site license. This way, if it turns out to be a commercial plugin, donators will have already paid the price. Donation amounts range from $5 to $10,000 with different perks at each level. The <a title=\"http://versionpress.net/#campaign\" href=\"http://versionpress.net/#campaign\">campaign</a> is only 6% funded ($1,750) with 17 days left to go. If the total amount of funds are not reached by the end of the campaign, all funds will be returned.</p>\n<h3>This Could Be The Next Big Thing</h3>\n<p>While I haven’t had access to the prototype and haven’t seen the plugin in action, the ideas and features presented on the page are exciting. While there are ways to obtain version control already, they usually involve geek speak and are not user-friendly. In a perfect world, every site built with WordPress has version control.</p>\n<p>I’d love to see this project funded to see how it turns out not only to obtain a full working copy of the plugin, but to see the implementation and UI elements. At some point in the future, I think WordPress will have core functionality for snapshots or version control. VersionPress could be a great real-world experiment for how it could work in core.</p>\n<p>If VersionPress interests you, be sure to read <a title=\"http://versionpress.net/\" href=\"http://versionpress.net/\">the homepage</a> which provides more information about the campaign. If you have any questions about the campaign or project, you can leave them in the comments or use the contact form at the bottom of the homepage.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 13 Jun 2014 15:15:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:40;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"WPTavern: WordPress Tip: Use the WP Local Dev Environment Plugin to Disable External Data Calls\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=24646\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:232:\"http://wptavern.com/wordpress-tip-use-the-wp-local-dev-environment-plugin-to-disable-external-data-calls?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-tip-use-the-wp-local-dev-environment-plugin-to-disable-external-data-calls\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1597:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/06/off.jpg\" rel=\"prettyphoto[24646]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/06/off.jpg?resize=1024%2C490\" alt=\"photo credit: Orange Steeler - cc\" class=\"size-full wp-image-24664\" /></a></p>\n<p>When developing locally without an internet connection, it doesn’t make much sense for WordPress to load external files like fonts or Gravatars. This can slow you down unnecessarily.</p>\n<p><a href=\"https://github.com/norcross/wp-local-dev-env\" target=\"_blank\">WP Local Dev Environment</a> is a plugin created by <a href=\"http://reaktivstudios.com/\" target=\"_blank\">Andrew Norcross</a> for developers who are working locally without an internet connection. It removes / unhooks the loading of external files to reduce load time and avoid errors due to missing files.</p>\n<p>The plugin currently does three helpful things:</p>\n<ul>\n<li>Replaces Open Sans CSS font file with a blank CSS file due to <a href=\"https://core.trac.wordpress.org/ticket/28478\" target=\"_blank\">dependency issues</a></li>\n<li>Replaces all instances of Gravatar with a local image to remove external call</li>\n<li>Removes all HTTP requests</li>\n</ul>\n<p>Norcross plans to continue adding improvements to the plugin and will remove more calls originating from core as he finds them. He’s also considering including other requests from popular plugins. If you have any feedback or would like to contribute, check out <a href=\"https://github.com/norcross/wp-local-dev-env\" target=\"_blank\">WP Local Dev Environment</a> on GitHub.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 13 Jun 2014 06:04:52 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:41;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"WordPress.tv: Matt Mullenweg: Speaking with the Singapore PHP User Group\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=35568\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://wordpress.tv/2014/06/12/matt-mullenweg-live-in-singapore/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:664:\"<div id=\"v-tQgKy5rf-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/35568/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/35568/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=35568&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/06/12/matt-mullenweg-live-in-singapore/\"><img alt=\"matt-at-singapore-php-user-group\" src=\"http://videos.videopress.com/tQgKy5rf/matt-at-singapore-php-user-group_scruberthumbnail_0.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 13 Jun 2014 01:31:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:42;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"WordPress.tv: Shinichi Nishikawa, Takahiro Nakahata: Guide to Learning WordPress from Scratch\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=25407\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"http://wordpress.tv/2014/06/12/guide-to-learning-wordpress-from-scratch/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:704:\"<div id=\"v-gUmFad9z-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/25407/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/25407/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=25407&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/06/12/guide-to-learning-wordpress-from-scratch/\"><img alt=\"Shinichi Nishikawa, Takahiro Nakahata: Guide to Learning WordPress from Scratch\" src=\"http://videos.videopress.com/gUmFad9z/video-74fac31f07_scruberthumbnail_1.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 13 Jun 2014 01:20:52 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:43;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"WordPress.tv: Eric Mann: {12} Needs Unit Tests\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=35281\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"http://wordpress.tv/2014/06/12/eric-mann-12-needs-unit-tests/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:646:\"<div id=\"v-ZW1RSEFr-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/35281/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/35281/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=35281&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/06/12/eric-mann-12-needs-unit-tests/\"><img alt=\"Eric Mann: {12} Needs Unit Tests\" src=\"http://videos.videopress.com/ZW1RSEFr/video-9956324634_scruberthumbnail_0.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 12 Jun 2014 23:48:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:44;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"WPTavern: New Plugin Adds Subtitles to WordPress Posts, Pages and Custom Post Types\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=24605\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:208:\"http://wptavern.com/new-plugin-adds-subtitles-to-wordpress-posts-pages-and-custom-post-types?utm_source=rss&utm_medium=rss&utm_campaign=new-plugin-adds-subtitles-to-wordpress-posts-pages-and-custom-post-types\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3886:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/06/subtitle-example.png\" rel=\"prettyphoto[24605]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/06/subtitle-example.png?resize=1025%2C458\" alt=\"subtitle-example\" class=\"aligncenter size-full wp-image-24625\" /></a></p>\n<p>In the past, adding subtitles to WordPress posts always required something a little hacky. Sometimes theme authors would hijack post excerpts or use custom fields in order to accomplish it, but these methods made process of adding a subtitle confusing for users.</p>\n<p><a href=\"https://github.com/philiparthurmoore/Subtitles\" target=\"_blank\">Subtitles</a> is a new free plugin created by WordPress developer <a href=\"https://twitter.com/philip_arthur\" target=\"_blank\">Philip Arthur Moore</a>. It lets you easily add subtitles to WordPress content, including posts, pages, and even custom post types.</p>\n<p>Although there are several subtitle plugins already available on WordPress.org, the best feature about this one is that you don’t have to add any template tags to your theme in order to display subtitles. The Subtitles plugin just works – no theme tweaks or coding required.</p>\n<p>Once installed you’ll find a new place in the WordPress editor for adding subtitles:</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/06/subtitles-with-bacon.png\" rel=\"prettyphoto[24605]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/06/subtitles-with-bacon.png?resize=900%2C364\" alt=\"subtitles-with-bacon\" class=\"aligncenter size-full wp-image-24612\" /></a></p>\n<p>After you add a subtitle to a post and save it, you’ll see it added to the frontend. Here’s one example using the Fictive theme. However, it really doesn’t matter what theme you’re using; the plugin will automatically output your subtitles in a matching style.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/06/subtitles-frontend.png\" rel=\"prettyphoto[24605]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/06/subtitles-frontend.png?resize=900%2C401\" alt=\"subtitles-frontend\" class=\"aligncenter size-full wp-image-24614\" /></a></p>\n<h3>Customizing Subtitles</h3>\n<p>Subtitles will show up in singular, post archives, search results, and can be further extended to display in other views, such as widgets. The markup outputted for them is a span with a specific class you can use to customize their display:</p>\n<pre class=\"brush: xml; light: true; title: ; notranslate\"><span class=\"entry-subtitle\">Your snappy subtitle</span></pre>\n<p>This makes it super easy for theme developers to add support for subtitles. If you already have subtitles built into your theme, you can make it leaner by cutting out the hacky methods and adding support for the Subtitles plugin instead.</p>\n<p>You’re also not locked into the markup it generates. The markup can be changed by hooking a custom output function to subtitle_markup. An <a href=\"https://github.com/philiparthurmoore/Subtitles#modifying-subtitles-markup\" target=\"_blank\">example</a> is shown in the plugin’s documentation.</p>\n<p>Subtitles are stored in post meta in your database. If you deactivate the plugin or uninstall it, your database will still keep these entries in case you ever decide to use the plugin again. Moore is considering adding an option to a future release of the plugin that would allow you to clean the subtitles post meta from your database.</p>\n<p>Subtitles is currently the most well-documented, extensible plugin available for adding subtitles to your WordPress site. It’s available for <a href=\"http://wordpress.org/plugins/subtitles/\" target=\"_blank\">download</a> on WordPress.org and you can also find it on <a href=\"https://github.com/philiparthurmoore/Subtitles\" target=\"_blank\">GiHub</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 12 Jun 2014 21:14:24 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:45;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"Ping-O-Matic: Tips on Growth From a Book Blogger\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://blog.pingomatic.com/?p=107\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"http://blog.pingomatic.com/2014/06/12/book-blogger-tips/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4569:\"<p><a href=\"http://101books.net/\"><img class=\"aligncenter size-large wp-image-108\" alt=\"\" src=\"http://pingomatic.files.wordpress.com/2014/03/screen-shot-2014-03-06-at-12-13-28-pm.png?w=600&h=107\" /></a><br />\nOver on <a href=\"https://dailypost.wordpress.com/\" target=\"_blank\"><em>The Daily Post</em></a>, we’ve published interviews with writers on growth and readership. Robert Bruce, the blogger behind the popular book site, <a href=\"http://101books.net/\" target=\"_blank\"><em>101 Books</em></a>, shared bits of advice on building a loyal readership and successful niche blog. Here are snippets from his Q&A:</p>\n<h3>You’ve got over 26,000 followers and counting. What’s your secret?</h3>\n<p>There’s really no secret. It’s just steady, consistent posting over a long period of time. <em>101 Books</em> is more than three years old now, and I’ve had more than 700 posts. When you post that often, people are bound to find you. Then, the key is to just write content that relates to them. Most people don’t care about what you had for breakfast, but if you can help them learn something new, then they’ll keep coming back.</p>\n<h3>What types of posts perform better?</h3>\n<p>The funny thing about my blog is that, even though it’s centered on <a href=\"http://101books.net/faq/\" target=\"_blank\">the “101 Books” project</a>, these book reviews don’t perform as well as the quirkier stuff. One of the most popular posts I’ve had was a post about <a href=\"http://101books.net/2013/04/26/my-2-year-old-judges-books-by-their-covers/\" target=\"_blank\">my two-year-old son judging books by their covers</a>. I put a couple of classic book covers in front of him and asked him what he thought they were about. His answers were hilarious. That post took about 15 minutes to put together, but because it was unique and fresh, it became a hit.</p>\n<p>Obviously, list-style posts do well, and I probably tend to overuse them because of that. (I’m not BuzzFeed.) Also, for whatever reason, people gravitate to more negative-sounding titles, like <a href=\"http://101books.net/?s=horrible+death\" target=\"_blank\">“7 Words That Should Die A Horrible Death.”</a></p>\n<h3>There are many blogs about books on the web. Why do you think yours has been so successful?</h3>\n<blockquote><p>I think people can easily get behind the idea of someone pursuing a crazy goal and the ups and downs that come with that.</p></blockquote>\n<p>There’s a lot of great book blogs out there, and a lot of bloggers who write incredibly detailed book reviews. My blog is a little different because I review books in small chunks; I take a small passage from a book and write about it. Or I write about some cool, unusual fact from the author’s background. So I think it stands out a bit in the book blogging world.</p>\n<p>Plus, I think people can easily get behind the idea of someone pursuing a crazy goal and the ups and downs that come with that. It’s like a literary version of the <em>Julie and Julia</em> book (and movie). Not that I’m near as creative and successful as she was, but you get the point.</p>\n<h3>Do you have tips for someone who wants to focus their blog on books?</h3>\n<blockquote><p>Sometimes you’ve just got to push the publish button because an almost-perfect blog post is better than no post at all.</p></blockquote>\n<p>Be honest. Don’t feel like you have to like a book or dislike a book because of what the critics say. On my blog, I’m very vocal of my dislike for <em>Mrs. Dalloway</em>, but it’s my honest opinion.</p>\n<p>If you want to write a book blog with an academic voice, that’s great. But you’ll probably realize that not many people will read it. I try to write about literature in an approachable way, and that style involves <em>forgetting</em> what my English literature professor taught me.</p>\n<p>I think it’s also important to <a href=\"http://101books.net/2013/04/19/3-tips-for-a-better-blog/\" target=\"_blank\">forget about being perfect</a>. Sometimes you’ve just got to push the publish button because an almost-perfect blog post is better than no post at all. Don’t pass over the great in search of the perfect.</p><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/pingomatic.wordpress.com/107/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/pingomatic.wordpress.com/107/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=blog.pingomatic.com&blog=68432&post=107&subd=pingomatic&ref=&feed=1\" width=\"1\" height=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 12 Jun 2014 16:00:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"Cheri Lucas Rowlands\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:46;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:106:\"WPTavern: Clef Partners With Softaculous To Provide 2-Step Authentication For Automated WordPress Installs\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=24533\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:256:\"http://wptavern.com/clef-partners-with-softaculous-to-provide-2-step-authentication-for-automated-wordpress-installs?utm_source=rss&utm_medium=rss&utm_campaign=clef-partners-with-softaculous-to-provide-2-step-authentication-for-automated-wordpress-installs\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3697:\"<p><a title=\"https://getclef.com/\" href=\"https://getclef.com/\">Clef</a>, the two-step authentication service that replaces usernames and passwords <a title=\"http://blog.getclef.com/two-steps-foward/\" href=\"http://blog.getclef.com/two-steps-foward/\">has announced</a> a strategic partnership with <a title=\"http://www.softaculous.com/\" href=\"http://www.softaculous.com/\">Softaculous</a>. Softaculous is similar to Fantastico in that it contains several scripts that can be auto installed on a webhosting account. The partnership enables automated WordPress installs from Softaculous to have Clef support out of the box.</p>\n<div id=\"attachment_24588\" class=\"wp-caption aligncenter\"><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/06/Clef+Softaculous.png?resize=1025%2C361\" rel=\"prettyphoto[24533]\"><img class=\"size-full wp-image-24588\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/06/Clef+Softaculous.png?resize=1025%2C361\" alt=\"Clef + Softaculous = Safer Auto Installs Of WordPress\" /></a><p class=\"wp-caption-text\">Clef + Softaculous = Safer Auto Installs Of WordPress</p></div>\n<p>In one simple step, webhosts will be able to configure their auto install of WordPress to support Clef by navigating to <strong>Softaculous Admin panel -> Software -> Advanced Settings</strong> and checking the box to enable Clef. Administrators can find more information on <a title=\"http://www.softaculous.com/docs/Advanced_Software_Settings\" href=\"http://www.softaculous.com/docs/Advanced_Software_Settings\">configuring the script here</a>. There’s also a <a title=\"http://demo.softaculous.com/index.php?act=adv_software\" href=\"http://demo.softaculous.com/index.php?act=adv_software\">live demo</a> to see how it works.</p>\n<p>Clef has also announced the beginning of a new program called <strong>SHIP</strong> or Safer Host Incentive Program. Clef will be made available for free for a host to use on its own domain if they make two-factor authentication an option for their customers. The service will remain free for sites with less than 100 people logging in.</p>\n<p>I asked Brennen Byrne, CEO and Co-founder of Clef, why is this partnership a big deal? He replied,</p>\n<blockquote><p>The future of WordPress security is about protecting every site, not just the big ones — including Clef in Softaculous WordPress installs will help establish a stronger baseline of security for everyone. Good security is something you should opt out of and hosts should be giving users better access to the security tools they need</p></blockquote>\n<p>Clef has experienced rapid growth since their launch.</p>\n<ul>\n<li>The Clef plugin is being downloaded more times each day than any other two-factor plugin is in a week</li>\n<li>Clef is being used by hedge funds to protect almost $2B in managed wealth</li>\n<li>Clef has doubled in size every six weeks since the beginning of the year</li>\n</ul>\n<p>When asked whether they tried to work with Fantastico as well as Softaculous, Byrne replied, “We’ve been working with Softaculous for a while to make this happen — they really love the product and it’s just been a matter of timing and development resources. We haven’t talked to any of the other installers, but we’ll definitely be looking to work with more of them soon.”</p>\n<p>With this partnership, thousands if not millions of WordPress auto installs will be safer immediately after installation. It also gives Clef an opportunity to vastly improve their reach into the WordPress ecosystem. Do you think this move will help make the web a safer place by improving the baseline of security for automated WordPress installations?</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 12 Jun 2014 15:10:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:47;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"Matt: Extended Interview with Forbes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=43838\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"http://ma.tt/2014/06/extended-interview-with-forbes/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:915:\"<p>J. J. Colao, <a href=\"http://ma.tt/2012/09/future-of-work/\">who covered Automattic for Forbes Magazine in 2012</a> and has a long history and experience with WordPress and Automattic, sat down with me for close to three hours in March and <a href=\"http://www.forbes.com/sites/jjcolao/2014/06/11/an-extended-interview-with-wordpress-creator-matt-mullenweg/\">somehow managed to distill it down to just a few thousand words of interview</a>. (“13,500 words down to 2,800.”) I’m sheepish to link it because there are a lot of “I” statements and some nuance lost in the distillation, but JJ asks great questions and we cover a lot of ground that anyone who follows Automattic or the WordPress ecosystem I think will find interesting. <a href=\"http://www.forbes.com/sites/jjcolao/2014/06/11/an-extended-interview-with-wordpress-creator-matt-mullenweg/\">You can check it out here</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 12 Jun 2014 08:30:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:48;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"WPTavern: PressWork to Relaunch Under New Ownership\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=24538\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:146:\"http://wptavern.com/presswork-to-relaunch-under-new-ownership?utm_source=rss&utm_medium=rss&utm_campaign=presswork-to-relaunch-under-new-ownership\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3943:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/06/presswork.png\" rel=\"prettyphoto[24538]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/06/presswork.png?resize=976%2C352\" alt=\"presswork\" class=\"aligncenter size-full wp-image-24566\" /></a></p>\n<p>PressWork made a big splash in the WordPress theme world when it launched its free HTML5/CSS3 framework in the summer of 2011. The theme boasted a unique drag and drop front-end editor which allowed users to customize their sites without having to touch any code.</p>\n<p><a href=\"https://twitter.com/digibomb\" target=\"_blank\">Brendan Sera-Shriar</a> and <a href=\"https://twitter.com/bavotasan\" target=\"_blank\">Chris Bavota</a> put a great deal of effort into the framework only to <a href=\"http://wpcandy.com/reports/presswork-folds/#.U5kcAZSwKwI\" target=\"_blank\">close the doors</a> one year later after the two admitted that they could not successfully monetize it and no longer had time to devote to the project. The popularity of the framework gradually fizzled out over the years, as it languished on GitHub without updates.</p>\n<p>Today the new PressWork website <a href=\"http://presswork.io/presswork-is-back/\" target=\"_blank\">announced</a> that the project’s founders have given the keys over to WordPress developer Emil Uzelac. As an active member of the <a href=\"http://wptavern.com/a-day-in-the-life-of-a-wordpress-theme-reviewer\" target=\"_blank\">WordPress.org Theme Review Team</a>, Uzelac has a solid understanding of best practices and the passion to revive PressWork.</p>\n<p>I spoke with him to find out the details of the PressWork sale, only to discover that the founders actually gave him the project, branding and all, without no strings attached.</p>\n<p>“A couple of weeks ago I got in touch with c.bavota and asked if they have any future plans with the PressWork and if I could ‘take over,’” Uzelac told the Tavern. “The next day I received an e-mail along with c.bavota’s ‘Yes, you can.’” The PressWork GitHub repo has now been transferred to Uzelac’s account. The original PressWork team seemed eager to offload the project to someone who would give it a good home. “I’m not really sure if the guys had any interest in it anymore,” Uzelac said. <strong>“I simply asked for it.”</strong></p>\n<p>If you’ve ever been given a non-working car, then you have a good foundation for understanding this transaction. PressWork received next to no contributions after the project was abandoned. Essentially, the framework needs a few updates to make it compatible with the latest version of WordPress, but there’s huge potential there if Uzelac can bring the project back up to speed.</p>\n<p>The fatal error of the original PressWork team was that they had no commercial backbone to sustain the framework’s continual development. Uzelac confirmed that he plans to relaunch with commercial products. <strong>“If I learned anything from developing the Responsive Theme, it’s that you have to add commercial products in the order to survive,”</strong> he said.</p>\n<p>Uzelac is in the process of updating the framework. “My main plan is to get the PressWork back in WordPress directory,” he said. “After that, a new modern look will be in order.”</p>\n<p>Before the original PressWork team closed the doors, they <a href=\"https://web.archive.org/web/20130112204202/http://presswork.me/\" target=\"_blank\">reported</a> that tens of thousands of WordPress users had downloaded the theme. The framework now has a chance at a strong future. Instead of disappearing into the black hole of abandoned WordPress projects, <a href=\"http://presswork.io/\" target=\"_blank\">PressWork</a> has been adopted by a developer who is passionate about restoring its usefulness. What do you think Uzelac can do with it?</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 12 Jun 2014 05:48:54 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:49;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"WPTavern: New Data Shows WordPress Support Forum Registrations Surged Between 2009 and 2012\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=24511\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:226:\"http://wptavern.com/new-data-shows-wordpress-support-forum-registrations-surged-between-2009-and-2012?utm_source=rss&utm_medium=rss&utm_campaign=new-data-shows-wordpress-support-forum-registrations-surged-between-2009-and-2012\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3430:\"<p>A few days ago, Siobhan McKeown published a graphic <a title=\"https://twitter.com/SiobhanPMcKeown/status/475424535534379010\" href=\"https://twitter.com/SiobhanPMcKeown/status/475424535534379010\">on Twitter</a> that shows sign ups to the WordPress.org support forums between 2005 and 2014. Notice the huge increase in registrations between 2009 and 2010.</p>\n<div id=\"attachment_24524\" class=\"wp-caption aligncenter\"><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/06/WPorgSupportForumSignups.png\" rel=\"prettyphoto[24511]\"><img class=\"size-full wp-image-24524\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/06/WPorgSupportForumSignups.png?resize=1025%2C702\" alt=\"Signups To The WordPress.org Support Forums\" /></a><p class=\"wp-caption-text\">Signups To The WordPress.org Support Forums</p></div>\n<p>I asked McKeown what could account for the surge and <a title=\"https://twitter.com/SiobhanPMcKeown/status/476137367590690816\" href=\"https://twitter.com/SiobhanPMcKeown/status/476137367590690816\">she believes</a> it’s the release of WordPress 3.0. WordPress 3.0 <a title=\"http://wordpress.org/news/2010/06/thelonious/\" href=\"http://wordpress.org/news/2010/06/thelonious/\">was released</a> on June 17, 2010 and was a blockbuster release. For the first time, WordPress Multisite was part of the same package as WordPress.</p>\n<p>As McKeown explains, a spike in signups could reflect a number of things:</p>\n<blockquote><p>a) that a release has generated a spike in users , and/or b) that something in a new WordPress release is complex enough to require additional help in the support forums.</p>\n<p>There could be other environmental factors that cause new signups – for example, the month that Movable Type changed its license (and WordPress 1.2 came out with the new plugin architecture) signups more than doubled and stayed higher in the subsequent months.</p></blockquote>\n<p>When asked what other plans she has in store for the data, McKeown plans on looking at monthly signups in relation to WordPress releases and will plot graphs that visually display the relation between WordPress releases to forum signups.</p>\n<h3>No Meaningful Results</h3>\n<p>The data is not publicly available due to privacy concerns and was obtained by McKeown through Samuel Wood by request for the <a title=\"https://github.com/wordpress/book\" href=\"https://github.com/wordpress/book\">WordPress history book</a> she is writing.</p>\n<p>According to Wood, when compiling the data, he did not attempt to account for spam accounts. In 2012, a CAPTCHA was added to the user registration area of the support forums but it was only partially successful at combating the problem. “Because of this, I don’t think any meaningful conclusions can be drawn from those numbers. They are interesting and show interesting trends, but not any meaningful results to base any actions off of.” Wood said.</p>\n<h3>What Data Points Would You Like To See?</h3>\n<p>Regardless of whether or not the data is scientifically accurate, I still find the numbers interesting. However, without being able to review the data in months instead of years, it will be hard to come up with any specific correlations. I think it would be neat to see an average of how long a new user is active on the forums and whether that average has increased or decreased over time.</p>\n<p>What ideas or trends can you gleam from the data?</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 12 Jun 2014 03:01:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Fri, 20 Jun 2014 15:33:10 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:14:\"content-length\";s:6:\"160691\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Fri, 20 Jun 2014 15:15:12 GMT\";s:4:\"x-nc\";s:11:\"HIT lax 250\";s:13:\"accept-ranges\";s:5:\"bytes\";}s:5:\"build\";s:14:\"20140203181130\";}','no'),(451,'stats_cache','a:2:{s:32:\"e6f2992f4cd141cd2a04bb9b6cb9de04\";a:1:{i:1403278389;a:1:{i:0;a:4:{s:7:\"post_id\";s:1:\"0\";s:10:\"post_title\";s:9:\"Home page\";s:14:\"post_permalink\";s:26:\"http://www.seanwomack.com/\";s:5:\"views\";s:1:\"1\";}}}s:32:\"6f49466b0d5087975b49d1963ff94dd9\";a:1:{i:1403278390;a:0:{}}}','yes'),(6992,'_transient_timeout_plugin_slugs','1403368040','no'),(6993,'_transient_plugin_slugs','a:29:{i:0;s:17:\"wpclef/wpclef.php\";i:1;s:36:\"contact-form-7/wp-contact-form-7.php\";i:2;s:22:\"footer-putter/main.php\";i:3;s:30:\"formget-contact-form/index.php\";i:4;s:18:\"google/plusone.php\";i:5;s:50:\"google-analytics-for-wordpress/googleanalytics.php\";i:6;s:36:\"google-sitemap-generator/sitemap.php\";i:7;s:24:\"header-footer/plugin.php\";i:8;s:45:\"hs-social-media-buttons/hs-social-buttons.php\";i:9;s:19:\"jetpack/jetpack.php\";i:10;s:37:\"magic-action-box/magic-action-box.php\";i:11;s:25:\"maxbuttons/maxbuttons.php\";i:12;s:23:\"ml-slider/ml-slider.php\";i:13;s:39:\"siteorigin-panels/siteorigin-panels.php\";i:14;s:31:\"page-links-to/page-links-to.php\";i:15;s:21:\"podpress/podpress.php\";i:16;s:39:\"q2w3-fixed-widget/q2w3-fixed-widget.php\";i:17;s:41:\"responsive-add-ons/responsive-add-ons.php\";i:18;s:49:\"responsive-select-menu/responsive-select-menu.php\";i:19;s:57:\"scalable-vector-graphics-svg/scalable-vector-graphics.php\";i:20;s:59:\"simple-custom-content-adder/simple-custom-content-adder.php\";i:21;s:57:\"simple-share-buttons-adder/simple-share-buttons-adder.php\";i:22;s:43:\"simple-social-icons/simple-social-icons.php\";i:23;s:45:\"social-media-feather/social-media-feather.php\";i:24;s:37:\"tinymce-advanced/tinymce-advanced.php\";i:25;s:36:\"widget-contact-form-7/cf7-widget.php\";i:26;s:27:\"woosidebars/woosidebars.php\";i:27;s:24:\"wordpress-seo/wp-seo.php\";i:28;s:32:\"wp-google-fonts/google-fonts.php\";}','no'),(6981,'_transient_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:51:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"http://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 08 May 2014 18:40:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"http://wordpress.org/?v=4.0-alpha-20140619\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:42:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"WordPress 3.9.1 Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"http://wordpress.org/news/2014/05/wordpress-3-9-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://wordpress.org/news/2014/05/wordpress-3-9-1/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 08 May 2014 18:40:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3241\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:385:\"After three weeks and more than 9 million downloads of WordPress 3.9, we’re pleased to announce that WordPress 3.9.1 is now available. This maintenance release fixes 34 bugs in 3.9, including numerous fixes for multisite networks, customizing widgets while previewing themes, and the updated visual editor. We’ve also made some improvements to the new audio/video […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Andrew Nacin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3077:\"<p>After three weeks and more than 9 million downloads of <a title=\"WordPress 3.9 “Smith”\" href=\"http://wordpress.org/news/2014/04/smith/\">WordPress 3.9</a>, we’re pleased to announce that WordPress 3.9.1 is now available.</p>\n<p>This maintenance release fixes 34 bugs in 3.9, including numerous fixes for multisite networks, customizing widgets while previewing themes, and the updated visual editor. We’ve also made some improvements to the new audio/video playlists feature and made some adjustments to improve performance. For a full list of changes, consult the <a href=\"https://core.trac.wordpress.org/query?milestone=3.9.1\">list of tickets</a> and the <a href=\"https://core.trac.wordpress.org/log/branches/3.9?rev=28353&stop_rev=28154\">changelog</a>.</p>\n<p>If you are one of the millions already running WordPress 3.9, we’ve started rolling out automatic background updates for 3.9.1. For sites <a href=\"http://wordpress.org/plugins/background-update-tester/\">that support them</a>, of course.</p>\n<p><a href=\"http://wordpress.org/download/\">Download WordPress 3.9.1</a> or venture over to <strong>Dashboard → Updates</strong> and simply click “Update Now.”</p>\n<p>Thanks to all of these fine individuals for contributing to 3.9.1: <a href=\"http://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"http://profiles.wordpress.org/nacin\">Andrew Nacin</a>, <a href=\"http://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"http://profiles.wordpress.org/rzen\">Brian Richards</a>, <a href=\"http://profiles.wordpress.org/ehg\">Chris Blower</a>, <a href=\"http://profiles.wordpress.org/jupiterwise\">Corey McKrill</a>, <a href=\"http://profiles.wordpress.org/danielbachhuber\">Daniel Bachhuber</a>, <a href=\"http://profiles.wordpress.org/ocean90\">Dominik Schilling</a>, <a href=\"http://profiles.wordpress.org/feedmeastraycat\">feedmeastraycat</a>, <a href=\"http://profiles.wordpress.org/gcorne\">Gregory Cornelius</a>, <a href=\"http://profiles.wordpress.org/helen\">Helen Hou-Sandi</a>, <a href=\"http://profiles.wordpress.org/imath\">imath</a>, <a href=\"http://profiles.wordpress.org/avryl\">Janneke Van Dorpe</a>, <a href=\"http://profiles.wordpress.org/jeremyfelt\">Jeremy Felt</a>, <a href=\"http://profiles.wordpress.org/johnbillion\">John Blackbourn</a>, <a href=\"http://profiles.wordpress.org/obenland\">Konstantin Obenland</a>, <a href=\"http://profiles.wordpress.org/lancewillett\">Lance Willett</a>, <a href=\"http://profiles.wordpress.org/m_i_n\">m_i_n</a>, <a href=\"http://profiles.wordpress.org/clorith\">Marius Jensen</a>, <a href=\"http://profiles.wordpress.org/markjaquith\">Mark Jaquith</a>, <a href=\"http://profiles.wordpress.org/dimadin\">Milan Dinić</a>, <a href=\"http://profiles.wordpress.org/celloexpressions\">Nick Halsey</a>, <a href=\"http://profiles.wordpress.org/pavelevap\">pavelevap</a>, <a href=\"http://profiles.wordpress.org/wonderboymusic\">Scott Taylor</a>, <a href=\"http://profiles.wordpress.org/SergeyBiryukov\">Sergey Biryukov</a>, and <a href=\"http://profiles.wordpress.org/westonruter\">Weston Ruter</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://wordpress.org/news/2014/05/wordpress-3-9-1/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:42:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"WordPress 3.9 “Smith”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://wordpress.org/news/2014/04/smith/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"http://wordpress.org/news/2014/04/smith/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 16 Apr 2014 18:33:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3154\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:411:\"Version 3.9 of WordPress, named “Smith” in honor of jazz organist Jimmy Smith, is available for download or update in your WordPress dashboard. This release features a number of refinements that we hope you’ll love. A smoother media editing experience Improved visual editing The updated visual editor has improved speed, accessibility, and mobile support. You can paste into the […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:23297:\"<p>Version 3.9 of WordPress, named “Smith” in honor of jazz organist <a href=\"http://en.wikipedia.org/wiki/Jimmy_Smith_(musician)\">Jimmy Smith</a>, is available <a href=\"http://wordpress.org/download/\">for download</a> or update in your WordPress dashboard. This release features a number of refinements that we hope you’ll love.</p>\n<embed src=\"//v0.wordpress.com/player.swf?v=1.03\" type=\"application/x-shockwave-flash\" width=\"640\" height=\"360\" wmode=\"direct\" seamlesstabbing=\"true\" allowfullscreen=\"true\" allowscriptaccess=\"always\" overstretch=\"true\" flashvars=\"guid=sAiXhCfV&isDynamicSeeking=true\" title=\"\"></embed>\n<h2 class=\"about-headline-callout\" style=\"text-align: center\">A smoother media editing experience</h2>\n<div>\n<p><img class=\"alignright wp-image-3168\" src=\"//wordpress.org/news/files/2014/04/editor1-300x233.jpg\" alt=\"editor\" width=\"228\" height=\"177\" /></p>\n<h3>Improved visual editing</h3>\n<p>The updated visual editor has improved speed, accessibility, and mobile support. You can paste into the visual editor from your word processor without wasting time to clean up messy styling. (Yeah, we’re talking about you, Microsoft Word.)</p>\n</div>\n<div style=\"clear: both\"></div>\n<div>\n<p><img class=\"alignright wp-image-3170\" src=\"//wordpress.org/news/files/2014/04/image1-300x233.jpg\" alt=\"image\" width=\"228\" height=\"178\" /></p>\n<h3>Edit images easily</h3>\n<p>With quicker access to crop and rotation tools, it’s now much easier to edit your images while editing posts. You can also scale images directly in the editor to find just the right fit.</p>\n</div>\n<div style=\"clear: both\"></div>\n<div>\n<p><img class=\"alignright wp-image-3187\" src=\"//wordpress.org/news/files/2014/04/dragdrop1-300x233.jpg\" alt=\"dragdrop\" width=\"228\" height=\"178\" /></p>\n<h3>Drag and drop your images</h3>\n<p>Uploading your images is easier than ever. Just grab them from your desktop and drop them in the editor.</p>\n</div>\n<div style=\"clear: both\"></div>\n<hr />\n<h2 style=\"text-align: center\">Gallery previews</h2>\n<p><img class=\"aligncenter size-full wp-image-3169\" src=\"//wordpress.org/news/files/2014/04/gallery1.jpg\" alt=\"gallery\" width=\"980\" height=\"550\" /></p>\n<p>Galleries display a beautiful grid of images right in the editor, just like they do in your published post.</p>\n<hr />\n<h2 style=\"text-align: center\">Do more with audio and video</h2>\n\n<a href=\'http://wordpress.org/news/files/2014/04/AintMisbehavin.mp3\'>Ain\'t Misbehavin\'</a>\n<a href=\'http://wordpress.org/news/files/2014/04/DavenportBlues.mp3\'>Davenport Blues</a>\n<a href=\'http://wordpress.org/news/files/2014/04/JellyRollMorton-BuddyBoldensBlues.mp3\'>Buddy Bolden\'s Blues</a>\n<a href=\'http://wordpress.org/news/files/2014/04/Johnny_Hodges_Orchestra-Squaty_Roo-1941.mp3\'>Squaty Roo</a>\n<a href=\'http://wordpress.org/news/files/2014/04/Louisiana_Five-Dixie_Blues-1919.mp3\'>Dixie Blues</a>\n<a href=\'http://wordpress.org/news/files/2014/04/WolverineBlues.mp3\'>Wolverine Blues</a>\n\n<p>Images have galleries; now we’ve added simple audio and video playlists, so you can showcase your music and clips.</p>\n<hr />\n<h2 style=\"text-align: center\">Live widget and header previews</h2>\n<div style=\"width: 692px; max-width: 100%;\" class=\"wp-video\"><!--[if lt IE 9]><script>document.createElement(\'video\');</script><![endif]-->\n<video class=\"wp-video-shortcode\" id=\"video-3154-1\" width=\"692\" height=\"448\" preload=\"metadata\" controls=\"controls\"><source type=\"video/mp4\" src=\"//wordpress.org/news/files/2014/04/widgets.mp4?_=1\" /><a href=\"//wordpress.org/news/files/2014/04/widgets.mp4\">//wordpress.org/news/files/2014/04/widgets.mp4</a></video></div>\n<p>Add, edit, and rearrange your site’s widgets right in the theme customizer. No “save and surprise” — preview your changes live and only save them when you’re ready.</p>\n<p>The improved header image tool also lets you upload, crop, and manage headers while customizing your theme.</p>\n<hr />\n<h2 style=\"text-align: center\">Stunning new theme browser</h2>\n<p><img class=\"aligncenter size-full wp-image-3172\" src=\"//wordpress.org/news/files/2014/04/theme1.jpg\" alt=\"theme\" width=\"1003\" height=\"558\" /><br />\nLooking for a new theme should be easy and fun. Lose yourself in the boundless supply of free WordPress.org themes with the beautiful new theme browser.</p>\n<hr />\n<h2 style=\"text-align: center\">The Crew</h2>\n<p>This release was led by <a href=\"http://nacin.com/\">Andrew Nacin</a> and <a href=\"http://www.getsource.net/\">Mike Schroder</a>, with the help of these fine individuals. There are 267 contributors with props in this release, a new high:</p>\n<p><a href=\"http://profiles.wordpress.org/aaroncampbell\">Aaron D. Campbell</a>, <a href=\"http://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"http://profiles.wordpress.org/kawauso\">Adam Harley</a>, <a href=\"http://profiles.wordpress.org/adamsilverstein\">Adam Silverstein</a>, <a href=\"http://profiles.wordpress.org/adelval\">adelval</a>, <a href=\"http://profiles.wordpress.org/ajay\">Ajay</a>, <a href=\"http://profiles.wordpress.org/akeda\">Akeda Bagus</a>, <a href=\"http://profiles.wordpress.org/xknown\">Alex Concha</a>, <a href=\"http://profiles.wordpress.org/tellyworth\">Alex Shiels</a>, <a href=\"http://profiles.wordpress.org/aliso\">Alison Barrett</a>, <a href=\"http://profiles.wordpress.org/collinsinternet\">Allan Collins</a>, <a href=\"http://profiles.wordpress.org/sabreuse\">Amy Hendrix (sabreuse)</a>, <a href=\"http://profiles.wordpress.org/afercia\">Andrea Fercia</a>, <a href=\"http://profiles.wordpress.org/nacin\">Andrew Nacin</a>, <a href=\"http://profiles.wordpress.org/norcross\">Andrew Norcross</a>, <a href=\"http://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"http://profiles.wordpress.org/rarst\">Andrey \"Rarst\" Savchenko</a>, <a href=\"http://profiles.wordpress.org/andykeith\">Andy Keith</a>, <a href=\"http://profiles.wordpress.org/andy\">Andy Skelton</a>, <a href=\"http://profiles.wordpress.org/atimmer\">Anton Timmermans</a>, <a href=\"http://profiles.wordpress.org/aubreypwd\">Aubrey Portwood</a>, <a href=\"http://profiles.wordpress.org/barry\">Barry</a>, <a href=\"http://profiles.wordpress.org/toszcze\">Bartosz Romanowski</a>, <a href=\"http://profiles.wordpress.org/bassgang\">bassgang</a>, <a href=\"http://profiles.wordpress.org/bcworkz\">bcworkz</a>, <a href=\"http://profiles.wordpress.org/empireoflight\">Ben Dunkle</a>, <a href=\"http://profiles.wordpress.org/neoxx\">Bernhard Riedl</a>, <a href=\"http://profiles.wordpress.org/bigdawggi\">bigdawggi</a>, <a href=\"http://profiles.wordpress.org/bobbravo2\">Bob Gregor</a>, <a href=\"http://profiles.wordpress.org/bobbingwide\">bobbingwide</a>, <a href=\"http://profiles.wordpress.org/bradt\">Brad Touesnard</a>, <a href=\"http://profiles.wordpress.org/bradparbs\">bradparbs</a>, <a href=\"http://profiles.wordpress.org/bramd\">bramd</a>, <a href=\"http://profiles.wordpress.org/kraftbj\">Brandon Kraft</a>, <a href=\"http://profiles.wordpress.org/brasofilo\">brasofilo</a>, <a href=\"http://profiles.wordpress.org/bravokeyl\">bravokeyl</a>, <a href=\"http://profiles.wordpress.org/bpetty\">Bryan Petty</a>, <a href=\"http://profiles.wordpress.org/cgaffga\">cgaffga</a>, <a href=\"http://profiles.wordpress.org/chiragswadia\">Chirag Swadia</a>, <a href=\"http://profiles.wordpress.org/chouby\">Chouby</a>, <a href=\"http://profiles.wordpress.org/ehg\">Chris Blower</a>, <a href=\"http://profiles.wordpress.org/cmmarslender\">Chris Marslender</a>, <a href=\"http://profiles.wordpress.org/c3mdigital\">Chris Olbekson</a>, <a href=\"http://profiles.wordpress.org/chrisscott\">Chris Scott</a>, <a href=\"http://profiles.wordpress.org/chriseverson\">chriseverson</a>, <a href=\"http://profiles.wordpress.org/chrisguitarguy\">chrisguitarguy</a>, <a href=\"http://profiles.wordpress.org/cfinke\">Christopher Finke</a>, <a href=\"http://profiles.wordpress.org/ciantic\">ciantic</a>, <a href=\"http://profiles.wordpress.org/antorome\">Comparativa de Bancos</a>, <a href=\"http://profiles.wordpress.org/cojennin\">Connor Jennings</a>, <a href=\"http://profiles.wordpress.org/corvannoorloos\">Cor van Noorloos</a>, <a href=\"http://profiles.wordpress.org/corphi\">Corphi</a>, <a href=\"http://profiles.wordpress.org/cramdesign\">cramdesign</a>, <a href=\"http://profiles.wordpress.org/danielbachhuber\">Daniel Bachhuber</a>, <a href=\"http://profiles.wordpress.org/redsweater\">Daniel Jalkut (Red Sweater)</a>, <a href=\"http://profiles.wordpress.org/dannydehaan\">Danny de Haan</a>, <a href=\"http://profiles.wordpress.org/koop\">Daryl Koopersmith</a>, <a href=\"http://profiles.wordpress.org/eightface\">Dave Kellam (eightface)</a>, <a href=\"http://profiles.wordpress.org/dpe415\">DaveE</a>, <a href=\"http://profiles.wordpress.org/davidakennedy\">David A. Kennedy</a>, <a href=\"http://profiles.wordpress.org/davidanderson\">David Anderson</a>, <a href=\"http://profiles.wordpress.org/davidmarichal\">David Marichal</a>, <a href=\"http://profiles.wordpress.org/denis-de-bernardy\">Denis de Bernardy</a>, <a href=\"http://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"http://profiles.wordpress.org/ocean90\">Dominik Schilling</a>, <a href=\"http://profiles.wordpress.org/dougwollison\">Doug Wollison</a>, <a href=\"http://profiles.wordpress.org/drewapicture\">Drew Jaynes</a>, <a href=\"http://profiles.wordpress.org/drprotocols\">DrProtocols</a>, <a href=\"http://profiles.wordpress.org/dustyf\">Dustin Filippini</a>, <a href=\"http://profiles.wordpress.org/eatingrules\">eatingrules</a>, <a href=\"http://profiles.wordpress.org/plocha\">edik</a>, <a href=\"http://profiles.wordpress.org/eliorivero\">Elio Rivero</a>, <a href=\"http://profiles.wordpress.org/enej\">enej</a>, <a href=\"http://profiles.wordpress.org/ericlewis\">Eric Andrew Lewis</a>, <a href=\"http://profiles.wordpress.org/ericmann\">Eric Mann</a>, <a href=\"http://profiles.wordpress.org/evarlese\">Erica Varlese</a>, <a href=\"http://profiles.wordpress.org/ethitter\">Erick Hitter</a>, <a href=\"http://profiles.wordpress.org/ejdanderson\">Evan Anderson</a>, <a href=\"http://profiles.wordpress.org/fahmiadib\">Fahmi Adib</a>, <a href=\"http://profiles.wordpress.org/fboender\">fboender</a>, <a href=\"http://profiles.wordpress.org/frank-klein\">Frank Klein</a>, <a href=\"http://profiles.wordpress.org/garyc40\">Gary Cao</a>, <a href=\"http://profiles.wordpress.org/garyj\">Gary Jones</a>, <a href=\"http://profiles.wordpress.org/pento\">Gary Pendergast</a>, <a href=\"http://profiles.wordpress.org/genkisan\">genkisan</a>, <a href=\"http://profiles.wordpress.org/soulseekah\">Gennady Kovshenin</a>, <a href=\"http://profiles.wordpress.org/georgestephanis\">George Stephanis</a>, <a href=\"http://profiles.wordpress.org/grahamarmfield\">Graham Armfield</a>, <a href=\"http://profiles.wordpress.org/vancoder\">Grant Mangham</a>, <a href=\"http://profiles.wordpress.org/gcorne\">Gregory Cornelius</a>, <a href=\"http://profiles.wordpress.org/tivnet\">Gregory Karpinsky (@tivnet)</a>, <a href=\"http://profiles.wordpress.org/hakre\">hakre</a>, <a href=\"http://profiles.wordpress.org/hanni\">hanni</a>, <a href=\"http://profiles.wordpress.org/helen\">Helen Hou-Sandí</a>, <a href=\"http://profiles.wordpress.org/ippetkov\">ippetkov</a>, <a href=\"http://profiles.wordpress.org/ipstenu\">Ipstenu (Mika Epstein)</a>, <a href=\"http://profiles.wordpress.org/jdgrimes\">J.D. Grimes</a>, <a href=\"http://profiles.wordpress.org/jackreichert\">Jack Reichert</a>, <a href=\"http://profiles.wordpress.org/_jameslee\">jameslee</a>, <a href=\"http://profiles.wordpress.org/avryl\">Janneke Van Dorpe</a>, <a href=\"http://profiles.wordpress.org/janrenn\">janrenn</a>, <a href=\"http://profiles.wordpress.org/jaycc\">JayCC</a>, <a href=\"http://profiles.wordpress.org/jeffsebring\">Jeff Sebring</a>, <a href=\"http://profiles.wordpress.org/jenmylo\">Jen Mylo</a>, <a href=\"http://profiles.wordpress.org/jeremyfelt\">Jeremy Felt</a>, <a href=\"http://profiles.wordpress.org/jesin\">Jesin A</a>, <a href=\"http://profiles.wordpress.org/jayjdk\">Jesper Johansen (jayjdk)</a>, <a href=\"http://profiles.wordpress.org/jnielsendotnet\">jnielsendotnet</a>, <a href=\"http://profiles.wordpress.org/jartes\">Joan Artes</a>, <a href=\"http://profiles.wordpress.org/joedolson\">Joe Dolson</a>, <a href=\"http://profiles.wordpress.org/joehoyle\">Joe Hoyle</a>, <a href=\"http://profiles.wordpress.org/johnbillion\">John Blackbourn</a>, <a href=\"http://profiles.wordpress.org/johnjamesjacoby\">John James Jacoby</a>, <a href=\"http://profiles.wordpress.org/johnpbloch\">John P. Bloch</a>, <a href=\"http://profiles.wordpress.org/johnregan3\">John Regan</a>, <a href=\"http://profiles.wordpress.org/duck_\">Jon Cave</a>, <a href=\"http://profiles.wordpress.org/jond3r\">Jonas Bolinder (jond3r)</a>, <a href=\"http://profiles.wordpress.org/joostdevalk\">Joost de Valk</a>, <a href=\"http://profiles.wordpress.org/shelob9\">Josh Pollock</a>, <a href=\"http://profiles.wordpress.org/joshuaabenazer\">Joshua Abenazer</a>, <a href=\"http://profiles.wordpress.org/jstraitiff\">jstraitiff</a>, <a href=\"http://profiles.wordpress.org/juliobox\">Julio Potier</a>, <a href=\"http://profiles.wordpress.org/kopepasah\">Justin Kopepasah</a>, <a href=\"http://profiles.wordpress.org/justinsainton\">Justin Sainton</a>, <a href=\"http://profiles.wordpress.org/kadamwhite\">K.Adam White</a>, <a href=\"http://profiles.wordpress.org/trepmal\">Kailey (trepmal)</a>, <a href=\"http://profiles.wordpress.org/kasparsd\">Kaspars</a>, <a href=\"http://profiles.wordpress.org/ryelle\">Kelly Dwan</a>, <a href=\"http://profiles.wordpress.org/kerikae\">kerikae</a>, <a href=\"http://profiles.wordpress.org/kworthington\">Kevin Worthington</a>, <a href=\"http://profiles.wordpress.org/kpdesign\">Kim Parsell</a>, <a href=\"http://profiles.wordpress.org/kwight\">Kirk Wight</a>, <a href=\"http://profiles.wordpress.org/kitchin\">kitchin</a>, <a href=\"http://profiles.wordpress.org/klihelp\">klihelp</a>, <a href=\"http://profiles.wordpress.org/knutsp\">Knut Sparhell</a>, <a href=\"http://profiles.wordpress.org/kovshenin\">Konstantin Kovshenin</a>, <a href=\"http://profiles.wordpress.org/obenland\">Konstantin Obenland</a>, <a href=\"http://profiles.wordpress.org/drozdz\">Krzysiek Drozdz</a>, <a href=\"http://profiles.wordpress.org/lancewillett\">Lance Willett</a>, <a href=\"http://profiles.wordpress.org/leewillis77\">Lee Willis</a>, <a href=\"http://profiles.wordpress.org/lpointet\">lpointet</a>, <a href=\"http://profiles.wordpress.org/ldebrouwer\">Luc De Brouwer</a>, <a href=\"http://profiles.wordpress.org/spmlucas\">Lucas Karpiuk</a>, <a href=\"http://profiles.wordpress.org/lkwdwrd\">Luke Woodward</a>, <a href=\"http://profiles.wordpress.org/mark8barnes\">Mark Barnes</a>, <a href=\"http://profiles.wordpress.org/markjaquith\">Mark Jaquith</a>, <a href=\"http://profiles.wordpress.org/markoheijnen\">Marko Heijnen</a>, <a href=\"http://profiles.wordpress.org/marventus\">Marventus</a>, <a href=\"http://profiles.wordpress.org/iammattthomas\">Matt (Thomas) Miklic</a>, <a href=\"http://profiles.wordpress.org/mjbanks\">Matt Banks</a>, <a href=\"http://profiles.wordpress.org/matt\">Matt Mullenweg</a>, <a href=\"http://profiles.wordpress.org/mboynes\">Matthew Boynes</a>, <a href=\"http://profiles.wordpress.org/mdbitz\">Matthew Denton</a>, <a href=\"http://profiles.wordpress.org/mattheu\">Matthew Haines-Young</a>, <a href=\"http://profiles.wordpress.org/mattonomics\">mattonomics</a>, <a href=\"http://profiles.wordpress.org/mattyrob\">mattyrob</a>, <a href=\"http://profiles.wordpress.org/matveb\">Matías Ventura</a>, <a href=\"http://profiles.wordpress.org/maxcutler\">Max Cutler</a>, <a href=\"http://profiles.wordpress.org/mcadwell\">mcadwell</a>, <a href=\"http://profiles.wordpress.org/melchoyce\">Mel Choyce</a>, <a href=\"http://profiles.wordpress.org/meloniq\">meloniq</a>, <a href=\"http://profiles.wordpress.org/michael-arestad\">Michael Arestad</a>, <a href=\"http://profiles.wordpress.org/michelwppi\">Michel - xiligroup dev</a>, <a href=\"http://profiles.wordpress.org/mcsf\">Miguel Fonseca</a>, <a href=\"http://profiles.wordpress.org/gradyetc\">Mike Burns</a>, <a href=\"http://profiles.wordpress.org/mikehansenme\">Mike Hansen</a>, <a href=\"http://profiles.wordpress.org/mikemanger\">Mike Manger</a>, <a href=\"http://profiles.wordpress.org/mikeschinkel\">Mike Schinkel</a>, <a href=\"http://profiles.wordpress.org/dh-shredder\">Mike Schroder</a>, <a href=\"http://profiles.wordpress.org/mikecorkum\">mikecorkum</a>, <a href=\"http://profiles.wordpress.org/mitchoyoshitaka\">mitcho (Michael Yoshitaka Erlewine)</a>, <a href=\"http://profiles.wordpress.org/batmoo\">Mohammad Jangda</a>, <a href=\"http://profiles.wordpress.org/morganestes\">Morgan Estes</a>, <a href=\"http://profiles.wordpress.org/mor10\">Morten Rand-Hendriksen</a>, <a href=\"http://profiles.wordpress.org/Nao\">Naoko Takano</a>, <a href=\"http://profiles.wordpress.org/alex-ye\">Nashwan Doaqan</a>, <a href=\"http://profiles.wordpress.org/nendeb55\">nendeb55</a>, <a href=\"http://profiles.wordpress.org/celloexpressions\">Nick Halsey</a>, <a href=\"http://profiles.wordpress.org/nicolealleyinteractivecom\">Nicole Arnold</a>, <a href=\"http://profiles.wordpress.org/nikv\">Nikhil Vimal (NikV)</a>, <a href=\"http://profiles.wordpress.org/nivijah\">Nivi Jah</a>, <a href=\"http://profiles.wordpress.org/nofearinc\">nofearinc</a>, <a href=\"http://profiles.wordpress.org/nunomorgadinho\">Nuno Morgadinho</a>, <a href=\"http://profiles.wordpress.org/olivm\">olivM</a>, <a href=\"http://profiles.wordpress.org/jbkkd\">Omer Korner</a>, <a href=\"http://profiles.wordpress.org/originalexe\">OriginalEXE</a>, <a href=\"http://profiles.wordpress.org/oso96_2000\">oso96_2000</a>, <a href=\"http://profiles.wordpress.org/patricknami\">patricknami</a>, <a href=\"http://profiles.wordpress.org/pbearne\">Paul Bearne</a>, <a href=\"http://profiles.wordpress.org/djpaul\">Paul Gibbs</a>, <a href=\"http://profiles.wordpress.org/paulwilde\">Paul Wilde</a>, <a href=\"http://profiles.wordpress.org/pavelevap\">pavelevap</a>, <a href=\"http://profiles.wordpress.org/westi\">Peter Westwood</a>, <a href=\"http://profiles.wordpress.org/philiparthurmoore\">Philip Arthur Moore</a>, <a href=\"http://profiles.wordpress.org/mordauk\">Pippin Williamson</a>, <a href=\"http://profiles.wordpress.org/nprasath002\">Prasath Nadarajah</a>, <a href=\"http://profiles.wordpress.org/prettyboymp\">prettyboymp</a>, <a href=\"http://profiles.wordpress.org/raamdev\">Raam Dev</a>, <a href=\"http://profiles.wordpress.org/rachelbaker\">rachelbaker</a>, <a href=\"http://profiles.wordpress.org/mauryaratan\">Ram Ratan Maurya</a>, <a href=\"http://profiles.wordpress.org/ramonchiara\">ramonchiara</a>, <a href=\"http://profiles.wordpress.org/ounziw\">Rescuework Support</a>, <a href=\"http://profiles.wordpress.org/rhyswynne\">Rhys Wynne</a>, <a href=\"http://profiles.wordpress.org/ricardocorreia\">Ricardo Correia</a>, <a href=\"http://profiles.wordpress.org/theorboman\">Richard Sweeney</a>, <a href=\"http://profiles.wordpress.org/iamfriendly\">Richard Tape</a>, <a href=\"http://profiles.wordpress.org/richard2222\">richard2222</a>, <a href=\"http://profiles.wordpress.org/rickalee\">Ricky Lee Whittemore</a>, <a href=\"http://profiles.wordpress.org/miqrogroove\">Robert Chapin</a>, <a href=\"http://profiles.wordpress.org/robmiller\">robmiller</a>, <a href=\"http://profiles.wordpress.org/rodrigosprimo\">Rodrigo Primo</a>, <a href=\"http://profiles.wordpress.org/romaimperator\">romaimperator</a>, <a href=\"http://profiles.wordpress.org/roothorick\">roothorick</a>, <a href=\"http://profiles.wordpress.org/ruudjoyo\">ruud@joyo</a>, <a href=\"http://profiles.wordpress.org/ryan\">Ryan Boren</a>, <a href=\"http://profiles.wordpress.org/rmccue\">Ryan McCue</a>, <a href=\"http://profiles.wordpress.org/salcode\">Sal Ferrarello</a>, <a href=\"http://profiles.wordpress.org/otto42\">Samuel Wood (Otto)</a>, <a href=\"http://profiles.wordpress.org/sandyr\">Sandeep</a>, <a href=\"http://profiles.wordpress.org/scottlee\">Scott Lee</a>, <a href=\"http://profiles.wordpress.org/coffee2code\">Scott Reilly</a>, <a href=\"http://profiles.wordpress.org/wonderboymusic\">Scott Taylor</a>, <a href=\"http://profiles.wordpress.org/greglone\">ScreenfeedFr</a>, <a href=\"http://profiles.wordpress.org/scribu\">scribu</a>, <a href=\"http://profiles.wordpress.org/sdasse\">sdasse</a>, <a href=\"http://profiles.wordpress.org/bootsz\">Sean Butze</a>, <a href=\"http://profiles.wordpress.org/seanchayes\">Sean Hayes</a>, <a href=\"http://profiles.wordpress.org/nessworthy\">Sean Nessworthy</a>, <a href=\"http://profiles.wordpress.org/sergeybiryukov\">Sergey Biryukov</a>, <a href=\"http://profiles.wordpress.org/shahpranaf\">shahpranaf</a>, <a href=\"http://profiles.wordpress.org/shaunandrews\">Shaun Andrews</a>, <a href=\"http://profiles.wordpress.org/shinichin\">ShinichiN</a>, <a href=\"http://profiles.wordpress.org/pross\">Simon Prosser</a>, <a href=\"http://profiles.wordpress.org/simonwheatley\">Simon Wheatley</a>, <a href=\"http://profiles.wordpress.org/siobhan\">Siobhan</a>, <a href=\"http://profiles.wordpress.org/siobhyb\">Siobhan Bamber (siobhyb)</a>, <a href=\"http://profiles.wordpress.org/sirzooro\">sirzooro</a>, <a href=\"http://profiles.wordpress.org/solarissmoke\">solarissmoke</a>, <a href=\"http://profiles.wordpress.org/sonjanyc\">sonjanyc</a>, <a href=\"http://profiles.wordpress.org/spencerfinnell\">Spencer Finnell</a>, <a href=\"http://profiles.wordpress.org/piontkowski\">Spencer Piontkowski</a>, <a href=\"http://profiles.wordpress.org/stephcook22\">stephcook22</a>, <a href=\"http://profiles.wordpress.org/netweb\">Stephen Edgar</a>, <a href=\"http://profiles.wordpress.org/stephenharris\">Stephen Harris</a>, <a href=\"http://profiles.wordpress.org/sbruner\">Steve Bruner</a>, <a href=\"http://profiles.wordpress.org/stevenkword\">Steven Word</a>, <a href=\"http://profiles.wordpress.org/miyauchi\">Takayuki Miyauchi</a>, <a href=\"http://profiles.wordpress.org/tanner-m\">Tanner Moushey</a>, <a href=\"http://profiles.wordpress.org/tlovett1\">Taylor Lovett</a>, <a href=\"http://profiles.wordpress.org/tbrams\">tbrams</a>, <a href=\"http://profiles.wordpress.org/tobiasbg\">TobiasBg</a>, <a href=\"http://profiles.wordpress.org/tomauger\">Tom Auger</a>, <a href=\"http://profiles.wordpress.org/willmot\">Tom Willmot</a>, <a href=\"http://profiles.wordpress.org/topher1kenobe\">Topher</a>, <a href=\"http://profiles.wordpress.org/topquarky\">topquarky</a>, <a href=\"http://profiles.wordpress.org/zodiac1978\">Torsten Landsiedel</a>, <a href=\"http://profiles.wordpress.org/toru\">Toru</a>, <a href=\"http://profiles.wordpress.org/wpsmith\">Travis Smith</a>, <a href=\"http://profiles.wordpress.org/umeshsingla\">Umesh Kumar</a>, <a href=\"http://profiles.wordpress.org/undergroundnetwork\">undergroundnetwork</a>, <a href=\"http://profiles.wordpress.org/varunagw\">VarunAgw</a>, <a href=\"http://profiles.wordpress.org/wawco\">wawco</a>, <a href=\"http://profiles.wordpress.org/westonruter\">Weston Ruter</a>, <a href=\"http://profiles.wordpress.org/wokamoto\">wokamoto</a>, <a href=\"http://profiles.wordpress.org/xsonic\">xsonic</a>, <a href=\"http://profiles.wordpress.org/yoavf\">Yoav Farhi</a>, <a href=\"http://profiles.wordpress.org/yurivictor\">Yuri Victor</a>, <a href=\"http://profiles.wordpress.org/zbtirrell\">Zach Tirrell</a>, and <a href=\"http://profiles.wordpress.org/vanillalounge\">Ze Fontainhas</a>. Also thanks to <a href=\"http://michaelpick.wordpress.com/\">Michael Pick</a> for producing the release video.</p>\n<p>If you want to follow along or help out, check out <a href=\"http://make.wordpress.org/\">Make WordPress</a> and our <a href=\"http://make.wordpress.org/core/\">core development blog</a>. Thanks for choosing WordPress. See you soon for version 4.0!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"http://wordpress.org/news/2014/04/smith/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:45:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WordPress 3.9 Release Candidate 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"http://wordpress.org/news/2014/04/wordpress-3-9-release-candidate-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"http://wordpress.org/news/2014/04/wordpress-3-9-release-candidate-2/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 15 Apr 2014 09:47:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3151\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:356:\"The second release candidate for WordPress 3.9 is now available for testing. If you haven’t tested 3.9 yet, you’re running out of time! We made about five dozen changes since the first release candidate, and those changes are all helpfully summarized in our weekly post on the development blog. Probably the biggest fixes are to live […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Andrew Nacin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2273:\"<p>The second release candidate for WordPress 3.9 is now available for testing.</p>\n<p>If you haven’t tested 3.9 yet, you’re running out of time! We made about five dozen changes since the <a title=\"WordPress 3.9 Release Candidate\" href=\"//wordpress.org/news/2014/04/wordpress-3-9-release-candidate/\">first release candidate</a>, and those changes are all helpfully summarized <a href=\"//make.wordpress.org/core/?p=10237\">in our weekly post</a> on the development blog. Probably the biggest fixes are to live widget previews and the new theme browser, along with some extra TinyMCE compatibility and some RTL fixes.</p>\n<p><strong>Plugin authors:</strong> Could you test your plugins against 3.9, and if they’re compatible, make sure they are marked as tested up to 3.9? It only takes a few minutes and this really helps make launch easier. Be sure to follow along the core development blog; we’ve been posting <a href=\"//make.wordpress.org/core/tag/3-9-dev-notes/\">notes for developers for 3.9</a>. (For example: <a href=\"//make.wordpress.org/core/2014/04/15/html5-galleries-captions-in-wordpress-3-9/\">HTML5</a>, <a href=\"//make.wordpress.org/core/2014/04/14/symlinked-plugins-in-wordpress-3-9/\">symlinks</a>, <a href=\"//make.wordpress.org/core/2014/04/07/mysql-in-wordpress-3-9/\">MySQL</a>, <a href=\"//make.wordpress.org/core/2014/04/11/plupload-2-x-in-wordpress-3-9/\">Plupload</a>.)</p>\n<p>To test WordPress 3.9 RC2, try the <a href=\"//wordpress.org/extend/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"//wordpress.org/wordpress-3.9-RC2.zip\">download the release candidate here</a> (zip). If you’d like to learn more about what’s new in WordPress 3.9, visit the nearly complete About screen in your dashboard (<strong><img src=\"//i0.wp.com/core.svn.wordpress.org/branches/3.6/wp-content/themes/twentyten/images/wordpress.png?w=692\" alt=\"\" width=\"16\" height=\"16\" /> → About</strong> in the toolbar) and also check out <a title=\"WordPress 3.9 Beta 1\" href=\"//wordpress.org/news/2014/03/wordpress-3-9-beta-1/\">the Beta 1 post</a>.</p>\n<p><em>This is for testing,</em><br />\n<em>so not recommended for<br />\nproduction sites—yet.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://wordpress.org/news/2014/04/wordpress-3-9-release-candidate-2/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:42:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"WordPress 3.8.3 Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"http://wordpress.org/news/2014/04/wordpress-3-8-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://wordpress.org/news/2014/04/wordpress-3-8-3/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 14 Apr 2014 19:29:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3145\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:338:\"WordPress 3.8.3 is now available to fix a small but unfortunate bug in the WordPress 3.8.2 security release. The “Quick Draft” tool on the dashboard screen was broken in the 3.8.2 update. If you tried to use it, your draft would disappear and it wouldn’t save. While we doubt anyone was writing a novella using […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Andrew Nacin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2339:\"<p>WordPress 3.8.3 is now available to fix a small but unfortunate bug in the <a title=\"WordPress 3.8.2 Security Release\" href=\"http://wordpress.org/news/2014/04/wordpress-3-8-2/\">WordPress 3.8.2 security release</a>.</p>\n<p>The “Quick Draft” tool on the dashboard screen was broken in the 3.8.2 update. If you tried to use it, your draft would disappear and it wouldn’t save. While we doubt anyone was writing a novella using this tool, <em>any</em> loss of content is unacceptable to us.</p>\n<p>We recognize how much trust you place in us to safeguard your content, and we take this responsibility very seriously. We’re sorry we let you down.</p>\n<p>We’ve all lost words we’ve written before, like an email thanks to a cat on the keyboard or a term paper to a blue screen of death. Over the last few WordPress releases, we’ve made a number of improvements to features like autosaves and revisions. With revisions, an old edit can always be restored. We’re trying our hardest to save your content somewhere even if your power goes out or your browser crashes. We even monitor your internet connection and prevent you from hitting that “Publish” button at the exact moment the coffee shop Wi-Fi has a hiccup.</p>\n<p>It’s <em>possible</em> that the quick draft you lost last week is still in the database, and just hidden from view. As an added complication, these “discarded drafts” normally get deleted after seven days, and it’s already been six days since the release. If we were able to rescue your draft, you’ll see it on the “All Posts” screen after you update to 3.8.3. (We’ll also be pushing 3.8.3 out as a background update, so you may just see a draft appear.)</p>\n<p>So, if you tried to jot down a quick idea last week, I hope WordPress has recovered it for you. Maybe it’ll turn into that novella.</p>\n<p><a href=\"http://wordpress.org/download/\">Download WordPress 3.8.3</a> or click “Update Now” on Dashboard → Updates.</p>\n<p><em>This affected version 3.7.2 as well, so we’re pushing a 3.7.3 to these installs, but we’d encourage you to update to the latest and greatest.</em></p>\n<hr />\n<p><em>Now for some good news:<br />\nWordPress 3.9 is near.<br />\nExpect it this week</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://wordpress.org/news/2014/04/wordpress-3-8-3/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:45:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"WordPress 3.9 Release Candidate\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"http://wordpress.org/news/2014/04/wordpress-3-9-release-candidate/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"http://wordpress.org/news/2014/04/wordpress-3-9-release-candidate/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 08 Apr 2014 21:05:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3129\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:338:\"As teased earlier, the first release candidate for WordPress 3.9 is now available for testing! We hope to ship WordPress 3.9 next week, but we need your help to get there. If you haven’t tested 3.9 yet, there’s no time like the present. (Please, not on a production site, unless you’re adventurous.) To test WordPress 3.9 […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Andrew Nacin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2967:\"<p><a href=\"//wordpress.org/news/2014/04/wordpress-3-8-2/\">As teased earlier</a>, the first release candidate for WordPress 3.9 is now available for testing!</p>\n<p>We hope to ship WordPress 3.9 <em>next week</em>, but we need your help to get there. If you haven’t tested 3.9 yet, there’s no time like the present. (Please, not on a production site, unless you’re adventurous.)</p>\n<p>To test WordPress 3.9 RC1, try the <a href=\"//wordpress.org/extend/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"//wordpress.org/wordpress-3.9-RC1.zip\">download the release candidate here</a> (zip). If you’d like to learn more about what’s new in WordPress 3.9, visit the work-in-progress About screen in your dashboard (<strong><img src=\"//i0.wp.com/core.svn.wordpress.org/branches/3.6/wp-content/themes/twentyten/images/wordpress.png?w=692\" alt=\"\" width=\"16\" height=\"16\" /> → About</strong> in the toolbar) and check out <a title=\"WordPress 3.9 Beta 1\" href=\"//wordpress.org/news/2014/03/wordpress-3-9-beta-1/\">the Beta 1 post</a>.</p>\n<p><strong>Think you’ve found a bug? </strong>Please post to the <a href=\"//wordpress.org/support/forum/alphabeta/\">Alpha/Beta area in the support forums</a>. If any known issues come up, you’ll be able to <a href=\"//core.trac.wordpress.org/report/5\">find them here</a>.</p>\n<p><strong>If you’re a plugin author</strong>, there are two important changes in particular to be aware of:</p>\n<ul>\n<li>TinyMCE received a major update, to version 4.0. Any editor plugins written for TinyMCE 3.x might require some updates. (If things broke, we’d like to hear about them so we can make adjustments.) For more, see TinyMCE’s <a href=\"http://www.tinymce.com/wiki.php/Tutorial:Migration_guide_from_3.x\">migration guide</a> and <a href=\"http://www.tinymce.com/wiki.php/api4:index\">API documentation</a>, and the notes on the <a href=\"//make.wordpress.org/core/2014/01/18/tinymce-4-0-is-in-core/\">core development blog</a>.</li>\n<li>WordPress 3.9 now uses the MySQLi Improved extension for sites running PHP 5.5. Any plugins that made direct calls to <code>mysql_*</code> functions will experience some problems on these sites. For more information, see the notes on the <a href=\"//make.wordpress.org/core/2014/04/07/mysql-in-wordpress-3-9/\">core development blog</a>.</li>\n</ul>\n<p>Be sure to follow along the core development blog, where we will be continuing to post <a href=\"//make.wordpress.org/core/tag/3-9-dev-notes/\">notes for developers for 3.9</a>. (For example, read <a href=\"//make.wordpress.org/core/2014/03/27/masonry-in-wordpress-3-9/\">this</a> if you are using Masonry in your theme.) And please, please update your plugin’s <em>Tested up to</em> version in the readme to 3.9 before April 16.</p>\n<p><em>Release candidate<br />\nThis haiku’s the easy one<br />\n3.9 is near</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"http://wordpress.org/news/2014/04/wordpress-3-9-release-candidate/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:45:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"WordPress 3.8.2 Security Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"http://wordpress.org/news/2014/04/wordpress-3-8-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://wordpress.org/news/2014/04/wordpress-3-8-2/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 08 Apr 2014 19:04:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3124\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:355:\"WordPress 3.8.2 is now available. This is an important security release for all previous versions and we strongly encourage you to update your sites immediately. This releases fixes a weakness that could let an attacker force their way into your site by forging authentication cookies. This was discovered and fixed by Jon Cave of the WordPress […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Andrew Nacin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2272:\"<p>WordPress 3.8.2 is now available. This is an important security release for all previous versions and we strongly encourage you to update your sites immediately.</p>\n<p>This releases fixes a weakness that could let an attacker force their way into your site by forging authentication cookies. This was discovered and fixed by <a href=\"http://joncave.co.uk/\">Jon Cave</a> of the WordPress security team.</p>\n<p>It also contains a fix to prevent a user with the Contributor role from improperly publishing posts. Reported by <a href=\"http://edik.ch/\">edik</a>.</p>\n<p>This release also fixes nine bugs and contains three other security hardening changes:</p>\n<ul>\n<li>Pass along additional information when processing pingbacks to help hosts identify potentially abusive requests.</li>\n<li>Fix a low-impact SQL injection by trusted users. Reported by <a href=\"http://www.dxw.com/\">Tom Adams</a> of dxw.</li>\n<li>Prevent possible cross-domain scripting through Plupload, the third-party library WordPress uses for uploading files. Reported by <a href=\"http://szgru.website.pl/\">Szymon Gruszecki</a>.</li>\n</ul>\n<p>We appreciated <a href=\"http://codex.wordpress.org/FAQ_Security\">responsible disclosure</a> of these security issues directly to our security team. For more information on all of the changes, see the <a href=\"http://codex.wordpress.org/Version_3.8.2\">release notes</a> or consult <a href=\"https://core.trac.wordpress.org/log/branches/3.8?rev=28057&stop_rev=27024\">the list of changes</a>.</p>\n<p><a href=\"http://wordpress.org/download/\">Download WordPress 3.8.2</a> or venture over to <strong>Dashboard → Updates</strong> and simply click “Update Now.”</p>\n<p>Sites that support automatic background updates will be updated to WordPress 3.8.2 within 12 hours. If you are still on WordPress 3.7.1, you will be updated to 3.7.2, which contains the same security fixes as 3.8.2. We don’t support older versions, so please update to 3.8.2 for the latest and greatest.</p>\n<p>Already testing WordPress 3.9? The first release candidate is <a href=\"https://wordpress.org/wordpress-3.9-RC1.zip\">now available</a> (zip) and it contains these security fixes. Look for a full announcement later today; we expect to release 3.9 next week.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://wordpress.org/news/2014/04/wordpress-3-8-2/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:45:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 3.9 Beta 3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://wordpress.org/news/2014/03/wordpress-3-9-beta-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://wordpress.org/news/2014/03/wordpress-3-9-beta-3/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 29 Mar 2014 13:15:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3106\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:373:\"The third (and maybe last) beta of WordPress 3.9 is now available for download. Beta 3 includes more than 200 changes, including: New features like live widget previews and the new theme installer are now more ready for prime time, so check ‘em out. UI refinements when editing images and when working with media in the editor. We’ve also brought […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Andrew Nacin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2668:\"<p>The third (and maybe last) beta of WordPress 3.9 is now available for download.</p>\n<p>Beta 3 includes more than 200 <a href=\"https://core.trac.wordpress.org/log?rev=27850&stop_rev=27639&limit=300\">changes</a>, including:</p>\n<ul>\n<li>New features like live widget previews and the new theme installer are now more ready for prime time, so check ‘em out.</li>\n<li>UI refinements when editing images and when working with media in the editor. We’ve also brought back some of the advanced display settings for images.</li>\n<li>If you want to test out audio and video playlists, the links will appear in the media manager once you’ve uploaded an audio or video file.</li>\n<li>For theme developers, we’ve added HTML5 caption support (<a class=\"reopened ticket\" title=\"task (blessed): HTML5 captions (reopened)\" href=\"https://core.trac.wordpress.org/ticket/26642\">#26642</a>) to match the new gallery support (<a class=\"closed ticket\" title=\"enhancement: HTML5 Galleries (closed: fixed)\" href=\"https://core.trac.wordpress.org/ticket/26697\">#26697</a>).</li>\n<li>The formatting function that turns straight quotes into smart quotes (among other things) underwent some changes to drastically speed it up, so let us know if you see anything weird.</li>\n</ul>\n<p><strong>We need your help</strong>. We’re still aiming for an April release, which means the next week will be critical for identifying and squashing bugs. If you’re just joining us, please see <a href=\"https://wordpress.org/news/2014/03/wordpress-3-9-beta-1/\">the Beta 1 announcement post</a> for what to look out for.</p>\n<p><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"http://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums, where friendly moderators are standing by. <b>Plugin developers</b><strong>,</strong> if you haven’t tested WordPress 3.9 yet, now is the time — and be sure to update the “tested up to” version for your plugins so they’re listed as compatible with 3.9.</p>\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 3.9, try the <a href=\"http://wordpress.org/extend/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"http://wordpress.org/wordpress-3.9-beta3.zip\">download the beta here</a> (zip).</p>\n<p><em>WordPress 3.9<br />\nLet’s make the date official<br />\nIt’s April 16</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"http://wordpress.org/news/2014/03/wordpress-3-9-beta-3/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:45:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 3.9 Beta 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://wordpress.org/news/2014/03/wordpress-3-9-beta-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://wordpress.org/news/2014/03/wordpress-3-9-beta-2/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 Mar 2014 05:01:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3101\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:309:\"WordPress 3.9 Beta 2 is now available for testing! We’ve made more than a hundred changes since Beta 1, but we still need your help if we’re going to hit our goal of an April release. For what to look out for, please head on over to the Beta 1 announcement post. Some of the changes in […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Andrew Nacin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1901:\"<p>WordPress 3.9 Beta 2 is now available for testing!</p>\n<p>We’ve made more than a hundred <a href=\"https://core.trac.wordpress.org/log?rev=27639&stop_rev=27500&limit=200\">changes</a> since Beta 1, but we still need your help if we’re going to hit our goal of an April release. For what to look out for, please head on over to <a href=\"https://wordpress.org/news/2014/03/wordpress-3-9-beta-1/\">the Beta 1 announcement post</a>. Some of the changes in Beta 2 include:</p>\n<ul>\n<li>Rendering of embedded audio and video players directly in the visual editor.</li>\n<li>Visual and functional improvements to the editor, the media manager, and theme installer.</li>\n<li>Various bug fixes to TinyMCE, the software behind the visual editor.</li>\n<li>Lots of fixes to widget management in the theme customizer.</li>\n</ul>\n<p>As always,<strong> if you think you’ve found a bug</strong>, you can post to the <a href=\"http://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. Or, if you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\">file one on the WordPress Trac</a>. There, you can also find <a href=\"http://core.trac.wordpress.org/tickets/major\">a list of known bugs</a> and <a href=\"http://core.trac.wordpress.org/query?status=closed&group=component&milestone=3.9\">everything we’ve fixed</a> so far.</p>\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 3.9, try the <a href=\"http://wordpress.org/extend/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"http://wordpress.org/wordpress-3.9-beta2.zip\">download the beta here</a> (zip).</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"http://wordpress.org/news/2014/03/wordpress-3-9-beta-2/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:45:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 3.9 Beta 1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://wordpress.org/news/2014/03/wordpress-3-9-beta-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://wordpress.org/news/2014/03/wordpress-3-9-beta-1/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 11 Mar 2014 13:42:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3083\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:329:\"I’m excited to announce that the first beta of WordPress 3.9 is now available for testing. WordPress 3.9 is due out next month — but in order to hit that goal, we need your help testing all of the goodies we’ve added: We updated TinyMCE, the software powering the visual editor, to the latest version. […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Andrew Nacin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:6065:\"<p>I’m excited to announce that the <strong>first beta of WordPress 3.9</strong> is now available for testing.</p>\n<p>WordPress 3.9 is due out next month — but in order to hit that goal, <strong>we need your help</strong> testing all of the goodies we’ve added:</p>\n<ul>\n<li>We updated TinyMCE, the software powering the visual editor, to the latest version. Be on the lookout for cleaner markup. Also try the new paste handling — if you paste in a block of text from Microsoft Word, for example, it will no longer come out terrible. (The “Paste from Word” button you probably never noticed has been removed.) It’s possible some plugins that added stuff to the visual editor (like a new toolbar button) no longer work, so we’d like to hear about them (<a href=\"https://core.trac.wordpress.org/ticket/24067\">#24067</a>). (And be sure to <a href=\"http://wordpress.org/support/\">open a support thread</a> for the plugin author.)</li>\n<li>We’ve added <strong>widget management to live previews</strong> (the customizer). Please test editing, adding, and rearranging widgets! (<a href=\"https://core.trac.wordpress.org/ticket/27112\">#27112</a>) We’ve also added the ability to upload, crop, and manage header images, without needing to leave the preview. (<a href=\"https://core.trac.wordpress.org/ticket/21785\">#21785</a>)</li>\n<li>We brought 3.8’s beautiful new theme browsing experience to the <strong>theme installer</strong>. Check it out! (<a title=\"View ticket\" href=\"https://core.trac.wordpress.org/ticket/27055\">#27055</a>)</li>\n<li><strong>Galleries</strong> now receive a live preview in the editor. Upload some photos and insert a gallery to see this in action. (<a href=\"https://core.trac.wordpress.org/ticket/26959\">#26959</a>)</li>\n<li>You can now <strong>drag-and-drop</strong> images directly onto the editor to upload them. It can be a bit finicky, so try it and help us work out the kinks. (<a href=\"https://core.trac.wordpress.org/ticket/19845\">#19845</a>)</li>\n<li>Some things got improved around <strong>editing images</strong>. It’s a lot easier to make changes to an image after you insert it into a post (<a class=\"closed\" title=\"View ticket\" href=\"https://core.trac.wordpress.org/ticket/24409\">#24409</a>) and you no longer get kicked to a new window when you need to crop or rotate an image (<a href=\"https://core.trac.wordpress.org/ticket/21811\">#21811</a>).</li>\n<li>New <strong>audio/video playlists</strong>. Upload a few audio or video files to test these. (<a href=\"https://core.trac.wordpress.org/ticket/26631\">#26631</a>)</li>\n</ul>\n<p><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"http://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\">file one on the WordPress Trac</a>. There, you can also find <a href=\"http://core.trac.wordpress.org/tickets/major\">a list of known bugs</a> and <a href=\"http://core.trac.wordpress.org/query?status=closed&group=component&milestone=3.9\">everything we’ve fixed</a> so far.</p>\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 3.9, try the <a href=\"http://wordpress.org/extend/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"http://wordpress.org/wordpress-3.9-beta1.zip\">download the beta here</a> (zip).</p>\n<hr />\n<p><strong>DEVELOPERS!</strong> Hello! There’s lots for you, too.</p>\n<p><strong>Please test your plugins and themes!</strong> There’s a lot of great stuff under the hood in 3.9 and we hope to blog a bit about them in the coming days. If you haven’t been reading the awesome <a href=\"http://make.wordpress.org/core/tag/week-in-core/\">weekly summaries</a> on the <a href=\"http://make.wordpress.org/core/\">main core development blog</a>, that’s a great place to start. (You should definitely follow that blog.) For now, here are some things to watch out for when testing:</p>\n<ul>\n<li>The <strong>load process in multisite</strong> got rewritten. If you notice any issues with your network, see <a href=\"https://core.trac.wordpress.org/ticket/27003\">#27003</a>.</li>\n<li>We now use the <strong>MySQL Improved (mysqli) database extension</strong> if you’re running a recent version of PHP (<a href=\"https://core.trac.wordpress.org/ticket/21663\">#21663</a>). Please test your plugins and see that everything works well, and please make sure you’re not calling <code>mysql_*</code> functions directly.</li>\n<li><strong>Autosave</strong> was refactored, so if you see any issues related to autosaving, heartbeat, etc., let us know (<a href=\"https://core.trac.wordpress.org/ticket/25272\">#25272</a>).</li>\n<li>Library updates, in particular Backbone 1.1 and Underscore 1.6 (<a href=\"https://core.trac.wordpress.org/ticket/26799\">#26799</a>). Also Masonry 3 (<a href=\"https://core.trac.wordpress.org/ticket/25351\">#25351</a>), PHPMailer (<a href=\"https://core.trac.wordpress.org/ticket/25560\">#25560</a>), Plupload (<a href=\"https://core.trac.wordpress.org/ticket/25663\">#25663</a>), and TinyMCE (<a href=\"https://core.trac.wordpress.org/ticket/24067\">#24067</a>).</li>\n<li>TinyMCE 4.0 is a <em>major</em> update. Please see TinyMCE’s <a href=\"http://www.tinymce.com/wiki.php/Tutorial:Migration_guide_from_3.x\">upgrade guide</a> and our <a href=\"https://core.trac.wordpress.org/ticket/24067\">implementation ticket</a> for more. If you have any questions or problems, please <a href=\"http://wordpress.org/support/forum/alphabeta\">open a thread in the support forums</a>.</li>\n</ul>\n<p>Happy testing!</p>\n<p><em><em>Lots of improvements<br />\nLittle things go a long way</em><br />\nPlease test beta one<br />\n</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"http://wordpress.org/news/2014/03/wordpress-3-9-beta-1/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:42:\"\n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"WordPress 3.8.1 Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"http://wordpress.org/news/2014/01/wordpress-3-8-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://wordpress.org/news/2014/01/wordpress-3-8-1/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 23 Jan 2014 20:37:49 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=3063\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:358:\"After six weeks and more than 9.3 million downloads of WordPress 3.8, we’re pleased to announce WordPress 3.8.1 is now available. Version 3.8.1 is a maintenance releases that addresses 31 bugs in 3.8, including various fixes and improvements for the new dashboard design and new themes admin screen. An issue with taxonomy queries in WP_Query […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Andrew Nacin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3809:\"<p>After six weeks and more than <a href=\"http://wordpress.org/download/counter/\">9.3 million downloads</a> of WordPress 3.8, we’re pleased to announce WordPress 3.8.1 is now available.</p>\n<p>Version 3.8.1 is a maintenance releases that addresses 31 bugs in 3.8, including various fixes and improvements for the new dashboard design and new themes admin screen. An issue with taxonomy queries in WP_Query was resolved. And if you’ve been frustrated by submit buttons that won’t do anything when you click on them (or thought you were going crazy, like some of us), we’ve found and fixed this “dead zone” on submit buttons.</p>\n<p>It also contains a fix for <strong>embedding tweets</strong> (by placing the URL to the tweet on its own line), which was broken due to a recent Twitter API change. (For more on Embeds, see <a href=\"http://codex.wordpress.org/Embeds\">the Codex</a>.)</p>\n<p>For a full list of changes, consult the <a href=\"http://core.trac.wordpress.org/query?milestone=3.8.1\">list of tickets</a> and <a href=\"https://core.trac.wordpress.org/log/branches/3.8?rev=27018&stop_rev=26862\">the changelog</a>. There’s also a <a href=\"http://make.wordpress.org/core/2014/01/22/wordpress-3-8-1-release-candidate/\">detailed summary</a> for developers on the development blog.</p>\n<p>If you are one of the millions already running WordPress 3.8, we will start rolling out automatic background updates for WordPress 3.8.1 in the next few hours. For sites <a href=\"http://wordpress.org/plugins/background-update-tester/\">that support them</a>, of course.</p>\n<p><a href=\"http://wordpress.org/download/\">Download WordPress 3.8.1</a> or venture over to <strong>Dashboard → Updates</strong> and simply click “Update Now.”</p>\n<p>Thanks to all of these fine individuals for contributing to 3.8.1:</p>\n<p><a href=\"http://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"http://profiles.wordpress.org/collinsinternet\">Allan Collins</a>, <a href=\"http://profiles.wordpress.org/nacin\">Andrew Nacin</a>, <a href=\"http://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"http://profiles.wordpress.org/aubreypwd\">Aubrey Portwood</a>, <a href=\"http://profiles.wordpress.org/empireoflight\">Ben Dunkle</a>, <a href=\"http://profiles.wordpress.org/cojennin\">Connor Jennings</a>, <a href=\"http://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"http://profiles.wordpress.org/ocean90\">Dominik Schilling</a>, <a href=\"http://profiles.wordpress.org/fboender\">fboender</a>, <a href=\"http://profiles.wordpress.org/avryl\">Janneke Van Dorpe</a>, <a href=\"http://profiles.wordpress.org/janrenn\">janrenn</a>, <a href=\"http://profiles.wordpress.org/joedolson\">Joe Dolson</a>, <a href=\"http://profiles.wordpress.org/johnbillion\">John Blackbourn</a>, <a href=\"#\">José Pino</a>, <a href=\"http://profiles.wordpress.org/kovshenin\">Konstantin Kovshenin</a>, <a href=\"http://profiles.wordpress.org/matveb\">Matias Ventura</a>, <a href=\"http://profiles.wordpress.org/mattheu\">Matthew Haines-Young</a>, <a href=\"http://profiles.wordpress.org/iammattthomas\">Matt Thomas</a>, <a href=\"http://profiles.wordpress.org/melchoyce\">Mel Choyce</a>, <a href=\"http://profiles.wordpress.org/batmoo\">Mohammad Jangda</a>, <a href=\"http://profiles.wordpress.org/morganestes\">Morgan Estes</a>, <a href=\"http://profiles.wordpress.org/nivijah\">nivijah</a>, <a href=\"http://profiles.wordpress.org/wonderboymusic\">Scott Taylor</a>, <a href=\"http://profiles.wordpress.org/sergeybiryukov\">Sergey Biryukov</a>, <a href=\"http://profiles.wordpress.org/undergroundnetwork\">undergroundnetwork</a>, and <a href=\"http://profiles.wordpress.org/yurivictor\">Yuri Victor</a>.</p>\n<p><em>WordPress three eight one<br />\nWe heard you didn’t like bugs<br />\nSo we took them out</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://wordpress.org/news/2014/01/wordpress-3-8-1/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:31:\"http://wordpress.org/news/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"hourly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:8:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Fri, 20 Jun 2014 15:33:10 GMT\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:10:\"x-pingback\";s:36:\"http://wordpress.org/news/xmlrpc.php\";s:13:\"last-modified\";s:29:\"Thu, 08 May 2014 18:40:58 GMT\";s:4:\"x-nc\";s:11:\"HIT lax 250\";}s:5:\"build\";s:14:\"20140203181130\";}','no'),(153,'recently_activated','a:0:{}','yes'),(2724,'wpseo_internallinks','a:10:{s:20:\"breadcrumbs-404crumb\";s:25:\"Error 404: Page not found\";s:23:\"breadcrumbs-blog-remove\";b:0;s:20:\"breadcrumbs-boldlast\";b:0;s:25:\"breadcrumbs-archiveprefix\";s:12:\"Archives for\";s:18:\"breadcrumbs-enable\";b:0;s:16:\"breadcrumbs-home\";s:4:\"Home\";s:18:\"breadcrumbs-prefix\";s:0:\"\";s:24:\"breadcrumbs-searchprefix\";s:16:\"You searched for\";s:15:\"breadcrumbs-sep\";s:7:\"»\";s:23:\"post_types-post-maintax\";i:0;}','yes'),(2725,'wpseo_ms','a:2:{s:6:\"access\";s:5:\"admin\";s:11:\"defaultblog\";s:0:\"\";}','yes'),(2379,'ml-slider_children','a:0:{}','yes'),(934,'widget_metaslider_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(3953,'rewrite_rules','a:72:{s:19:\"sitemap_index\\.xml$\";s:19:\"index.php?sitemap=1\";s:31:\"([^/]+?)-sitemap([0-9]+)?\\.xml$\";s:51:\"index.php?sitemap=$matches[1]&sitemap_n=$matches[2]\";s:24:\"([a-z]+)?-?sitemap\\.xsl$\";s:25:\"index.php?xsl=$matches[1]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:38:\"index.php?&page_id=8&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:20:\"(.?.+?)(/[0-9]+)?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:20:\"([^/]+)(/[0-9]+)?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";}','yes'),(6986,'_transient_timeout_feed_mod_867bd5c64f85878d03a060509cd2f92c','1403321590','no'),(6987,'_transient_feed_mod_867bd5c64f85878d03a060509cd2f92c','1403278390','no'),(6994,'_transient_timeout_dash_4077549d03da2e451c8b5f002294ff51','1403321594','no'),(6995,'_transient_dash_4077549d03da2e451c8b5f002294ff51','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'http://wordpress.org/news/2014/05/wordpress-3-9-1/\'>WordPress 3.9.1 Maintenance Release</a> <span class=\"rss-date\">May 8, 2014</span><div class=\"rssSummary\">After three weeks and more than 9 million downloads of WordPress 3.9, we’re pleased to announce that WordPress 3.9.1 is now available. This maintenance release fixes 34 bugs in 3.9, including numerous fixes for multisite networks, customizing widgets while previewing themes, and the updated visual editor. We’ve also made some improvements to the new audio/vi</div></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'http://wordpress.tv/2014/06/20/tony-archambeau-accessibilite-wordpress-creer-des-sites-pour-tous-les-utilisateurs/\' title=\'\'>WordPress.tv: Tony Archambeau : Accessibilité & WordPress : créer des sites pour tous les utilisateurs</a></li><li><a class=\'rsswidget\' href=\'http://wptavern.com/cli-cheat-sheet-a-beginners-resource-for-using-the-command-line?utm_source=rss&utm_medium=rss&utm_campaign=cli-cheat-sheet-a-beginners-resource-for-using-the-command-line\' title=\'CLI Cheat Sheet is a handy new resource for any WordPress developer who is just getting started with the command line. This week on the Dradcast, Brad Williams linked to the cheat sheet, which the folks at WebDevStudios put together for their team. They decided to share the resource with the community. The repository is broken down into several files, separa\'>WPTavern: CLI Cheat Sheet: A Beginner’s Resource for Using the Command Line</a></li><li><a class=\'rsswidget\' href=\'http://wptavern.com/gravityforms-detected-on-53-of-the-top-1-million-sites-ranked-by-alexa?utm_source=rss&utm_medium=rss&utm_campaign=gravityforms-detected-on-53-of-the-top-1-million-sites-ranked-by-alexa\' title=\'Datanyze, a company specializing in determining what web technologies are being used based on their code signature, has new data indicating GravityForms has the most market share. Out of the top one million websites ranked by Alexa that use hosted forms, GravityForms was detected on 53.3% of them. That’s more than all of the other form plugins and services i\'>WPTavern: GravityForms Detected On 53% Of The Top 1 Million Sites Ranked By Alexa Using Hosted Forms</a></li></ul></div><div class=\"rss-widget\"><ul><li class=\'dashboard-news-plugin\'><span>Popular Plugin:</span> <a href=\'http://wordpress.org/plugins/wordfence/\' class=\'dashboard-news-plugin-link\'>Wordfence Security</a> <span>(<a href=\'plugin-install.php?tab=plugin-information&plugin=wordfence&_wpnonce=ee72cd0518&TB_iframe=true&width=600&height=800\' class=\'thickbox\' title=\'Wordfence Security\'>Install</a>)</span></li></ul></div>','no'),(1621,'_transient_tt_font_theme_options','a:8:{s:15:\"tt_default_body\";a:26:{s:6:\"subset\";s:9:\"latin,all\";s:7:\"font_id\";s:0:\"\";s:9:\"font_name\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:10:\"font_style\";s:0:\"\";s:17:\"font_weight_style\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:14:\"stylesheet_url\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:14:\"text_transform\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:9:\"font_size\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:14:\"letter_spacing\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:10:\"margin_top\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:12:\"margin_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:13:\"margin_bottom\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:11:\"margin_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:11:\"padding_top\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:13:\"padding_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:14:\"padding_bottom\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:12:\"padding_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:10:\"border_top\";a:3:{s:5:\"color\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}}s:13:\"border_bottom\";a:3:{s:5:\"color\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}}s:11:\"border_left\";a:3:{s:5:\"color\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}}s:12:\"border_right\";a:3:{s:5:\"color\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}}}s:20:\"tt_default_heading_1\";a:26:{s:6:\"subset\";s:9:\"latin,all\";s:7:\"font_id\";s:0:\"\";s:9:\"font_name\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:10:\"font_style\";s:0:\"\";s:17:\"font_weight_style\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:14:\"stylesheet_url\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:14:\"text_transform\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:9:\"font_size\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:14:\"letter_spacing\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:10:\"margin_top\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:12:\"margin_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:13:\"margin_bottom\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:11:\"margin_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:11:\"padding_top\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:13:\"padding_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:14:\"padding_bottom\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:12:\"padding_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:10:\"border_top\";a:3:{s:5:\"color\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}}s:13:\"border_bottom\";a:3:{s:5:\"color\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}}s:11:\"border_left\";a:3:{s:5:\"color\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}}s:12:\"border_right\";a:3:{s:5:\"color\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}}}s:20:\"tt_default_heading_2\";a:26:{s:6:\"subset\";s:9:\"latin,all\";s:7:\"font_id\";s:0:\"\";s:9:\"font_name\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:10:\"font_style\";s:0:\"\";s:17:\"font_weight_style\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:14:\"stylesheet_url\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:14:\"text_transform\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:9:\"font_size\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:14:\"letter_spacing\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:10:\"margin_top\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:12:\"margin_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:13:\"margin_bottom\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:11:\"margin_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:11:\"padding_top\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:13:\"padding_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:14:\"padding_bottom\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:12:\"padding_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:10:\"border_top\";a:3:{s:5:\"color\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}}s:13:\"border_bottom\";a:3:{s:5:\"color\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}}s:11:\"border_left\";a:3:{s:5:\"color\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}}s:12:\"border_right\";a:3:{s:5:\"color\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}}}s:20:\"tt_default_heading_3\";a:26:{s:6:\"subset\";s:9:\"latin,all\";s:7:\"font_id\";s:0:\"\";s:9:\"font_name\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:10:\"font_style\";s:0:\"\";s:17:\"font_weight_style\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:14:\"stylesheet_url\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:14:\"text_transform\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:9:\"font_size\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:14:\"letter_spacing\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:10:\"margin_top\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:12:\"margin_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:13:\"margin_bottom\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:11:\"margin_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:11:\"padding_top\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:13:\"padding_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:14:\"padding_bottom\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:12:\"padding_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:10:\"border_top\";a:3:{s:5:\"color\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}}s:13:\"border_bottom\";a:3:{s:5:\"color\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}}s:11:\"border_left\";a:3:{s:5:\"color\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}}s:12:\"border_right\";a:3:{s:5:\"color\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}}}s:20:\"tt_default_heading_4\";a:26:{s:6:\"subset\";s:9:\"latin,all\";s:7:\"font_id\";s:0:\"\";s:9:\"font_name\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:10:\"font_style\";s:0:\"\";s:17:\"font_weight_style\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:14:\"stylesheet_url\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:14:\"text_transform\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:9:\"font_size\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:14:\"letter_spacing\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:10:\"margin_top\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:12:\"margin_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:13:\"margin_bottom\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:11:\"margin_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:11:\"padding_top\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:13:\"padding_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:14:\"padding_bottom\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:12:\"padding_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:10:\"border_top\";a:3:{s:5:\"color\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}}s:13:\"border_bottom\";a:3:{s:5:\"color\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}}s:11:\"border_left\";a:3:{s:5:\"color\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}}s:12:\"border_right\";a:3:{s:5:\"color\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}}}s:20:\"tt_default_heading_5\";a:26:{s:6:\"subset\";s:9:\"latin,all\";s:7:\"font_id\";s:0:\"\";s:9:\"font_name\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:10:\"font_style\";s:0:\"\";s:17:\"font_weight_style\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:14:\"stylesheet_url\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:14:\"text_transform\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:9:\"font_size\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:14:\"letter_spacing\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:10:\"margin_top\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:12:\"margin_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:13:\"margin_bottom\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:11:\"margin_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:11:\"padding_top\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:13:\"padding_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:14:\"padding_bottom\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:12:\"padding_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:10:\"border_top\";a:3:{s:5:\"color\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}}s:13:\"border_bottom\";a:3:{s:5:\"color\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}}s:11:\"border_left\";a:3:{s:5:\"color\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}}s:12:\"border_right\";a:3:{s:5:\"color\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}}}s:20:\"tt_default_heading_6\";a:26:{s:6:\"subset\";s:9:\"latin,all\";s:7:\"font_id\";s:0:\"\";s:9:\"font_name\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:10:\"font_style\";s:0:\"\";s:17:\"font_weight_style\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:14:\"stylesheet_url\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:14:\"text_transform\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:9:\"font_size\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:14:\"letter_spacing\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:10:\"margin_top\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:12:\"margin_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:13:\"margin_bottom\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:11:\"margin_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:11:\"padding_top\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:13:\"padding_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:14:\"padding_bottom\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:12:\"padding_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:10:\"border_top\";a:3:{s:5:\"color\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}}s:13:\"border_bottom\";a:3:{s:5:\"color\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}}s:11:\"border_left\";a:3:{s:5:\"color\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}}s:12:\"border_right\";a:3:{s:5:\"color\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}}}s:10:\"tt-font-21\";a:26:{s:6:\"subset\";s:9:\"latin,all\";s:7:\"font_id\";s:0:\"\";s:9:\"font_name\";s:0:\"\";s:10:\"font_color\";s:0:\"\";s:11:\"font_weight\";s:0:\"\";s:10:\"font_style\";s:0:\"\";s:17:\"font_weight_style\";s:0:\"\";s:16:\"background_color\";s:0:\"\";s:14:\"stylesheet_url\";s:0:\"\";s:15:\"text_decoration\";s:0:\"\";s:14:\"text_transform\";s:0:\"\";s:11:\"line_height\";s:0:\"\";s:9:\"font_size\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:14:\"letter_spacing\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:10:\"margin_top\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:12:\"margin_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:13:\"margin_bottom\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:11:\"margin_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:11:\"padding_top\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:13:\"padding_right\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:14:\"padding_bottom\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:12:\"padding_left\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}s:10:\"border_top\";a:3:{s:5:\"color\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}}s:13:\"border_bottom\";a:3:{s:5:\"color\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}}s:11:\"border_left\";a:3:{s:5:\"color\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}}s:12:\"border_right\";a:3:{s:5:\"color\";s:0:\"\";s:5:\"style\";s:0:\"\";s:5:\"width\";a:2:{s:6:\"amount\";s:0:\"\";s:4:\"unit\";s:2:\"px\";}}}}','yes'),(208,'widget_nav_menu','a:2:{i:3;a:2:{s:5:\"title\";s:8:\"Serving:\";s:8:\"nav_menu\";i:3;}s:12:\"_multiwidget\";i:1;}','yes'),(210,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(218,'twentyeleven_theme_options','a:3:{s:12:\"color_scheme\";s:5:\"light\";s:10:\"link_color\";s:7:\"#1b8be0\";s:12:\"theme_layout\";s:15:\"content-sidebar\";}','yes'),(223,'category_children','a:0:{}','yes'),(226,'footer_credits_options','a:19:{s:5:\"terms\";a:19:{s:4:\"site\";s:14:\"seanwomack.com\";s:5:\"owner\";s:11:\"Sean Womack\";s:7:\"address\";s:37:\"13732 Newport Avenue, Suite 6, Tustin\";s:14:\"street_address\";s:0:\"\";s:8:\"locality\";s:0:\"\";s:6:\"region\";s:0:\"\";s:11:\"postal_code\";s:0:\"\";s:7:\"country\";s:3:\"USA\";s:8:\"latitude\";s:0:\"\";s:9:\"longitude\";s:0:\"\";s:3:\"map\";s:0:\"\";s:5:\"email\";s:19:\"sean@seanwomack.com\";s:9:\"telephone\";s:12:\"949-940-6934\";s:9:\"copyright\";s:21:\"Copyright © 2014\";s:20:\"copyright_start_year\";s:0:\"\";s:6:\"courts\";s:0:\"\";s:7:\"updated\";s:0:\"\";s:15:\"privacy_contact\";s:0:\"\";s:13:\"terms_contact\";s:0:\"\";}s:8:\"nav_menu\";i:0;s:9:\"separator\";s:20:\" · \";s:6:\"center\";b:1;s:9:\"two_lines\";b:1;s:14:\"show_copyright\";b:1;s:14:\"show_telephone\";b:1;s:10:\"show_email\";b:0;s:12:\"show_address\";b:1;s:11:\"show_return\";b:1;s:11:\"return_text\";s:13:\"Return To Top\";s:12:\"return_class\";s:0:\"\";s:12:\"footer_class\";s:0:\"\";s:11:\"footer_hook\";s:9:\"wp_footer\";s:13:\"footer_remove\";b:0;s:18:\"footer_filter_hook\";s:6:\"footer\";s:10:\"visibility\";s:0:\"\";s:13:\"use_microdata\";b:0;s:9:\"microdata\";s:0:\"\";}','yes'),(227,'current_theme','Responsive Child','yes'),(228,'theme_mods_twentytwelve','a:11:{i:0;b:0;s:16:\"header_textcolor\";s:5:\"blank\";s:16:\"background_color\";s:6:\"1e75a2\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:6:\"repeat\";s:21:\"background_position_x\";s:4:\"left\";s:21:\"background_attachment\";s:5:\"fixed\";s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:4;}s:12:\"header_image\";s:86:\"http://www.seanwomack.com/wp-content/uploads/2014/02/copy-SVG-Logo2-e1393012050939.png\";s:17:\"header_image_data\";a:5:{s:13:\"attachment_id\";i:336;s:3:\"url\";s:86:\"http://www.seanwomack.com/wp-content/uploads/2014/02/copy-SVG-Logo2-e1393012050939.png\";s:13:\"thumbnail_url\";s:86:\"http://www.seanwomack.com/wp-content/uploads/2014/02/copy-SVG-Logo2-e1393012050939.png\";s:5:\"width\";i:225;s:6:\"height\";i:63;}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1393027784;s:4:\"data\";a:5:{s:19:\"wp_inactive_widgets\";a:5:{i:0;s:7:\"text-12\";i:1;s:7:\"text-10\";i:2;s:12:\"mab-widget-2\";i:3;s:6:\"text-9\";i:4;s:6:\"text-8\";}s:9:\"sidebar-1\";a:3:{i:0;s:21:\"simple-social-icons-3\";i:1;s:19:\"metaslider_widget-2\";i:2;s:7:\"text-11\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}s:11:\"last-footer\";a:5:{i:0;s:6:\"text-5\";i:1;s:18:\"footer_copyright-2\";i:2;s:6:\"text-7\";i:3;s:7:\"text-13\";i:4;s:6:\"text-6\";}}}}','yes'),(229,'theme_switched','','yes'),(234,'widget_footer_copyright','a:2:{i:2;a:13:{s:8:\"nav_menu\";s:1:\"3\";s:14:\"show_copyright\";i:0;s:14:\"show_telephone\";i:0;s:10:\"show_email\";i:0;s:12:\"show_address\";i:0;s:6:\"center\";i:1;s:9:\"two_lines\";i:0;s:11:\"show_return\";i:0;s:12:\"return_class\";s:0:\"\";s:12:\"footer_class\";s:0:\"\";s:10:\"visibility\";s:0:\"\";s:13:\"use_microdata\";b:0;s:17:\"q2w3_fixed_widget\";b:0;}s:12:\"_multiwidget\";i:1;}','yes'),(241,'wpseo','a:18:{s:14:\"blocking_files\";a:0:{}s:26:\"ignore_blog_public_warning\";b:0;s:31:\"ignore_meta_description_warning\";b:0;s:20:\"ignore_page_comments\";b:0;s:16:\"ignore_permalink\";b:0;s:11:\"ignore_tour\";b:1;s:15:\"ms_defaults_set\";b:0;s:23:\"theme_description_found\";s:0:\"\";s:21:\"theme_has_description\";b:0;s:19:\"tracking_popup_done\";b:1;s:7:\"version\";s:7:\"1.5.3.3\";s:11:\"alexaverify\";s:0:\"\";s:20:\"disableadvanced_meta\";b:1;s:12:\"googleverify\";s:0:\"\";s:8:\"msverify\";s:0:\"\";s:15:\"pinterestverify\";s:0:\"\";s:12:\"yandexverify\";s:0:\"\";s:14:\"yoast_tracking\";b:1;}','yes'),(242,'wpseo_titles','a:68:{s:10:\"title_test\";i:0;s:17:\"forcerewritetitle\";b:0;s:14:\"hide-feedlinks\";b:0;s:12:\"hide-rsdlink\";b:0;s:14:\"hide-shortlink\";b:0;s:16:\"hide-wlwmanifest\";b:0;s:5:\"noodp\";b:0;s:6:\"noydir\";b:0;s:15:\"usemetakeywords\";b:0;s:16:\"title-home-wpseo\";s:42:\"%%sitename%% %%page%% %%sep%% %%sitedesc%%\";s:18:\"title-author-wpseo\";s:41:\"%%name%%, Author at %%sitename%% %%page%%\";s:19:\"title-archive-wpseo\";s:38:\"%%date%% %%page%% %%sep%% %%sitename%%\";s:18:\"title-search-wpseo\";s:63:\"You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%\";s:15:\"title-404-wpseo\";s:35:\"Page Not Found %%sep%% %%sitename%%\";s:19:\"metadesc-home-wpseo\";s:0:\"\";s:21:\"metadesc-author-wpseo\";s:0:\"\";s:22:\"metadesc-archive-wpseo\";s:0:\"\";s:18:\"metakey-home-wpseo\";s:0:\"\";s:20:\"metakey-author-wpseo\";s:0:\"\";s:22:\"noindex-subpages-wpseo\";b:0;s:20:\"noindex-author-wpseo\";b:0;s:21:\"noindex-archive-wpseo\";b:1;s:14:\"disable-author\";b:0;s:12:\"disable-date\";b:0;s:10:\"title-post\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-post\";s:0:\"\";s:12:\"metakey-post\";s:0:\"\";s:12:\"noindex-post\";b:0;s:17:\"noauthorship-post\";b:0;s:13:\"showdate-post\";b:0;s:16:\"hideeditbox-post\";b:0;s:10:\"title-page\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-page\";s:0:\"\";s:12:\"metakey-page\";s:0:\"\";s:12:\"noindex-page\";b:0;s:17:\"noauthorship-page\";b:0;s:13:\"showdate-page\";b:0;s:16:\"hideeditbox-page\";b:0;s:16:\"title-attachment\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:19:\"metadesc-attachment\";s:0:\"\";s:18:\"metakey-attachment\";s:0:\"\";s:18:\"noindex-attachment\";b:0;s:23:\"noauthorship-attachment\";b:0;s:19:\"showdate-attachment\";b:0;s:22:\"hideeditbox-attachment\";b:0;s:18:\"title-tax-category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-category\";s:0:\"\";s:20:\"metakey-tax-category\";s:0:\"\";s:24:\"hideeditbox-tax-category\";b:0;s:20:\"noindex-tax-category\";b:0;s:18:\"title-tax-post_tag\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-post_tag\";s:0:\"\";s:20:\"metakey-tax-post_tag\";s:0:\"\";s:24:\"hideeditbox-tax-post_tag\";b:0;s:20:\"noindex-tax-post_tag\";b:0;s:21:\"title-tax-post_format\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-post_format\";s:0:\"\";s:23:\"metakey-tax-post_format\";s:0:\"\";s:27:\"hideeditbox-tax-post_format\";b:0;s:23:\"noindex-tax-post_format\";b:0;s:15:\"title-ml-slider\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:18:\"metadesc-ml-slider\";s:0:\"\";s:17:\"metakey-ml-slider\";s:0:\"\";s:17:\"noindex-ml-slider\";b:0;s:22:\"noauthorship-ml-slider\";b:0;s:18:\"showdate-ml-slider\";b:0;s:21:\"hideeditbox-ml-slider\";b:0;s:19:\"noindex-post_format\";b:1;}','yes'),(243,'wpseo_xml','a:11:{s:22:\"disable_author_sitemap\";b:0;s:16:\"enablexmlsitemap\";b:1;s:16:\"entries-per-page\";i:1000;s:14:\"xml_ping_yahoo\";b:0;s:12:\"xml_ping_ask\";b:0;s:30:\"post_types-post-not_in_sitemap\";b:0;s:30:\"post_types-page-not_in_sitemap\";b:0;s:36:\"post_types-attachment-not_in_sitemap\";b:1;s:34:\"taxonomies-category-not_in_sitemap\";b:0;s:34:\"taxonomies-post_tag-not_in_sitemap\";b:0;s:37:\"taxonomies-post_format-not_in_sitemap\";b:0;}','yes'),(244,'wpseo_social','a:14:{s:9:\"fb_admins\";a:0:{}s:6:\"fbapps\";a:0:{}s:12:\"fbconnectkey\";s:32:\"34f651b67b40744b3b746978931961f4\";s:13:\"facebook_site\";s:0:\"\";s:16:\"og_default_image\";s:0:\"\";s:17:\"og_frontpage_desc\";s:0:\"\";s:18:\"og_frontpage_image\";s:0:\"\";s:9:\"opengraph\";b:1;s:10:\"googleplus\";b:0;s:14:\"plus-publisher\";s:0:\"\";s:7:\"twitter\";b:0;s:12:\"twitter_site\";s:0:\"\";s:17:\"twitter_card_type\";s:7:\"summary\";s:10:\"fbadminapp\";i:0;}','yes'),(245,'wpseo_rss','a:1:{s:8:\"rssafter\";s:53:\"The post %%POSTLINK%% appeared first on %%BLOGLINK%%.\";}','yes'),(246,'wpseo_permalinks','a:10:{s:15:\"cleanpermalinks\";b:0;s:24:\"cleanpermalink-extravars\";s:0:\"\";s:29:\"cleanpermalink-googlecampaign\";b:0;s:31:\"cleanpermalink-googlesitesearch\";b:0;s:15:\"cleanreplytocom\";b:0;s:10:\"cleanslugs\";b:1;s:15:\"force_transport\";s:7:\"default\";s:18:\"redirectattachment\";b:0;s:17:\"stripcategorybase\";b:0;s:13:\"trailingslash\";b:0;}','yes'),(1006,'wpts_compat','O:28:\"WPtouchDefaultSettingsCompat\":2:{s:12:\"plugin_hooks\";a:0:{}s:15:\"enabled_plugins\";a:0:{}}','yes'),(1007,'wpts_wptouch_pro','O:24:\"WPtouchDefaultSettings30\":50:{s:13:\"settings_mode\";s:1:\"0\";s:12:\"display_mode\";s:6:\"normal\";s:10:\"site_title\";s:11:\"Sean Womack\";s:22:\"show_wptouch_in_footer\";i:0;s:21:\"desktop_is_first_view\";b:0;s:16:\"show_switch_link\";b:1;s:18:\"switch_link_method\";s:9:\"automatic\";s:25:\"mobile_switch_link_target\";s:12:\"current_page\";s:12:\"force_locale\";s:4:\"auto\";s:15:\"translate_admin\";b:1;s:17:\"custom_stats_code\";s:0:\"\";s:16:\"homepage_landing\";s:4:\"none\";s:27:\"homepage_redirect_wp_target\";s:2:\"42\";s:31:\"homepage_redirect_custom_target\";s:0:\"\";s:29:\"automatically_backup_settings\";i:1;s:12:\"use_jquery_2\";b:0;s:22:\"show_footer_load_times\";b:0;s:12:\"preview_mode\";s:3:\"off\";s:36:\"include_functions_from_desktop_theme\";b:0;s:28:\"functions_php_loading_method\";s:9:\"translate\";s:17:\"remove_shortcodes\";s:0:\"\";s:11:\"ignore_urls\";s:0:\"\";s:18:\"custom_user_agents\";s:0:\"\";s:27:\"current_theme_friendly_name\";s:7:\"Bauhaus\";s:22:\"current_theme_location\";s:23:\"/plugins/wptouch/themes\";s:18:\"current_theme_name\";s:7:\"bauhaus\";s:23:\"dismissed_notifications\";a:0:{}s:16:\"custom_menu_name\";s:2:\"wp\";s:18:\"appended_menu_name\";s:4:\"none\";s:19:\"prepended_menu_name\";s:4:\"none\";s:19:\"enable_parent_items\";i:1;s:17:\"enable_menu_icons\";b:1;s:17:\"default_menu_icon\";s:61:\"/wp-content/plugins/wptouch/resources/icons/elegant/Paper.png\";s:19:\"disabled_menu_items\";a:0:{}s:24:\"temp_disabled_menu_items\";a:0:{}s:9:\"debug_log\";b:0;s:15:\"debug_log_level\";i:6;s:14:\"debug_log_salt\";s:10:\"f7f0b3124f\";s:10:\"menu_icons\";a:0:{}s:15:\"menu_sort_order\";s:9:\"wordpress\";s:28:\"menu_disable_parent_as_child\";b:0;s:12:\"disable_menu\";b:0;s:20:\"make_links_clickable\";b:0;s:15:\"custom_css_file\";s:0:\"\";s:32:\"wptouch_enable_custom_post_types\";b:0;s:27:\"always_refresh_css_js_files\";b:0;s:27:\"classic_excluded_categories\";b:0;s:30:\"convert_menu_links_to_internal\";b:0;s:23:\"post_thumbnails_enabled\";b:1;s:13:\"active_addons\";a:0:{}}','yes'),(1479,'safecss_revision_migrated','1393439248','yes'),(573,'_mab_button_settings','a:12:{i:0;a:32:{s:5:\"title\";s:7:\"Default\";s:22:\"background-color-start\";s:7:\"#faa51a\";s:20:\"background-color-end\";s:7:\"#f47a20\";s:28:\"background-color-hover-start\";s:7:\"#f88e11\";s:26:\"background-color-hover-end\";s:7:\"#f06015\";s:12:\"border-color\";s:7:\"#da7c0c\";s:18:\"border-color-hover\";s:0:\"\";s:12:\"border-width\";i:0;s:13:\"border-radius\";i:10;s:10:\"padding-tb\";i:7;s:10:\"padding-lr\";i:18;s:16:\"box-shadow-color\";s:7:\"#000000\";s:18:\"box-shadow-opacity\";d:0.29999999999999999;s:12:\"box-shadow-x\";i:0;s:12:\"box-shadow-y\";i:1;s:15:\"box-shadow-size\";i:2;s:18:\"inset-shadow-color\";s:7:\"#333333\";s:20:\"inset-shadow-opacity\";d:0;s:14:\"inset-shadow-x\";i:0;s:14:\"inset-shadow-y\";i:0;s:17:\"inset-shadow-size\";i:0;s:11:\"font-family\";s:50:\"\"Myriad Pro\", Helvetica, Arial, Tahoma, sans-serif\";s:10:\"font-color\";s:7:\"#fef4e9\";s:9:\"font-size\";s:2:\"14\";s:11:\"font-weight\";s:6:\"normal\";s:14:\"font-transform\";s:4:\"none\";s:19:\"text-shadow-1-color\";s:7:\"#000000\";s:21:\"text-shadow-1-opacity\";d:0.29999999999999999;s:15:\"text-shadow-1-x\";i:0;s:15:\"text-shadow-1-y\";i:1;s:18:\"text-shadow-1-size\";i:1;s:9:\"timesaved\";i:1391816227;}i:1;a:32:{s:5:\"title\";s:9:\"My Button\";s:22:\"background-color-start\";s:7:\"#faa51a\";s:20:\"background-color-end\";s:7:\"#f47a20\";s:28:\"background-color-hover-start\";s:7:\"#f88e11\";s:26:\"background-color-hover-end\";s:7:\"#f06015\";s:12:\"border-color\";s:7:\"#da7c0c\";s:12:\"border-width\";s:1:\"0\";s:13:\"border-radius\";s:2:\"10\";s:10:\"padding-tb\";s:1:\"7\";s:10:\"padding-lr\";s:2:\"18\";s:18:\"border-color-hover\";s:0:\"\";s:16:\"box-shadow-color\";s:7:\"#000000\";s:18:\"box-shadow-opacity\";s:3:\"0.3\";s:12:\"box-shadow-x\";s:1:\"0\";s:12:\"box-shadow-y\";s:1:\"1\";s:15:\"box-shadow-size\";s:1:\"2\";s:18:\"inset-shadow-color\";s:7:\"#333333\";s:20:\"inset-shadow-opacity\";s:1:\"0\";s:14:\"inset-shadow-x\";s:1:\"0\";s:14:\"inset-shadow-y\";s:1:\"0\";s:17:\"inset-shadow-size\";s:1:\"0\";s:11:\"font-family\";s:7:\"inherit\";s:11:\"font-weight\";s:6:\"normal\";s:14:\"font-transform\";s:4:\"none\";s:10:\"font-color\";s:7:\"#fef4e9\";s:9:\"font-size\";s:2:\"14\";s:19:\"text-shadow-1-color\";s:7:\"#000000\";s:21:\"text-shadow-1-opacity\";s:3:\"0.3\";s:15:\"text-shadow-1-x\";s:1:\"0\";s:15:\"text-shadow-1-y\";s:1:\"1\";s:18:\"text-shadow-1-size\";s:1:\"1\";s:9:\"timesaved\";i:1391816378;}i:2;a:33:{s:5:\"title\";s:8:\"Button 1\";s:11:\"description\";s:55:\"Created by Horacio Bella http://horaciobella.com/zardi/\";s:22:\"background-color-start\";s:7:\"#166ba9\";s:20:\"background-color-end\";s:7:\"#166ba9\";s:28:\"background-color-hover-start\";s:7:\"#3390CF\";s:26:\"background-color-hover-end\";s:7:\"#3390CF\";s:12:\"border-color\";s:7:\"#166ba9\";s:18:\"border-color-hover\";s:7:\"#3390CF\";s:12:\"border-width\";i:1;s:13:\"border-radius\";i:8;s:10:\"padding-tb\";i:8;s:10:\"padding-lr\";i:12;s:16:\"box-shadow-color\";s:7:\"#000000\";s:18:\"box-shadow-opacity\";d:0.29999999999999999;s:12:\"box-shadow-x\";i:0;s:12:\"box-shadow-y\";i:2;s:15:\"box-shadow-size\";i:2;s:18:\"inset-shadow-color\";s:7:\"#FFFFFF\";s:20:\"inset-shadow-opacity\";d:0.5;s:14:\"inset-shadow-x\";i:0;s:14:\"inset-shadow-y\";i:-1;s:17:\"inset-shadow-size\";i:3;s:11:\"font-family\";s:39:\"\"Myriad Pro\", Arial, Tahoma, sans-serif\";s:10:\"font-color\";s:7:\"#ffffff\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:4:\"bold\";s:14:\"font-transform\";s:4:\"none\";s:19:\"text-shadow-1-color\";s:7:\"#FFFFFF\";s:21:\"text-shadow-1-opacity\";d:0.69999999999999996;s:15:\"text-shadow-1-x\";i:0;s:15:\"text-shadow-1-y\";i:0;s:18:\"text-shadow-1-size\";i:15;s:9:\"timesaved\";i:1391816390;}i:3;a:33:{s:5:\"title\";s:8:\"Button 2\";s:11:\"description\";s:55:\"Created by Horacio Bella http://horaciobella.com/zardi/\";s:22:\"background-color-start\";s:7:\"#FF5F09\";s:20:\"background-color-end\";s:7:\"#FF5F09\";s:28:\"background-color-hover-start\";s:7:\"#FF7F09\";s:26:\"background-color-hover-end\";s:7:\"#FF7F09\";s:12:\"border-color\";s:7:\"#FF5F09\";s:18:\"border-color-hover\";s:7:\"#FF7F09\";s:12:\"border-width\";i:1;s:13:\"border-radius\";i:2;s:10:\"padding-tb\";i:8;s:10:\"padding-lr\";i:12;s:16:\"box-shadow-color\";s:7:\"#000000\";s:18:\"box-shadow-opacity\";d:0.29999999999999999;s:12:\"box-shadow-x\";i:0;s:12:\"box-shadow-y\";i:2;s:15:\"box-shadow-size\";i:2;s:18:\"inset-shadow-color\";s:7:\"#FFFFFF\";s:20:\"inset-shadow-opacity\";d:0.5;s:14:\"inset-shadow-x\";i:0;s:14:\"inset-shadow-y\";i:-1;s:17:\"inset-shadow-size\";i:3;s:11:\"font-family\";s:39:\"\"Myriad Pro\", Arial, Tahoma, sans-serif\";s:10:\"font-color\";s:7:\"#ffffff\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:4:\"bold\";s:14:\"font-transform\";s:4:\"none\";s:19:\"text-shadow-1-color\";s:7:\"#FFFFFF\";s:21:\"text-shadow-1-opacity\";d:0.69999999999999996;s:15:\"text-shadow-1-x\";i:0;s:15:\"text-shadow-1-y\";i:0;s:18:\"text-shadow-1-size\";i:15;s:9:\"timesaved\";i:1391816390;}i:4;a:33:{s:5:\"title\";s:8:\"Button 3\";s:11:\"description\";s:55:\"Created by Horacio Bella http://horaciobella.com/zardi/\";s:22:\"background-color-start\";s:7:\"#95A006\";s:20:\"background-color-end\";s:7:\"#95A006\";s:28:\"background-color-hover-start\";s:7:\"#B2BF17\";s:26:\"background-color-hover-end\";s:7:\"#B2BF17\";s:12:\"border-color\";s:7:\"#95A006\";s:18:\"border-color-hover\";s:7:\"#B2BF17\";s:12:\"border-width\";i:1;s:13:\"border-radius\";i:2;s:10:\"padding-tb\";i:8;s:10:\"padding-lr\";i:12;s:16:\"box-shadow-color\";s:7:\"#000000\";s:18:\"box-shadow-opacity\";d:0.29999999999999999;s:12:\"box-shadow-x\";i:0;s:12:\"box-shadow-y\";i:2;s:15:\"box-shadow-size\";i:2;s:18:\"inset-shadow-color\";s:7:\"#FFFFFF\";s:20:\"inset-shadow-opacity\";d:0.5;s:14:\"inset-shadow-x\";i:0;s:14:\"inset-shadow-y\";i:-1;s:17:\"inset-shadow-size\";i:3;s:11:\"font-family\";s:39:\"\"Myriad Pro\", Arial, Tahoma, sans-serif\";s:10:\"font-color\";s:7:\"#ffffff\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:4:\"bold\";s:14:\"font-transform\";s:4:\"none\";s:19:\"text-shadow-1-color\";s:7:\"#FFFFFF\";s:21:\"text-shadow-1-opacity\";d:0.69999999999999996;s:15:\"text-shadow-1-x\";i:0;s:15:\"text-shadow-1-y\";i:0;s:18:\"text-shadow-1-size\";i:15;s:9:\"timesaved\";i:1391816390;}i:5;a:33:{s:5:\"title\";s:8:\"Button 4\";s:11:\"description\";s:55:\"Created by Horacio Bella http://horaciobella.com/zardi/\";s:22:\"background-color-start\";s:7:\"#FFAF09\";s:20:\"background-color-end\";s:7:\"#FFAF09\";s:28:\"background-color-hover-start\";s:7:\"#FFCF09\";s:26:\"background-color-hover-end\";s:7:\"#FFCF09\";s:12:\"border-color\";s:7:\"#FFAF09\";s:18:\"border-color-hover\";s:7:\"#FFCF09\";s:12:\"border-width\";i:1;s:13:\"border-radius\";i:2;s:10:\"padding-tb\";i:8;s:10:\"padding-lr\";i:12;s:16:\"box-shadow-color\";s:7:\"#000000\";s:18:\"box-shadow-opacity\";d:0.29999999999999999;s:12:\"box-shadow-x\";i:0;s:12:\"box-shadow-y\";i:2;s:15:\"box-shadow-size\";i:2;s:18:\"inset-shadow-color\";s:7:\"#FFFFFF\";s:20:\"inset-shadow-opacity\";d:0.5;s:14:\"inset-shadow-x\";i:0;s:14:\"inset-shadow-y\";i:-1;s:17:\"inset-shadow-size\";i:3;s:11:\"font-family\";s:39:\"\"Myriad Pro\", Arial, Tahoma, sans-serif\";s:10:\"font-color\";s:7:\"#ffffff\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:4:\"bold\";s:14:\"font-transform\";s:4:\"none\";s:19:\"text-shadow-1-color\";s:7:\"#FFFFFF\";s:21:\"text-shadow-1-opacity\";d:0.69999999999999996;s:15:\"text-shadow-1-x\";i:0;s:15:\"text-shadow-1-y\";i:0;s:18:\"text-shadow-1-size\";i:15;s:9:\"timesaved\";i:1391816390;}i:6;a:33:{s:5:\"title\";s:8:\"Button 5\";s:11:\"description\";s:55:\"Created by Horacio Bella http://horaciobella.com/zardi/\";s:22:\"background-color-start\";s:7:\"#D81204\";s:20:\"background-color-end\";s:7:\"#D81204\";s:28:\"background-color-hover-start\";s:7:\"#FF2F1F\";s:26:\"background-color-hover-end\";s:7:\"#FF2F1F\";s:12:\"border-color\";s:7:\"#D81204\";s:18:\"border-color-hover\";s:7:\"#FF2F1F\";s:12:\"border-width\";i:1;s:13:\"border-radius\";i:12;s:10:\"padding-tb\";i:8;s:10:\"padding-lr\";i:12;s:16:\"box-shadow-color\";s:7:\"#000000\";s:18:\"box-shadow-opacity\";d:0.29999999999999999;s:12:\"box-shadow-x\";i:0;s:12:\"box-shadow-y\";i:2;s:15:\"box-shadow-size\";i:2;s:18:\"inset-shadow-color\";s:7:\"#FFFFFF\";s:20:\"inset-shadow-opacity\";d:0.5;s:14:\"inset-shadow-x\";i:0;s:14:\"inset-shadow-y\";i:-1;s:17:\"inset-shadow-size\";i:3;s:11:\"font-family\";s:39:\"\"Myriad Pro\", Arial, Tahoma, sans-serif\";s:10:\"font-color\";s:7:\"#ffffff\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:4:\"bold\";s:14:\"font-transform\";s:4:\"none\";s:19:\"text-shadow-1-color\";s:7:\"#FFFFFF\";s:21:\"text-shadow-1-opacity\";d:0.69999999999999996;s:15:\"text-shadow-1-x\";i:0;s:15:\"text-shadow-1-y\";i:0;s:18:\"text-shadow-1-size\";i:15;s:9:\"timesaved\";i:1391816390;}i:7;a:33:{s:5:\"title\";s:8:\"Button 6\";s:11:\"description\";s:0:\"\";s:22:\"background-color-start\";s:7:\"#585858\";s:20:\"background-color-end\";s:7:\"#393939\";s:28:\"background-color-hover-start\";s:7:\"#222222\";s:26:\"background-color-hover-end\";s:7:\"#111111\";s:12:\"border-color\";s:7:\"#333333\";s:18:\"border-color-hover\";s:7:\"#000000\";s:12:\"border-width\";i:1;s:13:\"border-radius\";i:5;s:10:\"padding-tb\";i:7;s:10:\"padding-lr\";i:10;s:16:\"box-shadow-color\";s:7:\"#000000\";s:18:\"box-shadow-opacity\";d:0.5;s:12:\"box-shadow-x\";i:0;s:12:\"box-shadow-y\";i:1;s:15:\"box-shadow-size\";i:3;s:18:\"inset-shadow-color\";s:7:\"#FFFFFF\";s:20:\"inset-shadow-opacity\";d:0;s:14:\"inset-shadow-x\";i:0;s:14:\"inset-shadow-y\";i:-1;s:17:\"inset-shadow-size\";i:0;s:11:\"font-family\";s:39:\"\"Myriad Pro\", Arial, Tahoma, sans-serif\";s:10:\"font-color\";s:7:\"#ffffff\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:4:\"bold\";s:14:\"font-transform\";s:4:\"none\";s:19:\"text-shadow-1-color\";s:7:\"#000000\";s:21:\"text-shadow-1-opacity\";d:0.29999999999999999;s:15:\"text-shadow-1-x\";i:0;s:15:\"text-shadow-1-y\";i:-1;s:18:\"text-shadow-1-size\";i:1;s:9:\"timesaved\";i:1391816390;}i:8;a:33:{s:5:\"title\";s:8:\"Button 7\";s:11:\"description\";s:0:\"\";s:22:\"background-color-start\";s:7:\"#EA633E\";s:20:\"background-color-end\";s:7:\"#E6461A\";s:28:\"background-color-hover-start\";s:7:\"#A4583E\";s:26:\"background-color-hover-end\";s:7:\"#873418\";s:12:\"border-color\";s:7:\"#C73D16\";s:18:\"border-color-hover\";s:7:\"#732C14\";s:12:\"border-width\";i:1;s:13:\"border-radius\";i:5;s:10:\"padding-tb\";i:7;s:10:\"padding-lr\";i:10;s:16:\"box-shadow-color\";s:7:\"#000000\";s:18:\"box-shadow-opacity\";d:0.5;s:12:\"box-shadow-x\";i:0;s:12:\"box-shadow-y\";i:1;s:15:\"box-shadow-size\";i:3;s:18:\"inset-shadow-color\";s:7:\"#FFFFFF\";s:20:\"inset-shadow-opacity\";d:0;s:14:\"inset-shadow-x\";i:0;s:14:\"inset-shadow-y\";i:-1;s:17:\"inset-shadow-size\";i:0;s:11:\"font-family\";s:39:\"\"Myriad Pro\", Arial, Tahoma, sans-serif\";s:10:\"font-color\";s:7:\"#ffffff\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:4:\"bold\";s:14:\"font-transform\";s:4:\"none\";s:19:\"text-shadow-1-color\";s:7:\"#000000\";s:21:\"text-shadow-1-opacity\";d:0.29999999999999999;s:15:\"text-shadow-1-x\";i:0;s:15:\"text-shadow-1-y\";i:-1;s:18:\"text-shadow-1-size\";i:1;s:9:\"timesaved\";i:1391816390;}i:9;a:33:{s:5:\"title\";s:8:\"Button 8\";s:11:\"description\";s:0:\"\";s:22:\"background-color-start\";s:7:\"#60C2CF\";s:20:\"background-color-end\";s:7:\"#41B6C5\";s:28:\"background-color-hover-start\";s:7:\"#3E9DB3\";s:26:\"background-color-hover-end\";s:7:\"#17839C\";s:12:\"border-color\";s:7:\"#3DAAB8\";s:18:\"border-color-hover\";s:7:\"#167C94\";s:12:\"border-width\";i:1;s:13:\"border-radius\";i:5;s:10:\"padding-tb\";i:7;s:10:\"padding-lr\";i:10;s:16:\"box-shadow-color\";s:7:\"#000000\";s:18:\"box-shadow-opacity\";d:0.5;s:12:\"box-shadow-x\";i:0;s:12:\"box-shadow-y\";i:1;s:15:\"box-shadow-size\";i:3;s:18:\"inset-shadow-color\";s:7:\"#FFFFFF\";s:20:\"inset-shadow-opacity\";d:0;s:14:\"inset-shadow-x\";i:0;s:14:\"inset-shadow-y\";i:-1;s:17:\"inset-shadow-size\";i:0;s:11:\"font-family\";s:39:\"\"Myriad Pro\", Arial, Tahoma, sans-serif\";s:10:\"font-color\";s:7:\"#ffffff\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:4:\"bold\";s:14:\"font-transform\";s:4:\"none\";s:19:\"text-shadow-1-color\";s:7:\"#000000\";s:21:\"text-shadow-1-opacity\";d:0.29999999999999999;s:15:\"text-shadow-1-x\";i:0;s:15:\"text-shadow-1-y\";i:-1;s:18:\"text-shadow-1-size\";i:1;s:9:\"timesaved\";i:1391816390;}i:10;a:33:{s:5:\"title\";s:8:\"Button 9\";s:11:\"description\";s:0:\"\";s:22:\"background-color-start\";s:7:\"#FFC74E\";s:20:\"background-color-end\";s:7:\"#FFBD2D\";s:28:\"background-color-hover-start\";s:7:\"#FDAC3E\";s:26:\"background-color-hover-end\";s:7:\"#FC9C18\";s:12:\"border-color\";s:7:\"#EBAE29\";s:18:\"border-color-hover\";s:7:\"#EB9116\";s:12:\"border-width\";i:1;s:13:\"border-radius\";i:5;s:10:\"padding-tb\";i:7;s:10:\"padding-lr\";i:10;s:16:\"box-shadow-color\";s:7:\"#000000\";s:18:\"box-shadow-opacity\";d:0.5;s:12:\"box-shadow-x\";i:0;s:12:\"box-shadow-y\";i:1;s:15:\"box-shadow-size\";i:3;s:18:\"inset-shadow-color\";s:7:\"#FFFFFF\";s:20:\"inset-shadow-opacity\";d:0;s:14:\"inset-shadow-x\";i:0;s:14:\"inset-shadow-y\";i:-1;s:17:\"inset-shadow-size\";i:0;s:11:\"font-family\";s:39:\"\"Myriad Pro\", Arial, Tahoma, sans-serif\";s:10:\"font-color\";s:7:\"#ffffff\";s:9:\"font-size\";s:2:\"16\";s:11:\"font-weight\";s:4:\"bold\";s:14:\"font-transform\";s:4:\"none\";s:19:\"text-shadow-1-color\";s:7:\"#000000\";s:21:\"text-shadow-1-opacity\";d:0.29999999999999999;s:15:\"text-shadow-1-x\";i:0;s:15:\"text-shadow-1-y\";i:-1;s:18:\"text-shadow-1-size\";i:1;s:9:\"timesaved\";i:1391816390;}i:11;a:33:{s:5:\"title\";s:9:\"Button 10\";s:11:\"description\";s:0:\"\";s:22:\"background-color-start\";s:7:\"#FFFFFF\";s:20:\"background-color-end\";s:7:\"#B5B5B5\";s:28:\"background-color-hover-start\";s:7:\"#EEEEEE\";s:26:\"background-color-hover-end\";s:7:\"#AAAAAA\";s:12:\"border-color\";s:7:\"#999999\";s:18:\"border-color-hover\";s:7:\"#8F8F8F\";s:12:\"border-width\";i:1;s:13:\"border-radius\";i:10;s:10:\"padding-tb\";i:9;s:10:\"padding-lr\";i:12;s:16:\"box-shadow-color\";s:7:\"#000000\";s:18:\"box-shadow-opacity\";d:0.5;s:12:\"box-shadow-x\";i:0;s:12:\"box-shadow-y\";i:1;s:15:\"box-shadow-size\";i:3;s:18:\"inset-shadow-color\";s:7:\"#FFFFFF\";s:20:\"inset-shadow-opacity\";i:1;s:14:\"inset-shadow-x\";i:0;s:14:\"inset-shadow-y\";i:0;s:17:\"inset-shadow-size\";i:2;s:11:\"font-family\";s:39:\"\"Myriad Pro\", Arial, Tahoma, sans-serif\";s:10:\"font-color\";s:7:\"#222222\";s:9:\"font-size\";s:2:\"15\";s:11:\"font-weight\";s:6:\"normal\";s:14:\"font-transform\";s:9:\"uppercase\";s:19:\"text-shadow-1-color\";s:7:\"#FFFFFF\";s:21:\"text-shadow-1-opacity\";i:1;s:15:\"text-shadow-1-x\";i:0;s:15:\"text-shadow-1-y\";i:1;s:18:\"text-shadow-1-size\";i:0;s:9:\"timesaved\";i:1391816390;}}','yes'),(399,'widget_simple-social-icons','a:3:{i:2;a:24:{s:5:\"title\";s:18:\"Find Us On The Web\";s:10:\"new_window\";s:1:\"1\";s:4:\"size\";s:2:\"36\";s:13:\"border_radius\";s:1:\"3\";s:9:\"alignment\";s:11:\"aligncenter\";s:10:\"icon_color\";s:7:\"#ffffff\";s:16:\"icon_color_hover\";s:7:\"#ffffff\";s:16:\"background_color\";s:7:\"#999999\";s:22:\"background_color_hover\";s:7:\"#666666\";s:8:\"dribbble\";s:0:\"\";s:5:\"email\";s:26:\"http://sean@seanwomack.com\";s:8:\"facebook\";s:0:\"\";s:6:\"flickr\";s:0:\"\";s:6:\"github\";s:0:\"\";s:5:\"gplus\";s:0:\"\";s:9:\"instagram\";s:0:\"\";s:8:\"linkedin\";s:0:\"\";s:9:\"pinterest\";s:0:\"\";s:3:\"rss\";s:0:\"\";s:11:\"stumbleupon\";s:0:\"\";s:6:\"tumblr\";s:0:\"\";s:7:\"twitter\";s:0:\"\";s:5:\"vimeo\";s:0:\"\";s:7:\"youtube\";s:0:\"\";}i:3;a:23:{s:5:\"title\";s:0:\"\";s:4:\"size\";s:2:\"36\";s:13:\"border_radius\";s:1:\"3\";s:9:\"alignment\";s:9:\"alignleft\";s:10:\"icon_color\";s:7:\"#ffffff\";s:16:\"icon_color_hover\";s:7:\"#ffffff\";s:16:\"background_color\";s:7:\"#999999\";s:22:\"background_color_hover\";s:7:\"#666666\";s:8:\"dribbble\";s:0:\"\";s:5:\"email\";s:0:\"\";s:8:\"facebook\";s:39:\"http://www.facebook.com/AgentSeanWomack\";s:6:\"flickr\";s:0:\"\";s:6:\"github\";s:0:\"\";s:5:\"gplus\";s:38:\"http://www.plus.google.com/+seanwomack\";s:9:\"instagram\";s:0:\"\";s:8:\"linkedin\";s:38:\"http://www.linkedin.com/in/seanwomack/\";s:9:\"pinterest\";s:35:\"http://www.pinterest.com/seanwomack\";s:3:\"rss\";s:0:\"\";s:11:\"stumbleupon\";s:0:\"\";s:6:\"tumblr\";s:0:\"\";s:7:\"twitter\";s:35:\"https://twitter.com/agentseanwomack\";s:5:\"vimeo\";s:0:\"\";s:7:\"youtube\";s:43:\"http://www.youtube.com/user/agentseanwomack\";}s:12:\"_multiwidget\";i:1;}','yes'),(400,'wpcf7','a:1:{s:7:\"version\";s:5:\"3.8.1\";}','yes'),(402,'jetpack_activated','1','yes'),(403,'jetpack_options','a:10:{s:7:\"version\";s:16:\"2.9.3:1398314909\";s:11:\"old_version\";s:14:\"2.9:1393482481\";s:2:\"id\";i:62846032;s:6:\"public\";i:1;s:14:\"last_heartbeat\";i:1403480603;s:28:\"fallback_no_verify_ssl_certs\";i:0;s:9:\"time_diff\";i:0;s:10:\"blog_token\";s:65:\"QnmtCfvx#mqe7EmaXAm!z3)cbEGUiFoD.jf&bhlFnruR&8ggnbM38f7oYn#N8qI&n\";s:11:\"user_tokens\";a:1:{i:1;s:67:\"8hxt9S8Hxmgnyx(*Yz!zFsJ&UhXtRRoB.R82fgs2T69Qq9kxJ!K&l#IQjE6I)Q*VD.1\";}s:11:\"master_user\";i:1;}','yes'),(405,'jetpack_log','a:5:{i:0;a:4:{s:4:\"time\";i:1391666033;s:7:\"user_id\";i:1;s:7:\"blog_id\";b:0;s:4:\"code\";s:8:\"register\";}i:1;a:4:{s:4:\"time\";i:1391666062;s:7:\"user_id\";i:1;s:7:\"blog_id\";i:62846032;s:4:\"code\";s:9:\"authorize\";}i:2;a:5:{s:4:\"time\";i:1393366451;s:7:\"user_id\";i:1;s:7:\"blog_id\";i:62846032;s:4:\"code\";s:8:\"activate\";s:4:\"data\";s:8:\"carousel\";}i:3;a:4:{s:4:\"time\";i:1393571521;s:7:\"user_id\";i:1;s:7:\"blog_id\";i:62846032;s:4:\"code\";s:8:\"register\";}i:4;a:4:{s:4:\"time\";i:1393571533;s:7:\"user_id\";i:1;s:7:\"blog_id\";i:62846032;s:4:\"code\";s:9:\"authorize\";}}','no'),(412,'stats_options','a:7:{s:9:\"admin_bar\";b:1;s:5:\"roles\";a:1:{i:0;s:13:\"administrator\";}s:11:\"count_roles\";a:0:{}s:7:\"blog_id\";i:62846032;s:12:\"do_not_track\";b:1;s:10:\"hide_smile\";b:1;s:7:\"version\";s:1:\"9\";}','yes'),(413,'sharing-options','a:1:{s:6:\"global\";a:5:{s:12:\"button_style\";s:9:\"icon-text\";s:13:\"sharing_label\";s:11:\"Share this:\";s:10:\"open_links\";s:4:\"same\";s:4:\"show\";a:0:{}s:6:\"custom\";a:0:{}}}','yes'),(1966,'widget_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1878,'jetpack_active_modules','a:21:{i:0;s:10:\"vaultpress\";i:1;s:21:\"enhanced-distribution\";i:3;s:5:\"latex\";i:5;s:9:\"publicize\";i:7;s:5:\"notes\";i:9;s:18:\"after-the-deadline\";i:11;s:12:\"contact-form\";i:13;s:13:\"post-by-email\";i:15;s:10:\"sharedaddy\";i:17;s:10:\"omnisearch\";i:19;s:10:\"custom-css\";i:21;s:8:\"json-api\";i:23;s:7:\"widgets\";i:25;s:13:\"subscriptions\";i:27;s:11:\"mobile-push\";i:29;s:19:\"gravatar-hovercards\";i:31;s:5:\"stats\";i:33;s:10:\"shortlinks\";i:35;s:10:\"shortcodes\";i:37;s:17:\"widget-visibility\";i:39;s:8:\"carousel\";}','yes'),(491,'ftp_credentials','a:3:{s:8:\"hostname\";s:17:\"Network Solutions\";s:8:\"username\";s:10:\"seanwomack\";s:15:\"connection_type\";s:3:\"ftp\";}','yes'),(978,'q2w3_fixed_widget','a:10:{s:10:\"margin-top\";i:0;s:13:\"margin-bottom\";i:0;s:16:\"refresh-interval\";i:0;s:16:\"screen-max-width\";i:600;s:13:\"fix-widget-id\";s:3:\"yes\";s:13:\"width-inherit\";s:3:\"yes\";s:32:\"widget_display_callback_priority\";s:2:\"30\";s:10:\"custom-ids\";s:0:\"\";s:19:\"window-load-enabled\";b:0;s:13:\"logged_in_req\";b:0;}','yes'),(996,'responsive_theme_options','a:37:{s:10:\"breadcrumb\";i:0;s:10:\"cta_button\";i:0;s:12:\"minified_css\";b:0;s:10:\"front_page\";i:0;s:13:\"home_headline\";N;s:16:\"home_subheadline\";N;s:17:\"home_content_area\";N;s:8:\"cta_text\";N;s:7:\"cta_url\";N;s:16:\"featured_content\";N;s:24:\"google_site_verification\";N;s:22:\"bing_site_verification\";N;s:23:\"yahoo_site_verification\";N;s:23:\"site_statistics_tracker\";N;s:11:\"twitter_uid\";s:0:\"\";s:12:\"facebook_uid\";s:0:\"\";s:12:\"linkedin_uid\";s:0:\"\";s:11:\"youtube_uid\";s:0:\"\";s:11:\"stumble_uid\";s:0:\"\";s:7:\"rss_uid\";s:0:\"\";s:15:\"google_plus_uid\";s:0:\"\";s:13:\"instagram_uid\";s:0:\"\";s:13:\"pinterest_uid\";s:0:\"\";s:8:\"yelp_uid\";s:0:\"\";s:9:\"vimeo_uid\";s:0:\"\";s:14:\"foursquare_uid\";s:0:\"\";s:21:\"responsive_inline_css\";s:0:\"\";s:25:\"responsive_inline_js_head\";s:0:\"\";s:31:\"responsive_inline_css_js_footer\";s:0:\"\";s:26:\"static_page_layout_default\";s:20:\"content-sidebar-page\";s:26:\"single_post_layout_default\";s:20:\"content-sidebar-page\";s:31:\"blog_posts_index_layout_default\";s:20:\"content-sidebar-page\";s:20:\"blog_post_title_text\";s:0:\"\";s:6:\"submit\";s:12:\"Save Options\";s:27:\"responsive_inline_js_footer\";s:0:\"\";s:14:\"googleplus_uid\";s:0:\"\";s:15:\"stumbleupon_uid\";s:0:\"\";}','yes'),(1173,'hssocial_badges','a:14:{s:17:\"hssocial_facebook\";s:39:\"http://www.facebook.com/AgentSeanWomack\";s:17:\"hssocial_linkedin\";s:38:\"http://www.linkedin.com/in/seanwomack/\";s:16:\"hssocial_youtube\";s:43:\"http://www.youtube.com/user/agentseanwomack\";s:16:\"hssocial_twitter\";s:35:\"https://twitter.com/agentseanwomack\";s:17:\"hssocial_pintrest\";s:28:\"www.pinterest.com/seanwomack\";s:15:\"hssocial_google\";s:38:\"http://www.plus.google.com/+seanwomack\";s:15:\"hssocial_ur_web\";s:0:\"\";s:13:\"hssocial_mail\";s:19:\"sean@seanwomack.com\";s:18:\"hssocial_instagram\";s:0:\"\";s:15:\"hssocial_flickr\";s:0:\"\";s:6:\"pos_lr\";s:1:\"r\";s:6:\"top_px\";s:3:\"250\";s:9:\"effect_bt\";s:11:\"easeOutQuad\";s:12:\"last_updated\";i:1394210697;}','yes'),(1023,'safecss_rev','86','yes'),(566,'_mab_settings','a:2:{s:5:\"optin\";a:5:{s:20:\"aweber-authorization\";s:0:\"\";s:13:\"mailchimp-api\";s:36:\"951c0299cc9d1cdcaf947a73700dc661-us3\";s:19:\"aweber-account-info\";N;s:7:\"allowed\";a:3:{s:6:\"aweber\";N;s:9:\"mailchimp\";i:1;s:6:\"manual\";i:1;}s:12:\"aweber-lists\";N;}s:6:\"others\";a:1:{s:23:\"reorder-content-filters\";i:0;}}','yes'),(930,'metaslider_systemcheck','a:2:{s:16:\"wordPressVersion\";b:0;s:12:\"imageLibrary\";b:0;}','yes'),(568,'_mab_current_version','2.12','yes'),(574,'_mab_style_settings','a:1:{i:0;a:102:{s:5:\"title\";s:7:\"Default\";s:21:\"main_background_color\";s:7:\"#F5F5F5\";s:28:\"main_background_color_select\";s:3:\"hex\";s:21:\"main_background_image\";s:0:\"\";s:22:\"main_background_repeat\";s:9:\"no-repeat\";s:21:\"main_background_align\";s:6:\"center\";s:11:\"main_border\";s:1:\"3\";s:17:\"main_border_color\";s:7:\"#CCCCCC\";s:17:\"main_border_style\";s:5:\"solid\";s:18:\"main_margin_bottom\";s:2:\"20\";s:15:\"main_margin_top\";s:2:\"20\";s:12:\"main_padding\";s:2:\"15\";s:18:\"main_corner_radius\";s:1:\"0\";s:10:\"main_width\";s:0:\"\";s:15:\"main_font_color\";s:7:\"#282828\";s:16:\"main_font_family\";s:28:\"Arial, Helvetica, sans-serif\";s:14:\"main_font_size\";s:2:\"14\";s:16:\"main_line_height\";s:2:\"18\";s:27:\"main_link_background_select\";s:11:\"transparent\";s:20:\"main_link_background\";s:7:\"#FFFFFF\";s:15:\"main_link_color\";s:7:\"#92031a\";s:20:\"main_link_decoration\";s:9:\"underline\";s:33:\"main_link_hover_background_select\";s:11:\"transparent\";s:26:\"main_link_hover_background\";s:7:\"#FFFFFF\";s:15:\"main_link_hover\";s:7:\"#ce0021\";s:26:\"main_link_hover_decoration\";s:4:\"none\";s:18:\"heading_margin_top\";s:1:\"0\";s:21:\"heading_margin_bottom\";s:1:\"7\";s:13:\"heading_align\";s:4:\"left\";s:18:\"heading_font_color\";s:7:\"#282828\";s:19:\"heading_font_family\";s:7:\"inherit\";s:17:\"heading_font_size\";s:2:\"22\";s:18:\"heading_font_style\";s:6:\"normal\";s:19:\"heading_font_weight\";s:4:\"bold\";s:22:\"heading_text_transform\";s:4:\"none\";s:21:\"subheading_margin_top\";s:1:\"0\";s:24:\"subheading_margin_bottom\";s:2:\"10\";s:16:\"subheading_align\";s:4:\"left\";s:21:\"subheading_font_color\";s:7:\"#555555\";s:22:\"subheading_font_family\";s:7:\"inherit\";s:20:\"subheading_font_size\";s:2:\"17\";s:21:\"subheading_font_style\";s:6:\"normal\";s:22:\"subheading_font_weight\";s:4:\"bold\";s:25:\"subheading_text_transform\";s:4:\"none\";s:22:\"aside_background_color\";s:7:\"#FFFFFF\";s:29:\"aside_background_color_select\";s:11:\"transparent\";s:12:\"aside_border\";s:1:\"1\";s:18:\"aside_border_color\";s:7:\"#CCCCCC\";s:18:\"aside_border_style\";s:4:\"none\";s:23:\"aside_background_shadow\";s:0:\"\";s:16:\"aside_margin_top\";s:0:\"\";s:19:\"aside_margin_bottom\";s:0:\"\";s:18:\"aside_margin_right\";s:0:\"\";s:17:\"aside_margin_left\";s:0:\"\";s:13:\"aside_padding\";s:0:\"\";s:19:\"aside_corner_radius\";s:0:\"\";s:18:\"field_margin_right\";s:2:\"10\";s:22:\"input_label_font_color\";s:7:\"#000000\";s:21:\"input_label_font_size\";s:2:\"14\";s:23:\"input_label_font_family\";s:28:\"Arial, Helvetica, sans-serif\";s:22:\"input_label_font_style\";s:6:\"normal\";s:23:\"input_label_font_weight\";s:4:\"bold\";s:25:\"input_label_margin_bottom\";s:0:\"\";s:22:\"input_background_color\";s:7:\"#FFFFFF\";s:29:\"input_background_color_select\";s:3:\"hex\";s:12:\"input_border\";s:1:\"1\";s:18:\"input_border_color\";s:7:\"#999999\";s:18:\"input_border_style\";s:5:\"solid\";s:16:\"input_font_color\";s:7:\"#555555\";s:17:\"input_font_family\";s:28:\"Arial, Helvetica, sans-serif\";s:15:\"input_font_size\";s:2:\"14\";s:16:\"input_font_style\";s:6:\"normal\";s:17:\"input_padding_top\";s:1:\"3\";s:20:\"input_padding_bottom\";s:1:\"3\";s:19:\"input_padding_right\";s:1:\"6\";s:18:\"input_padding_left\";s:1:\"6\";s:11:\"input_width\";s:3:\"150\";s:23:\"button_background_color\";s:7:\"#333333\";s:30:\"button_background_color_select\";s:3:\"hex\";s:29:\"button_background_hover_color\";s:7:\"#555555\";s:36:\"button_background_hover_color_select\";s:3:\"hex\";s:13:\"button_border\";s:1:\"1\";s:19:\"button_border_color\";s:7:\"#222222\";s:19:\"button_border_style\";s:5:\"solid\";s:25:\"button_border_hover_color\";s:7:\"#333333\";s:17:\"button_font_color\";s:7:\"#FFFFFF\";s:23:\"button_font_hover_color\";s:7:\"#FFFFFF\";s:18:\"button_text_shadow\";s:0:\"\";s:24:\"button_text_shadow_hover\";s:0:\"\";s:18:\"button_font_family\";s:28:\"Arial, Helvetica, sans-serif\";s:16:\"button_font_size\";s:2:\"14\";s:17:\"button_margin_top\";s:2:\"15\";s:20:\"button_margin_bottom\";s:0:\"\";s:18:\"button_margin_left\";s:0:\"\";s:19:\"button_margin_right\";s:0:\"\";s:18:\"button_padding_top\";s:1:\"3\";s:21:\"button_padding_bottom\";s:1:\"3\";s:20:\"button_padding_right\";s:1:\"3\";s:19:\"button_padding_left\";s:1:\"3\";s:20:\"button_border_radius\";s:1:\"3\";s:21:\"button_text_transform\";s:4:\"none\";s:9:\"timesaved\";i:1391816227;}}','yes'),(578,'widget_mab-widget','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:12:\"actionbox-id\";s:3:\"166\";}s:12:\"_multiwidget\";i:1;}','yes'),(1012,'wpts_foundation','O:15:\"WPtouchSettings\":76:{s:19:\"video_handling_type\";s:7:\"fitvids\";s:17:\"latest_posts_page\";s:4:\"none\";s:10:\"logo_image\";s:22:\"/uploads/SVG Logo2.png\";s:14:\"show_login_box\";i:0;s:16:\"show_login_links\";i:0;s:15:\"typography_sets\";s:7:\"default\";s:16:\"smart_app_banner\";s:0:\"\";s:21:\"homescreen_icon_title\";s:11:\"Sean Womack\";s:18:\"iphone_icon_retina\";b:0;s:19:\"android_others_icon\";b:0;s:16:\"ipad_icon_retina\";b:0;s:19:\"webapp_mode_enabled\";b:0;s:25:\"webapp_enable_persistence\";b:1;s:18:\"webapp_show_notice\";b:1;s:21:\"webapp_notice_message\";s:75:\"Install this Web-App on your [device]: tap [icon] then \"Add to Home Screen\"\";s:18:\"webapp_ignore_urls\";s:0:\"\";s:25:\"webapp_notice_expiry_days\";i:30;s:27:\"startup_screen_iphone_2g_3g\";b:0;s:26:\"startup_screen_iphone_4_4s\";b:0;s:23:\"startup_screen_iphone_5\";b:0;s:30:\"startup_screen_ipad_1_portrait\";b:0;s:31:\"startup_screen_ipad_1_landscape\";b:0;s:30:\"startup_screen_ipad_3_portrait\";b:0;s:31:\"startup_screen_ipad_3_landscape\";b:0;s:16:\"advertising_type\";s:4:\"none\";s:20:\"advertising_location\";s:6:\"header\";s:25:\"advertising_blog_listings\";b:1;s:18:\"advertising_single\";b:1;s:17:\"advertising_pages\";b:0;s:20:\"advertising_taxonomy\";b:1;s:18:\"advertising_search\";b:1;s:17:\"google_adsense_id\";s:0:\"\";s:14:\"google_slot_id\";s:0:\"\";s:16:\"google_code_type\";s:4:\"sync\";s:25:\"custom_advertising_mobile\";s:0:\"\";s:10:\"show_share\";i:1;s:14:\"share_on_pages\";b:0;s:14:\"share_location\";s:3:\"top\";s:19:\"share_colour_scheme\";s:7:\"vibrant\";s:19:\"social_facebook_url\";s:0:\"\";s:18:\"social_twitter_url\";s:0:\"\";s:17:\"social_google_url\";s:0:\"\";s:17:\"social_tumblr_url\";s:0:\"\";s:20:\"social_pinterest_url\";s:0:\"\";s:16:\"social_vimeo_url\";s:0:\"\";s:18:\"social_youtube_url\";s:0:\"\";s:19:\"social_linkedin_url\";s:0:\"\";s:16:\"social_email_url\";s:0:\"\";s:14:\"social_rss_url\";s:0:\"\";s:21:\"custom_footer_message\";s:0:\"\";s:16:\"featured_enabled\";i:1;s:18:\"featured_autoslide\";i:0;s:19:\"featured_continuous\";i:0;s:18:\"featured_grayscale\";b:0;s:19:\"featured_title_date\";b:1;s:13:\"featured_type\";s:6:\"latest\";s:12:\"featured_tag\";s:0:\"\";s:17:\"featured_category\";s:0:\"\";s:17:\"featured_post_ids\";s:0:\"\";s:14:\"featured_speed\";s:6:\"normal\";s:28:\"featured_max_number_of_posts\";s:1:\"5\";s:21:\"featured_filter_posts\";i:1;s:14:\"posts_per_page\";s:1:\"5\";s:19:\"excluded_categories\";s:0:\"\";s:13:\"excluded_tags\";s:0:\"\";s:15:\"twitter_account\";s:4:\"none\";s:22:\"show_comments_on_pages\";i:0;s:21:\"related_posts_enabled\";b:0;s:17:\"related_posts_max\";i:3;s:24:\"enable_custom_post_types\";i:0;s:25:\"show_custom_post_taxonomy\";i:0;s:32:\"show_custom_post_type_action-box\";i:0;s:40:\"show_custom_post_type_wpcf7_contact_form\";i:0;s:31:\"show_custom_post_type_ml-slider\";i:0;s:30:\"show_custom_post_type_feedback\";i:0;s:29:\"show_custom_post_type_safecss\";i:0;}','yes'),(1013,'wpts_bauhaus','O:15:\"WPtouchSettings\":15:{s:12:\"primary_menu\";s:1:\"4\";s:24:\"bauhaus_background_color\";s:7:\"#f9f9f8\";s:20:\"bauhaus_header_color\";s:7:\"#ffffff\";s:18:\"bauhaus_link_color\";s:7:\"#666666\";s:30:\"bauhaus_post_page_header_color\";s:7:\"#aaaaaa\";s:18:\"bauhaus_shape_type\";s:7:\"circles\";s:21:\"bauhaus_show_taxonomy\";i:0;s:17:\"bauhaus_show_date\";i:1;s:19:\"bauhaus_show_author\";i:0;s:19:\"bauhaus_show_search\";i:1;s:28:\"bauhaus_show_comment_bubbles\";i:1;s:27:\"bauhaus_use_infinite_scroll\";i:0;s:22:\"bauhaus_use_thumbnails\";s:17:\"index_single_page\";s:22:\"bauhaus_thumbnail_type\";s:8:\"featured\";s:30:\"bauhaus_thumbnail_custom_field\";s:0:\"\";}','yes'),(1002,'wpts_bncid','O:29:\"WPtouchDefaultSettingsBNCID30\":6:{s:5:\"bncid\";s:0:\"\";s:19:\"wptouch_license_key\";s:0:\"\";s:16:\"license_accepted\";b:0;s:21:\"license_accepted_time\";i:0;s:22:\"next_update_check_time\";i:1393351878;s:8:\"failures\";i:0;}','yes'),(2457,'widget_acx-social-icons-widget','a:2:{i:2;a:4:{s:5:\"title\";s:18:\"Social Media Icons\";s:9:\"icon_size\";s:2:\"55\";s:10:\"icon_theme\";s:0:\"\";s:10:\"icon_align\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(985,'aiobtn_options','a:5:{s:14:\"shortcode_name\";s:10:\"aio_button\";s:17:\"default_animation\";s:4:\"none\";s:13:\"default_color\";s:3:\"red\";s:12:\"default_size\";s:5:\"small\";s:12:\"default_text\";s:12:\"Download Now\";}','yes'),(1305,'theme_mods_responsive','a:2:{i:0;b:0;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1393570837;s:4:\"data\";a:14:{s:19:\"wp_inactive_widgets\";a:10:{i:0;s:7:\"text-15\";i:1;s:7:\"text-16\";i:2;s:7:\"text-17\";i:3;s:7:\"text-18\";i:4;s:21:\"simple-social-icons-2\";i:5;s:7:\"text-12\";i:6;s:7:\"text-10\";i:7;s:12:\"mab-widget-2\";i:8;s:6:\"text-9\";i:9;s:6:\"text-8\";}s:12:\"main-sidebar\";a:0:{}s:13:\"right-sidebar\";a:0:{}s:12:\"left-sidebar\";a:0:{}s:17:\"left-sidebar-half\";a:0:{}s:18:\"right-sidebar-half\";a:0:{}s:13:\"home-widget-1\";a:3:{i:0;s:18:\"footer_copyright-2\";i:1;s:6:\"text-5\";i:2;s:6:\"text-7\";}s:13:\"home-widget-2\";N;s:13:\"home-widget-3\";N;s:14:\"gallery-widget\";N;s:15:\"colophon-widget\";N;s:10:\"top-widget\";N;s:13:\"footer-widget\";N;s:11:\"last-footer\";N;}}}','yes'),(1850,'theme_mods_attitude','a:2:{i:0;b:0;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1393570572;s:4:\"data\";a:9:{s:19:\"wp_inactive_widgets\";a:8:{i:0;s:18:\"footer_copyright-2\";i:1;s:21:\"simple-social-icons-2\";i:2;s:7:\"text-12\";i:3;s:7:\"text-10\";i:4;s:12:\"mab-widget-2\";i:5;s:6:\"text-9\";i:6;s:6:\"text-8\";i:7;s:6:\"text-5\";}s:21:\"attitude_left_sidebar\";a:0:{}s:22:\"attitude_right_sidebar\";a:1:{i:0;s:7:\"text-15\";}s:30:\"attitude_business_page_sidebar\";a:0:{}s:29:\"attitude_contact_page_sidebar\";a:0:{}s:23:\"attitude_footer_sidebar\";a:1:{i:0;s:7:\"text-18\";}s:11:\"last-footer\";a:0:{}s:18:\"orphaned_widgets_1\";a:1:{i:0;s:6:\"text-7\";}s:18:\"orphaned_widgets_2\";a:2:{i:0;s:7:\"text-16\";i:1;s:7:\"text-17\";}}}}','yes'),(1307,'theme_mods_responsive-child','a:10:{i:0;b:0;s:16:\"background_color\";s:6:\"ffffff\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:6:\"repeat\";s:21:\"background_position_x\";s:4:\"left\";s:21:\"background_attachment\";s:5:\"fixed\";s:18:\"nav_menu_locations\";a:6:{s:8:\"top-menu\";i:0;s:11:\"header-menu\";i:4;s:15:\"sub-header-menu\";i:0;s:11:\"footer-menu\";i:0;s:7:\"primary\";i:4;s:9:\"secondary\";i:0;}s:12:\"header_image\";s:13:\"remove-header\";s:16:\"header_textcolor\";s:3:\"fff\";s:23:\"featured_content_layout\";s:4:\"grid\";}','yes'),(1613,'tt-font-google-api-key','','yes'),(1626,'googlefonts_options','a:75:{s:17:\"googlefonts_font1\";s:0:\"\";s:17:\"googlefonts_font2\";s:0:\"\";s:17:\"googlefonts_font3\";s:0:\"\";s:17:\"googlefonts_font4\";s:0:\"\";s:17:\"googlefonts_font5\";s:0:\"\";s:17:\"googlefonts_font6\";s:0:\"\";s:15:\"googlefont1_css\";s:1:\" \";s:20:\"googlefont1_heading1\";s:9:\"unchecked\";s:20:\"googlefont1_heading2\";s:9:\"unchecked\";s:20:\"googlefont1_heading3\";s:9:\"unchecked\";s:20:\"googlefont1_heading4\";s:9:\"unchecked\";s:20:\"googlefont1_heading5\";s:9:\"unchecked\";s:20:\"googlefont1_heading6\";s:9:\"unchecked\";s:16:\"googlefont1_body\";s:7:\"checked\";s:22:\"googlefont1_blockquote\";s:9:\"unchecked\";s:13:\"googlefont1_p\";s:9:\"unchecked\";s:14:\"googlefont1_li\";s:9:\"unchecked\";s:15:\"googlefont2_css\";s:1:\" \";s:20:\"googlefont2_heading1\";s:9:\"unchecked\";s:20:\"googlefont2_heading2\";s:9:\"unchecked\";s:20:\"googlefont2_heading3\";s:9:\"unchecked\";s:20:\"googlefont2_heading4\";s:9:\"unchecked\";s:20:\"googlefont2_heading5\";s:9:\"unchecked\";s:20:\"googlefont2_heading6\";s:9:\"unchecked\";s:16:\"googlefont2_body\";s:9:\"unchecked\";s:22:\"googlefont2_blockquote\";s:9:\"unchecked\";s:13:\"googlefont2_p\";s:9:\"unchecked\";s:14:\"googlefont2_li\";s:9:\"unchecked\";s:15:\"googlefont3_css\";s:1:\" \";s:20:\"googlefont3_heading1\";s:9:\"unchecked\";s:20:\"googlefont3_heading2\";s:9:\"unchecked\";s:20:\"googlefont3_heading3\";s:9:\"unchecked\";s:20:\"googlefont3_heading4\";s:9:\"unchecked\";s:20:\"googlefont3_heading5\";s:9:\"unchecked\";s:20:\"googlefont3_heading6\";s:9:\"unchecked\";s:16:\"googlefont3_body\";s:9:\"unchecked\";s:22:\"googlefont3_blockquote\";s:9:\"unchecked\";s:13:\"googlefont3_p\";s:9:\"unchecked\";s:14:\"googlefont3_li\";s:9:\"unchecked\";s:15:\"googlefont4_css\";s:1:\" \";s:20:\"googlefont4_heading1\";s:9:\"unchecked\";s:20:\"googlefont4_heading2\";s:9:\"unchecked\";s:20:\"googlefont4_heading3\";s:9:\"unchecked\";s:20:\"googlefont4_heading4\";s:9:\"unchecked\";s:20:\"googlefont4_heading5\";s:9:\"unchecked\";s:20:\"googlefont4_heading6\";s:9:\"unchecked\";s:16:\"googlefont4_body\";s:9:\"unchecked\";s:22:\"googlefont4_blockquote\";s:9:\"unchecked\";s:13:\"googlefont4_p\";s:9:\"unchecked\";s:14:\"googlefont4_li\";s:9:\"unchecked\";s:15:\"googlefont5_css\";s:1:\" \";s:20:\"googlefont5_heading1\";s:9:\"unchecked\";s:20:\"googlefont5_heading2\";s:9:\"unchecked\";s:20:\"googlefont5_heading3\";s:9:\"unchecked\";s:20:\"googlefont5_heading4\";s:9:\"unchecked\";s:20:\"googlefont5_heading5\";s:9:\"unchecked\";s:20:\"googlefont5_heading6\";s:9:\"unchecked\";s:16:\"googlefont5_body\";s:9:\"unchecked\";s:22:\"googlefont5_blockquote\";s:9:\"unchecked\";s:13:\"googlefont5_p\";s:9:\"unchecked\";s:14:\"googlefont5_li\";s:9:\"unchecked\";s:15:\"googlefont6_css\";s:1:\" \";s:20:\"googlefont6_heading1\";s:9:\"unchecked\";s:20:\"googlefont6_heading2\";s:9:\"unchecked\";s:20:\"googlefont6_heading3\";s:9:\"unchecked\";s:20:\"googlefont6_heading4\";s:9:\"unchecked\";s:20:\"googlefont6_heading5\";s:9:\"unchecked\";s:20:\"googlefont6_heading6\";s:9:\"unchecked\";s:16:\"googlefont6_body\";s:9:\"unchecked\";s:22:\"googlefont6_blockquote\";s:9:\"unchecked\";s:13:\"googlefont6_p\";s:9:\"unchecked\";s:14:\"googlefont6_li\";s:9:\"unchecked\";s:20:\"googlefont_data_time\";i:1393486346;s:21:\"googlefont_selections\";a:6:{s:11:\"googlefont1\";a:3:{s:6:\"family\";s:9:\"Open-Sans\";s:8:\"variants\";a:1:{i:0;s:7:\"regular\";}s:7:\"subsets\";a:1:{i:0;s:5:\"latin\";}}s:11:\"googlefont2\";a:3:{s:6:\"family\";s:0:\"\";s:8:\"variants\";a:0:{}s:7:\"subsets\";a:0:{}}s:11:\"googlefont3\";a:3:{s:6:\"family\";s:0:\"\";s:8:\"variants\";a:0:{}s:7:\"subsets\";a:0:{}}s:11:\"googlefont4\";a:3:{s:6:\"family\";s:0:\"\";s:8:\"variants\";a:0:{}s:7:\"subsets\";a:0:{}}s:11:\"googlefont5\";a:3:{s:6:\"family\";s:0:\"\";s:8:\"variants\";a:0:{}s:7:\"subsets\";a:0:{}}s:11:\"googlefont6\";a:3:{s:6:\"family\";s:0:\"\";s:8:\"variants\";a:0:{}s:7:\"subsets\";a:0:{}}}s:25:\"googlefont_data_converted\";b:1;}','yes'),(1627,'googlefonts_data','{\n \"kind\": \"webfonts#webfontList\",\n \"items\": [\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"ABeeZee\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"italic\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/abeezee/v2/mE5BOuZKGln_Ex0uYKpIaw.ttf\",\n \"italic\": \"http://themes.googleusercontent.com/static/fonts/abeezee/v2/kpplLynmYgP0YtlJA3atRw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Abel\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/abel/v4/RpUKfqNxoyNe_ka23bzQ2A.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Abril Fatface\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/abrilfatface/v6/X1g_KwGeBV3ajZIXQ9VnDojjx0o0jr6fNXxPgYh_a8Q.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Aclonica\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/aclonica/v4/M6pHZMPwK3DiBSlo3jwAKQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Acme\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/acme/v3/-J6XNtAHPZBEbsifCdBt-g.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Actor\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/actor/v4/ugMf40CrRK6Jf6Yz_xNSmQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Adamina\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/adamina/v5/RUQfOodOMiVVYqFZcSlT9w.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Advent Pro\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"100\",\n \"200\",\n \"300\",\n \"regular\",\n \"500\",\n \"600\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\",\n \"greek\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"100\": \"http://themes.googleusercontent.com/static/fonts/adventpro/v2/87-JOpSUecTG50PBYK4ysi3USBnSvpkopQaUR-2r7iU.ttf\",\n \"200\": \"http://themes.googleusercontent.com/static/fonts/adventpro/v2/URTSSjIp0Wr-GrjxFdFWnGeudeTO44zf-ht3k-KNzwg.ttf\",\n \"300\": \"http://themes.googleusercontent.com/static/fonts/adventpro/v2/sJaBfJYSFgoB80OL1_66m0eOrDcLawS7-ssYqLr2Xp4.ttf\",\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/adventpro/v2/1NxMBeKVcNNH2H46AUR3wfesZW2xOQ-xsNqO47m55DA.ttf\",\n \"500\": \"http://themes.googleusercontent.com/static/fonts/adventpro/v2/7kBth2-rT8tP40RmMMXMLJp-63r6doWhTEbsfBIRJ7A.ttf\",\n \"600\": \"http://themes.googleusercontent.com/static/fonts/adventpro/v2/3Jo-2maCzv2QLzQBzaKHV_pTEJqju4Hz1txDWij77d4.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/adventpro/v2/M4I6QiICt-ey_wZTpR2gKwJKKGfqHaYFsRG-T3ceEVo.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Aguafina Script\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/aguafinascript/v3/65g7cgMtMGnNlNyq_Z6CvMxLhO8OSNnfAp53LK1_iRs.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Akronim\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/akronim/v2/qA0L2CSArk3tuOWE1AR1DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Aladin\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/aladin/v3/PyuJ5cVHkduO0j5fAMKvAA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Aldrich\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/aldrich/v4/kMMW1S56gFx7RP_mW1g-Eg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Alef\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/alef/v2/ENvZ_P0HBDQxNZYCQO0lUA.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/alef/v2/VDgZJhEwudtOzOFQpZ8MEA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Alegreya\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\",\n \"900\",\n \"900italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/alegreya/v5/62J3atXd6bvMU4qO_ca-eA.ttf\",\n \"italic\": \"http://themes.googleusercontent.com/static/fonts/alegreya/v5/cbshnQGxwmlHBjUil7DaIfesZW2xOQ-xsNqO47m55DA.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/alegreya/v5/5oZtdI5-wQwgAFrd9erCsaCWcynf_cDxXwCLxiixG1c.ttf\",\n \"700italic\": \"http://themes.googleusercontent.com/static/fonts/alegreya/v5/IWi8e5bpnqhMRsZKTcTUWgJKKGfqHaYFsRG-T3ceEVo.ttf\",\n \"900\": \"http://themes.googleusercontent.com/static/fonts/alegreya/v5/oQeMxX-vxGImzDgX6nxA7KCWcynf_cDxXwCLxiixG1c.ttf\",\n \"900italic\": \"http://themes.googleusercontent.com/static/fonts/alegreya/v5/-L71QLH_XqgYWaI1GbOVhp0EAVxt0G0biEntp43Qt6E.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Alegreya SC\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\",\n \"900\",\n \"900italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/alegreyasc/v4/3ozeFnTbygMK6PfHh8B-iqCWcynf_cDxXwCLxiixG1c.ttf\",\n \"italic\": \"http://themes.googleusercontent.com/static/fonts/alegreyasc/v4/GOqmv3FLsJ2r6ZALMZVBmkeOrDcLawS7-ssYqLr2Xp4.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/alegreyasc/v4/M9OIREoxDkvynwTpBAYUq3e1Pd76Vl7zRpE7NLJQ7XU.ttf\",\n \"700italic\": \"http://themes.googleusercontent.com/static/fonts/alegreyasc/v4/5PCoU7IUfCicpKBJtBmP6c_zJjSACmk0BRPxQqhnNLU.ttf\",\n \"900\": \"http://themes.googleusercontent.com/static/fonts/alegreyasc/v4/M9OIREoxDkvynwTpBAYUqyenaqEuufTBk9XMKnKmgDA.ttf\",\n \"900italic\": \"http://themes.googleusercontent.com/static/fonts/alegreyasc/v4/5PCoU7IUfCicpKBJtBmP6U_yTOUGsoC54csJe1b-IRw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Alegreya Sans\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"100\",\n \"100italic\",\n \"300\",\n \"300italic\",\n \"regular\",\n \"italic\",\n \"500\",\n \"500italic\",\n \"700\",\n \"700italic\",\n \"800\",\n \"800italic\",\n \"900\",\n \"900italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\",\n \"vietnamese\"\n ],\n \"version\": \"v1\",\n \"lastModified\": \"2013-12-05\",\n \"files\": {\n \"100\": \"http://themes.googleusercontent.com/static/fonts/alegreyasans/v1/TKyx_-JJ6MdpQruNk-t-PJFGFO4uyVFMfB6LZsii7kI.ttf\",\n \"100italic\": \"http://themes.googleusercontent.com/static/fonts/alegreyasans/v1/gRkSP2lBpqoMTVxg7DmVn2cDnjsrnI9_xJ-5gnBaHsE.ttf\",\n \"300\": \"http://themes.googleusercontent.com/static/fonts/alegreyasans/v1/11EDm-lum6tskJMBbdy9acB1LjARzAvdqa1uQC32v70.ttf\",\n \"300italic\": \"http://themes.googleusercontent.com/static/fonts/alegreyasans/v1/WfiXipsmjqRqsDBQ1bA9CnfqlVoxTUFFx1C8tBqmbcg.ttf\",\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/alegreyasans/v1/KYNzioYhDai7mTMnx_gDgn8f0n03UdmQgF_CLvNR2vg.ttf\",\n \"italic\": \"http://themes.googleusercontent.com/static/fonts/alegreyasans/v1/TKyx_-JJ6MdpQruNk-t-PD4G9C9ttb0Oz5Cvf0qOitE.ttf\",\n \"500\": \"http://themes.googleusercontent.com/static/fonts/alegreyasans/v1/11EDm-lum6tskJMBbdy9aQqQmZ7VjhwksfpNVG0pqGc.ttf\",\n \"500italic\": \"http://themes.googleusercontent.com/static/fonts/alegreyasans/v1/WfiXipsmjqRqsDBQ1bA9Cs7DCVO6wo6i5LKIyZDzK40.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/alegreyasans/v1/11EDm-lum6tskJMBbdy9aVCbmAUID8LN-q3pJpOk3Ys.ttf\",\n \"700italic\": \"http://themes.googleusercontent.com/static/fonts/alegreyasans/v1/WfiXipsmjqRqsDBQ1bA9CpF66r9C4AnxxlBlGd7xY4g.ttf\",\n \"800\": \"http://themes.googleusercontent.com/static/fonts/alegreyasans/v1/11EDm-lum6tskJMBbdy9acxnD5BewVtRRHHljCwR2bM.ttf\",\n \"800italic\": \"http://themes.googleusercontent.com/static/fonts/alegreyasans/v1/WfiXipsmjqRqsDBQ1bA9CicOAJ_9MkLPbDmrtXDPbIU.ttf\",\n \"900\": \"http://themes.googleusercontent.com/static/fonts/alegreyasans/v1/11EDm-lum6tskJMBbdy9aW42xlVP-j5dagE7-AU2zwg.ttf\",\n \"900italic\": \"http://themes.googleusercontent.com/static/fonts/alegreyasans/v1/WfiXipsmjqRqsDBQ1bA9ChRaDUI9aE8-k7PrIG2iiuo.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Alegreya Sans SC\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"100\",\n \"100italic\",\n \"300\",\n \"300italic\",\n \"regular\",\n \"italic\",\n \"500\",\n \"500italic\",\n \"700\",\n \"700italic\",\n \"800\",\n \"800italic\",\n \"900\",\n \"900italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\",\n \"vietnamese\"\n ],\n \"version\": \"v1\",\n \"lastModified\": \"2013-12-05\",\n \"files\": {\n \"100\": \"http://themes.googleusercontent.com/static/fonts/alegreyasanssc/v1/trwFkDJLOJf6hqM93944kVnzStfdnFU-MXbO84aBs_M.ttf\",\n \"100italic\": \"http://themes.googleusercontent.com/static/fonts/alegreyasanssc/v1/qG3gA9iy5RpXMH4crZboqqakMVR0XlJhO7VdJ8yYvA4.ttf\",\n \"300\": \"http://themes.googleusercontent.com/static/fonts/alegreyasanssc/v1/AjAmkoP1y0Vaad0UPPR46-1IqtfxJspFjzJp0SaQRcI.ttf\",\n \"300italic\": \"http://themes.googleusercontent.com/static/fonts/alegreyasanssc/v1/0VweK-TO3aQgazdxg8fs0CnTKaH808trtzttbEg4yVA.ttf\",\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/alegreyasanssc/v1/6kgb6ZvOagoVIRZyl8XV-EklWX-XdLVn1WTiuGuvKIU.ttf\",\n \"italic\": \"http://themes.googleusercontent.com/static/fonts/alegreyasanssc/v1/trwFkDJLOJf6hqM93944kTfqo69HNOlCNZvbwAmUtiA.ttf\",\n \"500\": \"http://themes.googleusercontent.com/static/fonts/alegreyasanssc/v1/AjAmkoP1y0Vaad0UPPR46_hHTluI57wqxl55RvSYo3s.ttf\",\n \"500italic\": \"http://themes.googleusercontent.com/static/fonts/alegreyasanssc/v1/0VweK-TO3aQgazdxg8fs0NqVvxKdFVwqwzilqfVd39U.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/alegreyasanssc/v1/AjAmkoP1y0Vaad0UPPR4600aId5t1FC-xZ8nmpa_XLk.ttf\",\n \"700italic\": \"http://themes.googleusercontent.com/static/fonts/alegreyasanssc/v1/0VweK-TO3aQgazdxg8fs0IBYn3VD6xMEnodOh8pnFw4.ttf\",\n \"800\": \"http://themes.googleusercontent.com/static/fonts/alegreyasanssc/v1/AjAmkoP1y0Vaad0UPPR46wQgSHD3Lo1Mif2Wkk5swWA.ttf\",\n \"800italic\": \"http://themes.googleusercontent.com/static/fonts/alegreyasanssc/v1/0VweK-TO3aQgazdxg8fs0HStmCm6Rs90XeztCALm0H8.ttf\",\n \"900\": \"http://themes.googleusercontent.com/static/fonts/alegreyasanssc/v1/AjAmkoP1y0Vaad0UPPR461Rf9EWUSEX_PR1d_gLKfpM.ttf\",\n \"900italic\": \"http://themes.googleusercontent.com/static/fonts/alegreyasanssc/v1/0VweK-TO3aQgazdxg8fs0IvtwEfTCJoOJugANj-jWDI.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Alex Brush\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/alexbrush/v4/ooh3KJFbKJSUoIRWfiu8o_esZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Alfa Slab One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/alfaslabone/v3/Qx6FPcitRwTC_k88tLPc-Yjjx0o0jr6fNXxPgYh_a8Q.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Alice\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/alice/v5/wZTAfivekBqIg-rk63nFvQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Alike\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/alike/v5/Ho8YpRKNk_202fwDiGNIyw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Alike Angular\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/alikeangular/v4/OpeCu4xxI3qO1C7CZcJtPT3XH2uEnVI__ynTBvNyki8.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Allan\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/allan/v5/T3lemhgZmLQkQI2Qc2bQHA.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/allan/v5/zSxQiwo7wgnr7KkMXhSiag.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Allerta\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/allerta/v5/s9FOEuiJFTNbMe06ifzV8g.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Allerta Stencil\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/allertastencil/v5/CdSZfRtHbQrBohqmzSdDYFf2eT4jUldwg_9fgfY_tHc.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Allura\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/allura/v2/4hcqgZanyuJ2gMYWffIR6A.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Almendra\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/almendra/v6/PDpbB-ZF7deXAAEYPkQOeg.ttf\",\n \"italic\": \"http://themes.googleusercontent.com/static/fonts/almendra/v6/CNWLyiDucqVKVgr4EMidi_esZW2xOQ-xsNqO47m55DA.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/almendra/v6/ZpLdQMj7Q2AFio4nNO6A76CWcynf_cDxXwCLxiixG1c.ttf\",\n \"700italic\": \"http://themes.googleusercontent.com/static/fonts/almendra/v6/-tXHKMcnn6FqrhJV3l1e3QJKKGfqHaYFsRG-T3ceEVo.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Almendra Display\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/almendradisplay/v3/2Zuu97WJ_ez-87yz5Ai8fF6uyC_qD11hrFQ6EGgTJWI.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Almendra SC\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/almendrasc/v4/IuiLd8Fm9I6raSalxMoWeaCWcynf_cDxXwCLxiixG1c.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Amarante\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/amarante/v2/2dQHjIBWSpydit5zkJZnOw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Amaranth\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/amaranth/v4/7VcBog22JBHsHXHdnnycTA.ttf\",\n \"italic\": \"http://themes.googleusercontent.com/static/fonts/amaranth/v4/UrJlRY9LcVERJSvggsdBqPesZW2xOQ-xsNqO47m55DA.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/amaranth/v4/j5OFHqadfxyLnQRxFeox6qCWcynf_cDxXwCLxiixG1c.ttf\",\n \"700italic\": \"http://themes.googleusercontent.com/static/fonts/amaranth/v4/BHyuYFj9nqLFNvOvGh0xTwJKKGfqHaYFsRG-T3ceEVo.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Amatic SC\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/amaticsc/v4/MldbRWLFytvqxU1y81xSVg.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/amaticsc/v4/IDnkRTPGcrSVo50UyYNK7y3USBnSvpkopQaUR-2r7iU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Amethysta\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/amethysta/v2/1jEo9tOFIJDolAUpBnWbnA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Anaheim\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/anaheim/v2/t-z8aXHMpgI2gjN_rIflKA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Andada\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/andada/v5/rSFaDqNNQBRw3y19MB5Y4w.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Andika\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"cyrillic\",\n \"latin-ext\",\n \"cyrillic-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/andika/v4/oe-ag1G0lcqZ3IXfeEgaGg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Angkor\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"khmer\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/angkor/v6/DLpLgIS-8F10ecwKqCm95Q.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Annie Use Your Telescope\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/annieuseyourtelescope/v4/2cuiO5VmaR09C8SLGEQjGqbp7mtG8sPlcZvOaO8HBak.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Anonymous Pro\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"cyrillic\",\n \"latin-ext\",\n \"greek-ext\",\n \"greek\",\n \"cyrillic-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/anonymouspro/v4/Zhfjj_gat3waL4JSju74E-V_5zh5b-_HiooIRUBwn1A.ttf\",\n \"italic\": \"http://themes.googleusercontent.com/static/fonts/anonymouspro/v4/q0u6LFHwttnT_69euiDbWKwIsuKDCXG0NQm7BvAgx-c.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/anonymouspro/v4/WDf5lZYgdmmKhO8E1AQud--Cz_5MeePnXDAcLNWyBME.ttf\",\n \"700italic\": \"http://themes.googleusercontent.com/static/fonts/anonymouspro/v4/_fVr_XGln-cetWSUc-JpfA1LL9bfs7wyIp6F8OC9RxA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Antic\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/antic/v5/hEa8XCNM7tXGzD0Uk0AipA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Antic Didone\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/anticdidone/v2/r3nJcTDuOluOL6LGDV1vRy3USBnSvpkopQaUR-2r7iU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Antic Slab\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/anticslab/v2/PSbJCTKkAS7skPdkd7AKEvesZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Anton\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/anton/v4/XIbCenm-W0IRHWYIh7CGUQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Arapey\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"italic\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/arapey/v3/dqu823lrSYn8T2gApTdslA.ttf\",\n \"italic\": \"http://themes.googleusercontent.com/static/fonts/arapey/v3/pY-Xi5JNBpaWxy2tZhEm5A.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Arbutus\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/arbutus/v3/Go_hurxoUsn5MnqNVQgodQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Arbutus Slab\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/arbutusslab/v2/6k3Yp6iS9l4jRIpynA8qMy3USBnSvpkopQaUR-2r7iU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Architects Daughter\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/architectsdaughter/v4/RXTgOOQ9AAtaVOHxx0IUBMCy0EhZjHzu-y0e6uLf4Fg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Archivo Black\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/archivoblack/v2/WoAoVT7K3k7hHfxKbvB6B51XQG8isOYYJhPIYAyrESQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Archivo Narrow\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/archivonarrow/v3/DsLzC9scoPnrGiwYYMQXppTvAuddT2xDMbdz0mdLyZY.ttf\",\n \"italic\": \"http://themes.googleusercontent.com/static/fonts/archivonarrow/v3/vqsrtPCpTU3tJlKfuXP5zUpmlyBQEFfdE6dERLXdQGQ.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/archivonarrow/v3/M__Wu4PAmHf4YZvQM8tWsMLtdzs3iyjn_YuT226ZsLU.ttf\",\n \"700italic\": \"http://themes.googleusercontent.com/static/fonts/archivonarrow/v3/wG6O733y5zHl4EKCOh8rSTg5KB8MNJ4uPAETq9naQO8.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Arimo\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"cyrillic\",\n \"latin-ext\",\n \"vietnamese\",\n \"greek-ext\",\n \"greek\",\n \"cyrillic-ext\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/arimo/v6/Gpeo80g-5ji2CcyXWnzh7g.ttf\",\n \"italic\": \"http://themes.googleusercontent.com/static/fonts/arimo/v6/_OdGbnX2-qQ96C4OjhyuPw.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/arimo/v6/ZItXugREyvV9LnbY_gxAmw.ttf\",\n \"700italic\": \"http://themes.googleusercontent.com/static/fonts/arimo/v6/__nOLWqmeXdhfr0g7GaFePesZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Arizonia\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/arizonia/v4/yzJqkHZqryZBTM7RKYV9Wg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Armata\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/armata/v4/1H8FwGgIRrbYtxSfXhOHlQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Artifika\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/artifika/v4/Ekfp4H4QG7D-WsABDOyj8g.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Arvo\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/arvo/v6/vvWPwz-PlZEwjOOIKqoZzA.ttf\",\n \"italic\": \"http://themes.googleusercontent.com/static/fonts/arvo/v6/id5a4BCjbenl5Gkqonw_Rw.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/arvo/v6/OB3FDST7U38u3OjPK_vvRQ.ttf\",\n \"700italic\": \"http://themes.googleusercontent.com/static/fonts/arvo/v6/Hvl2MuWoXLaCy2v6MD4Yvw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Asap\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/asap/v2/2lf-1MDR8tsTpEtvJmr2hA.ttf\",\n \"italic\": \"http://themes.googleusercontent.com/static/fonts/asap/v2/mwxNHf8QS8gNWCAMwkJNIg.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/asap/v2/o5RUA7SsJ80M8oDFBnrDbg.ttf\",\n \"700italic\": \"http://themes.googleusercontent.com/static/fonts/asap/v2/_rZz9y2oXc09jT5T6BexLQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Asset\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/asset/v4/hfPmqY-JzuR1lULlQf9iTg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Astloch\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/astloch/v4/fmbitVmHYLQP7MGPuFgpag.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/astloch/v4/aPkhM2tL-tz1jX6aX2rvo_esZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Asul\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/asul/v3/9qpsNR_OOwyOYyo2N0IbBw.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/asul/v3/uO8uNmxaq87-DdPmkEg5Gg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Atomic Age\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/atomicage/v4/WvBMe4FxANIKpo6Oi0mVJ_esZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Aubrey\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/aubrey/v6/zo9w8klO8bmOQIMajQ2aTA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Audiowide\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/audiowide/v2/yGcwRZB6VmoYhPUYT-mEow.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Autour One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/autourone/v2/2xmQBcg7FN72jaQRFZPIDvesZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Average\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/average/v2/aHUibBqdDbVYl5FM48pxyQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Average Sans\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/averagesans/v2/dnU3R-5A_43y5bIyLztPsS3USBnSvpkopQaUR-2r7iU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Averia Gruesa Libre\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/averiagruesalibre/v2/10vbZTOoN6T8D-nvDzwRFyXcKHuZXlCN8VkWHpkUzKM.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Averia Libre\",\n \"category\": \"display\",\n \"variants\": [\n \"300\",\n \"300italic\",\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"300\": \"http://themes.googleusercontent.com/static/fonts/averialibre/v2/r6hGL8sSLm4dTzOPXgx5XacQoVhARpoaILP7amxE_8g.ttf\",\n \"300italic\": \"http://themes.googleusercontent.com/static/fonts/averialibre/v2/I6wAYuAvOgT7el2ePj2nkina0FLWfcB-J_SAYmcAXaI.ttf\",\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/averialibre/v2/rYVgHZZQICWnhjguGsBspC3USBnSvpkopQaUR-2r7iU.ttf\",\n \"italic\": \"http://themes.googleusercontent.com/static/fonts/averialibre/v2/1etzuoNxVHR8F533EkD1WfMZXuCXbOrAvx5R0IT5Oyo.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/averialibre/v2/r6hGL8sSLm4dTzOPXgx5XUD2ttfZwueP-QU272T9-k4.ttf\",\n \"700italic\": \"http://themes.googleusercontent.com/static/fonts/averialibre/v2/I6wAYuAvOgT7el2ePj2nkvAs9-1nE9qOqhChW0m4nDE.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Averia Sans Libre\",\n \"category\": \"display\",\n \"variants\": [\n \"300\",\n \"300italic\",\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"300\": \"http://themes.googleusercontent.com/static/fonts/averiasanslibre/v2/_9-jTfQjaBsWAF_yp5z-V4CP_KG_g80s1KXiBtJHoNc.ttf\",\n \"300italic\": \"http://themes.googleusercontent.com/static/fonts/averiasanslibre/v2/o7BEIK-fG3Ykc5Rzteh88YuyGu4JqttndUh4gRKxic0.ttf\",\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/averiasanslibre/v2/yRJpjT39KxACO9F31mj_LqV8_KRn4epKAjTFK1s1fsg.ttf\",\n \"italic\": \"http://themes.googleusercontent.com/static/fonts/averiasanslibre/v2/COEzR_NPBSUOl3pFwPbPoCZU2HnUZT1xVKaIrHDioao.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/averiasanslibre/v2/_9-jTfQjaBsWAF_yp5z-V8QwVOrz1y5GihpZmtKLhlI.ttf\",\n \"700italic\": \"http://themes.googleusercontent.com/static/fonts/averiasanslibre/v2/o7BEIK-fG3Ykc5Rzteh88bXy1DXgmJcVtKjM5UWamMs.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Averia Serif Libre\",\n \"category\": \"display\",\n \"variants\": [\n \"300\",\n \"300italic\",\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"300\": \"http://themes.googleusercontent.com/static/fonts/averiaseriflibre/v3/yvITAdr5D1nlsdFswJAb8SmC4gFJ2PHmfdVKEd_5S9M.ttf\",\n \"300italic\": \"http://themes.googleusercontent.com/static/fonts/averiaseriflibre/v3/YOLFXyye4sZt6AZk1QybCG2okl0bU63CauowU4iApig.ttf\",\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/averiaseriflibre/v3/fdtF30xa_Erw0zAzOoG4BZqY66i8AUyI16fGqw0iAew.ttf\",\n \"italic\": \"http://themes.googleusercontent.com/static/fonts/averiaseriflibre/v3/o9qhvK9iT5iDWfyhQUe-6Ru_b0bTq5iipbJ9hhgHJ6U.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/averiaseriflibre/v3/yvITAdr5D1nlsdFswJAb8Q50KV5TaOVolur4zV2iZsg.ttf\",\n \"700italic\": \"http://themes.googleusercontent.com/static/fonts/averiaseriflibre/v3/YOLFXyye4sZt6AZk1QybCNxohRXP4tNDqG3X4Hqn21k.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Bad Script\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"cyrillic\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/badscript/v3/cRyUs0nJ2eMQFHwBsZNRXfesZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Balthazar\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/balthazar/v3/WgbaSIs6dJAGXJ0qbz2xlw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Bangers\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/bangers/v5/WAffdge5w99Xif-DLeqmcA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Basic\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/basic/v3/hNII2mS5Dxw5C0u_m3mXgA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Battambang\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"khmer\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/battambang/v7/MzrUfQLefYum5vVGM3EZVPesZW2xOQ-xsNqO47m55DA.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/battambang/v7/dezbRtMzfzAA99DmrCYRMgJKKGfqHaYFsRG-T3ceEVo.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Baumans\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/baumans/v3/o0bFdPW1H5kd5saqqOcoVg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Bayon\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"khmer\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/bayon/v6/yTubusjTnpNRZwA4_50iVw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Belgrano\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/belgrano/v4/iq8DUa2s7g6WRCeMiFrmtQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Belleza\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/belleza/v2/wchA3BWJlVqvIcSeNZyXew.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"BenchNine\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"300\",\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"300\": \"http://themes.googleusercontent.com/static/fonts/benchnine/v2/ah9xtUy9wLQ3qnWa2p-piS3USBnSvpkopQaUR-2r7iU.ttf\",\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/benchnine/v2/h3OAlYqU3aOeNkuXgH2Q2w.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/benchnine/v2/qZpi6ZVZg3L2RL_xoBLxWS3USBnSvpkopQaUR-2r7iU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Bentham\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/bentham/v4/5-Mo8Fe7yg5tzV0GlQIuzQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Berkshire Swash\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/berkshireswash/v2/4RZJjVRPjYnC2939hKCAimKfbtsIjCZP_edQljX9gR0.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Bevan\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/bevan/v5/Rtg3zDsCeQiaJ_Qno22OJA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Bigelow Rules\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/bigelowrules/v2/FEJCPLwo07FS-6SK6Al50X8f0n03UdmQgF_CLvNR2vg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Bigshot One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/bigshotone/v4/wSyZjBNTWDQHnvWE2jt6j6CWcynf_cDxXwCLxiixG1c.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Bilbo\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/bilbo/v4/-ty-lPs5H7OIucWbnpFrkA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Bilbo Swash Caps\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/bilboswashcaps/v5/UB_-crLvhx-PwGKW1oosDmYeFSdnSpRYv5h9gpdlD1g.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Bitter\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/bitter/v5/w_BNdJvVZDRmqy5aSfB2kQ.ttf\",\n \"italic\": \"http://themes.googleusercontent.com/static/fonts/bitter/v5/TC0FZEVzXQIGgzmRfKPZbA.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/bitter/v5/4dUtr_4BvHuoRU35suyOAg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Black Ops One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/blackopsone/v5/2XW-DmDsGbDLE372KrMW1Yjjx0o0jr6fNXxPgYh_a8Q.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Bokor\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"khmer\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/bokor/v6/uAKdo0A85WW23Gs6mcbw7A.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Bonbon\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/bonbon/v4/IW3u1yzG1knyW5oz0s9_6Q.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Boogaloo\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/boogaloo/v4/4Wu1tvFMoB80fSu8qLgQfQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Bowlby One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/bowlbyone/v5/eKpHjHfjoxM2bX36YNucefesZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Bowlby One SC\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/bowlbyonesc/v6/8ZkeXftTuzKBtmxOYXoRedDkZCMxWJecxjvKm2f8MJw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Brawler\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/brawler/v4/3gfSw6imxQnQxweVITqUrg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Bree Serif\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/breeserif/v3/5h9crBVIrvZqgf34FHcnEfesZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Bubblegum Sans\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/bubblegumsans/v3/Y9iTUUNz6lbl6TrvV4iwsytnKWgpfO2iSkLzTz-AABg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Bubbler One\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/bubblerone/v2/e8S0qevkZAFaBybtt_SU4qCWcynf_cDxXwCLxiixG1c.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Buda\",\n \"category\": \"display\",\n \"variants\": [\n \"300\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"300\": \"http://themes.googleusercontent.com/static/fonts/buda/v4/hLtAmNUmEMJH2yx7NGUjnA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Buenard\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/buenard/v4/NSpMPGKAUgrLrlstYVvIXQ.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/buenard/v4/yUlGE115dGr7O9w9FlP3UvesZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Butcherman\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/butcherman/v5/bxiJmD567sPBVpJsT0XR0vesZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Butterfly Kids\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/butterflykids/v2/J4NTF5M25htqeTffYImtlUZaDk62iwTBnbnvwSjZciA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Cabin\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"500\",\n \"500italic\",\n \"600\",\n \"600italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/cabin/v5/XeuAFYo2xAPHxZGBbQtHhA.ttf\",\n \"italic\": \"http://themes.googleusercontent.com/static/fonts/cabin/v5/0tJ9k3DI5xC4GBgs1E_Jxw.ttf\",\n \"500\": \"http://themes.googleusercontent.com/static/fonts/cabin/v5/HgsCQ-k3_Z_uQ86aFolNBg.ttf\",\n \"500italic\": \"http://themes.googleusercontent.com/static/fonts/cabin/v5/50sjhrGE0njyO-7mGDhGP_esZW2xOQ-xsNqO47m55DA.ttf\",\n \"600\": \"http://themes.googleusercontent.com/static/fonts/cabin/v5/eUDAvKhBtmTCkeVBsFk34A.ttf\",\n \"600italic\": \"http://themes.googleusercontent.com/static/fonts/cabin/v5/sFQpQDBd3G2om0Nl5dD2CvesZW2xOQ-xsNqO47m55DA.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/cabin/v5/4EKhProuY1hq_WCAomq9Dg.ttf\",\n \"700italic\": \"http://themes.googleusercontent.com/static/fonts/cabin/v5/K83QKi8MOKLEqj6bgZ7LrfesZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Cabin Condensed\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"500\",\n \"600\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/cabincondensed/v5/B0txb0blf2N29WdYPJjMSiQPsWWoiv__AzYJ9Zzn9II.ttf\",\n \"500\": \"http://themes.googleusercontent.com/static/fonts/cabincondensed/v5/Ez4zJbsGr2BgXcNUWBVgEARL_-ABKXdjsJSPT0lc2Bk.ttf\",\n \"600\": \"http://themes.googleusercontent.com/static/fonts/cabincondensed/v5/Ez4zJbsGr2BgXcNUWBVgELS5sSASxc8z4EQTQj7DCAI.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/cabincondensed/v5/Ez4zJbsGr2BgXcNUWBVgEMAWgzcA047xWLixhLCofl8.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Cabin Sketch\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/cabinsketch/v6/d9fijO34zQajqQvl3YHRCS3USBnSvpkopQaUR-2r7iU.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/cabinsketch/v6/ki3SSN5HMOO0-IOLOj069ED2ttfZwueP-QU272T9-k4.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Caesar Dressing\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/caesardressing/v3/2T_WzBgE2Xz3FsyJMq34T9gR43u4FvCuJwIfF5Zxl6Y.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Cagliostro\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/cagliostro/v3/i85oXbtdSatNEzss99bpj_esZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Calligraffitti\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/calligraffitti/v5/vLVN2Y-z65rVu1R7lWdvyDXz_orj3gX0_NzfmYulrko.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Cambo\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/cambo/v3/PnwpRuTdkYCf8qk4ajmNRA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Candal\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/candal/v4/x44dDW28zK7GR1gGDBmj9g.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Cantarell\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/cantarell/v4/p5ydP_uWQ5lsFzcP_XVMEw.ttf\",\n \"italic\": \"http://themes.googleusercontent.com/static/fonts/cantarell/v4/DTCLtOSqP-7dgM-V_xKUjqCWcynf_cDxXwCLxiixG1c.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/cantarell/v4/Yir4ZDsCn4g1kWopdg-ehC3USBnSvpkopQaUR-2r7iU.ttf\",\n \"700italic\": \"http://themes.googleusercontent.com/static/fonts/cantarell/v4/weehrwMeZBXb0QyrWnRwFXe1Pd76Vl7zRpE7NLJQ7XU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Cantata One\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/cantataone/v3/-a5FDvnBqaBMDaGgZYnEfqCWcynf_cDxXwCLxiixG1c.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Cantora One\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/cantoraone/v3/oI-DS62RbHI8ZREjp73ehqCWcynf_cDxXwCLxiixG1c.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Capriola\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/capriola/v2/JxXPlkdzWwF9Cwelbvi9jA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Cardo\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\",\n \"greek-ext\",\n \"greek\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/cardo/v6/jbkF2_R0FKUEZTq5dwSknQ.ttf\",\n \"italic\": \"http://themes.googleusercontent.com/static/fonts/cardo/v6/pcv4Np9tUkq0YREYUcEEJQ.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/cardo/v6/lQN30weILimrKvp8rZhF1w.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Carme\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/carme/v5/08E0NP1eRBEyFRUadmMfgA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Carrois Gothic\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/carroisgothic/v2/GCgb7bssGpwp7V5ynxmWy2x3d0cwUleGuRTmCYfCUaM.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Carrois Gothic SC\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/carroisgothicsc/v2/bVp4nhwFIXU-r3LqUR8DSJTdPW1ioadGi2uRiKgJVCY.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Carter One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/carterone/v6/5X_LFvdbcB7OBG7hBgZ7fPesZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Caudex\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\",\n \"greek-ext\",\n \"greek\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/caudex/v4/PWEexiHLDmQbn2b1OPZWfg.ttf\",\n \"italic\": \"http://themes.googleusercontent.com/static/fonts/caudex/v4/XjMZF6XCisvV3qapD4oJdw.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/caudex/v4/PetCI4GyQ5Q3LiOzUu_mMg.ttf\",\n \"700italic\": \"http://themes.googleusercontent.com/static/fonts/caudex/v4/yT8YeHLjaJvQXlUEYOA8gqCWcynf_cDxXwCLxiixG1c.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Cedarville Cursive\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/cedarvillecursive/v4/cuCe6HrkcqrWTWTUE7dw-41zwq9-z_Lf44CzRAA0d0Y.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Ceviche One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/cevicheone/v4/WOaXIMBD4VYMy39MsobJhKCWcynf_cDxXwCLxiixG1c.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Changa One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\",\n \"italic\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/changaone/v7/dr4qjce4W3kxFrZRkVD87fesZW2xOQ-xsNqO47m55DA.ttf\",\n \"italic\": \"http://themes.googleusercontent.com/static/fonts/changaone/v7/wJVQlUs1lAZel-WdTo2U9y3USBnSvpkopQaUR-2r7iU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Chango\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/chango/v3/3W3AeMMtRTH08t5qLOjBmg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Chau Philomene One\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/chauphilomeneone/v2/KKc5egCL-a2fFVoOA2x6tBFi5dxgSTdxqnMJgWkBJcg.ttf\",\n \"italic\": \"http://themes.googleusercontent.com/static/fonts/chauphilomeneone/v2/eJj1PY_iN4KiIuyOvtMHJP6uyLkxyiC4WcYA74sfquE.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Chela One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/chelaone/v2/h5O0dEnpnIq6jQnWxZybrA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Chelsea Market\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/chelseamarket/v2/qSdzwh2A4BbNemy78sJLfAAI1i8fIftCBXsBF2v9UMI.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Chenla\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"khmer\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/chenla/v7/aLNpdAUDq2MZbWz2U1a16g.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Cherry Cream Soda\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/cherrycreamsoda/v4/OrD-AUnFcZeeKa6F_c0_WxOiHiuAPYA9ry3O1RG2XIU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Cherry Swash\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/cherryswash/v2/HqOk7C7J1TZ5i3L-ejF0vi3USBnSvpkopQaUR-2r7iU.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/cherryswash/v2/-CfyMyQqfucZPQNB0nvYyED2ttfZwueP-QU272T9-k4.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Chewy\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/chewy/v5/hcDN5cvQdIu6Bx4mg_TSyw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Chicle\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/chicle/v3/xg4q57Ut9ZmyFwLp51JLgg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Chivo\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"900\",\n \"900italic\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/chivo/v5/L88PEuzS9eRfHRZhAPhZyw.ttf\",\n \"italic\": \"http://themes.googleusercontent.com/static/fonts/chivo/v5/Oe3-Q-a2kBzPnhHck_baMg.ttf\",\n \"900\": \"http://themes.googleusercontent.com/static/fonts/chivo/v5/JAdkiWd46QCW4vOsj3dzTA.ttf\",\n \"900italic\": \"http://themes.googleusercontent.com/static/fonts/chivo/v5/LoszYnE86q2wJEOjCigBQ_esZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Cinzel\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"700\",\n \"900\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/cinzel/v2/GF7dy_Nc-a6EaHYSyGd-EA.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/cinzel/v2/nYcFQ6_3pf_6YDrOFjBR8Q.ttf\",\n \"900\": \"http://themes.googleusercontent.com/static/fonts/cinzel/v2/FTBj72ozM2cEOSxiVsRb3A.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Cinzel Decorative\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\",\n \"700\",\n \"900\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/cinzeldecorative/v2/fmgK7oaJJIXAkhd9798yQgT5USbJx2F82lQbogPy2bY.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/cinzeldecorative/v2/pXhIVnhFtL_B9Vb1wq2F95-YYVDmZkJErg0zgx9XuZI.ttf\",\n \"900\": \"http://themes.googleusercontent.com/static/fonts/cinzeldecorative/v2/pXhIVnhFtL_B9Vb1wq2F97Khqbv0zQZa0g-9HOXAalU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Clicker Script\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/clickerscript/v2/Zupmk8XwADjufGxWB9KThBnpV0hQCek3EmWnCPrvGRM.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Coda\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\",\n \"800\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/coda/v8/yHDvulhg-P-p2KRgRrnUYw.ttf\",\n \"800\": \"http://themes.googleusercontent.com/static/fonts/coda/v8/6ZIw0sbALY0KTMWllZB3hQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Coda Caption\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"800\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"800\": \"http://themes.googleusercontent.com/static/fonts/codacaption/v6/YDl6urZh-DUFhiMBTgAnz_qsay_1ZmRGmC8pVRdIfAg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Codystar\",\n \"category\": \"display\",\n \"variants\": [\n \"300\",\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"300\": \"http://themes.googleusercontent.com/static/fonts/codystar/v2/EVaUzfJkcb8Zqx9kzQLXqqCWcynf_cDxXwCLxiixG1c.ttf\",\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/codystar/v2/EN-CPFKYowSI7SuR7-0cZA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Combo\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/combo/v2/Nab98KjR3JZSSPGtzLyXNw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Comfortaa\",\n \"category\": \"display\",\n \"variants\": [\n \"300\",\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"cyrillic\",\n \"latin-ext\",\n \"greek\",\n \"cyrillic-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"300\": \"http://themes.googleusercontent.com/static/fonts/comfortaa/v5/r_tUZNl0G8xCoOmp_JkSCi3USBnSvpkopQaUR-2r7iU.ttf\",\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/comfortaa/v5/lZx6C1VViPgSOhCBUP7hXA.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/comfortaa/v5/fND5XPYKrF2tQDwwfWZJIy3USBnSvpkopQaUR-2r7iU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Coming Soon\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/comingsoon/v4/Yz2z3IAe2HSQAOWsSG8COKCWcynf_cDxXwCLxiixG1c.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Concert One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/concertone/v5/N5IWCIGhUNdPZn_efTxKN6CWcynf_cDxXwCLxiixG1c.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Condiment\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/condiment/v2/CstmdiPpgFSV0FUNL5LrJA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Content\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"khmer\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/content/v6/l8qaLjygvOkDEU2G6-cjfQ.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/content/v6/7PivP8Zvs2qn6F6aNbSQe_esZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Contrail One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/contrailone/v4/b41KxjgiyqX-hkggANDU6C3USBnSvpkopQaUR-2r7iU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Convergence\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/convergence/v3/eykrGz1NN_YpQmkAZjW-qKCWcynf_cDxXwCLxiixG1c.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Cookie\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/cookie/v5/HxeUC62y_YdDbiFlze357A.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Copse\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/copse/v4/wikLrtPGjZDvZ5w2i5HLWg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Corben\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/corben/v6/tTysMZkt-j8Y5yhkgsoajQ.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/corben/v6/lirJaFSQWdGQuV--fksg5g.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Courgette\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/courgette/v2/2YO0EYtyE9HUPLZprahpZA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Cousine\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"cyrillic\",\n \"latin-ext\",\n \"vietnamese\",\n \"greek-ext\",\n \"greek\",\n \"cyrillic-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/cousine/v7/GYX4bPXObJNJo63QJEUnLg.ttf\",\n \"italic\": \"http://themes.googleusercontent.com/static/fonts/cousine/v7/1WtIuajLoo8vjVwsrZ3eOg.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/cousine/v7/FXEOnNUcCzhdtoBxiq-lovesZW2xOQ-xsNqO47m55DA.ttf\",\n \"700italic\": \"http://themes.googleusercontent.com/static/fonts/cousine/v7/y_AZ5Sz-FwL1lux2xLSTZS3USBnSvpkopQaUR-2r7iU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Coustard\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"900\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/coustard/v4/iO2Rs5PmqAEAXoU3SkMVBg.ttf\",\n \"900\": \"http://themes.googleusercontent.com/static/fonts/coustard/v4/W02OCWO6OfMUHz6aVyegQ6CWcynf_cDxXwCLxiixG1c.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Covered By Your Grace\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/coveredbyyourgrace/v4/6ozZp4BPlrbDRWPe3EBGA6CVUMdvnk-GcAiZQrX9Gek.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Crafty Girls\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/craftygirls/v3/0Sv8UWFFdhQmesHL32H8oy3USBnSvpkopQaUR-2r7iU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Creepster\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/creepster/v3/0vdr5kWJ6aJlOg5JvxnXzQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Crete Round\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/creteround/v3/B8EwN421qqOCCT8vOH4wJ6CWcynf_cDxXwCLxiixG1c.ttf\",\n \"italic\": \"http://themes.googleusercontent.com/static/fonts/creteround/v3/5xAt7XK2vkUdjhGtt98unUeOrDcLawS7-ssYqLr2Xp4.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Crimson Text\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"600\",\n \"600italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/crimsontext/v4/3IFMwfRa07i-auYR-B-zNS3USBnSvpkopQaUR-2r7iU.ttf\",\n \"italic\": \"http://themes.googleusercontent.com/static/fonts/crimsontext/v4/a5QZnvmn5amyNI-t2BMkWPMZXuCXbOrAvx5R0IT5Oyo.ttf\",\n \"600\": \"http://themes.googleusercontent.com/static/fonts/crimsontext/v4/rEy5tGc5HdXy56Xvd4f3I2v8CylhIUtwUiYO7Z2wXbE.ttf\",\n \"600italic\": \"http://themes.googleusercontent.com/static/fonts/crimsontext/v4/4j4TR-EfnvCt43InYpUNDIR-5-urNOGAobhAyctHvW8.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/crimsontext/v4/rEy5tGc5HdXy56Xvd4f3I0D2ttfZwueP-QU272T9-k4.ttf\",\n \"700italic\": \"http://themes.googleusercontent.com/static/fonts/crimsontext/v4/4j4TR-EfnvCt43InYpUNDPAs9-1nE9qOqhChW0m4nDE.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Croissant One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/croissantone/v2/mPjsOObnC77fp1cvZlOfIYjjx0o0jr6fNXxPgYh_a8Q.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Crushed\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/crushed/v4/aHwSejs3Kt0Lg95u7j32jA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Cuprum\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"cyrillic\",\n \"latin-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/cuprum/v5/JgXs0F_UiaEdAS74msmFNg.ttf\",\n \"italic\": \"http://themes.googleusercontent.com/static/fonts/cuprum/v5/cLEz0KV6OxInnktSzpk58g.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/cuprum/v5/6tl3_FkDeXSD72oEHuJh4w.ttf\",\n \"700italic\": \"http://themes.googleusercontent.com/static/fonts/cuprum/v5/bnkXaBfoYvaJ75axRPSwVKCWcynf_cDxXwCLxiixG1c.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Cutive\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/cutive/v5/G2bW-ImyOCwKxBkLyz39YQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Cutive Mono\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/cutivemono/v2/ncWQtFVKcSs8OW798v30k6CWcynf_cDxXwCLxiixG1c.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Damion\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/damion/v4/13XtECwKxhD_VrOqXL4SiA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Dancing Script\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/dancingscript/v4/DK0eTGXiZjN6yA8zAEyM2RnpV0hQCek3EmWnCPrvGRM.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/dancingscript/v4/KGBfwabt0ZRLA5W1ywjowb_dAmXiKjTPGCuO6G2MbfA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Dangrek\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"khmer\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/dangrek/v6/LOaFhBT-EHNxZjV8DAW_ew.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Dawning of a New Day\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/dawningofanewday/v5/JiDsRhiKZt8uz3NJ5xA06gXLnohmOYWQZqo_sW8GLTk.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Days One\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/daysone/v4/kzwZjNhc1iabMsrc_hKBIA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Delius\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/delius/v4/TQA163qafki2-gV-B6F_ag.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Delius Swash Caps\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/deliusswashcaps/v6/uXyrEUnoWApxIOICunRq7yIrxb5zDVgU2N3VzXm7zq4.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Delius Unicase\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/deliusunicase/v7/b2sKujV3Q48RV2PQ0k1vqu6rPKfVZo7L2bERcf0BDns.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/deliusunicase/v7/7FTMTITcb4dxUp99FAdTqNy5weKXdcrx-wE0cgECMq8.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Della Respira\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/dellarespira/v2/F4E6Lo_IZ6L9AJCcbqtDVeDcg5akpSnIcsPhLOFv7l8.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Denk One\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/denkone/v2/TdXOeA4eA_hEx4W8Sh9wPw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Devonshire\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/devonshire/v3/I3ct_2t12SYizP8ZC-KFi_esZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Didact Gothic\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"cyrillic\",\n \"latin-ext\",\n \"greek-ext\",\n \"greek\",\n \"cyrillic-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/didactgothic/v5/v8_72sD3DYMKyM0dn3LtWotBLojGU5Qdl8-5NL4v70w.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Diplomata\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/diplomata/v2/u-ByBiKgN6rTMA36H3kcKg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Diplomata SC\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/diplomatasc/v3/JdVwAwfE1a_pahXjk5qpNi3USBnSvpkopQaUR-2r7iU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Domine\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/domine/v2/wfVIgamVFjMNQAEWurCiHA.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/domine/v2/phBcG1ZbQFxUIt18hPVxnw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Donegal One\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/donegalone/v2/6kN4-fDxz7T9s5U61HwfF6CWcynf_cDxXwCLxiixG1c.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Doppio One\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/doppioone/v2/WHZ3HJQotpk_4aSMNBo_t_esZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Dorsa\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/dorsa/v5/wCc3cUe6XrmG2LQE6GlIrw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Dosis\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"200\",\n \"300\",\n \"regular\",\n \"500\",\n \"600\",\n \"700\",\n \"800\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"200\": \"http://themes.googleusercontent.com/static/fonts/dosis/v2/ztftab0r6hcd7AeurUGrSQ.ttf\",\n \"300\": \"http://themes.googleusercontent.com/static/fonts/dosis/v2/awIB6L0h5mb0plIKorXmuA.ttf\",\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/dosis/v2/rJRlixu-w0JZ1MyhJpao_Q.ttf\",\n \"500\": \"http://themes.googleusercontent.com/static/fonts/dosis/v2/ruEXDOFMxDPGnjCBKRqdAQ.ttf\",\n \"600\": \"http://themes.googleusercontent.com/static/fonts/dosis/v2/KNAswRNwm3tfONddYyidxg.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/dosis/v2/AEEAj0ONidK8NQQMBBlSig.ttf\",\n \"800\": \"http://themes.googleusercontent.com/static/fonts/dosis/v2/nlrKd8E69vvUU39XGsvR7Q.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Dr Sugiyama\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/drsugiyama/v3/S5Yx3MIckgoyHhhS4C9Tv6CWcynf_cDxXwCLxiixG1c.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Droid Sans\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/droidsans/v4/rS9BT6-asrfjpkcV3DXf__esZW2xOQ-xsNqO47m55DA.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/droidsans/v4/EFpQQyG9GqCrobXxL-KRMQJKKGfqHaYFsRG-T3ceEVo.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Droid Sans Mono\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/droidsansmono/v5/ns-m2xQYezAtqh7ai59hJcwD6PD0c3_abh9zHKQtbGU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Droid Serif\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/droidserif/v4/DgAtPy6rIVa2Zx3Xh9KaNaCWcynf_cDxXwCLxiixG1c.ttf\",\n \"italic\": \"http://themes.googleusercontent.com/static/fonts/droidserif/v4/cj2hUnSRBhwmSPr9kS5890eOrDcLawS7-ssYqLr2Xp4.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/droidserif/v4/QQt14e8dY39u-eYBZmppwXe1Pd76Vl7zRpE7NLJQ7XU.ttf\",\n \"700italic\": \"http://themes.googleusercontent.com/static/fonts/droidserif/v4/c92rD_x0V1LslSFt3-QEps_zJjSACmk0BRPxQqhnNLU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Duru Sans\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/durusans/v4/R1xHvAOARPh8_so9_UKw1w.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Dynalight\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/dynalight/v3/-CWsIe8OUDWTIHjSAh41kA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"EB Garamond\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"cyrillic\",\n \"latin-ext\",\n \"vietnamese\",\n \"cyrillic-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/ebgaramond/v5/CDR0kuiFK7I1OZ2hSdR7G6CWcynf_cDxXwCLxiixG1c.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Eagle Lake\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/eaglelake/v2/ZKlYin7caemhx9eSg6RvPfesZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Eater\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/eater/v3/gm6f3OmYEdbs3lPQtUfBkA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Economica\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/economica/v2/G4rJRujzZbq9Nxngu9l3hg.ttf\",\n \"italic\": \"http://themes.googleusercontent.com/static/fonts/economica/v2/p5O9AVeUqx_n35xQRinNYaCWcynf_cDxXwCLxiixG1c.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/economica/v2/UK4l2VEpwjv3gdcwbwXE9C3USBnSvpkopQaUR-2r7iU.ttf\",\n \"700italic\": \"http://themes.googleusercontent.com/static/fonts/economica/v2/ac5dlUsedQ03RqGOeay-3Xe1Pd76Vl7zRpE7NLJQ7XU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Electrolize\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/electrolize/v3/yFVu5iokC-nt4B1Cyfxb9aCWcynf_cDxXwCLxiixG1c.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Elsie\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\",\n \"900\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/elsie/v2/gwspePauE45BJu6Ok1QrfQ.ttf\",\n \"900\": \"http://themes.googleusercontent.com/static/fonts/elsie/v2/1t-9f0N2NFYwAgN7oaISqg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Elsie Swash Caps\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\",\n \"900\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/elsieswashcaps/v2/9L3hIJMPCf6sxCltnxd6X2YeFSdnSpRYv5h9gpdlD1g.ttf\",\n \"900\": \"http://themes.googleusercontent.com/static/fonts/elsieswashcaps/v2/iZnus9qif0tR5pGaDv5zdKoKBWBozTtxi30NfZDOXXU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Emblema One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/emblemaone/v3/7IlBUjBWPIiw7cr_O2IfSaCWcynf_cDxXwCLxiixG1c.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Emilys Candy\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/emilyscandy/v2/PofLVm6v1SwZGOzC8s-I3S3USBnSvpkopQaUR-2r7iU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Engagement\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/engagement/v3/4Uz0Jii7oVPcaFRYmbpU6vesZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Englebert\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/englebert/v2/sll38iOvOuarDTYBchlP3Q.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Enriqueta\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/enriqueta/v3/_p90TrIwR1SC-vDKtmrv6A.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/enriqueta/v3/I27Pb-wEGH2ajLYP0QrtSC3USBnSvpkopQaUR-2r7iU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Erica One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/ericaone/v4/cIBnH2VAqQMIGYAcE4ufvQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Esteban\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/esteban/v2/ESyhLgqDDyK5JcFPp2svDw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Euphoria Script\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/euphoriascript/v2/c4XB4Iijj_NvSsCF4I0O2MxLhO8OSNnfAp53LK1_iRs.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Ewert\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/ewert/v2/Em8hrzuzSbfHcTVqMjbAQg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Exo\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"100\",\n \"100italic\",\n \"200\",\n \"200italic\",\n \"300\",\n \"300italic\",\n \"regular\",\n \"italic\",\n \"500\",\n \"500italic\",\n \"600\",\n \"600italic\",\n \"700\",\n \"700italic\",\n \"800\",\n \"800italic\",\n \"900\",\n \"900italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"100\": \"http://themes.googleusercontent.com/static/fonts/exo/v2/RI7A9uwjRmPbVp0n8e-Jvg.ttf\",\n \"100italic\": \"http://themes.googleusercontent.com/static/fonts/exo/v2/qtGyZZlWb2EEvby3ZPosxw.ttf\",\n \"200\": \"http://themes.googleusercontent.com/static/fonts/exo/v2/F8OfC_swrRRxpFt-tlXZQg.ttf\",\n \"200italic\": \"http://themes.googleusercontent.com/static/fonts/exo/v2/fr4HBfXHYiIngW2_bhlgRw.ttf\",\n \"300\": \"http://themes.googleusercontent.com/static/fonts/exo/v2/SBrN7TKUqgGUvfxqHqsnNw.ttf\",\n \"300italic\": \"http://themes.googleusercontent.com/static/fonts/exo/v2/3gmiLjBegIfcDLISjTGA1g.ttf\",\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/exo/v2/eUEzTFueNXRVhbt4PEB8kQ.ttf\",\n \"italic\": \"http://themes.googleusercontent.com/static/fonts/exo/v2/cfgolWisMSURhpQeVHl_NA.ttf\",\n \"500\": \"http://themes.googleusercontent.com/static/fonts/exo/v2/jCg6DmGGXt_OVyp5ofQHPw.ttf\",\n \"500italic\": \"http://themes.googleusercontent.com/static/fonts/exo/v2/lo5eTdCNJZQVN08p8RnzAQ.ttf\",\n \"600\": \"http://themes.googleusercontent.com/static/fonts/exo/v2/q_SG5kXUmOcIvFpgtdZnlw.ttf\",\n \"600italic\": \"http://themes.googleusercontent.com/static/fonts/exo/v2/0cExa8K_pxS2lTuMr68XUA.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/exo/v2/3_jwsL4v9uHjl5Q37G57mw.ttf\",\n \"700italic\": \"http://themes.googleusercontent.com/static/fonts/exo/v2/0me55yJIxd5vyQ9bF7SsiA.ttf\",\n \"800\": \"http://themes.googleusercontent.com/static/fonts/exo/v2/yLPuxBuV0lzqibRJyooOJg.ttf\",\n \"800italic\": \"http://themes.googleusercontent.com/static/fonts/exo/v2/n3LejeKVj_8gtZq5fIgNYw.ttf\",\n \"900\": \"http://themes.googleusercontent.com/static/fonts/exo/v2/97d0nd6Yv4-SA_X92xAuZA.ttf\",\n \"900italic\": \"http://themes.googleusercontent.com/static/fonts/exo/v2/JHTkQVhzyLtkY13Ye95TJQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Exo 2\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"100\",\n \"100italic\",\n \"200\",\n \"200italic\",\n \"300\",\n \"300italic\",\n \"regular\",\n \"italic\",\n \"500\",\n \"500italic\",\n \"600\",\n \"600italic\",\n \"700\",\n \"700italic\",\n \"800\",\n \"800italic\",\n \"900\",\n \"900italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"cyrillic\",\n \"latin-ext\"\n ],\n \"version\": \"v1\",\n \"lastModified\": \"2013-12-05\",\n \"files\": {\n \"100\": \"http://themes.googleusercontent.com/static/fonts/exo2/v1/oVOtQy53isv97g4UhBUDqg.ttf\",\n \"100italic\": \"http://themes.googleusercontent.com/static/fonts/exo2/v1/LNYVgsJcaCxoKFHmd4AZcg.ttf\",\n \"200\": \"http://themes.googleusercontent.com/static/fonts/exo2/v1/qa-Ci2pBwJdCxciE1ErifQ.ttf\",\n \"200italic\": \"http://themes.googleusercontent.com/static/fonts/exo2/v1/DCrVxDVvS69n50O-5erZVvesZW2xOQ-xsNqO47m55DA.ttf\",\n \"300\": \"http://themes.googleusercontent.com/static/fonts/exo2/v1/nLUBdz_lHHoVIPor05Byhw.ttf\",\n \"300italic\": \"http://themes.googleusercontent.com/static/fonts/exo2/v1/iSy9VTeUTiqiurQg2ywtu_esZW2xOQ-xsNqO47m55DA.ttf\",\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/exo2/v1/Pf_kZuIH5c5WKVkQUaeSWQ.ttf\",\n \"italic\": \"http://themes.googleusercontent.com/static/fonts/exo2/v1/xxA5ZscX9sTU6U0lZJUlYA.ttf\",\n \"500\": \"http://themes.googleusercontent.com/static/fonts/exo2/v1/oM0rzUuPqVJpW-VEIpuW5w.ttf\",\n \"500italic\": \"http://themes.googleusercontent.com/static/fonts/exo2/v1/amzRVCB-gipwdihZZ2LtT_esZW2xOQ-xsNqO47m55DA.ttf\",\n \"600\": \"http://themes.googleusercontent.com/static/fonts/exo2/v1/YnSn3HsyvyI1feGSdRMYqA.ttf\",\n \"600italic\": \"http://themes.googleusercontent.com/static/fonts/exo2/v1/Vmo58BiptGwfVFb0teU5gPesZW2xOQ-xsNqO47m55DA.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/exo2/v1/2DiK4XkdTckfTk6we73-bQ.ttf\",\n \"700italic\": \"http://themes.googleusercontent.com/static/fonts/exo2/v1/Sdo-zW-4_--pDkTg6bYrY_esZW2xOQ-xsNqO47m55DA.ttf\",\n \"800\": \"http://themes.googleusercontent.com/static/fonts/exo2/v1/IVYl_7dJruOg8zKRpC8Hrw.ttf\",\n \"800italic\": \"http://themes.googleusercontent.com/static/fonts/exo2/v1/p0TA6KeOz1o4rySEbvUxI_esZW2xOQ-xsNqO47m55DA.ttf\",\n \"900\": \"http://themes.googleusercontent.com/static/fonts/exo2/v1/e8csG8Wnu87AF6uCndkFRQ.ttf\",\n \"900italic\": \"http://themes.googleusercontent.com/static/fonts/exo2/v1/KPhsGCoT2-7Uj6pMlRscH_esZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Expletus Sans\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"500\",\n \"500italic\",\n \"600\",\n \"600italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/expletussans/v5/gegTSDBDs5le3g6uxU1ZsX8f0n03UdmQgF_CLvNR2vg.ttf\",\n \"italic\": \"http://themes.googleusercontent.com/static/fonts/expletussans/v5/Y-erXmY0b6DU_i2Qu0hTJj4G9C9ttb0Oz5Cvf0qOitE.ttf\",\n \"500\": \"http://themes.googleusercontent.com/static/fonts/expletussans/v5/cl6rhMY77Ilk8lB_uYRRwAqQmZ7VjhwksfpNVG0pqGc.ttf\",\n \"500italic\": \"http://themes.googleusercontent.com/static/fonts/expletussans/v5/sRBNtc46w65uJE451UYmW87DCVO6wo6i5LKIyZDzK40.ttf\",\n \"600\": \"http://themes.googleusercontent.com/static/fonts/expletussans/v5/cl6rhMY77Ilk8lB_uYRRwCvj1tU7IJMS3CS9kCx2B3U.ttf\",\n \"600italic\": \"http://themes.googleusercontent.com/static/fonts/expletussans/v5/sRBNtc46w65uJE451UYmW8yKH23ZS6zCKOFHG0e_4JE.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/expletussans/v5/cl6rhMY77Ilk8lB_uYRRwFCbmAUID8LN-q3pJpOk3Ys.ttf\",\n \"700italic\": \"http://themes.googleusercontent.com/static/fonts/expletussans/v5/sRBNtc46w65uJE451UYmW5F66r9C4AnxxlBlGd7xY4g.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Fanwood Text\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"italic\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/fanwoodtext/v4/hDNDHUlsSb8bgnEmDp4T_i3USBnSvpkopQaUR-2r7iU.ttf\",\n \"italic\": \"http://themes.googleusercontent.com/static/fonts/fanwoodtext/v4/0J3SBbkMZqBV-3iGxs5E9_MZXuCXbOrAvx5R0IT5Oyo.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Fascinate\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/fascinate/v3/ZE0637WWkBPKt1AmFaqD3Q.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Fascinate Inline\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/fascinateinline/v4/lRguYfMfWArflkm5aOQ5QJmp8DTZ6iHear7UV05iykg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Faster One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/fasterone/v2/YxTOW2sf56uxD1T7byP5K_esZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Fasthand\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"khmer\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/fasthand/v5/6XAagHH_KmpZL67wTvsETQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Fauna One\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/faunaone/v2/8kL-wpAPofcAMELI_5NRnQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Federant\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/federant/v5/tddZFSiGvxICNOGra0i5aA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Federo\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/federo/v6/JPhe1S2tujeyaR79gXBLeQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Felipa\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/felipa/v2/SeyfyFZY7abAQXGrOIYnYg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Fenix\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/fenix/v2/Ak8wR3VSlAN7VN_eMeJj7Q.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Finger Paint\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/fingerpaint/v2/m_ZRbiY-aPb13R3DWPBGXy3USBnSvpkopQaUR-2r7iU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Fjalla One\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/fjallaone/v2/3b7vWCfOZsU53vMa8LWsf_esZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Fjord One\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/fjordone/v3/R_YHK8au2uFPw5tNu5N7zw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Flamenco\",\n \"category\": \"display\",\n \"variants\": [\n \"300\",\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"300\": \"http://themes.googleusercontent.com/static/fonts/flamenco/v4/x9iI5CogvuZVCGoRHwXuo6CWcynf_cDxXwCLxiixG1c.ttf\",\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/flamenco/v4/HC0ugfLLgt26I5_BWD1PZA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Flavors\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/flavors/v3/SPJi5QclATvon8ExcKGRvQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Fondamento\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\",\n \"italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/fondamento/v3/6LWXcjT1B7bnWluAOSNfMPesZW2xOQ-xsNqO47m55DA.ttf\",\n \"italic\": \"http://themes.googleusercontent.com/static/fonts/fondamento/v3/y6TmwhSbZ8rYq7OTFyo7OS3USBnSvpkopQaUR-2r7iU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Fontdiner Swanky\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/fontdinerswanky/v4/8_GxIO5ixMtn5P6COsF3TlBjMPLzPAFJwRBn-s1U7kA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Forum\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"cyrillic\",\n \"latin-ext\",\n \"cyrillic-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/forum/v5/MZUpsq1VfLrqv8eSDcbrrQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Francois One\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/francoisone/v7/bYbkq2nU2TSx4SwFbz5sCC3USBnSvpkopQaUR-2r7iU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Freckle Face\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/freckleface/v2/7-B8j9BPJgazdHIGqPNv8y3USBnSvpkopQaUR-2r7iU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Fredericka the Great\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/frederickathegreat/v3/7Es8Lxoku-e5eOZWpxw18nrnet6gXN1McwdQxS1dVrI.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Fredoka One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/fredokaone/v2/QKfwXi-z-KtJAlnO2ethYqCWcynf_cDxXwCLxiixG1c.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Freehand\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"khmer\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/freehand/v6/uEBQxvA0lnn_BrD6krlxMw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Fresca\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/fresca/v3/2q7Qm9sCo1tWvVgSDVWNIw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Frijole\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/frijole/v3/L2MfZse-2gCascuD-nLhWg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Fruktur\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/fruktur/v3/PnQvfEi1LssAvhJsCwH__w.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Fugaz One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/fugazone/v4/5tteVDCwxsr8-5RuSiRWOw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"GFS Didot\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"greek\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/gfsdidot/v4/jQKxZy2RU-h9tkPZcRVluA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"GFS Neohellenic\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"greek\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/gfsneohellenic/v5/B4xRqbn-tANVqVgamMsSDiayCZa0z7CpFzlkqoCHztc.ttf\",\n \"italic\": \"http://themes.googleusercontent.com/static/fonts/gfsneohellenic/v5/KnaWrO4awITAqigQIIYXKkCTdomiyJpIzPbEbIES3rU.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/gfsneohellenic/v5/7HwjPQa7qNiOsnUce2h4448_BwCLZY3eDSV6kppAwI8.ttf\",\n \"700italic\": \"http://themes.googleusercontent.com/static/fonts/gfsneohellenic/v5/FwWjoX6XqT-szJFyqsu_GYFF0fM4h-krcpQk7emtCpE.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Gabriela\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/gabriela/v2/B-2ZfbAO3HDrxqV6lR5tdA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Gafata\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/gafata/v3/aTFqlki_3Dc3geo-FxHTvQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Galdeano\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/galdeano/v4/ZKFMQI6HxEG1jOT0UGSZUg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Galindo\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/galindo/v2/2lafAS_ZEfB33OJryhXDUg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Gentium Basic\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/gentiumbasic/v5/KCktj43blvLkhOTolFn-MYtBLojGU5Qdl8-5NL4v70w.ttf\",\n \"italic\": \"http://themes.googleusercontent.com/static/fonts/gentiumbasic/v5/qoFz4NSMaYC2UmsMAG3lyTj3mvXnCeAk09uTtmkJGRc.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/gentiumbasic/v5/2qL6yulgGf0wwgOp-UqGyLNuTeOOLg3nUymsEEGmdO0.ttf\",\n \"700italic\": \"http://themes.googleusercontent.com/static/fonts/gentiumbasic/v5/8N9-c_aQDJ8LbI1NGVMrwtswO1vWwP9exiF8s0wqW10.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Gentium Book Basic\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/gentiumbookbasic/v4/IRFxB2matTxrjZt6a3FUnrWDjKAyldGEr6eEi2MBNeY.ttf\",\n \"italic\": \"http://themes.googleusercontent.com/static/fonts/gentiumbookbasic/v4/qHqW2lwKO8-uTfIkh8FsUfXfjMwrYnmPVsQth2IcAPY.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/gentiumbookbasic/v4/T2vUYmWzlqUtgLYdlemGnaWESMHIjnSjm9UUxYtEOko.ttf\",\n \"700italic\": \"http://themes.googleusercontent.com/static/fonts/gentiumbookbasic/v4/632u7TMIoFDWQYUaHFUp5PA2A9KyRZEkn4TZVuhsWRM.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Geo\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"italic\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/geo/v6/mJuJYk5Pww84B4uHAQ1XaA.ttf\",\n \"italic\": \"http://themes.googleusercontent.com/static/fonts/geo/v6/8_r1wToF7nPdDuX1qxel6Q.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Geostar\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/geostar/v4/A8WQbhQbpYx3GWWaShJ9GA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Geostar Fill\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/geostarfill/v4/Y5ovXPPOHYTfQzK2aM-hui3USBnSvpkopQaUR-2r7iU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Germania One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/germaniaone/v2/3_6AyUql_-FbDi1e68jHdC3USBnSvpkopQaUR-2r7iU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Gilda Display\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/gildadisplay/v2/8yAVUZLLZ3wb7dSsjix0CADHmap7fRWINAsw8-RaxNg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Give You Glory\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/giveyouglory/v4/DFEWZFgGmfseyIdGRJAxuBwwkpSPZdvjnMtysdqprfI.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Glass Antiqua\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/glassantiqua/v2/0yLrXKplgdUDIMz5TnCHNODcg5akpSnIcsPhLOFv7l8.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Glegoo\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/glegoo/v2/2tf-h3n2A_SNYXEO0C8bKw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Gloria Hallelujah\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/gloriahallelujah/v5/CA1k7SlXcY5kvI81M_R28Q3RdPdyebSUyJECJouPsvA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Goblin One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/goblinone/v4/331XtzoXgpVEvNTVcBJ_C_esZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Gochi Hand\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/gochihand/v5/KT1-WxgHsittJ34_20IfAPesZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Gorditas\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/gorditas/v2/uMgZhXUyH6qNGF3QsjQT5Q.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/gorditas/v2/6-XCeknmxaon8AUqVkMnHaCWcynf_cDxXwCLxiixG1c.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Goudy Bookletter 1911\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/goudybookletter1911/v4/l5lwlGTN3pEY5Bf-rQEuIIjNDsyURsIKu4GSfvSE4mA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Graduate\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/graduate/v2/JpAmYLHqcIh9_Ff35HHwiA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Grand Hotel\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/grandhotel/v2/C_A8HiFZjXPpnMt38XnK7qCWcynf_cDxXwCLxiixG1c.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Gravitas One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/gravitasone/v4/nBHdBv6zVNU8MtP6w9FwTS3USBnSvpkopQaUR-2r7iU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Great Vibes\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/greatvibes/v2/4Mi5RG_9LjQYrTU55GN_L6CWcynf_cDxXwCLxiixG1c.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Griffy\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/griffy/v2/vWkyYGBSyE5xjnShNtJtzw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Gruppo\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/gruppo/v5/pS_JM0cK_piBZve-lfUq9w.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Gudea\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/gudea/v2/S-4QqBlkMPiiA3jNeCR5yw.ttf\",\n \"italic\": \"http://themes.googleusercontent.com/static/fonts/gudea/v2/7mNgsGw_vfS-uUgRVXNDSw.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/gudea/v2/lsip4aiWhJ9bx172Y9FN_w.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Habibi\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/habibi/v3/YYyqXF6pWpL7kmKgS_2iUA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Hammersmith One\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/hammersmithone/v5/FWNn6ITYqL6or7ZTmBxRhjjVlsJB_M_Q_LtZxsoxvlw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Hanalei\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/hanalei/v3/Sx8vVMBnXSQyK6Cn0CBJ3A.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Hanalei Fill\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/hanaleifill/v2/5uPeWLnaDdtm4UBG26Ds6C3USBnSvpkopQaUR-2r7iU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Handlee\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/handlee/v3/6OfkXkyC0E5NZN80ED8u3A.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Hanuman\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"khmer\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/hanuman/v6/hRhwOGGmElJSl6KSPvEnOQ.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/hanuman/v6/lzzXZ2l84x88giDrbfq76vesZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Happy Monkey\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/happymonkey/v3/c2o0ps8nkBmaOYctqBq1rS3USBnSvpkopQaUR-2r7iU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Headland One\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/headlandone/v2/iGmBeOvQGfq9DSbjJ8jDVy3USBnSvpkopQaUR-2r7iU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Henny Penny\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/hennypenny/v2/XRgo3ogXyi3tpsFfjImRF6CWcynf_cDxXwCLxiixG1c.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Herr Von Muellerhoff\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/herrvonmuellerhoff/v4/mmy24EUmk4tjm4gAEjUd7NLGIYrUsBdh-JWHYgiDiMU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Holtwood One SC\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/holtwoodonesc/v5/sToOq3cIxbfnhbEkgYNuBbAgSRh1LpJXlLfl8IbsmHg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Homemade Apple\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/homemadeapple/v4/yg3UMEsefgZ8IHz_ryz86BiPOmFWYV1WlrJkRafc4c0.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Homenaje\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/homenaje/v3/v0YBU0iBRrGdVjDNQILxtA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"IM Fell DW Pica\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"italic\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/imfelldwpica/v4/W81bfaWiUicLSPbJhW-ATsA5qm663gJGVdtpamafG5A.ttf\",\n \"italic\": \"http://themes.googleusercontent.com/static/fonts/imfelldwpica/v4/alQJ8SK5aSOZVaelYoyT4PL2asmh5DlYQYCosKo6yQs.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"IM Fell DW Pica SC\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/imfelldwpicasc/v4/xBKKJV4z2KsrtQnmjGO17JZ9RBdEL0H9o5qzT1Rtof4.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"IM Fell Double Pica\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"italic\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/imfelldoublepica/v4/yN1wY_01BkQnO0LYAhXdUol14jEdVOhEmvtCMCVwYak.ttf\",\n \"italic\": \"http://themes.googleusercontent.com/static/fonts/imfelldoublepica/v4/64odUh2hAw8D9dkFKTlWYq0AWwkgdQfsRHec8TYi4mI.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"IM Fell Double Pica SC\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/imfelldoublepicasc/v4/jkrUtrLFpMw4ZazhfkKsGwc4LoC4OJUqLw9omnT3VOU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"IM Fell English\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"italic\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/imfellenglish/v4/xwIisCqGFi8pff-oa9uSVHGNmx1fDm-u2eBJHQkdrmk.ttf\",\n \"italic\": \"http://themes.googleusercontent.com/static/fonts/imfellenglish/v4/Z3cnIAI_L3XTRfz4JuZKbuewladMPCWTthtMv9cPS-c.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"IM Fell English SC\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/imfellenglishsc/v4/h3Tn6yWfw4b5qaLD1RWvz5ATixNthKRRR1XVH3rJNiw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"IM Fell French Canon\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"italic\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/imfellfrenchcanon/v4/iKB0WL1BagSpNPz3NLMdsJ3V2FNpBrlLSvqUnERhBP8.ttf\",\n \"italic\": \"http://themes.googleusercontent.com/static/fonts/imfellfrenchcanon/v4/owCuNQkLLFW7TBBPJbMnhRa-QL94KdW80H29tcyld2A.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"IM Fell French Canon SC\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/imfellfrenchcanonsc/v4/kA3bS19-tQbeT_iG32EZmaiyyzHwYrAbmNulTz423iM.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"IM Fell Great Primer\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"italic\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/imfellgreatprimer/v4/AL8ALGNthei20f9Cu3e93rgeX3ROgtTz44CitKAxzKI.ttf\",\n \"italic\": \"http://themes.googleusercontent.com/static/fonts/imfellgreatprimer/v4/1a-artkXMVg682r7TTxVY1_YG2SFv8Ma7CxRl1S3o7g.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"IM Fell Great Primer SC\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/imfellgreatprimersc/v4/A313vRj97hMMGFjt6rgSJtRg-ciw1Y27JeXb2Zv4lZQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Iceberg\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/iceberg/v2/p2XVm4M-N0AOEEOymFKC5w.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Iceland\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/iceland/v3/kq3uTMGgvzWGNi39B_WxGA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Imprima\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/imprima/v2/eRjquWLjwLGnTEhLH7u3kA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Inconsolata\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/inconsolata/v7/7bMKuoy6Nh0ft0SHnIGMuaCWcynf_cDxXwCLxiixG1c.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/inconsolata/v7/AIed271kqQlcIRSOnQH0yXe1Pd76Vl7zRpE7NLJQ7XU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Inder\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/inder/v3/C38TwecLTfKxIHDc_Adcrw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Indie Flower\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/indieflower/v5/10JVD_humAd5zP2yrFqw6i3USBnSvpkopQaUR-2r7iU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Inika\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/inika/v2/eZCrULQGaIxkrRoGz_DjhQ.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/inika/v2/bl3ZoTyrWsFun2zYbsgJrA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Irish Grover\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/irishgrover/v4/kUp7uUPooL-KsLGzeVJbBC3USBnSvpkopQaUR-2r7iU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Istok Web\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"cyrillic\",\n \"latin-ext\",\n \"cyrillic-ext\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/istokweb/v6/RYLSjEXQ0nNtLLc4n7--dQ.ttf\",\n \"italic\": \"http://themes.googleusercontent.com/static/fonts/istokweb/v6/kvcT2SlTjmGbC3YlZxmrl6CWcynf_cDxXwCLxiixG1c.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/istokweb/v6/2koEo4AKFSvK4B52O_Mwai3USBnSvpkopQaUR-2r7iU.ttf\",\n \"700italic\": \"http://themes.googleusercontent.com/static/fonts/istokweb/v6/ycQ3g52ELrh3o_HYCNNUw3e1Pd76Vl7zRpE7NLJQ7XU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Italiana\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/italiana/v2/dt95fkCSTOF-c6QNjwSycA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Italianno\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/italianno/v4/HsyHnLpKf8uP7aMpDQHZmg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Jacques Francois\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/jacquesfrancois/v2/_-0XWPQIW6tOzTHg4KaJ_M13D_4KM32Q4UmTSjpuNGQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Jacques Francois Shadow\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/jacquesfrancoisshadow/v2/V14y0H3vq56fY9SV4OL_FASt0D_oLVawA8L8b9iKjbs.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Jim Nightshade\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/jimnightshade/v2/_n43lYHXVWNgXegdYRIK9CF1W_bo0EdycfH0kHciIic.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Jockey One\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/jockeyone/v4/cAucnOZLvFo07w2AbufBCfesZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Jolly Lodger\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/jollylodger/v2/RX8HnkBgaEKQSHQyP9itiS3USBnSvpkopQaUR-2r7iU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Josefin Sans\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"100\",\n \"100italic\",\n \"300\",\n \"300italic\",\n \"regular\",\n \"italic\",\n \"600\",\n \"600italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"100\": \"http://themes.googleusercontent.com/static/fonts/josefinsans/v4/q9w3H4aeBxj0hZ8Osfi3d8SVQ0giZ-l_NELu3lgGyYw.ttf\",\n \"100italic\": \"http://themes.googleusercontent.com/static/fonts/josefinsans/v4/s7-P1gqRNRNn-YWdOYnAOXXcj1rQwlNLIS625o-SrL0.ttf\",\n \"300\": \"http://themes.googleusercontent.com/static/fonts/josefinsans/v4/C6HYlRF50SGJq1XyXj04z6cQoVhARpoaILP7amxE_8g.ttf\",\n \"300italic\": \"http://themes.googleusercontent.com/static/fonts/josefinsans/v4/ppse0J9fKSaoxCIIJb33Gyna0FLWfcB-J_SAYmcAXaI.ttf\",\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/josefinsans/v4/xgzbb53t8j-Mo-vYa23n5i3USBnSvpkopQaUR-2r7iU.ttf\",\n \"italic\": \"http://themes.googleusercontent.com/static/fonts/josefinsans/v4/q9w3H4aeBxj0hZ8Osfi3d_MZXuCXbOrAvx5R0IT5Oyo.ttf\",\n \"600\": \"http://themes.googleusercontent.com/static/fonts/josefinsans/v4/C6HYlRF50SGJq1XyXj04z2v8CylhIUtwUiYO7Z2wXbE.ttf\",\n \"600italic\": \"http://themes.googleusercontent.com/static/fonts/josefinsans/v4/ppse0J9fKSaoxCIIJb33G4R-5-urNOGAobhAyctHvW8.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/josefinsans/v4/C6HYlRF50SGJq1XyXj04z0D2ttfZwueP-QU272T9-k4.ttf\",\n \"700italic\": \"http://themes.googleusercontent.com/static/fonts/josefinsans/v4/ppse0J9fKSaoxCIIJb33G_As9-1nE9qOqhChW0m4nDE.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Josefin Slab\",\n \"category\": \"serif\",\n \"variants\": [\n \"100\",\n \"100italic\",\n \"300\",\n \"300italic\",\n \"regular\",\n \"italic\",\n \"600\",\n \"600italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"100\": \"http://themes.googleusercontent.com/static/fonts/josefinslab/v4/etsUjZYO8lTLU85lDhZwUsSVQ0giZ-l_NELu3lgGyYw.ttf\",\n \"100italic\": \"http://themes.googleusercontent.com/static/fonts/josefinslab/v4/8BjDChqLgBF3RJKfwHIYh3Xcj1rQwlNLIS625o-SrL0.ttf\",\n \"300\": \"http://themes.googleusercontent.com/static/fonts/josefinslab/v4/NbE6ykYuM2IyEwxQxOIi2KcQoVhARpoaILP7amxE_8g.ttf\",\n \"300italic\": \"http://themes.googleusercontent.com/static/fonts/josefinslab/v4/af9sBoKGPbGO0r21xJulyyna0FLWfcB-J_SAYmcAXaI.ttf\",\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/josefinslab/v4/46aYWdgz-1oFX11flmyEfS3USBnSvpkopQaUR-2r7iU.ttf\",\n \"italic\": \"http://themes.googleusercontent.com/static/fonts/josefinslab/v4/etsUjZYO8lTLU85lDhZwUvMZXuCXbOrAvx5R0IT5Oyo.ttf\",\n \"600\": \"http://themes.googleusercontent.com/static/fonts/josefinslab/v4/NbE6ykYuM2IyEwxQxOIi2Gv8CylhIUtwUiYO7Z2wXbE.ttf\",\n \"600italic\": \"http://themes.googleusercontent.com/static/fonts/josefinslab/v4/af9sBoKGPbGO0r21xJuly4R-5-urNOGAobhAyctHvW8.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/josefinslab/v4/NbE6ykYuM2IyEwxQxOIi2ED2ttfZwueP-QU272T9-k4.ttf\",\n \"700italic\": \"http://themes.googleusercontent.com/static/fonts/josefinslab/v4/af9sBoKGPbGO0r21xJuly_As9-1nE9qOqhChW0m4nDE.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Joti One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/jotione/v2/P3r_Th0ESHJdzunsvWgUfQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Judson\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/judson/v5/znM1AAs0eytUaJzf1CrYZQ.ttf\",\n \"italic\": \"http://themes.googleusercontent.com/static/fonts/judson/v5/GVqQW9P52ygW-ySq-CLwAA.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/judson/v5/he4a2LwiPJc7r8x0oKCKiA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Julee\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/julee/v4/CAib-jsUsSO8SvVRnE9fHA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Julius Sans One\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/juliussansone/v2/iU65JP9acQHPDLkdalCF7jjVlsJB_M_Q_LtZxsoxvlw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Junge\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/junge/v2/j4IXCXtxrw9qIBheercp3A.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Jura\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"300\",\n \"regular\",\n \"500\",\n \"600\"\n ],\n \"subsets\": [\n \"latin\",\n \"cyrillic\",\n \"latin-ext\",\n \"greek-ext\",\n \"greek\",\n \"cyrillic-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"300\": \"http://themes.googleusercontent.com/static/fonts/jura/v5/Rqx_xy1UnN0C7wD3FUSyPQ.ttf\",\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/jura/v5/YAWMwF3sN0KCbynMq-Yr_Q.ttf\",\n \"500\": \"http://themes.googleusercontent.com/static/fonts/jura/v5/16xhfjHCiaLj3tsqqgmtGg.ttf\",\n \"600\": \"http://themes.googleusercontent.com/static/fonts/jura/v5/iwseduOwJSdY8wQ1Y6CJdA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Just Another Hand\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/justanotherhand/v5/fKV8XYuRNNagXr38eqbRf99BnJIEGrvoojniP57E51c.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Just Me Again Down Here\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/justmeagaindownhere/v6/sN06iTc9ITubLTgXoG-kc3M9eVLpVTSK6TqZTIgBrWQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Kameron\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/kameron/v5/9r8HYhqDSwcq9WMjupL82A.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/kameron/v5/rabVVbzlflqvmXJUFlKnu_esZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Kantumruy\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"300\",\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"khmer\"\n ],\n \"version\": \"v1\",\n \"lastModified\": \"2013-12-05\",\n \"files\": {\n \"300\": \"http://themes.googleusercontent.com/static/fonts/kantumruy/v1/ERRwQE0WG5uanaZWmOFXNi3USBnSvpkopQaUR-2r7iU.ttf\",\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/kantumruy/v1/kQfXNYElQxr5dS8FyjD39Q.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/kantumruy/v1/gie_zErpGf_rNzs920C2Ji3USBnSvpkopQaUR-2r7iU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Karla\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/karla/v3/78UgGRwJFkhqaoFimqoKpQ.ttf\",\n \"italic\": \"http://themes.googleusercontent.com/static/fonts/karla/v3/51UBKly9RQOnOkj95ZwEFw.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/karla/v3/JS501sZLxZ4zraLQdncOUA.ttf\",\n \"700italic\": \"http://themes.googleusercontent.com/static/fonts/karla/v3/3YDyi09gQjCRh-5-SVhTTvesZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Kaushan Script\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/kaushanscript/v2/qx1LSqts-NtiKcLw4N03IBnpV0hQCek3EmWnCPrvGRM.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Kavoon\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/kavoon/v2/382m-6baKXqJFQjEgobt6Q.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Kdam Thmor\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"khmer\"\n ],\n \"version\": \"v1\",\n \"lastModified\": \"2013-12-05\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/kdamthmor/v1/otCdP6UU-VBIrBfVDWBQJ_esZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Keania One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/keaniaone/v2/PACrDKZWngXzgo-ucl6buvesZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Kelly Slab\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"cyrillic\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/kellyslab/v4/F_2oS1e9XdYx1MAi8XEVefesZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Kenia\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/kenia/v6/OLM9-XfITK9PsTLKbGBrwg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Khmer\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"khmer\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/khmer/v7/vWaBJIbaQuBNz02ALIKJ3A.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Kite One\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/kiteone/v2/8ojWmgUc97m0f_i6sTqLoQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Knewave\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/knewave/v3/KGHM4XWr4iKnBMqzZLkPBg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Kotta One\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/kottaone/v2/AB2Q7hVw6niJYDgLvFXu5w.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Koulen\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"khmer\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/koulen/v7/AAYOK8RSRO7FTskTzFuzNw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Kranky\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/kranky/v4/C8dxxTS99-fZ84vWk8SDrg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Kreon\",\n \"category\": \"serif\",\n \"variants\": [\n \"300\",\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"300\": \"http://themes.googleusercontent.com/static/fonts/kreon/v7/HKtJRiq5C2zbq5N1IX32sA.ttf\",\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/kreon/v7/zA_IZt0u0S3cvHJu-n1oEg.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/kreon/v7/jh0dSmaPodjxISiblIUTkw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Kristi\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/kristi/v5/aRsgBQrkQkMlu4UPSnJyOQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Krona One\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/kronaone/v2/zcQj4ljqTo166AdourlF9w.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"La Belle Aurore\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/labelleaurore/v4/Irdbc4ASuUoWDjd_Wc3md123K2iuuhwZgaKapkyRTY8.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Lancelot\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/lancelot/v3/XMT7T_oo_MQUGAnU2v-sdA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Lato\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"100\",\n \"100italic\",\n \"300\",\n \"300italic\",\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\",\n \"900\",\n \"900italic\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"100\": \"http://themes.googleusercontent.com/static/fonts/lato/v7/Upp-ka9rLQmHYCsFgwL-eg.ttf\",\n \"100italic\": \"http://themes.googleusercontent.com/static/fonts/lato/v7/zLegi10uS_9-fnUDISl0KA.ttf\",\n \"300\": \"http://themes.googleusercontent.com/static/fonts/lato/v7/Ja02qOppOVq9jeRjWekbHg.ttf\",\n \"300italic\": \"http://themes.googleusercontent.com/static/fonts/lato/v7/dVebFcn7EV7wAKwgYestUg.ttf\",\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/lato/v7/h7rISIcQapZBpei-sXwIwg.ttf\",\n \"italic\": \"http://themes.googleusercontent.com/static/fonts/lato/v7/P_dJOFJylV3A870UIOtr0w.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/lato/v7/iX_QxBBZLhNj5JHlTzHQzg.ttf\",\n \"700italic\": \"http://themes.googleusercontent.com/static/fonts/lato/v7/WFcZakHrrCKeUJxHA4T_gw.ttf\",\n \"900\": \"http://themes.googleusercontent.com/static/fonts/lato/v7/8TPEV6NbYWZlNsXjbYVv7w.ttf\",\n \"900italic\": \"http://themes.googleusercontent.com/static/fonts/lato/v7/draWperrI7n2xi35Cl08fA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"League Script\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/leaguescript/v5/wnRFLvfabWK_DauqppD6vSeUSrabuTpOsMEiRLtKwk0.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Leckerli One\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/leckerlione/v5/S2Y_iLrItTu8kIJTkS7DrC3USBnSvpkopQaUR-2r7iU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Ledger\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"cyrillic\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/ledger/v2/G432jp-tahOfWHbCYkI0jw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Lekton\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/lekton/v5/r483JYmxf5PjIm4jVAm8Yg.ttf\",\n \"italic\": \"http://themes.googleusercontent.com/static/fonts/lekton/v5/_UbDIPBA1wDqSbhp-OED7A.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/lekton/v5/WZw-uL8WTkx3SBVfTlevXQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Lemon\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/lemon/v3/wed1nNu4LNSu-3RoRVUhUw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Libre Baskerville\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/librebaskerville/v2/pR0sBQVcY0JZc_ciXjFsKyyZRYCSvpCzQKuMWnP5NDY.ttf\",\n \"italic\": \"http://themes.googleusercontent.com/static/fonts/librebaskerville/v2/QHIOz1iKF3bIEzRdDFaf5QnhapNS5Oi8FPrBRDLbsW4.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/librebaskerville/v2/kH7K4InNTm7mmOXXjrA5v-xuswJKUVpBRfYFpz0W3Iw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Life Savers\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/lifesavers/v4/g49cUDk4Y1P0G5NMkMAm7qCWcynf_cDxXwCLxiixG1c.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/lifesavers/v4/THQKqChyYUm97rNPVFdGGXe1Pd76Vl7zRpE7NLJQ7XU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Lilita One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/lilitaone/v2/vTxJQjbNV6BCBHx8sGDCVvesZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Lily Script One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/lilyscriptone/v2/uPWsLVW8uiXqIBnE8ZwGPDjVlsJB_M_Q_LtZxsoxvlw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Limelight\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/limelight/v5/5dTfN6igsXjLjOy8QQShcg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Linden Hill\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"italic\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/lindenhill/v4/UgsC0txqd-E1yjvjutwm_KCWcynf_cDxXwCLxiixG1c.ttf\",\n \"italic\": \"http://themes.googleusercontent.com/static/fonts/lindenhill/v4/OcS3bZcu8vJvIDH8Zic83keOrDcLawS7-ssYqLr2Xp4.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Lobster\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"cyrillic\",\n \"latin-ext\",\n \"cyrillic-ext\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/lobster/v6/9LpJGtNuM1D8FAZ2BkJH2Q.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Lobster Two\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/lobstertwo/v5/xb9aY4w9ceh8JRzobID1naCWcynf_cDxXwCLxiixG1c.ttf\",\n \"italic\": \"http://themes.googleusercontent.com/static/fonts/lobstertwo/v5/Ul_16MSbfayQv1I4QhLEoEeOrDcLawS7-ssYqLr2Xp4.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/lobstertwo/v5/bmdxOflBqMqjEC0-kGsIiHe1Pd76Vl7zRpE7NLJQ7XU.ttf\",\n \"700italic\": \"http://themes.googleusercontent.com/static/fonts/lobstertwo/v5/LEkN2_no_6kFvRfiBZ8xpM_zJjSACmk0BRPxQqhnNLU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Londrina Outline\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/londrinaoutline/v3/lls08GOa1eT74p072l1AWJmp8DTZ6iHear7UV05iykg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Londrina Shadow\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/londrinashadow/v2/dNYuzPS_7eYgXFJBzMoKdbw6Z3rVA5KDSi7aQxS92Nk.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Londrina Sketch\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/londrinasketch/v2/p7Ai06aT1Ycp_D2fyE3z69d6z_uhFGnpCOifUY1fJQo.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Londrina Solid\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/londrinasolid/v2/yysorIEiYSBb0ylZjg791MR125CwGqh8XBqkBzea0LA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Lora\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"cyrillic\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/lora/v7/aXJ7KVIGcejEy1abawZazg.ttf\",\n \"italic\": \"http://themes.googleusercontent.com/static/fonts/lora/v7/AN2EZaj2tFRpyveuNn9BOg.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/lora/v7/enKND5SfzQKkggBA_VnT1A.ttf\",\n \"700italic\": \"http://themes.googleusercontent.com/static/fonts/lora/v7/ivs9j3kYU65pR9QD9YFdzQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Love Ya Like A Sister\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/loveyalikeasister/v5/LzkxWS-af0Br2Sk_YgSJY-ad1xEP8DQfgfY8MH9aBUg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Loved by the King\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/lovedbytheking/v4/wg03xD4cWigj4YDufLBSr8io2AFEwwMpu7y5KyiyAJc.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Lovers Quarrel\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/loversquarrel/v2/gipdZ8b7pKb89MzQLAtJHLHLxci2ElvNEmOB303HLk0.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Luckiest Guy\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/luckiestguy/v4/5718gH8nDy3hFVihOpkY5C3USBnSvpkopQaUR-2r7iU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Lusitana\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/lusitana/v2/l1h9VDomkwbdzbPdmLcUIw.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/lusitana/v2/GWtZyUsONxgkdl3Mc1P7FKCWcynf_cDxXwCLxiixG1c.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Lustria\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/lustria/v2/gXAk0s4ai0X-TAOhYzZd1w.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Macondo\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/macondo/v3/G6yPNUscRPQ8ufBXs_8yRQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Macondo Swash Caps\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/macondoswashcaps/v2/SsSR706z-MlvEH7_LS6JAPkkgYRHs6GSG949m-K6x2k.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Magra\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/magra/v2/hoZ13bwCXBxuGZqAudgc5A.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/magra/v2/6fOM5sq5cIn8D0RjX8Lztw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Maiden Orange\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/maidenorange/v4/ZhKIA2SPisEwdhW7g0RUWojjx0o0jr6fNXxPgYh_a8Q.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Mako\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/mako/v5/z5zSLmfPlv1uTVAdmJBLXg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Marcellus\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/marcellus/v2/UjiLZzumxWC9whJ86UtaYw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Marcellus SC\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/marcellussc/v2/_jugwxhkkynrvsfrxVx8gS3USBnSvpkopQaUR-2r7iU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Marck Script\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"cyrillic\",\n \"latin-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/marckscript/v5/O_D1NAZVOFOobLbVtW3bci3USBnSvpkopQaUR-2r7iU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Margarine\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/margarine/v2/DJnJwIrcO_cGkjSzY3MERw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Marko One\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/markoone/v4/hpP7j861sOAco43iDc4n4w.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Marmelad\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"cyrillic\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/marmelad/v4/jI0_FBlSOIRLL0ePWOhOwQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Marvel\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/marvel/v4/Fg1dO8tWVb-MlyqhsbXEkg.ttf\",\n \"italic\": \"http://themes.googleusercontent.com/static/fonts/marvel/v4/HzyjFB-oR5usrc7Lxz9g8w.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/marvel/v4/WrHDBL1RupWGo2UcdgxB3Q.ttf\",\n \"700italic\": \"http://themes.googleusercontent.com/static/fonts/marvel/v4/Gzf5NT09Y6xskdQRj2kz1qCWcynf_cDxXwCLxiixG1c.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Mate\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"italic\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/mate/v3/ooFviPcJ6hZP5bAE71Cawg.ttf\",\n \"italic\": \"http://themes.googleusercontent.com/static/fonts/mate/v3/5XwW6_cbisGvCX5qmNiqfA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Mate SC\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/matesc/v3/-YkIT2TZoPZF6pawKzDpWw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Maven Pro\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"500\",\n \"700\",\n \"900\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/mavenpro/v5/sqPJIFG4gqsjl-0q_46Gbw.ttf\",\n \"500\": \"http://themes.googleusercontent.com/static/fonts/mavenpro/v5/SQVfzoJBbj9t3aVcmbspRi3USBnSvpkopQaUR-2r7iU.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/mavenpro/v5/uDssvmXgp7Nj3i336k_dSi3USBnSvpkopQaUR-2r7iU.ttf\",\n \"900\": \"http://themes.googleusercontent.com/static/fonts/mavenpro/v5/-91TwiFzqeL1F7Kh91APwS3USBnSvpkopQaUR-2r7iU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"McLaren\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/mclaren/v2/OprvTGxaiINBKW_1_U0eoQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Meddon\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/meddon/v5/f8zJO98uu2EtSj9p7ci9RA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"MedievalSharp\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/medievalsharp/v6/85X_PjV6tftJ0-rX7KYQkOe45sJkivqprK7VkUlzfg0.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Medula One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/medulaone/v4/AasPgDQak81dsTGQHc5zUPesZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Megrim\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/megrim/v5/e-9jVUC9lv1zxaFQARuftw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Meie Script\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/meiescript/v2/oTIWE5MmPye-rCyVp_6KEqCWcynf_cDxXwCLxiixG1c.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Merienda\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/merienda/v2/MYY6Og1qZlOQtPW2G95Y3A.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/merienda/v2/GlwcvRLlgiVE2MBFQ4r0sKCWcynf_cDxXwCLxiixG1c.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Merienda One\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/meriendaone/v5/bCA-uDdUx6nTO8SjzCLXvS3USBnSvpkopQaUR-2r7iU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Merriweather\",\n \"category\": \"serif\",\n \"variants\": [\n \"300\",\n \"300italic\",\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\",\n \"900\",\n \"900italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"300\": \"http://themes.googleusercontent.com/static/fonts/merriweather/v6/ZvcMqxEwPfh2qDWBPxn6nqcQoVhARpoaILP7amxE_8g.ttf\",\n \"300italic\": \"http://themes.googleusercontent.com/static/fonts/merriweather/v6/EYh7Vl4ywhowqULgRdYwICna0FLWfcB-J_SAYmcAXaI.ttf\",\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/merriweather/v6/RFda8w1V0eDZheqfcyQ4EC3USBnSvpkopQaUR-2r7iU.ttf\",\n \"italic\": \"http://themes.googleusercontent.com/static/fonts/merriweather/v6/So5lHxHT37p2SS4-t60SlPMZXuCXbOrAvx5R0IT5Oyo.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/merriweather/v6/ZvcMqxEwPfh2qDWBPxn6nkD2ttfZwueP-QU272T9-k4.ttf\",\n \"700italic\": \"http://themes.googleusercontent.com/static/fonts/merriweather/v6/EYh7Vl4ywhowqULgRdYwIPAs9-1nE9qOqhChW0m4nDE.ttf\",\n \"900\": \"http://themes.googleusercontent.com/static/fonts/merriweather/v6/ZvcMqxEwPfh2qDWBPxn6nqObDOjC3UL77puoeHsE3fw.ttf\",\n \"900italic\": \"http://themes.googleusercontent.com/static/fonts/merriweather/v6/EYh7Vl4ywhowqULgRdYwIBd0_s6jQr9r5s5OZYvtzBY.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Merriweather Sans\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"300\",\n \"300italic\",\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\",\n \"800\",\n \"800italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"300\": \"http://themes.googleusercontent.com/static/fonts/merriweathersans/v3/6LmGj5dOJopQKEkt88Gowan5N8K-_DP0e9e_v51obXQ.ttf\",\n \"300italic\": \"http://themes.googleusercontent.com/static/fonts/merriweathersans/v3/nAqt4hiqwq3tzCecpgPmVdytE4nGXk2hYD5nJ740tBw.ttf\",\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/merriweathersans/v3/AKu1CjQ4qnV8MUltkAX3sOAj_ty82iuwwDTNEYXGiyQ.ttf\",\n \"italic\": \"http://themes.googleusercontent.com/static/fonts/merriweathersans/v3/3Mz4hOHzs2npRMG3B1ascZ32VBCoA_HLsn85tSWZmdo.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/merriweathersans/v3/6LmGj5dOJopQKEkt88GowbqxG25nQNOioCZSK4sU-CA.ttf\",\n \"700italic\": \"http://themes.googleusercontent.com/static/fonts/merriweathersans/v3/nAqt4hiqwq3tzCecpgPmVbuqAJxizi8Dk_SK5et7kMg.ttf\",\n \"800\": \"http://themes.googleusercontent.com/static/fonts/merriweathersans/v3/6LmGj5dOJopQKEkt88GowYufzO2zUYSj5LqoJ3UGkco.ttf\",\n \"800italic\": \"http://themes.googleusercontent.com/static/fonts/merriweathersans/v3/nAqt4hiqwq3tzCecpgPmVdDmPrYMy3aZO4LmnZsxTQw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Metal\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"khmer\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/metal/v7/zA3UOP13ooQcxjv04BZX5g.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Metal Mania\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/metalmania/v3/isriV_rAUgj6bPWPN6l9QKCWcynf_cDxXwCLxiixG1c.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Metamorphous\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/metamorphous/v4/wGqUKXRinIYggz-BTRU9ei3USBnSvpkopQaUR-2r7iU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Metrophobic\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/metrophobic/v4/SaglWZWCrrv_D17u1i4v_aCWcynf_cDxXwCLxiixG1c.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Michroma\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/michroma/v5/0c2XrW81_QsiKV8T9thumA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Milonga\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/milonga/v2/dzNdIUSTGFmy2ahovDRcWg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Miltonian\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/miltonian/v6/Z4HrYZyqm0BnNNzcCUfzoQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Miltonian Tattoo\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/miltoniantattoo/v7/1oU_8OGYwW46eh02YHydn2uk0YtI6thZkz1Hmh-odwg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Miniver\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/miniver/v3/4yTQohOH_cWKRS5laRFhYg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Miss Fajardose\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/missfajardose/v4/WcXjlQPKn6nBfr8LY3ktNu6rPKfVZo7L2bERcf0BDns.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Modern Antiqua\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/modernantiqua/v4/8qX_tr6Xzy4t9fvZDXPkh6rFJ4O13IHVxZbM6yoslpo.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Molengo\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/molengo/v5/jcjgeGuzv83I55AzOTpXNQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Molle\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"italic\": \"http://themes.googleusercontent.com/static/fonts/molle/v2/9XTdCsjPXifLqo5et-YoGA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Monda\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/monda/v2/qFMHZ9zvR6B_gnoIgosPrw.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/monda/v2/EVOzZUyc_j1w2GuTgTAW1g.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Monofett\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/monofett/v4/C6K5L799Rgxzg2brgOaqAw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Monoton\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/monoton/v4/aCz8ja_bE4dg-7agSvExdw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Monsieur La Doulaise\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/monsieurladoulaise/v3/IMAdMj6Eq9jZ46CPctFtMKP61oAqTJXlx5ZVOBmcPdM.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Montaga\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/montaga/v2/PwTwUboiD-M4-mFjZfJs2A.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Montez\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/montez/v4/kx58rLOWQQLGFM4pDHv5Ng.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Montserrat\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/montserrat/v4/Kqy6-utIpx_30Xzecmeo8_esZW2xOQ-xsNqO47m55DA.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/montserrat/v4/IQHow_FEYlDC4Gzy_m8fcgJKKGfqHaYFsRG-T3ceEVo.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Montserrat Alternates\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/montserratalternates/v2/z2n1Sjxk9souK3HCtdHuklPuEVRGaG9GCQnmM16YWq0.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/montserratalternates/v2/YENqOGAVzwIHjYNjmKuAZpeqBKvsAhm-s2I4RVSXFfc.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Montserrat Subrayada\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/montserratsubrayada/v2/nzoCWCz0e9c7Mr2Gl8bbgrJymm6ilkk9f0nDA_sC_qk.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/montserratsubrayada/v2/wf-IKpsHcfm0C9uaz9IeGJvEcF1LWArDbGWgKZSH9go.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Moul\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"khmer\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/moul/v6/Kb0ALQnfyXawP1a_P_gpTQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Moulpali\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"khmer\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/moulpali/v7/diD74BprGhmVkJoerKmrKA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Mountains of Christmas\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/mountainsofchristmas/v6/dVGBFPwd6G44IWDbQtPew2Auds3jz1Fxb61CgfaGDr4.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/mountainsofchristmas/v6/PymufKtHszoLrY0uiAYKNM9cPTbSBTrQyTa5TWAe3vE.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Mouse Memoirs\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/mousememoirs/v2/NBFaaJFux_j0AQbAsW3QeH8f0n03UdmQgF_CLvNR2vg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Mr Bedfort\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/mrbedfort/v3/81bGgHTRikLs_puEGshl7_esZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Mr Dafoe\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/mrdafoe/v3/s32Q1S6ZkT7EaX53mUirvQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Mr De Haviland\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/mrdehaviland/v3/fD8y4L6PJ4vqDk7z8Y8e27v4lrhng1lzu7-weKO6cw8.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Mrs Saint Delafield\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/mrssaintdelafield/v2/vuWagfFT7bj9lFtZOFBwmjHMBelqWf3tJeGyts2SmKU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Mrs Sheppards\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/mrssheppards/v3/2WFsWMV3VUeCz6UVH7UjCn8f0n03UdmQgF_CLvNR2vg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Muli\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"300\",\n \"300italic\",\n \"regular\",\n \"italic\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"300\": \"http://themes.googleusercontent.com/static/fonts/muli/v5/VJw4F3ZHRAZ7Hmg3nQu5YQ.ttf\",\n \"300italic\": \"http://themes.googleusercontent.com/static/fonts/muli/v5/s-NKMCru8HiyjEt0ZDoBoA.ttf\",\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/muli/v5/KJiP6KznxbALQgfJcDdPAw.ttf\",\n \"italic\": \"http://themes.googleusercontent.com/static/fonts/muli/v5/Cg0K_IWANs9xkNoxV7H1_w.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Mystery Quest\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/mysteryquest/v2/467jJvg0c7HgucvBB9PLDyeUSrabuTpOsMEiRLtKwk0.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Neucha\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"cyrillic\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/neucha/v5/bijdhB-TzQdtpl0ykhGh4Q.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Neuton\",\n \"category\": \"serif\",\n \"variants\": [\n \"200\",\n \"300\",\n \"regular\",\n \"italic\",\n \"700\",\n \"800\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"200\": \"http://themes.googleusercontent.com/static/fonts/neuton/v6/DA3Mkew3XqSkPpi1f4tJow.ttf\",\n \"300\": \"http://themes.googleusercontent.com/static/fonts/neuton/v6/xrc_aZ2hx-gdeV0mlY8Vww.ttf\",\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/neuton/v6/9R-MGIOQUdjAVeB6nE6PcQ.ttf\",\n \"italic\": \"http://themes.googleusercontent.com/static/fonts/neuton/v6/uVMT3JOB5BNFi3lgPp6kEg.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/neuton/v6/gnWpkWY7DirkKiovncYrfg.ttf\",\n \"800\": \"http://themes.googleusercontent.com/static/fonts/neuton/v6/XPzBQV4lY6enLxQG9cF1jw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"New Rocker\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/newrocker/v2/EFUWzHJedEkpW399zYOHofesZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"News Cycle\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/newscycle/v10/xyMAr8VfiUzIOvS1abHJO_esZW2xOQ-xsNqO47m55DA.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/newscycle/v10/G28Ny31cr5orMqEQy6ljtwJKKGfqHaYFsRG-T3ceEVo.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Niconne\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/niconne/v4/ZA-mFw2QNXodx5y7kfELBg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Nixie One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/nixieone/v5/h6kQfmzm0Shdnp3eswRaqQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Nobile\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/nobile/v5/lC_lPi1ddtN38iXTCRh6ow.ttf\",\n \"italic\": \"http://themes.googleusercontent.com/static/fonts/nobile/v5/vGmrpKzWQQSrb-PR6FWBIA.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/nobile/v5/9p6M-Yrg_r_QPmSD1skrOg.ttf\",\n \"700italic\": \"http://themes.googleusercontent.com/static/fonts/nobile/v5/oQ1eYPaXV638N03KvsNvyKCWcynf_cDxXwCLxiixG1c.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Nokora\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"khmer\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/nokora/v7/dRyz1JfnyKPNaRcBNX9F9A.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/nokora/v7/QMqqa4QEOhQpiig3cAPmbQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Norican\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/norican/v2/SHnSqhYAWG5sZTWcPzEHig.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Nosifer\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/nosifer/v3/7eJGoIuHRrtcG00j6CptSA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Nothing You Could Do\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/nothingyoucoulddo/v4/jpk1K3jbJoyoK0XKaSyQAf-TpkXjXYGWiJZAEtBRjPU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Noticia Text\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\",\n \"vietnamese\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/noticiatext/v4/wdyV6x3eKpdeUPQ7BJ5uUC3USBnSvpkopQaUR-2r7iU.ttf\",\n \"italic\": \"http://themes.googleusercontent.com/static/fonts/noticiatext/v4/dAuxVpkYE_Q_IwIm6elsKPMZXuCXbOrAvx5R0IT5Oyo.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/noticiatext/v4/pEko-RqEtp45bE2P80AAKUD2ttfZwueP-QU272T9-k4.ttf\",\n \"700italic\": \"http://themes.googleusercontent.com/static/fonts/noticiatext/v4/-rQ7V8ARjf28_b7kRa0JuvAs9-1nE9qOqhChW0m4nDE.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Noto Sans\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"cyrillic\",\n \"latin-ext\",\n \"vietnamese\",\n \"greek-ext\",\n \"devanagari\",\n \"greek\",\n \"cyrillic-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-02-24\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/notosans/v4/0Ue9FiUJwVhi4NGfHJS5uA.ttf\",\n \"italic\": \"http://themes.googleusercontent.com/static/fonts/notosans/v4/dLcNKMgJ1H5RVoZFraDz0qCWcynf_cDxXwCLxiixG1c.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/notosans/v4/PIbvSEyHEdL91QLOQRnZ1y3USBnSvpkopQaUR-2r7iU.ttf\",\n \"700italic\": \"http://themes.googleusercontent.com/static/fonts/notosans/v4/9Z3uUWMRR7crzm1TjRicDne1Pd76Vl7zRpE7NLJQ7XU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Noto Serif\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"cyrillic\",\n \"latin-ext\",\n \"vietnamese\",\n \"greek-ext\",\n \"greek\",\n \"cyrillic-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/notoserif/v2/zW6mc7bC1CWw8dH0yxY8JfesZW2xOQ-xsNqO47m55DA.ttf\",\n \"italic\": \"http://themes.googleusercontent.com/static/fonts/notoserif/v2/HQXBIwLHsOJCNEQeX9kNzy3USBnSvpkopQaUR-2r7iU.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/notoserif/v2/lJAvZoKA5NttpPc9yc6lPQJKKGfqHaYFsRG-T3ceEVo.ttf\",\n \"700italic\": \"http://themes.googleusercontent.com/static/fonts/notoserif/v2/Wreg0Be4tcFGM2t6VWytvED2ttfZwueP-QU272T9-k4.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Nova Cut\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/novacut/v6/6q12jWcBvj0KO2cMRP97tA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Nova Flat\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/novaflat/v6/pK7a0CoGzI684qe_XSHBqQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Nova Mono\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"greek\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/novamono/v5/6-SChr5ZIaaasJFBkgrLNw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Nova Oval\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/novaoval/v6/VuukVpKP8BwUf8o9W5LYQQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Nova Round\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/novaround/v6/7-cK3Ari_8XYYFgVMxVhDvesZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Nova Script\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/novascript/v6/dEvxQDLgx1M1TKY-NmBWYaCWcynf_cDxXwCLxiixG1c.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Nova Slim\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/novaslim/v6/rPYXC81_VL2EW-4CzBX65g.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Nova Square\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/novasquare/v6/BcBzXoaDzYX78rquGXVuSqCWcynf_cDxXwCLxiixG1c.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Numans\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/numans/v4/g5snI2p6OEjjTNmTHyBdiQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Nunito\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"300\",\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"300\": \"http://themes.googleusercontent.com/static/fonts/nunito/v5/zXQvrWBJqUooM7Xv98MrQw.ttf\",\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/nunito/v5/ySZTeT3IuzJj0GK6uGpbBg.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/nunito/v5/aEdlqgMuYbpe4U3TnqOQMA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Odor Mean Chey\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"khmer\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/odormeanchey/v6/GK3E7EjPoBkeZhYshGFo0eVKG8sq4NyGgdteJLvqLDs.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Offside\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/offside/v2/v0C913SB8wqQUvcu1faUqw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Old Standard TT\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/oldstandardtt/v5/n6RTCDcIPWSE8UNBa4k-DLcB5jyhm1VsHs65c3QNDr0.ttf\",\n \"italic\": \"http://themes.googleusercontent.com/static/fonts/oldstandardtt/v5/QQT_AUSp4AV4dpJfIN7U5PWrQzeMtsHf8QsWQ2cZg3c.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/oldstandardtt/v5/5Ywdce7XEbTSbxs__4X1_HJqbZqK7TdZ58X80Q_Lw8Y.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Oldenburg\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/oldenburg/v2/dqA_M_uoCVXZbCO-oKBTnQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Oleo Script\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/oleoscript/v3/21stZcmPyzbQVXtmGegyqKCWcynf_cDxXwCLxiixG1c.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/oleoscript/v3/hudNQFKFl98JdNnlo363fne1Pd76Vl7zRpE7NLJQ7XU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Oleo Script Swash Caps\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/oleoscriptswashcaps/v2/vdWhGqsBUAP-FF3NOYTe4iMF4kXAPemmyaDpMXQ31P0.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/oleoscriptswashcaps/v2/HMO3ftxA9AU5floml9c755reFYaXZ4zuJXJ8fr8OO1g.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Open Sans\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"300\",\n \"300italic\",\n \"regular\",\n \"italic\",\n \"600\",\n \"600italic\",\n \"700\",\n \"700italic\",\n \"800\",\n \"800italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"cyrillic\",\n \"latin-ext\",\n \"vietnamese\",\n \"greek-ext\",\n \"devanagari\",\n \"greek\",\n \"cyrillic-ext\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2014-02-24\",\n \"files\": {\n \"300\": \"http://themes.googleusercontent.com/static/fonts/opensans/v8/DXI1ORHCpsQm3Vp6mXoaTS3USBnSvpkopQaUR-2r7iU.ttf\",\n \"300italic\": \"http://themes.googleusercontent.com/static/fonts/opensans/v8/PRmiXeptR36kaC0GEAetxi9-WlPSxbfiI49GsXo3q0g.ttf\",\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/opensans/v8/IgZJs4-7SA1XX_edsoXWog.ttf\",\n \"italic\": \"http://themes.googleusercontent.com/static/fonts/opensans/v8/O4NhV7_qs9r9seTo7fnsVKCWcynf_cDxXwCLxiixG1c.ttf\",\n \"600\": \"http://themes.googleusercontent.com/static/fonts/opensans/v8/MTP_ySUJH_bn48VBG8sNSi3USBnSvpkopQaUR-2r7iU.ttf\",\n \"600italic\": \"http://themes.googleusercontent.com/static/fonts/opensans/v8/PRmiXeptR36kaC0GEAetxpZ7xm-Bj30Bj2KNdXDzSZg.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/opensans/v8/k3k702ZOKiLJc3WVjuplzC3USBnSvpkopQaUR-2r7iU.ttf\",\n \"700italic\": \"http://themes.googleusercontent.com/static/fonts/opensans/v8/PRmiXeptR36kaC0GEAetxne1Pd76Vl7zRpE7NLJQ7XU.ttf\",\n \"800\": \"http://themes.googleusercontent.com/static/fonts/opensans/v8/EInbV5DfGHOiMmvb1Xr-hi3USBnSvpkopQaUR-2r7iU.ttf\",\n \"800italic\": \"http://themes.googleusercontent.com/static/fonts/opensans/v8/PRmiXeptR36kaC0GEAetxg89PwPrYLaRFJ-HNCU9NbA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Open Sans Condensed\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"300\",\n \"300italic\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"cyrillic\",\n \"latin-ext\",\n \"vietnamese\",\n \"greek-ext\",\n \"greek\",\n \"cyrillic-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"300\": \"http://themes.googleusercontent.com/static/fonts/opensanscondensed/v7/gk5FxslNkTTHtojXrkp-xEMwSSh38KQVJx4ABtsZTnA.ttf\",\n \"300italic\": \"http://themes.googleusercontent.com/static/fonts/opensanscondensed/v7/jIXlqT1WKafUSwj6s9AzV4_LkTZ_uhAwfmGJ084hlvM.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/opensanscondensed/v7/gk5FxslNkTTHtojXrkp-xBEM87DM3yorPOrvA-vB930.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Oranienbaum\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"cyrillic\",\n \"latin-ext\",\n \"cyrillic-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/oranienbaum/v2/M98jYwCSn0PaFhXXgviCoaCWcynf_cDxXwCLxiixG1c.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Orbitron\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"500\",\n \"700\",\n \"900\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/orbitron/v4/DY8swouAZjR3RaUPRf0HDQ.ttf\",\n \"500\": \"http://themes.googleusercontent.com/static/fonts/orbitron/v4/p-y_ffzMdo5JN_7ia0vYEqCWcynf_cDxXwCLxiixG1c.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/orbitron/v4/PS9_6SLkY1Y6OgPO3APr6qCWcynf_cDxXwCLxiixG1c.ttf\",\n \"900\": \"http://themes.googleusercontent.com/static/fonts/orbitron/v4/2I3-8i9hT294TE_pyjy9SaCWcynf_cDxXwCLxiixG1c.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Oregano\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\",\n \"italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/oregano/v2/UiLhqNixVv2EpjRoBG6axA.ttf\",\n \"italic\": \"http://themes.googleusercontent.com/static/fonts/oregano/v2/_iwqGEht6XsAuEaCbYG64Q.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Orienta\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/orienta/v2/_NKSk93mMs0xsqtfjCsB3Q.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Original Surfer\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/originalsurfer/v3/gdHw6HpSIN4D6Xt7pi1-qIkEz33TDwAZczo_6fY7eg0.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Oswald\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"300\",\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"300\": \"http://themes.googleusercontent.com/static/fonts/oswald/v8/y3tZpCdiRD4oNRRYFcAR5Q.ttf\",\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/oswald/v8/uLEd2g2vJglLPfsBF91DCg.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/oswald/v8/7wj8ldV_5Ti37rHa0m1DDw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Over the Rainbow\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/overtherainbow/v5/6gp-gkpI2kie2dHQQLM2jQBdxkZd83xOSx-PAQ2QmiI.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Overlock\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\",\n \"900\",\n \"900italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/overlock/v3/Z8oYsGi88-E1cUB8YBFMAg.ttf\",\n \"italic\": \"http://themes.googleusercontent.com/static/fonts/overlock/v3/rq6EacukHROOBrFrK_zF6_esZW2xOQ-xsNqO47m55DA.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/overlock/v3/Fexr8SqXM8Bm_gEVUA7AKaCWcynf_cDxXwCLxiixG1c.ttf\",\n \"700italic\": \"http://themes.googleusercontent.com/static/fonts/overlock/v3/wFWnYgeXKYBks6gEUwYnfAJKKGfqHaYFsRG-T3ceEVo.ttf\",\n \"900\": \"http://themes.googleusercontent.com/static/fonts/overlock/v3/YPJCVTT8ZbG3899l_-KIGqCWcynf_cDxXwCLxiixG1c.ttf\",\n \"900italic\": \"http://themes.googleusercontent.com/static/fonts/overlock/v3/iOZhxT2zlg7W5ij_lb-oDp0EAVxt0G0biEntp43Qt6E.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Overlock SC\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/overlocksc/v3/8D7HYDsvS_g1GhBnlHzgzaCWcynf_cDxXwCLxiixG1c.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Ovo\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/ovo/v5/mFg27dimu3s9t09qjCwB1g.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Oxygen\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"300\",\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"300\": \"http://themes.googleusercontent.com/static/fonts/oxygen/v3/lZ31r0bR1Bzt_DfGZu1S8A.ttf\",\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/oxygen/v3/uhoyAE7XlQL22abzQieHjw.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/oxygen/v3/yLqkmDwuNtt5pSqsJmhyrg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Oxygen Mono\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/oxygenmono/v2/DigTu7k4b7OmM8ubt1Qza6CWcynf_cDxXwCLxiixG1c.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"PT Mono\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"cyrillic\",\n \"latin-ext\",\n \"cyrillic-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/ptmono/v2/QUbM8H9yJK5NhpQ0REO6Wg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"PT Sans\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"cyrillic\",\n \"latin-ext\",\n \"cyrillic-ext\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/ptsans/v6/UFoEz2uiuMypUGZL1NKoeg.ttf\",\n \"italic\": \"http://themes.googleusercontent.com/static/fonts/ptsans/v6/yls9EYWOd496wiu7qzfgNg.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/ptsans/v6/F51BEgHuR0tYHxF0bD4vwvesZW2xOQ-xsNqO47m55DA.ttf\",\n \"700italic\": \"http://themes.googleusercontent.com/static/fonts/ptsans/v6/lILlYDvubYemzYzN7GbLkC3USBnSvpkopQaUR-2r7iU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"PT Sans Caption\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"cyrillic\",\n \"latin-ext\",\n \"cyrillic-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/ptsanscaption/v7/OXYTDOzBcXU8MTNBvBHeSW8by34Z3mUMtM-o4y-SHCY.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/ptsanscaption/v7/Q-gJrFokeE7JydPpxASt25tc0eyfI4QDEsobEEpk_hA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"PT Sans Narrow\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"cyrillic\",\n \"latin-ext\",\n \"cyrillic-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/ptsansnarrow/v5/UyYrYy3ltEffJV9QueSi4ZTvAuddT2xDMbdz0mdLyZY.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/ptsansnarrow/v5/Q_pTky3Sc3ubRibGToTAYsLtdzs3iyjn_YuT226ZsLU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"PT Serif\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"cyrillic\",\n \"latin-ext\",\n \"cyrillic-ext\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/ptserif/v6/sAo427rn3-QL9sWCbMZXhA.ttf\",\n \"italic\": \"http://themes.googleusercontent.com/static/fonts/ptserif/v6/9khWhKzhpkH0OkNnBKS3n_esZW2xOQ-xsNqO47m55DA.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/ptserif/v6/kyZw18tqQ5if-_wpmxxOeKCWcynf_cDxXwCLxiixG1c.ttf\",\n \"700italic\": \"http://themes.googleusercontent.com/static/fonts/ptserif/v6/Foydq9xJp--nfYIx2TBz9QJKKGfqHaYFsRG-T3ceEVo.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"PT Serif Caption\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"cyrillic\",\n \"latin-ext\",\n \"cyrillic-ext\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/ptserifcaption/v6/7xkFOeTxxO1GMC1suOUYWVsRioCqs5fohhaYel24W3k.ttf\",\n \"italic\": \"http://themes.googleusercontent.com/static/fonts/ptserifcaption/v6/0kfPsmrmTSgiec7u_Wa0DB1mqvzPHelJwRcF_s_EUM0.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Pacifico\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/pacifico/v5/GIrpeRY1r5CzbfL8r182lw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Paprika\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/paprika/v2/b-VpyoRSieBdB5BPJVF8HQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Parisienne\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/parisienne/v2/TW74B5QISJNx9moxGlmJfvesZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Passero One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/passeroone/v6/Yc-7nH5deCCv9Ed0MMnAQqCWcynf_cDxXwCLxiixG1c.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Passion One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\",\n \"700\",\n \"900\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/passionone/v4/1UIK1tg3bKJ4J3o35M4heqCWcynf_cDxXwCLxiixG1c.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/passionone/v4/feOcYDy2R-f3Ysy72PYJ2ne1Pd76Vl7zRpE7NLJQ7XU.ttf\",\n \"900\": \"http://themes.googleusercontent.com/static/fonts/passionone/v4/feOcYDy2R-f3Ysy72PYJ2ienaqEuufTBk9XMKnKmgDA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Pathway Gothic One\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/pathwaygothicone/v2/Lqv9ztoTUV8Q0FmQZzPqaA6A6xIYD7vYcYDop1i-K-c.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Patrick Hand\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\",\n \"vietnamese\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/patrickhand/v8/9BG3JJgt_HlF3NpEUehL0C3USBnSvpkopQaUR-2r7iU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Patrick Hand SC\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\",\n \"vietnamese\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/patrickhandsc/v2/OYFWCgfCR-7uHIovjUZXsbAgSRh1LpJXlLfl8IbsmHg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Patua One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/patuaone/v4/njZwotTYjswR4qdhsW-kJw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Paytone One\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/paytoneone/v6/3WCxC7JAJjQHQVoIE0ZwvqCWcynf_cDxXwCLxiixG1c.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Peralta\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/peralta/v2/cTJX5KEuc0GKRU9NXSm-8Q.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Permanent Marker\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/permanentmarker/v3/9vYsg5VgPHKK8SXYbf3sMol14xj5tdg9OHF8w4E7StQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Petit Formal Script\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/petitformalscript/v2/OEZwr2-ovBsq2n3ACCKoEvVPl2Gjtxj0D6F7QLy1VQc.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Petrona\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/petrona/v3/nnQwxlP6dhrGovYEFtemTg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Philosopher\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"cyrillic\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/philosopher/v5/oZLTrB9jmJsyV0u_T0TKEaCWcynf_cDxXwCLxiixG1c.ttf\",\n \"italic\": \"http://themes.googleusercontent.com/static/fonts/philosopher/v5/_9Hnc_gz9k7Qq6uKaeHKmUeOrDcLawS7-ssYqLr2Xp4.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/philosopher/v5/napvkewXG9Gqby5vwGHICHe1Pd76Vl7zRpE7NLJQ7XU.ttf\",\n \"700italic\": \"http://themes.googleusercontent.com/static/fonts/philosopher/v5/PuKlryTcvTj7-qZWfLCFIM_zJjSACmk0BRPxQqhnNLU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Piedra\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/piedra/v3/owf-AvEEyAj9LJ2tVZ_3Mw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Pinyon Script\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/pinyonscript/v4/TzghnhfCn7TuE73f-CBQ0CeUSrabuTpOsMEiRLtKwk0.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Pirata One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/pirataone/v2/WnbD86B4vB2ckYcL7oxuhvesZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Plaster\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/plaster/v5/O4QG9Z5116CXyfJdR9zxLw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Play\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"cyrillic\",\n \"latin-ext\",\n \"greek-ext\",\n \"greek\",\n \"cyrillic-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/play/v4/GWvfObW8LhtsOX333MCpBg.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/play/v4/crPhg6I0alLI-MpB3vW-zw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Playball\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/playball/v4/3hOFiQm_EUzycTpcN9uz4w.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Playfair Display\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\",\n \"900\",\n \"900italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"cyrillic\",\n \"latin-ext\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/playfairdisplay/v8/2NBgzUtEeyB-Xtpr9bm1CV6uyC_qD11hrFQ6EGgTJWI.ttf\",\n \"italic\": \"http://themes.googleusercontent.com/static/fonts/playfairdisplay/v8/9MkijrV-dEJ0-_NWV7E6NzMsbnvDNEBX25F5HWk9AhI.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/playfairdisplay/v8/UC3ZEjagJi85gF9qFaBgICsv6SrURqJprbhH_C1Mw8w.ttf\",\n \"700italic\": \"http://themes.googleusercontent.com/static/fonts/playfairdisplay/v8/n7G4PqJvFP2Kubl0VBLDECsYW3XoOVcYyYdp9NzzS9E.ttf\",\n \"900\": \"http://themes.googleusercontent.com/static/fonts/playfairdisplay/v8/UC3ZEjagJi85gF9qFaBgIKqwMe2wjvZrAR44M0BJZ48.ttf\",\n \"900italic\": \"http://themes.googleusercontent.com/static/fonts/playfairdisplay/v8/n7G4PqJvFP2Kubl0VBLDEC0JfJ4xmm7j1kL6D7mPxrA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Playfair Display SC\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\",\n \"900\",\n \"900italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"cyrillic\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/playfairdisplaysc/v2/G0-tvBxd4eQRdwFKB8dRkcpjYTDWIvcAwAccqeW9uNM.ttf\",\n \"italic\": \"http://themes.googleusercontent.com/static/fonts/playfairdisplaysc/v2/myuYiFR-4NTrUT4w6TKls2klJsJYggW8rlNoTOTuau0.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/playfairdisplaysc/v2/5ggqGkvWJU_TtW2W8cEubA-Amcyomnuy4WsCiPxGHjw.ttf\",\n \"700italic\": \"http://themes.googleusercontent.com/static/fonts/playfairdisplaysc/v2/6X0OQrQhEEnPo56RalREX4krgPi80XvBcbTwmz-rgmU.ttf\",\n \"900\": \"http://themes.googleusercontent.com/static/fonts/playfairdisplaysc/v2/5ggqGkvWJU_TtW2W8cEubKXL3C32k275YmX_AcBPZ7w.ttf\",\n \"900italic\": \"http://themes.googleusercontent.com/static/fonts/playfairdisplaysc/v2/6X0OQrQhEEnPo56RalREX8Zag2q3ssKz8uH1RU4a9gs.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Podkova\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/podkova/v6/eylljyGVfB8ZUQjYY3WZRQ.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/podkova/v6/SqW4aa8m_KVrOgYSydQ33vesZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Poiret One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"cyrillic\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/poiretone/v2/dWcYed048E5gHGDIt8i1CPesZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Poller One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/pollerone/v4/dkctmDlTPcZ6boC8662RA_esZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Poly\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"italic\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/poly/v5/bcMAuiacS2qkd54BcwW6_Q.ttf\",\n \"italic\": \"http://themes.googleusercontent.com/static/fonts/poly/v5/Zkx-eIlZSjKUrPGYhV5PeA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Pompiere\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/pompiere/v4/o_va2p9CD5JfmFohAkGZIA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Pontano Sans\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/pontanosans/v2/gTHiwyxi6S7iiHpqAoiE3C3USBnSvpkopQaUR-2r7iU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Port Lligat Sans\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/portlligatsans/v3/CUEdhRk7oC7up0p6t0g4P6mASEpx5X0ZpsuJOuvfOGA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Port Lligat Slab\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/portlligatslab/v3/CUEdhRk7oC7up0p6t0g4PxLSPACXvawUYCBEnHsOe30.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Prata\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/prata/v4/3gmx8r842loRRm9iQkCDGg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Preahvihear\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"khmer\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/preahvihear/v6/82tDI-xTc53CxxOzEG4hDaCWcynf_cDxXwCLxiixG1c.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Press Start 2P\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"cyrillic\",\n \"latin-ext\",\n \"greek\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/pressstart2p/v2/8Lg6LX8-ntOHUQnvQ0E7o1jfl3W46Sz5gOkEVhcFWF4.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Princess Sofia\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/princesssofia/v2/8g5l8r9BM0t1QsXLTajDe-wjmA7ie-lFcByzHGRhCIg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Prociono\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/prociono/v4/43ZYDHWogdFeNBWTl6ksmw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Prosto One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"cyrillic\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/prostoone/v2/bsqnAElAqk9kX7eABTRFJPesZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Puritan\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/puritan/v5/wv_RtgVBSCn-or2MC0n4Kg.ttf\",\n \"italic\": \"http://themes.googleusercontent.com/static/fonts/puritan/v5/BqZX8Tp200LeMv1KlzXgLQ.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/puritan/v5/pJS2SdwI0SCiVnO0iQSFT_esZW2xOQ-xsNqO47m55DA.ttf\",\n \"700italic\": \"http://themes.googleusercontent.com/static/fonts/puritan/v5/rFG3XkMJL75nUNZwCEIJqC3USBnSvpkopQaUR-2r7iU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Purple Purse\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/purplepurse/v2/Q5heFUrdmei9axbMITxxxS3USBnSvpkopQaUR-2r7iU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Quando\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/quando/v2/03nDiEZuO2-h3xvtG6UmHg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Quantico\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/quantico/v3/pwSnP8Xpaix2rIz99HrSlQ.ttf\",\n \"italic\": \"http://themes.googleusercontent.com/static/fonts/quantico/v3/KQhDd2OsZi6HiITUeFQ2U_esZW2xOQ-xsNqO47m55DA.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/quantico/v3/OVZZzjcZ3Hkq2ojVcUtDjaCWcynf_cDxXwCLxiixG1c.ttf\",\n \"700italic\": \"http://themes.googleusercontent.com/static/fonts/quantico/v3/HeCYRcZbdRso3ZUu01ELbQJKKGfqHaYFsRG-T3ceEVo.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Quattrocento\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/quattrocento/v5/WZDISdyil4HsmirlOdBRFC3USBnSvpkopQaUR-2r7iU.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/quattrocento/v5/Uvi-cRwyvqFpl9j3oT2mqkD2ttfZwueP-QU272T9-k4.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Quattrocento Sans\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/quattrocentosans/v6/efd6FGWWGX5Z3ztwLBrG9eAj_ty82iuwwDTNEYXGiyQ.ttf\",\n \"italic\": \"http://themes.googleusercontent.com/static/fonts/quattrocentosans/v6/8PXYbvM__bjl0rBnKiByg532VBCoA_HLsn85tSWZmdo.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/quattrocentosans/v6/tXSgPxDl7Lk8Zr_5qX8FIbqxG25nQNOioCZSK4sU-CA.ttf\",\n \"700italic\": \"http://themes.googleusercontent.com/static/fonts/quattrocentosans/v6/8N1PdXpbG6RtFvTjl-5E7buqAJxizi8Dk_SK5et7kMg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Questrial\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/questrial/v4/MoHHaw_WwNs_hd9ob1zTVw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Quicksand\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"300\",\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"300\": \"http://themes.googleusercontent.com/static/fonts/quicksand/v3/qhfoJiLu10kFjChCCTvGlC3USBnSvpkopQaUR-2r7iU.ttf\",\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/quicksand/v3/Ngv3fIJjKB7sD-bTUGIFCA.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/quicksand/v3/32nyIRHyCu6iqEka_hbKsi3USBnSvpkopQaUR-2r7iU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Quintessential\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/quintessential/v2/mmk6ioesnTrEky_Zb92E5s02lXbtMOtZWfuxKeMZO8Q.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Qwigley\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/qwigley/v4/aDqxws-KubFID85TZHFouw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Racing Sans One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/racingsansone/v2/1r3DpWaCiT7y3PD4KgkNyDjVlsJB_M_Q_LtZxsoxvlw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Radley\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/radley/v7/FgE9di09a-mXGzAIyI6Q9Q.ttf\",\n \"italic\": \"http://themes.googleusercontent.com/static/fonts/radley/v7/Z_JcACuPAOO2f9kzQcGRug.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Raleway\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"100\",\n \"200\",\n \"300\",\n \"regular\",\n \"500\",\n \"600\",\n \"700\",\n \"800\",\n \"900\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"100\": \"http://themes.googleusercontent.com/static/fonts/raleway/v7/UDfD6oxBaBnmFJwQ7XAFNw.ttf\",\n \"200\": \"http://themes.googleusercontent.com/static/fonts/raleway/v7/LAQwev4hdCtYkOYX4Oc7nPesZW2xOQ-xsNqO47m55DA.ttf\",\n \"300\": \"http://themes.googleusercontent.com/static/fonts/raleway/v7/2VvSZU2kb4DZwFfRM4fLQPesZW2xOQ-xsNqO47m55DA.ttf\",\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/raleway/v7/_dCzxpXzIS3sL-gdJWAP8A.ttf\",\n \"500\": \"http://themes.googleusercontent.com/static/fonts/raleway/v7/348gn6PEmbLDWlHbbV15d_esZW2xOQ-xsNqO47m55DA.ttf\",\n \"600\": \"http://themes.googleusercontent.com/static/fonts/raleway/v7/M7no6oPkwKYJkedjB1wqEvesZW2xOQ-xsNqO47m55DA.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/raleway/v7/VGEV9-DrblisWOWLbK-1XPesZW2xOQ-xsNqO47m55DA.ttf\",\n \"800\": \"http://themes.googleusercontent.com/static/fonts/raleway/v7/mMh0JrsYMXcLO69jgJwpUvesZW2xOQ-xsNqO47m55DA.ttf\",\n \"900\": \"http://themes.googleusercontent.com/static/fonts/raleway/v7/ajQQGcDBLcyLpaUfD76UuPesZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Raleway Dots\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/ralewaydots/v2/lhLgmWCRcyz-QXo8LCzTfC3USBnSvpkopQaUR-2r7iU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Rambla\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/rambla/v2/YaTmpvm5gFg_ShJKTQmdzg.ttf\",\n \"italic\": \"http://themes.googleusercontent.com/static/fonts/rambla/v2/mhUgsKmp0qw3uATdDDAuwA.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/rambla/v2/C5VZH8BxQKmnBuoC00UPpw.ttf\",\n \"700italic\": \"http://themes.googleusercontent.com/static/fonts/rambla/v2/ziMzUZya6QahrKONSI1TzqCWcynf_cDxXwCLxiixG1c.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Rammetto One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/rammettoone/v3/mh0uQ1tV8QgSx9v_KyEYPC3USBnSvpkopQaUR-2r7iU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Ranchers\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/ranchers/v2/9ya8CZYhqT66VERfjQ7eLA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Rancho\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/rancho/v4/ekp3-4QykC4--6KaslRgHA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Rationale\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/rationale/v5/7M2eN-di0NGLQse7HzJRfg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Redressed\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/redressed/v4/3aZ5sTBppH3oSm5SabegtA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Reenie Beanie\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/reeniebeanie/v4/ljpKc6CdXusL1cnGUSamX4jjx0o0jr6fNXxPgYh_a8Q.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Revalia\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/revalia/v2/1TKw66fF5_poiL0Ktgo4_A.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Ribeye\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/ribeye/v3/e5w3VE8HnWBln4Ll6lUj3Q.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Ribeye Marrow\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/ribeyemarrow/v4/q7cBSA-4ErAXBCDFPrhlY0cTNmV93fYG7UKgsLQNQWs.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Righteous\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/righteous/v3/0nRRWM_gCGCt2S-BCfN8WQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Risque\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/risque/v2/92RnElGnl8yHP97-KV3Fyg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Roboto\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"100\",\n \"100italic\",\n \"300\",\n \"300italic\",\n \"regular\",\n \"italic\",\n \"500\",\n \"500italic\",\n \"700\",\n \"700italic\",\n \"900\",\n \"900italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"cyrillic\",\n \"latin-ext\",\n \"vietnamese\",\n \"greek-ext\",\n \"greek\",\n \"cyrillic-ext\"\n ],\n \"version\": \"v10\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"100\": \"http://themes.googleusercontent.com/static/fonts/roboto/v10/7MygqTe2zs9YkP0adA9QQQ.ttf\",\n \"100italic\": \"http://themes.googleusercontent.com/static/fonts/roboto/v10/T1xnudodhcgwXCmZQ490TPesZW2xOQ-xsNqO47m55DA.ttf\",\n \"300\": \"http://themes.googleusercontent.com/static/fonts/roboto/v10/dtpHsbgPEm2lVWciJZ0P-A.ttf\",\n \"300italic\": \"http://themes.googleusercontent.com/static/fonts/roboto/v10/iE8HhaRzdhPxC93dOdA056CWcynf_cDxXwCLxiixG1c.ttf\",\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/roboto/v10/W5F8_SL0XFawnjxHGsZjJA.ttf\",\n \"italic\": \"http://themes.googleusercontent.com/static/fonts/roboto/v10/hcKoSgxdnKlbH5dlTwKbow.ttf\",\n \"500\": \"http://themes.googleusercontent.com/static/fonts/roboto/v10/Uxzkqj-MIMWle-XP2pDNAA.ttf\",\n \"500italic\": \"http://themes.googleusercontent.com/static/fonts/roboto/v10/daIfzbEw-lbjMyv4rMUUTqCWcynf_cDxXwCLxiixG1c.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/roboto/v10/bdHGHleUa-ndQCOrdpfxfw.ttf\",\n \"700italic\": \"http://themes.googleusercontent.com/static/fonts/roboto/v10/owYYXKukxFDFjr0ZO8NXh6CWcynf_cDxXwCLxiixG1c.ttf\",\n \"900\": \"http://themes.googleusercontent.com/static/fonts/roboto/v10/H1vB34nOKWXqzKotq25pcg.ttf\",\n \"900italic\": \"http://themes.googleusercontent.com/static/fonts/roboto/v10/b9PWBSMHrT2zM5FgUdtu0aCWcynf_cDxXwCLxiixG1c.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Roboto Condensed\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"300\",\n \"300italic\",\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"cyrillic\",\n \"latin-ext\",\n \"vietnamese\",\n \"greek-ext\",\n \"greek\",\n \"cyrillic-ext\"\n ],\n \"version\": \"v9\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"300\": \"http://themes.googleusercontent.com/static/fonts/robotocondensed/v9/b9QBgL0iMZfDSpmcXcE8nJRhFVcex_hajThhFkHyhYk.ttf\",\n \"300italic\": \"http://themes.googleusercontent.com/static/fonts/robotocondensed/v9/mg0cGfGRUERshzBlvqxeAPYa9bgCHecWXGgisnodcS0.ttf\",\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/robotocondensed/v9/Zd2E9abXLFGSr9G3YK2MsKDbm6fPDOZJsR8PmdG62gY.ttf\",\n \"italic\": \"http://themes.googleusercontent.com/static/fonts/robotocondensed/v9/BP5K8ZAJv9qEbmuFp8RpJY_eiqgTfYGaH0bJiUDZ5GA.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/robotocondensed/v9/b9QBgL0iMZfDSpmcXcE8nPOYkGiSOYDq_T7HbIOV1hA.ttf\",\n \"700italic\": \"http://themes.googleusercontent.com/static/fonts/robotocondensed/v9/mg0cGfGRUERshzBlvqxeAE2zk2RGRC3SlyyLLQfjS_8.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Roboto Slab\",\n \"category\": \"serif\",\n \"variants\": [\n \"100\",\n \"300\",\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"cyrillic\",\n \"latin-ext\",\n \"vietnamese\",\n \"greek-ext\",\n \"greek\",\n \"cyrillic-ext\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"100\": \"http://themes.googleusercontent.com/static/fonts/robotoslab/v3/MEz38VLIFL-t46JUtkIEgIAWxXGWZ3yJw6KhWS7MxOk.ttf\",\n \"300\": \"http://themes.googleusercontent.com/static/fonts/robotoslab/v3/dazS1PrQQuCxC3iOAJFEJS9-WlPSxbfiI49GsXo3q0g.ttf\",\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/robotoslab/v3/3__ulTNA7unv0UtplybPiqCWcynf_cDxXwCLxiixG1c.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/robotoslab/v3/dazS1PrQQuCxC3iOAJFEJXe1Pd76Vl7zRpE7NLJQ7XU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Rochester\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/rochester/v4/bnj8tmQBiOkdji_G_yvypg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Rock Salt\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/rocksalt/v4/Zy7JF9h9WbhD9V3SFMQ1UQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Rokkitt\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/rokkitt/v6/GMA7Z_ToF8uSvpZAgnp_VQ.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/rokkitt/v6/gxlo-sr3rPmvgSixYog_ofesZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Romanesco\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/romanesco/v3/2udIjUrpK_CPzYSxRVzD4Q.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Ropa Sans\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/ropasans/v3/Gba7ZzVBuhg6nX_AoSwlkQ.ttf\",\n \"italic\": \"http://themes.googleusercontent.com/static/fonts/ropasans/v3/V1zbhZQscNrh63dy5Jk2nqCWcynf_cDxXwCLxiixG1c.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Rosario\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v8\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/rosario/v8/bL-cEh8dXtDupB2WccA2LA.ttf\",\n \"italic\": \"http://themes.googleusercontent.com/static/fonts/rosario/v8/pkflNy18HEuVVx4EOjeb_Q.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/rosario/v8/nrS6PJvDWN42RP4TFWccd_esZW2xOQ-xsNqO47m55DA.ttf\",\n \"700italic\": \"http://themes.googleusercontent.com/static/fonts/rosario/v8/EOgFX2Va5VGrkhn_eDpIRS3USBnSvpkopQaUR-2r7iU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Rosarivo\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/rosarivo/v2/EmPiINK0qyqc7KSsNjJamA.ttf\",\n \"italic\": \"http://themes.googleusercontent.com/static/fonts/rosarivo/v2/u3VuWsWQlX1pDqsbz4paNPesZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Rouge Script\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/rougescript/v3/AgXDSqZJmy12qS0ixjs6Vy3USBnSvpkopQaUR-2r7iU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Ruda\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"700\",\n \"900\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/ruda/v5/jPEIPB7DM2DNK_uBGv2HGw.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/ruda/v5/JABOu1SYOHcGXVejUq4w6g.ttf\",\n \"900\": \"http://themes.googleusercontent.com/static/fonts/ruda/v5/Uzusv-enCjoIrznlJJaBRw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Rufina\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/rufina/v2/s9IFr_fIemiohfZS-ZRDbQ.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/rufina/v2/D0RUjXFr55y4MVZY2Ww_RA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Ruge Boogie\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/rugeboogie/v5/U-TTmltL8aENLVIqYbI5QaCWcynf_cDxXwCLxiixG1c.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Ruluko\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/ruluko/v2/lv4cMwJtrx_dzmlK5SDc1g.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Rum Raisin\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/rumraisin/v2/kDiL-ntDOEq26B7kYM7cx_esZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Ruslan Display\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"cyrillic\",\n \"latin-ext\",\n \"cyrillic-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/ruslandisplay/v5/SREdhlyLNUfU1VssRBfs3rgH88D3l9N4auRNHrNS708.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Russo One\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"cyrillic\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/russoone/v2/zfwxZ--UhUc7FVfgT21PRQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Ruthie\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/ruthie/v4/vJ2LorukHSbWYoEs5juivg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Rye\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/rye/v2/VUrJlpPpSZxspl3w_yNOrQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Sacramento\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/sacramento/v2/_kv-qycSHMNdhjiv0Kj7BvesZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Sail\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/sail/v4/iuEoG6kt-bePGvtdpL0GUQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Salsa\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/salsa/v4/BnpUCBmYdvggScEPs5JbpA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Sanchez\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/sanchez/v2/BEL8ao-E2LJ5eHPLB2UAiw.ttf\",\n \"italic\": \"http://themes.googleusercontent.com/static/fonts/sanchez/v2/iSrhkWLexUZzDeNxNEHtzA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Sancreek\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/sancreek/v5/8ZacBMraWMvHly4IJI3esw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Sansita One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/sansitaone/v4/xWqf68oB50JXqGIRR0h2hqCWcynf_cDxXwCLxiixG1c.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Sarina\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/sarina/v3/XYtRfaSknHIU3NHdfTdXoQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Satisfy\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/satisfy/v4/PRlyepkd-JCGHiN8e9WV2w.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Scada\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"cyrillic\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/scada/v2/iZNC3ZEYwe3je6H-28d5Ug.ttf\",\n \"italic\": \"http://themes.googleusercontent.com/static/fonts/scada/v2/PCGyLT1qNawkOUQ3uHFhBw.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/scada/v2/t6XNWdMdVWUz93EuRVmifQ.ttf\",\n \"700italic\": \"http://themes.googleusercontent.com/static/fonts/scada/v2/kLrBIf7V4mDMwcd_Yw7-D_esZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Schoolbell\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/schoolbell/v4/95-3djEuubb3cJx-6E7j4vesZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Seaweed Script\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/seaweedscript/v2/eorWAPpOvvWrPw5IHwE60BnpV0hQCek3EmWnCPrvGRM.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Sevillana\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/sevillana/v2/6m1Nh35oP7YEt00U80Smiw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Seymour One\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"cyrillic\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/seymourone/v2/HrdG2AEG_870Xb7xBVv6C6CWcynf_cDxXwCLxiixG1c.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Shadows Into Light\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/shadowsintolight/v4/clhLqOv7MXn459PTh0gXYAW_5bEze-iLRNvGrRpJsfM.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Shadows Into Light Two\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/shadowsintolighttwo/v2/gDxHeefcXIo-lOuZFCn2xVQrZk-Pga5KeEE_oZjkQjQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Shanti\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/shanti/v5/lc4nG_JG6Q-2FQSOMMhb_w.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Share\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/share/v2/1ytD7zSb_-g9I2GG67vmVw.ttf\",\n \"italic\": \"http://themes.googleusercontent.com/static/fonts/share/v2/a9YGdQWFRlNJ0zClJVaY3Q.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/share/v2/XrU8e7a1YKurguyY2azk1Q.ttf\",\n \"700italic\": \"http://themes.googleusercontent.com/static/fonts/share/v2/A992-bLVYwAflKu6iaznufesZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Share Tech\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/sharetech/v2/Dq3DuZ5_0SW3oEfAWFpen_esZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Share Tech Mono\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/sharetechmono/v2/RQxK-3RA0Lnf3gnnnNrAscwD6PD0c3_abh9zHKQtbGU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Shojumaru\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/shojumaru/v2/WP8cxonzQQVAoI3RJQ2wug.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Short Stack\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/shortstack/v4/v4dXPI0Rm8XN9gk4SDdqlqCWcynf_cDxXwCLxiixG1c.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Siemreap\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"khmer\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/siemreap/v7/JSK-mOIsXwxo-zE9XDDl_g.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Sigmar One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/sigmarone/v4/oh_5NxD5JBZksdo2EntKefesZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Signika\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"300\",\n \"regular\",\n \"600\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"300\": \"http://themes.googleusercontent.com/static/fonts/signika/v4/0wDPonOzsYeEo-1KO78w4fesZW2xOQ-xsNqO47m55DA.ttf\",\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/signika/v4/WvDswbww0oAtvBg2l1L-9w.ttf\",\n \"600\": \"http://themes.googleusercontent.com/static/fonts/signika/v4/lQMOF6NUN2ooR7WvB7tADvesZW2xOQ-xsNqO47m55DA.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/signika/v4/lEcnfPBICWJPv5BbVNnFJPesZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Signika Negative\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"300\",\n \"regular\",\n \"600\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"300\": \"http://themes.googleusercontent.com/static/fonts/signikanegative/v3/q5TOjIw4CenPw6C-TW06FjYFXpUPtCmIEFDvjUnLLaI.ttf\",\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/signikanegative/v3/Z-Q1hzbY8uAo3TpTyPFMXVM1lnCWMnren5_v6047e5A.ttf\",\n \"600\": \"http://themes.googleusercontent.com/static/fonts/signikanegative/v3/q5TOjIw4CenPw6C-TW06FrKLaDJM01OezSVA2R_O3qI.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/signikanegative/v3/q5TOjIw4CenPw6C-TW06FpYzPxtVvobH1w3hEppR8WI.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Simonetta\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"900\",\n \"900italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/simonetta/v3/fN8puNuahBo4EYMQgp12Yg.ttf\",\n \"italic\": \"http://themes.googleusercontent.com/static/fonts/simonetta/v3/ynxQ3FqfF_Nziwy3T9ZwL6CWcynf_cDxXwCLxiixG1c.ttf\",\n \"900\": \"http://themes.googleusercontent.com/static/fonts/simonetta/v3/22EwvvJ2r1VwVCxit5LcVi3USBnSvpkopQaUR-2r7iU.ttf\",\n \"900italic\": \"http://themes.googleusercontent.com/static/fonts/simonetta/v3/WUXOpCgBZaRPrWtMCpeKoienaqEuufTBk9XMKnKmgDA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Sintony\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/sintony/v2/IDhCijoIMev2L6Lg5QsduQ.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/sintony/v2/zVXQB1wqJn6PE4dWXoYpvPesZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Sirin Stencil\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/sirinstencil/v2/pRpLdo0SawzO7MoBpvowsImg74kgS1F7KeR8rWhYwkU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Six Caps\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/sixcaps/v5/_XeDnO0HOV8Er9u97If1tQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Skranji\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/skranji/v2/jnOLPS0iZmDL7dfWnW3nIw.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/skranji/v2/Lcrhg-fviVkxiEgoadsI1vesZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Slackey\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/slackey/v4/evRIMNhGVCRJvCPv4kteeA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Smokum\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/smokum/v4/8YP4BuAcy97X8WfdKfxVRw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Smythe\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/smythe/v5/yACD1gy_MpbB9Ft42fUvYw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Sniglet\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\",\n \"800\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/sniglet/v5/XWhyQLHH4SpCVsHRPRgu9w.ttf\",\n \"800\": \"http://themes.googleusercontent.com/static/fonts/sniglet/v5/NLF91nBmcEfkBgcEWbHFa_esZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Snippet\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/snippet/v4/eUcYMLq2GtHZovLlQH_9kA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Snowburst One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/snowburstone/v2/zSQzKOPukXRux2oTqfYJjIjjx0o0jr6fNXxPgYh_a8Q.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Sofadi One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/sofadione/v2/nirf4G12IcJ6KI8Eoj119fesZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Sofia\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/sofia/v3/Imnvx0Ag9r6iDBFUY5_RaQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Sonsie One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/sonsieone/v3/KSP7xT1OSy0q2ob6RQOTWPesZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Sorts Mill Goudy\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/sortsmillgoudy/v4/JzRrPKdwEnE8F1TDmDLMUlIL2Qjg-Xlsg_fhGbe2P5U.ttf\",\n \"italic\": \"http://themes.googleusercontent.com/static/fonts/sortsmillgoudy/v4/UUu1lKiy4hRmBWk599VL1TYNkCNSzLyoucKmbTguvr0.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Source Code Pro\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"200\",\n \"300\",\n \"regular\",\n \"500\",\n \"600\",\n \"700\",\n \"900\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"200\": \"http://themes.googleusercontent.com/static/fonts/sourcecodepro/v4/leqv3v-yTsJNC7nFznSMqaXvKVW_haheDNrHjziJZVk.ttf\",\n \"300\": \"http://themes.googleusercontent.com/static/fonts/sourcecodepro/v4/leqv3v-yTsJNC7nFznSMqVP7R5lD_au4SZC6Ks_vyWs.ttf\",\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/sourcecodepro/v4/mrl8jkM18OlOQN8JLgasD9Rl0pGnog23EMYRrBmUzJQ.ttf\",\n \"500\": \"http://themes.googleusercontent.com/static/fonts/sourcecodepro/v4/leqv3v-yTsJNC7nFznSMqX63uKwMO11Of4rJWV582wg.ttf\",\n \"600\": \"http://themes.googleusercontent.com/static/fonts/sourcecodepro/v4/leqv3v-yTsJNC7nFznSMqeiMeWyi5E_-XkTgB5psiDg.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/sourcecodepro/v4/leqv3v-yTsJNC7nFznSMqfgXsetDviZcdR5OzC1KPcw.ttf\",\n \"900\": \"http://themes.googleusercontent.com/static/fonts/sourcecodepro/v4/leqv3v-yTsJNC7nFznSMqRA_awHl7mXRjE_LQVochcU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Source Sans Pro\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"200\",\n \"200italic\",\n \"300\",\n \"300italic\",\n \"regular\",\n \"italic\",\n \"600\",\n \"600italic\",\n \"700\",\n \"700italic\",\n \"900\",\n \"900italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\",\n \"vietnamese\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"200\": \"http://themes.googleusercontent.com/static/fonts/sourcesanspro/v7/toadOcfmlt9b38dHJxOBGKXvKVW_haheDNrHjziJZVk.ttf\",\n \"200italic\": \"http://themes.googleusercontent.com/static/fonts/sourcesanspro/v7/fpTVHK8qsXbIeTHTrnQH6OptKU7UIBg2hLM7eMTU8bI.ttf\",\n \"300\": \"http://themes.googleusercontent.com/static/fonts/sourcesanspro/v7/toadOcfmlt9b38dHJxOBGFP7R5lD_au4SZC6Ks_vyWs.ttf\",\n \"300italic\": \"http://themes.googleusercontent.com/static/fonts/sourcesanspro/v7/fpTVHK8qsXbIeTHTrnQH6DUpNKoQAsDux-Todp8f29w.ttf\",\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/sourcesanspro/v7/ODelI1aHBYDBqgeIAH2zlNRl0pGnog23EMYRrBmUzJQ.ttf\",\n \"italic\": \"http://themes.googleusercontent.com/static/fonts/sourcesanspro/v7/M2Jd71oPJhLKp0zdtTvoMwRX4TIfMQQEXLu74GftruE.ttf\",\n \"600\": \"http://themes.googleusercontent.com/static/fonts/sourcesanspro/v7/toadOcfmlt9b38dHJxOBGOiMeWyi5E_-XkTgB5psiDg.ttf\",\n \"600italic\": \"http://themes.googleusercontent.com/static/fonts/sourcesanspro/v7/fpTVHK8qsXbIeTHTrnQH6Pp6lGoTTgjlW0sC4r900Co.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/sourcesanspro/v7/toadOcfmlt9b38dHJxOBGPgXsetDviZcdR5OzC1KPcw.ttf\",\n \"700italic\": \"http://themes.googleusercontent.com/static/fonts/sourcesanspro/v7/fpTVHK8qsXbIeTHTrnQH6LVT4locI09aamSzFGQlDMY.ttf\",\n \"900\": \"http://themes.googleusercontent.com/static/fonts/sourcesanspro/v7/toadOcfmlt9b38dHJxOBGBA_awHl7mXRjE_LQVochcU.ttf\",\n \"900italic\": \"http://themes.googleusercontent.com/static/fonts/sourcesanspro/v7/fpTVHK8qsXbIeTHTrnQH6A0NcF6HPGWR298uWIdxWv0.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Special Elite\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/specialelite/v4/9-wW4zu3WNoD5Fjka35Jm4jjx0o0jr6fNXxPgYh_a8Q.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Spicy Rice\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/spicyrice/v3/WGCtz7cLoggXARPi9OGD6_esZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Spinnaker\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/spinnaker/v6/MQdIXivKITpjROUdiN6Jgg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Spirax\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/spirax/v3/IOKqhk-Ccl7y31yDsePPkw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Squada One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/squadaone/v3/3tzGuaJdD65cZVgfQzN8uvesZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Stalemate\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/stalemate/v2/wQLCnG0qB6mOu2Wit2dt_w.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Stalinist One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"cyrillic\",\n \"latin-ext\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/stalinistone/v3/ltOD4Zj3WJDXYjAIR-9vZojjx0o0jr6fNXxPgYh_a8Q.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Stardos Stencil\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/stardosstencil/v4/ygEOyTW9a6u4fi4OXEZeTFf2eT4jUldwg_9fgfY_tHc.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/stardosstencil/v4/h4ExtgvoXhPtv9Ieqd-XC81wDCbBgmIo8UyjIhmkeSM.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Stint Ultra Condensed\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/stintultracondensed/v3/8DqLK6-YSClFZt3u3EgOUYelbRYnLTTQA1Z5cVLnsI4.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Stint Ultra Expanded\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/stintultraexpanded/v2/FeigX-wDDgHMCKuhekhedQ7dxr0N5HY0cZKknTIL6n4.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Stoke\",\n \"category\": \"serif\",\n \"variants\": [\n \"300\",\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"300\": \"http://themes.googleusercontent.com/static/fonts/stoke/v4/Sell9475FOS8jUqQsfFsUQ.ttf\",\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/stoke/v4/A7qJNoqOm2d6o1E6e0yUFg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Strait\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/strait/v2/m4W73ViNmProETY2ybc-Bg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Sue Ellen Francisco\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/sueellenfrancisco/v5/TwHX4vSxMUnJUdEz1JIgrhzazJzPVbGl8jnf1tisRz4.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Sunshiney\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/sunshiney/v4/kaWOb4pGbwNijM7CkxK1sQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Supermercado One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/supermercadoone/v4/kMGPVTNFiFEp1U274uBMb4mm5hmSKNFf3C5YoMa-lrM.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Suwannaphum\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"khmer\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/suwannaphum/v7/1jIPOyXied3T79GCnSlCN6CWcynf_cDxXwCLxiixG1c.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Swanky and Moo Moo\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/swankyandmoomoo/v4/orVNZ9kDeE3lWp3U3YELu9DVLKqNC3_XMNHhr8S94FU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Syncopate\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/syncopate/v4/RQVwO52fAH6MI764EcaYtw.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/syncopate/v4/S5z8ixiOoC4WJ1im6jAlYC3USBnSvpkopQaUR-2r7iU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Tangerine\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/tangerine/v4/DTPeM3IROhnkz7aYG2a9sA.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/tangerine/v4/UkFsr-RwJB_d2l9fIWsx3i3USBnSvpkopQaUR-2r7iU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Taprom\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"khmer\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/taprom/v6/-KByU3BaUsyIvQs79qFObg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Tauri\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/tauri/v2/XIWeYJDXNqiVNej0zEqtGg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Telex\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/telex/v2/24-3xP9ywYeHOcFU3iGk8A.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Tenor Sans\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"cyrillic\",\n \"latin-ext\",\n \"cyrillic-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/tenorsans/v5/dUBulmjNJJInvK5vL7O9yfesZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Text Me One\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/textmeone/v2/9em_3ckd_P5PQkP4aDyDLqCWcynf_cDxXwCLxiixG1c.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"The Girl Next Door\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/thegirlnextdoor/v5/cWRA4JVGeEcHGcPl5hmX7kzo0nFFoM60ux_D9BUymX4.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Tienne\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"700\",\n \"900\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/tienne/v6/-IIfDl701C0z7-fy2kmGvA.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/tienne/v6/JvoCDOlyOSEyYGRwCyfs3g.ttf\",\n \"900\": \"http://themes.googleusercontent.com/static/fonts/tienne/v6/FBano5T521OWexj2iRYLMw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Tinos\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"cyrillic\",\n \"latin-ext\",\n \"vietnamese\",\n \"greek-ext\",\n \"greek\",\n \"cyrillic-ext\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/tinos/v6/EqpUbkVmutfwZ0PjpoGwCg.ttf\",\n \"italic\": \"http://themes.googleusercontent.com/static/fonts/tinos/v6/slfyzlasCr9vTsaP4lUh9A.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/tinos/v6/vHXfhX8jZuQruowfon93yQ.ttf\",\n \"700italic\": \"http://themes.googleusercontent.com/static/fonts/tinos/v6/M6kfzvDMM0CdxdraoFpG6vesZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Titan One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/titanone/v2/FbvpRvzfV_oipS0De3iAZg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Titillium Web\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"200\",\n \"200italic\",\n \"300\",\n \"300italic\",\n \"regular\",\n \"italic\",\n \"600\",\n \"600italic\",\n \"700\",\n \"700italic\",\n \"900\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"200\": \"http://themes.googleusercontent.com/static/fonts/titilliumweb/v2/anMUvcNT0H1YN4FII8wprzOdCrLccoxq42eaxM802O0.ttf\",\n \"200italic\": \"http://themes.googleusercontent.com/static/fonts/titilliumweb/v2/RZunN20OBmkvrU7sA4GPPj4N98U-66ThNJvtgddRfBE.ttf\",\n \"300\": \"http://themes.googleusercontent.com/static/fonts/titilliumweb/v2/anMUvcNT0H1YN4FII8wpr9ZAkYT8DuUZELiKLwMGWAo.ttf\",\n \"300italic\": \"http://themes.googleusercontent.com/static/fonts/titilliumweb/v2/RZunN20OBmkvrU7sA4GPPrfzCkqg7ORZlRf2cc4mXu8.ttf\",\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/titilliumweb/v2/7XUFZ5tgS-tD6QamInJTcTyagQBwYgYywpS70xNq8SQ.ttf\",\n \"italic\": \"http://themes.googleusercontent.com/static/fonts/titilliumweb/v2/r9OmwyQxrgzUAhaLET_KO-ixohbIP6lHkU-1Mgq95cY.ttf\",\n \"600\": \"http://themes.googleusercontent.com/static/fonts/titilliumweb/v2/anMUvcNT0H1YN4FII8wpr28K9dEd5Ue-HTQrlA7E2xQ.ttf\",\n \"600italic\": \"http://themes.googleusercontent.com/static/fonts/titilliumweb/v2/RZunN20OBmkvrU7sA4GPPgOhzTSndyK8UWja2yJjKLc.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/titilliumweb/v2/anMUvcNT0H1YN4FII8wpr2-6tpSbB9YhmWtmd1_gi_U.ttf\",\n \"700italic\": \"http://themes.googleusercontent.com/static/fonts/titilliumweb/v2/RZunN20OBmkvrU7sA4GPPio3LEw-4MM8Ao2j9wPOfpw.ttf\",\n \"900\": \"http://themes.googleusercontent.com/static/fonts/titilliumweb/v2/anMUvcNT0H1YN4FII8wpr7L0GmZLri-m-nfoo0Vul4Y.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Trade Winds\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/tradewinds/v3/sDOCVgAxw6PEUi2xdMsoDaCWcynf_cDxXwCLxiixG1c.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Trocchi\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/trocchi/v2/uldNPaKrUGVeGCVsmacLwA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Trochut\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/trochut/v2/6Y65B0x-2JsnYt16OH5omw.ttf\",\n \"italic\": \"http://themes.googleusercontent.com/static/fonts/trochut/v2/pczUwr4ZFvC79TgNO5cZng.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/trochut/v2/lWqNOv6ISR8ehNzGLFLnJ_esZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Trykker\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/trykker/v3/YiVrVJpBFN7I1l_CWk6yYQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Tulpen One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/tulpenone/v4/lwcTfVIEVxpZLZlWzR5baPesZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Ubuntu\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"300\",\n \"300italic\",\n \"regular\",\n \"italic\",\n \"500\",\n \"500italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"cyrillic\",\n \"latin-ext\",\n \"greek-ext\",\n \"greek\",\n \"cyrillic-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"300\": \"http://themes.googleusercontent.com/static/fonts/ubuntu/v5/7-wH0j2QCTHKgp7vLh9-sQ.ttf\",\n \"300italic\": \"http://themes.googleusercontent.com/static/fonts/ubuntu/v5/j-TYDdXcC_eQzhhp386SjaCWcynf_cDxXwCLxiixG1c.ttf\",\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/ubuntu/v5/lhhB5ZCwEkBRbHMSnYuKyA.ttf\",\n \"italic\": \"http://themes.googleusercontent.com/static/fonts/ubuntu/v5/b9hP8wd30SygxZjGGk4DCQ.ttf\",\n \"500\": \"http://themes.googleusercontent.com/static/fonts/ubuntu/v5/bMbHEMwSUmkzcK2x_74QbA.ttf\",\n \"500italic\": \"http://themes.googleusercontent.com/static/fonts/ubuntu/v5/NWdMogIO7U6AtEM4dDdf_aCWcynf_cDxXwCLxiixG1c.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/ubuntu/v5/B7BtHjNYwAp3HgLNagENOQ.ttf\",\n \"700italic\": \"http://themes.googleusercontent.com/static/fonts/ubuntu/v5/pqisLQoeO9YTDCNnlQ9bf6CWcynf_cDxXwCLxiixG1c.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Ubuntu Condensed\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"cyrillic\",\n \"latin-ext\",\n \"greek-ext\",\n \"greek\",\n \"cyrillic-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/ubuntucondensed/v4/DBCt-NXN57MTAFjitYxdrKDbm6fPDOZJsR8PmdG62gY.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Ubuntu Mono\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\",\n \"cyrillic\",\n \"latin-ext\",\n \"greek-ext\",\n \"greek\",\n \"cyrillic-ext\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/ubuntumono/v4/EgeuS9OtEmA0y_JRo03MQaCWcynf_cDxXwCLxiixG1c.ttf\",\n \"italic\": \"http://themes.googleusercontent.com/static/fonts/ubuntumono/v4/KAKuHXAHZOeECOWAHsRKA0eOrDcLawS7-ssYqLr2Xp4.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/ubuntumono/v4/ceqTZGKHipo8pJj4molytne1Pd76Vl7zRpE7NLJQ7XU.ttf\",\n \"700italic\": \"http://themes.googleusercontent.com/static/fonts/ubuntumono/v4/n_d8tv_JOIiYyMXR4eaV9c_zJjSACmk0BRPxQqhnNLU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Ultra\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/ultra/v5/OW8uXkOstRADuhEmGOFQLA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Uncial Antiqua\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/uncialantiqua/v2/F-leefDiFwQXsyd6eaSllqrFJ4O13IHVxZbM6yoslpo.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Underdog\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"cyrillic\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/underdog/v2/gBv9yjez_-5PnTprHWq0ig.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Unica One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/unicaone/v2/KbYKlhWMDpatWViqDkNQgA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"UnifrakturCook\",\n \"category\": \"display\",\n \"variants\": [\n \"700\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"700\": \"http://themes.googleusercontent.com/static/fonts/unifrakturcook/v6/ASwh69ykD8iaoYijVEU6RrWZkcsCTHKV51zmcUsafQ0.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"UnifrakturMaguntia\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/unifrakturmaguntia/v5/7KWy3ymCVR_xfAvvcIXm3-kdNg30GQauG_DE-tMYtWk.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Unkempt\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/unkempt/v5/NLLBeNSspr0RGs71R5LHWA.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/unkempt/v5/V7H-GCl9bgwGwqFqTTgDHvesZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Unlock\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/unlock/v4/rXEQzK7uIAlhoyoAEiMy1w.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Unna\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/unna/v6/UAS0AM7AmbdCNY_80xyAZQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"VT323\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/vt323/v5/ITU2YQfM073o1iYK3nSOmQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Vampiro One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/vampiroone/v3/OVDs4gY4WpS5u3Qd1gXRW6CWcynf_cDxXwCLxiixG1c.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Varela\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/varela/v5/ON7qs0cKUUixhhDFXlZUjw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Varela Round\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/varelaround/v4/APH4jr0uSos5wiut5cpjri3USBnSvpkopQaUR-2r7iU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Vast Shadow\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/vastshadow/v4/io4hqKX3ibiqQQjYfW0-h6CWcynf_cDxXwCLxiixG1c.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Vibur\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/vibur/v5/xB9aKsUbJo68XP0bAg2iLw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Vidaloka\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/vidaloka/v6/C6Nul0ogKUWkx356rrt9RA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Viga\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/viga/v3/uD87gDbhS7frHLX4uL6agg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Voces\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/voces/v2/QoBH6g6yKgNIgvL8A2aE2Q.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Volkhov\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v6\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/volkhov/v6/MDIZAofe1T_J3un5Kgo8zg.ttf\",\n \"italic\": \"http://themes.googleusercontent.com/static/fonts/volkhov/v6/1rTjmztKEpbkKH06JwF8Yw.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/volkhov/v6/L8PbKS-kEoLHm7nP--NCzPesZW2xOQ-xsNqO47m55DA.ttf\",\n \"700italic\": \"http://themes.googleusercontent.com/static/fonts/volkhov/v6/W6oG0QDDjCgj0gmsHE520C3USBnSvpkopQaUR-2r7iU.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Vollkorn\",\n \"category\": \"serif\",\n \"variants\": [\n \"regular\",\n \"italic\",\n \"700\",\n \"700italic\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/vollkorn/v4/IiexqYAeh8uII223thYx3w.ttf\",\n \"italic\": \"http://themes.googleusercontent.com/static/fonts/vollkorn/v4/UuIzosgR1ovBhJFdwVp3fvesZW2xOQ-xsNqO47m55DA.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/vollkorn/v4/gOwQjJVGXlDOONC12hVoBqCWcynf_cDxXwCLxiixG1c.ttf\",\n \"700italic\": \"http://themes.googleusercontent.com/static/fonts/vollkorn/v4/KNiAlx6phRqXCwnZZG51JAJKKGfqHaYFsRG-T3ceEVo.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Voltaire\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/voltaire/v4/WvqBzaGEBbRV-hrahwO2cA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Waiting for the Sunrise\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/waitingforthesunrise/v5/eNfH7kLpF1PZWpsetF-ha9TChrNgrDiT3Zy6yGf3FnM.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Wallpoet\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/wallpoet/v5/hmum4WuBN4A0Z_7367NDIg.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Walter Turncoat\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/walterturncoat/v4/sG9su5g4GXy1KP73cU3hvQplL2YwNeota48DxFlGDUo.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Warnes\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/warnes/v3/MXG7_Phj4YpzAXxKGItuBw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Wellfleet\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/wellfleet/v2/J5tOx72iFRPgHYpbK9J4XQ.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Wendy One\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v2\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/wendyone/v2/R8CJT2oDXdMk_ZtuHTxoxw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Wire One\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/wireone/v4/sRLhaQOQpWnvXwIx0CycQw.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Yanone Kaffeesatz\",\n \"category\": \"sans-serif\",\n \"variants\": [\n \"200\",\n \"300\",\n \"regular\",\n \"700\"\n ],\n \"subsets\": [\n \"latin\",\n \"latin-ext\"\n ],\n \"version\": \"v5\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"200\": \"http://themes.googleusercontent.com/static/fonts/yanonekaffeesatz/v5/We_iSDqttE3etzfdfhuPRbq92v6XxU4pSv06GI0NsGc.ttf\",\n \"300\": \"http://themes.googleusercontent.com/static/fonts/yanonekaffeesatz/v5/We_iSDqttE3etzfdfhuPRZlIwXPiNoNT_wxzJ2t3mTE.ttf\",\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/yanonekaffeesatz/v5/YDAoLskQQ5MOAgvHUQCcLdXn3cHbFGWU4T2HrSN6JF4.ttf\",\n \"700\": \"http://themes.googleusercontent.com/static/fonts/yanonekaffeesatz/v5/We_iSDqttE3etzfdfhuPRf2R4S6PlKaGXWPfWpHpcl0.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Yellowtail\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/yellowtail/v4/HLrU6lhCTjXfLZ7X60LcB_esZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Yeseva One\",\n \"category\": \"display\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\",\n \"cyrillic\",\n \"latin-ext\"\n ],\n \"version\": \"v7\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/yesevaone/v7/eenQQxvpzSA80JmisGcgX_esZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Yesteryear\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v3\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/yesteryear/v3/dv09hP_ZrdjVOfZQXKXuZvesZW2xOQ-xsNqO47m55DA.ttf\"\n }\n },\n {\n \"kind\": \"webfonts#webfont\",\n \"family\": \"Zeyada\",\n \"category\": \"handwriting\",\n \"variants\": [\n \"regular\"\n ],\n \"subsets\": [\n \"latin\"\n ],\n \"version\": \"v4\",\n \"lastModified\": \"2014-01-07\",\n \"files\": {\n \"regular\": \"http://themes.googleusercontent.com/static/fonts/zeyada/v4/hmonmGYYFwqTZQfG2nRswQ.ttf\"\n }\n }\n ]\n}\n','yes'),(1180,'theme_mods_customizr','a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:4:\"main\";i:4;}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1393028346;s:4:\"data\";a:7:{s:19:\"wp_inactive_widgets\";a:6:{i:0;s:21:\"simple-social-icons-2\";i:1;s:7:\"text-12\";i:2;s:7:\"text-10\";i:3;s:12:\"mab-widget-2\";i:4;s:6:\"text-9\";i:5;s:6:\"text-8\";}s:5:\"right\";a:3:{i:0;s:21:\"simple-social-icons-3\";i:1;s:19:\"metaslider_widget-2\";i:2;s:7:\"text-11\";}s:4:\"left\";a:0:{}s:10:\"footer_one\";a:0:{}s:10:\"footer_two\";a:5:{i:0;s:6:\"text-5\";i:1;s:18:\"footer_copyright-2\";i:2;s:6:\"text-7\";i:3;s:7:\"text-13\";i:4;s:6:\"text-6\";}s:12:\"footer_three\";N;s:11:\"last-footer\";N;}}}','yes'),(1182,'menu_button','','yes'),(1183,'tc_theme_options','a:46:{s:12:\"tc_menu_type\";s:5:\"hover\";s:7:\"tc_skin\";s:8:\"blue.css\";s:13:\"tc_top_border\";b:1;s:14:\"tc_logo_upload\";s:0:\"\";s:14:\"tc_logo_resize\";i:1;s:13:\"tc_fav_upload\";s:0:\"\";s:15:\"tc_front_layout\";s:1:\"f\";s:15:\"tc_front_slider\";s:4:\"demo\";s:15:\"tc_slider_width\";i:1;s:15:\"tc_slider_delay\";i:5000;s:22:\"tc_show_featured_pages\";i:1;s:26:\"tc_show_featured_pages_img\";i:1;s:28:\"tc_featured_page_button_text\";s:12:\"Read more »\";s:20:\"tc_featured_page_one\";s:0:\"\";s:20:\"tc_featured_page_two\";s:0:\"\";s:22:\"tc_featured_page_three\";s:0:\"\";s:20:\"tc_featured_text_one\";s:0:\"\";s:20:\"tc_featured_text_two\";s:0:\"\";s:22:\"tc_featured_text_three\";s:0:\"\";s:13:\"tc_breadcrumb\";i:1;s:24:\"tc_sidebar_global_layout\";s:1:\"l\";s:23:\"tc_sidebar_force_layout\";i:0;s:22:\"tc_sidebar_post_layout\";s:1:\"l\";s:19:\"tc_post_list_length\";s:7:\"excerpt\";s:22:\"tc_sidebar_page_layout\";s:1:\"l\";s:16:\"tc_page_comments\";i:0;s:19:\"tc_social_in_header\";i:1;s:25:\"tc_social_in_left-sidebar\";i:0;s:26:\"tc_social_in_right-sidebar\";i:0;s:19:\"tc_social_in_footer\";i:1;s:6:\"tc_rss\";s:35:\"http://www.seanwomack.com/feed/rss/\";s:10:\"tc_twitter\";s:0:\"\";s:11:\"tc_facebook\";s:0:\"\";s:9:\"tc_google\";s:0:\"\";s:12:\"tc_instagram\";s:0:\"\";s:12:\"tc_wordpress\";s:0:\"\";s:10:\"tc_youtube\";s:0:\"\";s:12:\"tc_pinterest\";s:0:\"\";s:9:\"tc_github\";s:0:\"\";s:11:\"tc_dribbble\";s:0:\"\";s:11:\"tc_linkedin\";s:0:\"\";s:11:\"tc_fancybox\";i:1;s:21:\"tc_fancybox_autoscale\";i:1;s:17:\"tc_retina_support\";i:1;s:14:\"tc_link_scroll\";i:0;s:13:\"tc_custom_css\";s:0:\"\";}','yes'),(1184,'hr_logo','','yes'),(1185,'homecontent_title','','yes'),(1186,'slider_check','','yes'),(1193,'theme_mods_blackbird','a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:11:\"custom_menu\";i:4;}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1393345049;s:4:\"data\";a:7:{s:19:\"wp_inactive_widgets\";a:6:{i:0;s:21:\"simple-social-icons-2\";i:1;s:7:\"text-12\";i:2;s:7:\"text-10\";i:3;s:12:\"mab-widget-2\";i:4;s:6:\"text-9\";i:5;s:6:\"text-8\";}s:19:\"primary-widget-area\";a:3:{i:0;s:21:\"simple-social-icons-3\";i:1;s:19:\"metaslider_widget-2\";i:2;s:7:\"text-11\";}s:21:\"secondary-widget-area\";a:0:{}s:24:\"first-footer-widget-area\";a:0:{}s:25:\"second-footer-widget-area\";a:0:{}s:24:\"third-footer-widget-area\";a:0:{}s:11:\"last-footer\";a:5:{i:0;s:18:\"footer_copyright-2\";i:1;s:6:\"text-5\";i:2;s:6:\"text-7\";i:3;s:7:\"text-13\";i:4;s:6:\"text-6\";}}}}','yes'),(1187,'theme_mods_twentyfourteen','a:10:{i:0;b:0;s:16:\"header_textcolor\";s:3:\"fff\";s:16:\"background_color\";s:6:\"f5f5f5\";s:16:\"background_image\";s:0:\"\";s:17:\"background_repeat\";s:6:\"repeat\";s:21:\"background_position_x\";s:4:\"left\";s:21:\"background_attachment\";s:5:\"fixed\";s:18:\"nav_menu_locations\";a:2:{s:7:\"primary\";i:4;s:9:\"secondary\";i:0;}s:23:\"featured_content_layout\";s:6:\"slider\";s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1393570535;s:4:\"data\";a:5:{s:19:\"wp_inactive_widgets\";a:10:{i:0;s:7:\"text-15\";i:1;s:7:\"text-16\";i:2;s:7:\"text-17\";i:3;s:7:\"text-18\";i:4;s:21:\"simple-social-icons-2\";i:5;s:7:\"text-12\";i:6;s:7:\"text-10\";i:7;s:12:\"mab-widget-2\";i:8;s:6:\"text-9\";i:9;s:6:\"text-8\";}s:9:\"sidebar-1\";a:0:{}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}s:11:\"last-footer\";a:3:{i:0;s:6:\"text-5\";i:1;s:18:\"footer_copyright-2\";i:2;s:6:\"text-7\";}}}}','yes'),(1194,'blackbird_options','a:32:{s:11:\"of_template\";a:34:{i:0;a:2:{s:4:\"name\";s:16:\"General Settings\";s:4:\"type\";s:7:\"heading\";}i:1;a:4:{s:4:\"name\";s:11:\"Custom Logo\";s:4:\"desc\";s:62:\"Choose your own logo. Optimal Size: 221px Wide by 84px Height.\";s:2:\"id\";s:14:\"blackbird_logo\";s:4:\"type\";s:6:\"upload\";}i:2;a:5:{s:4:\"name\";s:29:\"Home Page Top Right Cell Info\";s:4:\"desc\";s:50:\"Enter your text for home page top right cell info.\";s:2:\"id\";s:23:\"blackbird_topright_cell\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:3;a:5:{s:4:\"name\";s:32:\"Home Page Top Right Contact Info\";s:4:\"desc\";s:53:\"Enter your text for home page top right contact info.\";s:2:\"id\";s:23:\"blackbird_topright_text\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:4;a:4:{s:4:\"name\";s:14:\"Custom Favicon\";s:4:\"desc\";s:71:\"Specify a 16px x 16px image that will represent your website\'s favicon.\";s:2:\"id\";s:17:\"blackbird_favicon\";s:4:\"type\";s:6:\"upload\";}i:5;a:5:{s:4:\"name\";s:21:\"Body Background Image\";s:4:\"desc\";s:46:\"Select image to change your website background\";s:2:\"id\";s:16:\"blackbird_bodybg\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:6:\"upload\";}i:6;a:6:{s:4:\"name\";s:17:\"Front Page On/Off\";s:4:\"desc\";s:82:\"Check on for enabling front page or check off for enabling blog page in front page\";s:2:\"id\";s:5:\"re_nm\";s:3:\"std\";s:2:\"on\";s:4:\"type\";s:5:\"radio\";s:7:\"options\";a:2:{s:2:\"on\";s:2:\"On\";s:3:\"off\";s:3:\"Off\";}}i:7;a:2:{s:4:\"name\";s:16:\"Home Top Feature\";s:4:\"type\";s:7:\"heading\";}i:8;a:5:{s:4:\"name\";s:22:\"Home Top Feature Image\";s:4:\"desc\";s:80:\"Choose your image for first slider. Optimal size is 950px wide and 390px height.\";s:2:\"id\";s:21:\"blackbird_slideimage1\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:6:\"upload\";}i:9;a:5:{s:4:\"name\";s:24:\"Home Top Feature Heading\";s:4:\"desc\";s:41:\"Enter your text heading for first slider.\";s:2:\"id\";s:24:\"blackbird_sliderheading1\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:10;a:5:{s:4:\"name\";s:25:\"Home Top Feature Link URL\";s:4:\"desc\";s:45:\"Enter your link url for first Slider section.\";s:2:\"id\";s:21:\"blackbird_Sliderlink1\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:11;a:5:{s:4:\"name\";s:28:\"Home Top Feature Description\";s:4:\"desc\";s:45:\"Enter your text description for first slider.\";s:2:\"id\";s:20:\"blackbird_sliderdes1\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:12;a:2:{s:4:\"name\";s:17:\"Homepage Settings\";s:4:\"type\";s:7:\"heading\";}i:13;a:5:{s:4:\"name\";s:17:\"Home Page Heading\";s:4:\"desc\";s:37:\"Enter your heading text for home page\";s:2:\"id\";s:21:\"blackbird_mainheading\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:14;a:3:{s:4:\"name\";s:25:\"Home Page Feature Content\";s:4:\"type\";s:8:\"saperate\";s:5:\"class\";s:9:\"saperator\";}i:15;a:5:{s:4:\"name\";s:21:\"First Feature Heading\";s:4:\"desc\";s:41:\"Enter your heading for first Feature area\";s:2:\"id\";s:19:\"blackbird_headline1\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:16;a:5:{s:4:\"name\";s:19:\"First Feature Image\";s:4:\"desc\";s:68:\"Choose image for your first Feature area. Optimal size 158px x 165px\";s:2:\"id\";s:15:\"blackbird_wimg1\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:6:\"upload\";}i:17;a:5:{s:4:\"name\";s:21:\"First Feature Content\";s:4:\"desc\";s:41:\"Enter your content for first Feature area\";s:2:\"id\";s:18:\"blackbird_feature1\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:18;a:5:{s:4:\"name\";s:18:\"First Feature Link\";s:4:\"desc\";s:38:\"Enter your link for first Feature area\";s:2:\"id\";s:15:\"blackbird_link1\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:19;a:5:{s:4:\"name\";s:22:\"Second Feature Heading\";s:4:\"desc\";s:42:\"Enter your heading for second Feature area\";s:2:\"id\";s:19:\"blackbird_headline2\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:20;a:5:{s:4:\"name\";s:20:\"Second Feature Image\";s:4:\"desc\";s:69:\"Choose image for your second Feature area. Optimal size 158px x 165px\";s:2:\"id\";s:15:\"blackbird_fimg2\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:6:\"upload\";}i:21;a:5:{s:4:\"name\";s:22:\"Second Feature Content\";s:4:\"desc\";s:42:\"Enter your content for second feature area\";s:2:\"id\";s:18:\"blackbird_feature2\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:22;a:5:{s:4:\"name\";s:19:\"Second Feature Link\";s:4:\"desc\";s:39:\"Enter your link for second Feature area\";s:2:\"id\";s:15:\"blackbird_link2\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:23;a:5:{s:4:\"name\";s:21:\"Third Feature Heading\";s:4:\"desc\";s:41:\"Enter your heading for third Feature area\";s:2:\"id\";s:19:\"blackbird_headline3\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:24;a:5:{s:4:\"name\";s:19:\"Third Feature Image\";s:4:\"desc\";s:63:\"Choose image for your thrid Feature. Optimal size 158px x 165px\";s:2:\"id\";s:15:\"blackbird_fimg3\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:6:\"upload\";}i:25;a:5:{s:4:\"name\";s:21:\"Third Feature Content\";s:4:\"desc\";s:41:\"Enter your content for third Feature area\";s:2:\"id\";s:18:\"blackbird_feature3\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}i:26;a:5:{s:4:\"name\";s:18:\"Third Feature Link\";s:4:\"desc\";s:38:\"Enter your link for third feature area\";s:2:\"id\";s:15:\"blackbird_link3\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:4:\"text\";}i:27;a:2:{s:4:\"name\";s:12:\"Social Logos\";s:4:\"type\";s:7:\"heading\";}i:28;a:5:{s:4:\"name\";s:12:\"Facebook URL\";s:4:\"desc\";s:39:\"Enter your Facebook URL if you have one\";s:2:\"id\";s:18:\"blackbird_facebook\";s:3:\"std\";s:1:\"#\";s:4:\"type\";s:4:\"text\";}i:29;a:5:{s:4:\"name\";s:11:\"Twitter URL\";s:4:\"desc\";s:38:\"Enter your Twitter URL if you have one\";s:2:\"id\";s:17:\"blackbird_twitter\";s:3:\"std\";s:1:\"#\";s:4:\"type\";s:4:\"text\";}i:30;a:5:{s:4:\"name\";s:12:\"LinkedIn URL\";s:4:\"desc\";s:39:\"Enter your LinkedIn URL if you have one\";s:2:\"id\";s:16:\"blackbird_linked\";s:3:\"std\";s:1:\"#\";s:4:\"type\";s:4:\"text\";}i:31;a:5:{s:4:\"name\";s:12:\"RSS Feed URL\";s:4:\"desc\";s:39:\"Enter your RSS Feed URL if you have one\";s:2:\"id\";s:13:\"blackbird_rss\";s:3:\"std\";s:1:\"#\";s:4:\"type\";s:4:\"text\";}i:32;a:2:{s:4:\"name\";s:15:\"Styling Options\";s:4:\"type\";s:7:\"heading\";}i:33;a:5:{s:4:\"name\";s:10:\"Custom CSS\";s:4:\"desc\";s:69:\"Quickly add some Custom CSS to your theme by adding it to this block.\";s:2:\"id\";s:19:\"blackbird_customcss\";s:3:\"std\";s:0:\"\";s:4:\"type\";s:8:\"textarea\";}}s:12:\"of_themename\";s:93:\"\\\\WDP\\DFS\\30\\8\\9\\3048101980\\user\\sites\\3418624.site\\www/wp-content/themes/blackbird/style.css\";s:12:\"of_shortname\";s:2:\"of\";s:14:\"blackbird_logo\";s:0:\"\";s:23:\"blackbird_topright_cell\";s:12:\"949.940.6934\";s:23:\"blackbird_topright_text\";s:57:\"13732 Newport Avenue</br>\r\nSuite 6</br>\r\nTustin, CA 92780\";s:17:\"blackbird_favicon\";s:0:\"\";s:16:\"blackbird_bodybg\";s:0:\"\";s:5:\"re_nm\";s:2:\"on\";s:21:\"blackbird_slideimage1\";s:0:\"\";s:24:\"blackbird_sliderheading1\";s:0:\"\";s:21:\"blackbird_Sliderlink1\";s:0:\"\";s:20:\"blackbird_sliderdes1\";s:0:\"\";s:21:\"blackbird_mainheading\";s:0:\"\";s:19:\"blackbird_headline1\";s:0:\"\";s:15:\"blackbird_wimg1\";s:0:\"\";s:18:\"blackbird_feature1\";s:0:\"\";s:15:\"blackbird_link1\";s:0:\"\";s:19:\"blackbird_headline2\";s:0:\"\";s:15:\"blackbird_fimg2\";s:0:\"\";s:18:\"blackbird_feature2\";s:0:\"\";s:15:\"blackbird_link2\";s:0:\"\";s:19:\"blackbird_headline3\";s:0:\"\";s:15:\"blackbird_fimg3\";s:0:\"\";s:18:\"blackbird_feature3\";s:0:\"\";s:15:\"blackbird_link3\";s:0:\"\";s:18:\"blackbird_facebook\";s:1:\"#\";s:17:\"blackbird_twitter\";s:1:\"#\";s:16:\"blackbird_linked\";s:1:\"#\";s:13:\"blackbird_rss\";s:1:\"#\";s:19:\"blackbird_customcss\";s:0:\"\";s:10:\"of_options\";a:28:{s:14:\"blackbird_logo\";s:0:\"\";s:23:\"blackbird_topright_cell\";s:0:\"\";s:23:\"blackbird_topright_text\";s:0:\"\";s:17:\"blackbird_favicon\";s:0:\"\";s:16:\"blackbird_bodybg\";s:0:\"\";s:5:\"re_nm\";s:2:\"on\";s:21:\"blackbird_slideimage1\";s:0:\"\";s:24:\"blackbird_sliderheading1\";s:0:\"\";s:21:\"blackbird_Sliderlink1\";s:0:\"\";s:20:\"blackbird_sliderdes1\";s:0:\"\";s:21:\"blackbird_mainheading\";s:0:\"\";s:19:\"blackbird_headline1\";s:0:\"\";s:15:\"blackbird_wimg1\";s:0:\"\";s:18:\"blackbird_feature1\";s:0:\"\";s:15:\"blackbird_link1\";s:0:\"\";s:19:\"blackbird_headline2\";s:0:\"\";s:15:\"blackbird_fimg2\";s:0:\"\";s:18:\"blackbird_feature2\";s:0:\"\";s:15:\"blackbird_link2\";s:0:\"\";s:19:\"blackbird_headline3\";s:0:\"\";s:15:\"blackbird_fimg3\";s:0:\"\";s:18:\"blackbird_feature3\";s:0:\"\";s:15:\"blackbird_link3\";s:0:\"\";s:18:\"blackbird_facebook\";s:1:\"#\";s:17:\"blackbird_twitter\";s:1:\"#\";s:16:\"blackbird_linked\";s:1:\"#\";s:13:\"blackbird_rss\";s:1:\"#\";s:19:\"blackbird_customcss\";s:0:\"\";}}','yes'),(1195,'of_options','a:0:{}','yes'),(1594,'uaf_server_status','test_successfull','yes'),(1595,'uaf_server_msg','','yes'),(1591,'uaf_current_version','4.1','yes'),(1592,'uaf_font_data','null','yes'),(6997,'_transient_timeout_wpcom_subscribers_total','1403283223','no'),(1725,'sparkops_responsive-select-menu','a:18:{s:16:\"current-panel-id\";s:12:\"basic-config\";s:14:\"max-menu-width\";s:3:\"600\";s:14:\"max-menu-depth\";s:1:\"0\";s:6:\"spacer\";s:2:\"* \";s:14:\"exclude-hashes\";s:2:\"on\";s:10:\"first_item\";s:16:\"MENU (HOME PAGE)\";s:16:\"current_selected\";s:2:\"on\";s:31:\"activate_theme_locations_header\";s:0:\"\";s:28:\"activate_theme_locations_all\";s:2:\"on\";s:22:\"active_theme_locations\";s:0:\"\";s:12:\"display_only\";s:0:\"\";s:9:\"uber-info\";s:0:\"\";s:12:\"uber-enabled\";s:3:\"off\";s:21:\"uber-exclude-nonlinks\";s:2:\"on\";s:19:\"uber-exclude-notext\";s:2:\"on\";s:20:\"uber-exclude-sidebar\";s:2:\"on\";s:30:\"uber-exclude-content-overrides\";s:2:\"on\";s:11:\"ss_products\";s:0:\"\";}','yes'),(1699,'hefo','a:30:{s:9:\"head_home\";s:0:\"\";s:4:\"head\";s:540:\"<center>\r\n<font size=\"5\">\r\n</p>\r\n</P>\r\n<a href=\"http://www.seanwomack.com/\"><img class=\"aligncenter size-full wp-image-466\" alt=\"Initals\" src=\"http://www.seanwomack.com/wp-content/uploads/2014/05/Initials-e1400124141572.jpg\" /></a>\r\n<a href=\"http://www.seanwomack.com/\" target=\"_self\" style=\"color:black;\">\r\nSEAN WOMACK\r\n</font></br>\r\n<font size=\"3\">\r\nCALIFORNIA INDEPENDENT INSURANCE AGENT</a>\r\n</br>\r\n</font>\r\n<font size=\"3\">\r\n949-940-6934 | <a href=\"mailto:sean@seanwomack.com\" style=\"color:grey;\">sean@seanwomack.com</a></font></center>\";s:6:\"footer\";s:0:\"\";s:6:\"before\";s:0:\"\";s:5:\"after\";s:0:\"\";s:14:\"excerpt_before\";s:0:\"\";s:13:\"excerpt_after\";s:0:\"\";s:11:\"mobile_post\";s:1:\"1\";s:13:\"mobile_before\";s:0:\"\";s:12:\"mobile_after\";s:0:\"\";s:11:\"page_before\";s:0:\"\";s:10:\"page_after\";s:0:\"\";s:18:\"mobile_page_before\";s:0:\"\";s:17:\"mobile_page_after\";s:0:\"\";s:9:\"fb_app_id\";s:0:\"\";s:7:\"og_type\";s:0:\"\";s:12:\"og_type_home\";s:0:\"\";s:16:\"og_image_default\";s:0:\"\";s:9:\"snippet_1\";s:0:\"\";s:9:\"snippet_2\";s:0:\"\";s:9:\"snippet_3\";s:0:\"\";s:9:\"snippet_4\";s:0:\"\";s:9:\"snippet_5\";s:0:\"\";s:32:\"bbp_template_before_single_forum\";s:0:\"\";s:32:\"bbp_template_before_single_topic\";s:0:\"\";s:30:\"bbp_theme_before_reply_content\";s:0:\"\";s:29:\"bbp_theme_after_reply_content\";s:0:\"\";s:18:\"mobile_user_agents\";s:42:\"phone\r\niphone\r\nipod\r\nandroid.+mobile\r\nxoom\";s:5:\"notes\";s:0:\"\";s:25:\"mobile_user_agents_parsed\";s:38:\"phone|iphone|ipod|android.+mobile|xoom\";}','yes'),(5080,'_wp_session_expires_b23141f1f5a9be4b2d7aa51c6cd8be9e','2831930530','no'),(4913,'_site_transient_timeout_browser_eb32add8d008c3df92c77724094e9a6b','1400711599','yes'),(4914,'_site_transient_browser_eb32add8d008c3df92c77724094e9a6b','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"34.0.1847.131\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(3932,'_site_transient_timeout_browser_b28a14c7cbad02d93088d9993208871a','1398913166','yes'),(3933,'_site_transient_browser_b28a14c7cbad02d93088d9993208871a','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"28.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(7085,'_site_transient_timeout_theme_roots','1403546905','yes'),(7086,'_site_transient_theme_roots','a:4:{s:12:\"twentyeleven\";s:7:\"/themes\";s:14:\"twentyfourteen\";s:7:\"/themes\";s:14:\"twentythirteen\";s:7:\"/themes\";s:12:\"twentytwelve\";s:7:\"/themes\";}','yes'),(2458,'acx_widget_si_installed_date','1394315891','yes'),(2459,'social_widget_icon_array_order','s:90:\"a:7:{i:0;s:1:\"1\";i:1;s:1:\"2\";i:2;s:1:\"0\";i:3;s:1:\"5\";i:4;s:1:\"3\";i:5;s:1:\"4\";i:6;s:1:\"6\";}\";','yes'),(2460,'acx_widget_si_current_version','1.3.2','yes'),(2463,'acx_widget_si_facebook','http://www.facebook.com/AgentSeanWomack','yes'),(2464,'acx_widget_si_youtube','http://www.youtube.com/user/agentseanwomack','yes'),(2465,'acx_widget_si_linkedin','http://www.linkedin.com/in/seanwomack/','yes'),(2466,'acx_widget_si_gplus','http://www.plus.google.com/+seanwomack','yes'),(2467,'acx_widget_si_credit','','yes'),(2468,'acx_widget_si_icon_size','32','yes'),(2469,'acx_widget_si_pinterest','http://www.pinterest.com/seanwomack','yes'),(2470,'acx_widget_si_feed','','yes'),(4035,'_transient_timeout_feed_mod_f089ea5e25c51128903e9f47edae0f7b','1398356387','no'),(4036,'_transient_feed_mod_f089ea5e25c51128903e9f47edae0f7b','1398313187','no'),(4037,'_transient_timeout_feed_76dacb85d5c5c7f29dcc9f50d7243077','1398356387','no'),(4038,'_transient_feed_76dacb85d5c5c7f29dcc9f50d7243077','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:44:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Synved Connect List\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"http://synved.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"List of connect link items\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 11 Aug 2012 18:51:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:23:\"\n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:6:{s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"http://synved.com/synved_connect_list.rss?guid=wordpress-themes-1\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"http://synved.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"synved-connect-type-credit\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"WordPress Themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"WordPress plugins and themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 08 Jul 2012 19:50:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"%%link%% by Synved\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:23:\"\n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:6:{s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"http://synved.com/synved_connect_list.rss?guid=wordpress-design-1\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"http://synved.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"synved-connect-type-credit\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"WordPress Themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"WordPress plugins and themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 08 Jul 2012 19:50:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"%%link%% by Synved\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:23:\"\n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:6:{s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"http://synved.com/synved_connect_list.rss?guid=hosting-2\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"synved-connect-type-extern\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"hosting for WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"popular hosting\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"http://synved.com/suggests/hosting/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 08 Sep 2013 19:50:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"Having issues with your current site? You can try this very popular %%link%%\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:23:\"\n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:6:{s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://synved.com/synved_connect_list.rss?guid=wpmu-plugins\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"synved-connect-type-extern\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"WPMU Plugins Registry\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Huge set of WordPress plugins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://synved.com/suggests/wpmu-plugins/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"Thu, 31 Oct 2013 14:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"Want to add any kind of extra functionality imaginable? Check the %%link%%\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:23:\"\n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:6:{s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"http://synved.com/synved_connect_list.rss?guid=gravity-forms\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"synved-connect-type-extern\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"recommended plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"Highly customizable contact forms for WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"http://synved.com/suggests/gravity-forms/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"Thu, 31 Oct 2013 14:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:100:\"Do you need to add easy to customize and professional Contact Forms to your site? check our %%link%%\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:23:\"\n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:6:{s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"http://synved.com/synved_connect_list.rss?guid=elegant-themes\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"synved-connect-type-extern\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"over 85 elegant themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"WordPress themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"http://synved.com/suggests/elegant-themes-collection/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"Thu, 31 Oct 2013 14:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"Feel like changing the look of your site around a bit? Why not get %%link%%\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:23:\"\n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:6:{s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"http://synved.com/synved_connect_list.rss?guid=themify-themes\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"synved-connect-type-extern\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"large selection of cool themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Themify themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"http://synved.com/suggests/themify-themes/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"Thu, 31 Oct 2013 14:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"Improve the appearance of your site with this %%link%%\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:23:\"\n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:6:{s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"http://synved.com/synved_connect_list.rss?guid=lightbox-gallery\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"synved-connect-type-extern\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"responsive gallery plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"Gallery and Lightbox\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"http://synved.com/suggests/lightbox-gallery/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"Thu, 31 Oct 2013 14:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"Would you like to display images in a slick social lightbox? Try this %%link%%\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:23:\"\n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:6:{s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"http://synved.com/synved_connect_list.rss?guid=themefuse-muse\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"synved-connect-type-extern\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"clean theme for writers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"WordPress theme for Writers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"http://synved.com/suggests/themefuse-muse/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"Thu, 31 Oct 2013 14:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"If you are a blog writer and want your content to be easy to read try this crisp, %%link%%\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:23:\"\n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:6:{s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"http://synved.com/synved_connect_list.rss?guid=wpzoom-themes\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"synved-connect-type-extern\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"60+ great themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"WPZOOM WordPress Themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"http://synved.com/suggests/wpzoom-themes/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"Thu, 31 Oct 2013 14:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"Give a new fantastic look to your site or blog! Pick one of %%link%%\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"hourly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:2:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";s:4:\"href\";s:46:\"http://feeds.feedburner.com/_SynvedConnectList\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"rel\";s:3:\"hub\";s:4:\"href\";s:32:\"http://pubsubhubbub.appspot.com/\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:4:\"info\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"uri\";s:18:\"_synvedconnectlist\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:10:{s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:4:\"etag\";s:27:\"xaRfv7YYSeJ3MdJn129VSZnj+0g\";s:13:\"last-modified\";s:29:\"Thu, 24 Apr 2014 04:17:45 GMT\";s:4:\"date\";s:29:\"Thu, 24 Apr 2014 04:19:48 GMT\";s:7:\"expires\";s:29:\"Thu, 24 Apr 2014 04:19:48 GMT\";s:13:\"cache-control\";s:18:\"private, max-age=0\";s:22:\"x-content-type-options\";s:7:\"nosniff\";s:16:\"x-xss-protection\";s:13:\"1; mode=block\";s:6:\"server\";s:3:\"GSE\";s:18:\"alternate-protocol\";s:7:\"80:quic\";}s:5:\"build\";s:14:\"20140203181130\";}','no'),(4039,'_transient_timeout_feed_mod_76dacb85d5c5c7f29dcc9f50d7243077','1398356387','no'),(4040,'_transient_feed_mod_76dacb85d5c5c7f29dcc9f50d7243077','1398313187','no'),(7028,'_wp_session_expires_2683fa26aba06e76fdf6d6499b8e585f','2838150830','no'),(6870,'_site_transient_browser_d11d4645f9b3dc1da7672f5e014004c9','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"35.0.1916.153\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(4079,'_site_transient_timeout_browser_8b4131bad188afe8dc4f2c291c7b89d9','1398976202','yes'),(4080,'_site_transient_browser_8b4131bad188afe8dc4f2c291c7b89d9','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"28.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(2532,'widget_synved_social_follow','a:3:{i:2;a:4:{s:5:\"title\";s:9:\"Follow Us\";s:9:\"icon_skin\";s:7:\"default\";s:9:\"icon_size\";s:7:\"default\";s:12:\"icon_spacing\";s:0:\"\";}i:3;a:4:{s:5:\"title\";s:9:\"Follow Us\";s:9:\"icon_skin\";s:7:\"regular\";s:9:\"icon_size\";s:2:\"32\";s:12:\"icon_spacing\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(2533,'synved_social_settings','a:88:{s:14:\"use_shortlinks\";i:0;s:14:\"share_full_url\";i:0;s:10:\"layout_rtl\";i:0;s:17:\"shortcode_widgets\";b:1;s:11:\"show_credit\";b:1;s:21:\"share_message_default\";s:18:\"Hey check this out\";s:15:\"automatic_share\";i:0;s:24:\"automatic_share_position\";s:10:\"after_post\";s:22:\"automatic_share_single\";i:0;s:26:\"automatic_share_post_types\";a:1:{i:0;s:4:\"post\";}s:22:\"automatic_share_prefix\";s:0:\"\";s:23:\"automatic_share_postfix\";s:0:\"\";s:16:\"automatic_follow\";i:0;s:25:\"automatic_follow_position\";s:10:\"after_post\";s:23:\"automatic_follow_single\";i:0;s:27:\"automatic_follow_post_types\";a:1:{i:0;s:4:\"post\";}s:29:\"automatic_follow_before_share\";i:0;s:23:\"automatic_follow_prefix\";s:0:\"\";s:24:\"automatic_follow_postfix\";s:0:\"\";s:23:\"automatic_append_prefix\";s:0:\"\";s:26:\"automatic_append_separator\";s:5:\"<br/>\";s:24:\"automatic_append_postfix\";s:0:\"\";s:9:\"icon_skin\";s:7:\"regular\";s:23:\"addon_extra_icons_info_\";N;s:21:\"addon_grey_fade_info_\";N;s:24:\"addon_light_prompt_info_\";N;s:9:\"icon_size\";i:48;s:15:\"icon_resolution\";s:6:\"single\";s:12:\"icon_spacing\";i:5;s:17:\"buttons_container\";s:4:\"none\";s:22:\"buttons_container_type\";s:5:\"basic\";s:12:\"custom_style\";s:0:\"\";s:16:\"facebook_display\";s:4:\"both\";s:19:\"facebook_share_link\";s:0:\"\";s:20:\"facebook_share_title\";s:0:\"\";s:20:\"facebook_follow_link\";s:0:\"\";s:21:\"facebook_follow_title\";s:0:\"\";s:15:\"twitter_display\";s:4:\"both\";s:18:\"twitter_share_link\";s:0:\"\";s:19:\"twitter_share_title\";s:0:\"\";s:19:\"twitter_follow_link\";s:0:\"\";s:20:\"twitter_follow_title\";s:0:\"\";s:19:\"google_plus_display\";s:4:\"both\";s:22:\"google_plus_share_link\";s:0:\"\";s:23:\"google_plus_share_title\";s:0:\"\";s:23:\"google_plus_follow_link\";s:0:\"\";s:24:\"google_plus_follow_title\";s:0:\"\";s:14:\"reddit_display\";s:5:\"share\";s:17:\"reddit_share_link\";s:0:\"\";s:18:\"reddit_share_title\";s:0:\"\";s:17:\"pinterest_display\";s:4:\"both\";s:20:\"pinterest_share_link\";s:17:\"http:pintrest.com\";s:21:\"pinterest_share_title\";s:0:\"\";s:21:\"pinterest_follow_link\";s:0:\"\";s:22:\"pinterest_follow_title\";s:0:\"\";s:16:\"linkedin_display\";s:4:\"both\";s:19:\"linkedin_share_link\";s:0:\"\";s:20:\"linkedin_share_title\";s:0:\"\";s:20:\"linkedin_follow_link\";s:0:\"\";s:21:\"linkedin_follow_title\";s:0:\"\";s:14:\"tumblr_display\";s:4:\"both\";s:17:\"tumblr_share_link\";s:4:\"dsfs\";s:18:\"tumblr_share_title\";s:0:\"\";s:18:\"tumblr_follow_link\";s:0:\"\";s:19:\"tumblr_follow_title\";s:0:\"\";s:12:\"mail_display\";s:4:\"both\";s:15:\"mail_share_link\";s:6:\"dfsdfs\";s:16:\"mail_share_title\";s:0:\"\";s:16:\"mail_follow_link\";s:0:\"\";s:17:\"mail_follow_title\";s:0:\"\";s:11:\"rss_display\";s:6:\"follow\";s:15:\"rss_follow_link\";s:0:\"\";s:16:\"rss_follow_title\";s:0:\"\";s:15:\"youtube_display\";s:6:\"follow\";s:19:\"youtube_follow_link\";s:0:\"\";s:20:\"youtube_follow_title\";s:0:\"\";s:13:\"vimeo_display\";s:6:\"follow\";s:17:\"vimeo_follow_link\";s:0:\"\";s:18:\"vimeo_follow_title\";s:0:\"\";s:17:\"instagram_display\";s:4:\"none\";s:21:\"instagram_follow_link\";s:0:\"\";s:22:\"instagram_follow_title\";s:0:\"\";s:14:\"flickr_display\";s:4:\"none\";s:18:\"flickr_follow_link\";s:0:\"\";s:19:\"flickr_follow_title\";s:0:\"\";s:18:\"foursquare_display\";s:4:\"none\";s:22:\"foursquare_follow_link\";s:0:\"\";s:23:\"foursquare_follow_title\";s:0:\"\";}','yes'),(4199,'wpclef','a:2:{s:12:\"installed_at\";s:5:\"2.1.1\";s:7:\"version\";s:5:\"2.1.3\";}','yes'),(4202,'_wp_session_expires_d24d4a11b8c34ee8e6e2d7b517b53ebd','2828472542','no'),(4346,'_wp_session_expires_f823cb9e3ae1440364228e4093213f99','2829365640','no'),(3967,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1398322085','yes'),(3968,'_site_transient_poptags_40cd750bba9870f18aada2478b24840a','a:40:{s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";s:4:\"3898\";}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"Post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";s:4:\"2456\";}s:6:\"plugin\";a:3:{s:4:\"name\";s:6:\"plugin\";s:4:\"slug\";s:6:\"plugin\";s:5:\"count\";s:4:\"2344\";}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";s:4:\"1930\";}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";s:4:\"1856\";}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";s:4:\"1583\";}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";s:4:\"1329\";}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";s:4:\"1325\";}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";s:4:\"1310\";}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";s:4:\"1260\";}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";s:4:\"1225\";}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";s:4:\"1121\";}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";s:4:\"1000\";}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"Facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";s:3:\"982\";}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";s:3:\"974\";}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";s:3:\"950\";}s:9:\"wordpress\";a:3:{s:4:\"name\";s:9:\"wordpress\";s:4:\"slug\";s:9:\"wordpress\";s:5:\"count\";s:3:\"844\";}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";s:3:\"821\";}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";s:3:\"780\";}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";s:3:\"722\";}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";s:3:\"686\";}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";s:3:\"681\";}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";s:3:\"678\";}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";s:3:\"623\";}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"AJAX\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";s:3:\"615\";}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";s:3:\"595\";}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";s:3:\"572\";}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";s:3:\"570\";}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";s:3:\"541\";}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";s:3:\"539\";}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";s:3:\"530\";}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";s:3:\"522\";}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";s:3:\"506\";}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";s:3:\"505\";}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";s:3:\"471\";}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";s:3:\"458\";}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";s:3:\"453\";}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";s:3:\"452\";}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";s:3:\"436\";}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";s:3:\"432\";}}','yes'),(3532,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:19:\"sean@seanwomack.com\";s:7:\"version\";s:5:\"3.9.1\";s:9:\"timestamp\";i:1399579874;}','yes'),(4628,'_site_transient_update_core','O:8:\"stdClass\":3:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:40:\"http://wordpress.org/wordpress-3.9.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":4:{s:4:\"full\";s:40:\"http://wordpress.org/wordpress-3.9.1.zip\";s:10:\"no_content\";s:51:\"http://wordpress.org/wordpress-3.9.1-no-content.zip\";s:11:\"new_bundled\";s:52:\"http://wordpress.org/wordpress-3.9.1-new-bundled.zip\";s:7:\"partial\";b:0;}s:7:\"current\";s:5:\"3.9.1\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"3.8\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1403545103;s:15:\"version_checked\";s:5:\"3.5.1\";}','yes'),(4567,'_site_transient_timeout_browser_c6fadc46feda1fc49766039d7414e2c1','1400099411','yes'),(4568,'_site_transient_browser_c6fadc46feda1fc49766039d7414e2c1','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"29.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(4437,'_wp_session_expires_3cdc8fc02b33fa623c469658fca8224f','2829917968','no'),(6998,'_transient_wpcom_subscribers_total','a:2:{s:6:\"status\";s:7:\"success\";s:5:\"value\";i: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`) ) ENGINE=MyISAM AUTO_INCREMENT=2490 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 (2072,580,'custom_css_add','yes'),(2073,580,'content_width',''),(2074,580,'custom_css_preprocessor',''),(2330,608,'ml-slider_settings','a:34:{s:4:\"type\";s:4:\"flex\";s:6:\"random\";s:5:\"false\";s:8:\"cssClass\";s:0:\"\";s:8:\"printCss\";s:4:\"true\";s:7:\"printJs\";s:4:\"true\";s:5:\"width\";s:5:\"478.5\";s:6:\"height\";s:5:\"117.5\";s:3:\"spw\";s:1:\"7\";s:3:\"sph\";s:1:\"5\";s:5:\"delay\";s:4:\"2000\";s:6:\"sDelay\";s:2:\"30\";s:7:\"opacity\";s:3:\"0.7\";s:10:\"titleSpeed\";s:3:\"500\";s:6:\"effect\";s:4:\"fade\";s:10:\"navigation\";s:5:\"false\";s:5:\"links\";s:5:\"false\";s:10:\"hoverPause\";s:5:\"false\";s:5:\"theme\";s:7:\"default\";s:9:\"direction\";s:10:\"horizontal\";s:7:\"reverse\";s:5:\"false\";s:14:\"animationSpeed\";s:4:\"2000\";s:8:\"prevText\";s:1:\"<\";s:8:\"nextText\";s:1:\">\";s:6:\"slices\";s:2:\"15\";s:6:\"center\";s:4:\"true\";s:9:\"smartCrop\";s:4:\"true\";s:12:\"carouselMode\";s:5:\"false\";s:6:\"easing\";s:6:\"linear\";s:8:\"autoPlay\";s:4:\"true\";s:11:\"thumb_width\";i:150;s:12:\"thumb_height\";i:100;s:9:\"fullWidth\";s:5:\"false\";s:10:\"noConflict\";s:5:\"false\";s:12:\"smoothHeight\";s:5:\"false\";}'),(2328,606,'_wpas_done_all','1'),(2329,608,'_wpas_done_all','1'),(2326,606,'_menu_item_url',''),(2325,606,'_menu_item_xfn',''),(2324,606,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2323,606,'_menu_item_target',''),(2322,606,'_menu_item_object','page'),(2321,606,'_menu_item_object_id','8'),(2320,606,'_menu_item_menu_item_parent','0'),(2319,606,'_menu_item_type','post_type'),(2069,579,'custom_css_add','yes'),(2070,579,'content_width',''),(2071,579,'custom_css_preprocessor',''),(26,8,'_edit_last','1'),(27,8,'_edit_lock','1400126081:1'),(28,8,'_wp_page_template','content-sidebar-page.php'),(29,12,'_edit_last','1'),(30,12,'_wp_page_template','content-sidebar-page.php'),(31,12,'_edit_lock','1400125650:1'),(35,16,'_edit_last','1'),(36,16,'_edit_lock','1400125546:1'),(37,16,'_wp_page_template','content-sidebar-page.php'),(38,18,'_edit_last','1'),(39,18,'_edit_lock','1400125551:1'),(40,18,'_wp_page_template','content-sidebar-page.php'),(44,22,'_edit_last','1'),(45,22,'_edit_lock','1400125558:1'),(46,22,'_wp_page_template','content-sidebar-page.php'),(50,26,'_edit_last','1'),(51,26,'_edit_lock','1400125564:1'),(52,26,'_wp_page_template','content-sidebar-page.php'),(53,28,'_edit_last','1'),(54,28,'_edit_lock','1400125571:1'),(55,28,'_wp_page_template','content-sidebar-page.php'),(56,30,'_edit_last','1'),(57,30,'_edit_lock','1400125591:1'),(58,30,'_wp_page_template','content-sidebar-page.php'),(59,32,'_menu_item_type','post_type'),(60,32,'_menu_item_menu_item_parent','0'),(61,32,'_menu_item_object_id','30'),(62,32,'_menu_item_object','page'),(63,32,'_menu_item_target',''),(64,32,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(65,32,'_menu_item_xfn',''),(66,32,'_menu_item_url',''),(2453,780,'custom_css_add','yes'),(68,33,'_menu_item_type','post_type'),(69,33,'_menu_item_menu_item_parent','0'),(70,33,'_menu_item_object_id','28'),(71,33,'_menu_item_object','page'),(72,33,'_menu_item_target',''),(73,33,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(74,33,'_menu_item_xfn',''),(75,33,'_menu_item_url',''),(1744,214,'_responsive_layout','default'),(77,34,'_menu_item_type','post_type'),(78,34,'_menu_item_menu_item_parent','0'),(79,34,'_menu_item_object_id','26'),(80,34,'_menu_item_object','page'),(81,34,'_menu_item_target',''),(82,34,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(83,34,'_menu_item_xfn',''),(84,34,'_menu_item_url',''),(1742,210,'_responsive_layout','default'),(1743,212,'_responsive_layout','default'),(1821,410,'control_id','tt-font-21'),(1820,410,'_wpas_done_all','1'),(1819,409,'custom_css_preprocessor',''),(1818,409,'content_width',''),(1741,208,'_responsive_layout','default'),(95,36,'_menu_item_type','post_type'),(96,36,'_menu_item_menu_item_parent','0'),(97,36,'_menu_item_object_id','22'),(98,36,'_menu_item_object','page'),(99,36,'_menu_item_target',''),(100,36,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(101,36,'_menu_item_xfn',''),(102,36,'_menu_item_url',''),(1739,204,'_responsive_layout','default'),(1740,206,'_responsive_layout','default'),(1817,409,'custom_css_add','yes'),(1816,408,'custom_css_preprocessor',''),(1815,408,'content_width',''),(1814,408,'custom_css_add','yes'),(1738,198,'_responsive_layout','default'),(113,38,'_menu_item_type','post_type'),(114,38,'_menu_item_menu_item_parent','0'),(115,38,'_menu_item_object_id','18'),(116,38,'_menu_item_object','page'),(117,38,'_menu_item_target',''),(118,38,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(119,38,'_menu_item_xfn',''),(120,38,'_menu_item_url',''),(1737,202,'_responsive_layout','default'),(122,39,'_menu_item_type','post_type'),(123,39,'_menu_item_menu_item_parent','0'),(124,39,'_menu_item_object_id','16'),(125,39,'_menu_item_object','page'),(126,39,'_menu_item_target',''),(127,39,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(128,39,'_menu_item_xfn',''),(129,39,'_menu_item_url',''),(1735,195,'_responsive_layout','default'),(1736,200,'_responsive_layout','default'),(1781,397,'custom_css_add','yes'),(1780,396,'custom_css_preprocessor',''),(1779,396,'content_width',''),(1778,396,'custom_css_add','yes'),(664,166,'_mab_action_box_type','optin'),(660,164,'_wpas_done_all','1'),(659,164,'_wp_page_template','content-sidebar-page.php'),(2472,785,'_wp_attachment_backup_sizes','a:3:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:985;s:6:\"height\";i:342;s:4:\"file\";s:13:\"Initials1.jpg\";}s:18:\"full-1400125070442\";a:3:{s:5:\"width\";i:100;s:6:\"height\";i:35;s:4:\"file\";s:28:\"Initials1-e1400125061739.jpg\";}s:18:\"full-1400125075438\";a:3:{s:5:\"width\";i:100;s:6:\"height\";i:35;s:4:\"file\";s:28:\"Initials1-e1400125070442.jpg\";}}'),(160,8,'_yoast_wpseo_title','Sean Womack | California Independent Insurance Agent | CA Insurance Quote | Call Sean at (949) 940-6934 today!'),(161,8,'_yoast_wpseo_metadesc','California insurance doesn\'t have to be complicated. Sean Womack and his team can help you with all of you insurance needs. Our office is located in Tustin, California but we have customers all over California. Call us today at to learn more about our CA insurance products!'),(2471,785,'_edit_last','1'),(163,42,'_edit_last','1'),(164,42,'_edit_lock','1400172335:1'),(165,42,'_wp_page_template','content-sidebar-page.php'),(166,42,'_yoast_wpseo_title','About Sean | Sean Womack | Serving Tustin, Santa Ana, Irvine, Orange, Anaheim, Costa Mesa, Huntington Beach, Garden Grove, Fullerton, and Surrounding Areas'),(167,42,'_yoast_wpseo_metadesc','Sean Womack. The Insurance Agent You Turn to When You Want Your Policy to Work For You.™'),(2470,785,'_edit_lock','1400125087:1'),(169,46,'_edit_last','1'),(170,46,'_edit_lock','1400126495:1'),(171,46,'_wp_page_template','content-sidebar-page.php'),(172,46,'_yoast_wpseo_title','Insurance For You | Personal Insurance | Sean Womack | Serving Tustin, Santa Ana, Irvine, Orange, Anaheim, Costa Mesa, Huntington Beach, Garden Grove, Fullerton, and Surrounding Areas'),(174,48,'_edit_last','1'),(175,48,'_edit_lock','1400126663:1'),(176,48,'_wp_page_template','content-sidebar-page.php'),(177,48,'_yoast_wpseo_title','Commercial Property Insurance | Sean Womack | Serving Tustin, Santa Ana, Irvine, Orange, Anaheim, Costa Mesa, Huntington Beach, Garden Grove, Fullerton, and Surrounding Areas'),(179,50,'_edit_last','1'),(180,50,'_edit_lock','1400126524:1'),(181,50,'_wp_page_template','content-sidebar-page.php'),(182,50,'_yoast_wpseo_title','Insurance For Your Business | Commercial Insurance | Sean Womack | Serving Tustin, Santa Ana, Irvine, Orange, Anaheim, Costa Mesa, Huntington Beach, Garden Grove, Fullerton, and Surrounding Areas'),(183,50,'_yoast_wpseo_metadesc','We’re proud members of Orange County, and we’re committed to being an advocate for you and your business in times of need.'),(185,54,'_edit_last','1'),(186,54,'_edit_lock','1400125533:1'),(187,54,'_wp_page_template','content-sidebar-page.php'),(188,54,'_yoast_wpseo_title','Why Choose an Independent Insurance Agent | Sean Womack | Serving Tustin, Santa Ana, Irvine, Orange, Anaheim, Costa Mesa, Huntington Beach, Garden Grove, Fullerton, and Surrounding Areas'),(189,54,'_yoast_wpseo_metadesc','In California, there are a number of different ways to purchase insurance products. Here\'s why you should use an independent insurance agent to help you.'),(633,159,'_menu_item_url',''),(632,159,'_menu_item_xfn',''),(631,159,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(630,159,'_menu_item_target',''),(629,159,'_menu_item_object','page'),(652,162,'_edit_lock','1400126718:1'),(628,159,'_menu_item_object_id','155'),(627,159,'_menu_item_menu_item_parent','276'),(626,159,'_menu_item_type','post_type'),(625,157,'_yoast_wpseo_title','Learn How to Make Your Auto Insurance Policy Work for You | Sean Womack | Serving Tustin, Santa Ana, Irvine, Orange, Anaheim, Costa Mesa, Huntington Beach, Garden Grove, Fullerton, and Surrounding Areas'),(2464,784,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:199;s:6:\"height\";i:69;s:4:\"file\";s:35:\"2014/05/Initials-e1400124141572.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(208,59,'_menu_item_type','post_type'),(209,59,'_menu_item_menu_item_parent','0'),(210,59,'_menu_item_object_id','46'),(211,59,'_menu_item_object','page'),(212,59,'_menu_item_target',''),(213,59,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(214,59,'_menu_item_xfn',''),(215,59,'_menu_item_url',''),(651,162,'_edit_last','1'),(624,157,'_wp_page_template','content-sidebar-page.php'),(623,157,'_edit_lock','1400126791:1'),(622,157,'_edit_last','1'),(665,166,'_wp_page_template','optin'),(620,155,'_yoast_wpseo_title','Knowledge Center | Learn How You Can Make Your Policy Work for You | Sean Womack | Serving Tustin, Santa Ana, Irvine, Orange, Anaheim, Costa Mesa, Huntington Beach, Garden Grove, Fullerton, and Surrounding Areas'),(619,155,'_wp_page_template','content-sidebar-page.php'),(618,155,'_edit_lock','1400126784:1'),(617,155,'_edit_last','1'),(666,166,'_edit_lock','1391817047:1'),(236,62,'_edit_last','1'),(237,62,'_edit_lock','1400125596:1'),(238,62,'_wp_page_template','content-sidebar-page.php'),(239,62,'_yoast_wpseo_title','Huntington Beach, CA | Sean Womack | California Independent Insurance Agent'),(2473,891,'_edit_last','1'),(241,64,'_edit_last','1'),(242,64,'_edit_lock','1400125602:1'),(243,64,'_wp_page_template','content-sidebar-page.php'),(244,64,'_yoast_wpseo_title','Irvine, CA | Sean Womack | California Independent Insurance Agent'),(2317,603,'_additional_settings',''),(2316,603,'_messages','a:21:{s:12:\"mail_sent_ok\";s:43:\"Your message was sent successfully. Thanks.\";s:12:\"mail_sent_ng\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:16:\"validation_error\";s:74:\"Validation errors occurred. Please confirm the fields and submit it again.\";s:4:\"spam\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:12:\"accept_terms\";s:35:\"Please accept the terms to proceed.\";s:16:\"invalid_required\";s:31:\"Please fill the required field.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:14:\"invalid_number\";s:28:\"Number format seems invalid.\";s:16:\"number_too_small\";s:25:\"This number is too small.\";s:16:\"number_too_large\";s:25:\"This number is too large.\";s:13:\"invalid_email\";s:28:\"Email address seems invalid.\";s:11:\"invalid_url\";s:18:\"URL seems invalid.\";s:11:\"invalid_tel\";s:31:\"Telephone number seems invalid.\";s:23:\"quiz_answer_not_correct\";s:27:\"Your answer is not correct.\";s:12:\"invalid_date\";s:26:\"Date format seems invalid.\";s:14:\"date_too_early\";s:23:\"This date is too early.\";s:13:\"date_too_late\";s:22:\"This date is too late.\";s:13:\"upload_failed\";s:22:\"Failed to upload file.\";s:24:\"upload_file_type_invalid\";s:30:\"This file type is not allowed.\";s:21:\"upload_file_too_large\";s:23:\"This file is too large.\";s:23:\"upload_failed_php_error\";s:38:\"Failed to upload file. Error occurred.\";}'),(2315,603,'_mail_2','a:8:{s:6:\"active\";b:0;s:7:\"subject\";s:14:\"[your-subject]\";s:6:\"sender\";s:26:\"[your-name] <[your-email]>\";s:4:\"body\";s:105:\"Message Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on (http://www.seanwomack.com)\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;}'),(1813,407,'custom_css_preprocessor',''),(1812,407,'content_width',''),(1811,407,'custom_css_add','yes'),(1810,406,'custom_css_preprocessor',''),(1809,406,'content_width',''),(1808,406,'custom_css_add','yes'),(1777,395,'custom_css_preprocessor',''),(1776,395,'content_width',''),(1775,395,'custom_css_add','yes'),(1774,394,'custom_css_preprocessor',''),(1773,394,'content_width',''),(1772,394,'custom_css_add','yes'),(1771,393,'custom_css_preprocessor',''),(1770,393,'content_width',''),(1769,393,'custom_css_add','yes'),(1768,392,'custom_css_preprocessor',''),(1767,392,'content_width',''),(1766,392,'custom_css_add','yes'),(1765,241,'_responsive_layout','default'),(1764,243,'_responsive_layout','default'),(1763,50,'_mab_post_meta','a:2:{s:15:\"post-action-box\";s:7:\"default\";s:25:\"post-action-box-placement\";s:6:\"bottom\";}'),(1762,50,'_responsive_layout','default'),(1761,389,'_wpas_done_all','1'),(1759,389,'_menu_item_url',''),(1758,389,'_menu_item_xfn',''),(1757,389,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1756,389,'_menu_item_target',''),(1755,389,'_menu_item_object','page'),(1754,389,'_menu_item_object_id','387'),(1753,389,'_menu_item_menu_item_parent','59'),(1752,389,'_menu_item_type','post_type'),(1807,405,'custom_css_preprocessor',''),(1806,405,'content_width',''),(1805,405,'custom_css_add','yes'),(1804,404,'custom_css_preprocessor',''),(1803,404,'content_width',''),(1802,404,'custom_css_add','yes'),(343,87,'_menu_item_type','post_type'),(344,87,'_menu_item_menu_item_parent','0'),(345,87,'_menu_item_object_id','64'),(346,87,'_menu_item_object','page'),(347,87,'_menu_item_target',''),(348,87,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(349,87,'_menu_item_xfn',''),(350,87,'_menu_item_url',''),(1801,403,'custom_css_preprocessor',''),(352,88,'_menu_item_type','post_type'),(353,88,'_menu_item_menu_item_parent','0'),(354,88,'_menu_item_object_id','62'),(355,88,'_menu_item_object','page'),(356,88,'_menu_item_target',''),(357,88,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(358,88,'_menu_item_xfn',''),(359,88,'_menu_item_url',''),(1800,403,'content_width',''),(1799,403,'custom_css_add','yes'),(1798,402,'custom_css_preprocessor',''),(1797,402,'content_width',''),(1796,402,'custom_css_add','yes'),(2474,891,'_edit_lock','1400181766:1'),(381,94,'_edit_last','1'),(382,94,'_edit_lock','1400125607:1'),(383,94,'_wp_page_template','content-sidebar-page.php'),(384,94,'_yoast_wpseo_title','Newport Beach, CA | Sean Womack | California Independent Insurance Agent'),(2475,891,'_wp_page_template','content-sidebar-page.php'),(386,96,'_edit_last','1'),(387,96,'_edit_lock','1400125613:1'),(388,96,'_wp_page_template','content-sidebar-page.php'),(389,96,'_yoast_wpseo_title','Orange, CA | Sean Womack | California Independent Insurance Agent'),(391,98,'_edit_last','1'),(392,98,'_edit_lock','1400125618:1'),(393,98,'_wp_page_template','content-sidebar-page.php'),(394,98,'_yoast_wpseo_title','Placentia, CA | Sean Womack | California Independent Insurance Agent'),(2476,891,'_wpas_done_all','1'),(411,106,'_edit_last','1'),(412,106,'_edit_lock','1400125492:1'),(413,106,'_wp_page_template','content-sidebar-page.php'),(414,106,'_yoast_wpseo_title','Santa Ana, CA | Sean Womack | California Independent Insurance Agent'),(1795,401,'custom_css_preprocessor',''),(1794,401,'content_width',''),(1793,401,'custom_css_add','yes'),(1792,400,'custom_css_preprocessor',''),(1791,400,'content_width',''),(1790,400,'custom_css_add','yes'),(2332,141,'_wp_attachment_backup_sizes','a:3:{s:14:\"resized-216x92\";a:5:{s:4:\"path\";s:97:\"WDPDFS30\0893048101980usersites3418624.sitewww/wp-content/uploads/2014/02/Tustin-Banner-216x92.jpg\";s:4:\"file\";s:24:\"Tustin-Banner-216x92.jpg\";s:5:\"width\";i:216;s:6:\"height\";i:92;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-300x100\";a:5:{s:4:\"path\";s:98:\"WDPDFS30\0893048101980usersites3418624.sitewww/wp-content/uploads/2014/02/Tustin-Banner-300x100.jpg\";s:4:\"file\";s:25:\"Tustin-Banner-300x100.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-478x117\";a:5:{s:4:\"path\";s:99:\"\\WDPDFS30\0893048101980usersites3418624.sitewww/wp-content/uploads/2014/02/Tustin-Banner-478x117.jpg\";s:4:\"file\";s:25:\"Tustin-Banner-478x117.jpg\";s:5:\"width\";i:478;s:6:\"height\";i:117;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(429,111,'_menu_item_type','post_type'),(430,111,'_menu_item_menu_item_parent','0'),(431,111,'_menu_item_object_id','106'),(432,111,'_menu_item_object','page'),(433,111,'_menu_item_target',''),(434,111,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(435,111,'_menu_item_xfn',''),(436,111,'_menu_item_url',''),(2331,141,'ml-slider_type','image'),(1789,399,'custom_css_preprocessor',''),(1788,399,'content_width',''),(1787,399,'custom_css_add','yes'),(1786,398,'custom_css_preprocessor',''),(1785,398,'content_width',''),(1784,398,'custom_css_add','yes'),(1783,397,'custom_css_preprocessor',''),(1782,397,'content_width',''),(1751,387,'_mab_post_meta','a:2:{s:15:\"post-action-box\";s:7:\"default\";s:25:\"post-action-box-placement\";s:6:\"bottom\";}'),(1750,387,'_responsive_layout','default'),(1749,387,'_wpas_done_all','1'),(1748,387,'_wp_page_template','content-sidebar-page.php'),(1747,387,'_edit_lock','1400126515:1'),(1746,387,'_edit_last','1'),(465,115,'_menu_item_type','post_type'),(466,115,'_menu_item_menu_item_parent','0'),(467,115,'_menu_item_object_id','98'),(468,115,'_menu_item_object','page'),(469,115,'_menu_item_target',''),(470,115,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(471,115,'_menu_item_xfn',''),(472,115,'_menu_item_url',''),(474,116,'_menu_item_type','post_type'),(475,116,'_menu_item_menu_item_parent','0'),(476,116,'_menu_item_object_id','96'),(477,116,'_menu_item_object','page'),(478,116,'_menu_item_target',''),(479,116,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(480,116,'_menu_item_xfn',''),(481,116,'_menu_item_url',''),(483,117,'_menu_item_type','post_type'),(484,117,'_menu_item_menu_item_parent','0'),(485,117,'_menu_item_object_id','94'),(486,117,'_menu_item_object','page'),(487,117,'_menu_item_target',''),(488,117,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(489,117,'_menu_item_xfn',''),(490,117,'_menu_item_url',''),(1732,189,'_responsive_layout','default'),(1731,187,'_responsive_layout','default'),(1730,185,'_responsive_layout','default'),(1729,183,'_responsive_layout','default'),(1728,8,'_responsive_layout','default'),(2312,603,'_wpas_done_all','1'),(2313,603,'_form','Name*\n[text* your-name]</br>\nPhone Number*\n[text* text-634]</br>\nEmail*\n[email* your-email]</br>\nPreferred Means of Contact*\n[select* menu-939 \"Phone\" \"Email\"]</br>\nAdditional Personal Information\n[textarea textarea-630]</br>\nWhat kind of insurance would you like to discuss? Select any that apply.</br>\nVehicle Insurance\n[checkbox checkbox-687a \"Auto Insurance\"]\n[checkbox checkbox-687b \"Motorcycle Insurance\"]\n[checkbox checkbox-687c \"Boat and Watercraft Insurance\"]\n[checkbox checkbox-687d \"Motorsport and ATV Insurance\"]\n[checkbox checkbox-687e \"Classic Car Insurance\"]\n[checkbox checkbox-687f \"RV and Mobile Home Insurance\"]</br>\nHome Insurance\n[checkbox checkbox-450a \"Home Insurance \"]\n[checkbox checkbox-450b \"Renters Insurance\"]\n[checkbox checkbox-450c \"Condo Insurance\"]\n[checkbox checkbox-450d \"Landlord Protection\"]\n[checkbox checkbox-450e \"Flood Insurance\"]\n[checkbox checkbox-450f \"Earthquake Insurance\"]</br>\nBusiness Insurance\n[checkbox checkbox-725a \"Commercial Property Insurance\"]\n[checkbox checkbox-725b \"Commercial Umbrella Insurance\"]\n[checkbox checkbox-725c \"General Liability Insurance\"]\n[checkbox checkbox-725d \"Business Auto Insurance\"]\n[checkbox checkbox-725e \"Workers\' Compensation Insurance\"]\n[checkbox checkbox-725f \"Bonds\"]</br>\nLife & Health Insurance\n[checkbox checkbox-218a \"Personal Umbrella Insurance\"]\n[checkbox checkbox-218b \"Health Insurance \"]\n[checkbox checkbox-218c \"Whole Life Insurance\"]\n[checkbox checkbox-218d \"Term Life Insurance\"]</br>\nOther Insurance Requests:\n[textarea textarea-796]</br>\n[submit \"Submit My Request\"]'),(2311,268,'_yoast_wpseo_metadesc','Sean Womack - California Workers Compensation Insurance - Contact us for a free quote!'),(2477,891,'_responsive_layout','default'),(521,124,'_edit_last','1'),(522,124,'_edit_lock','1400125812:1'),(523,124,'_wp_page_template','content-sidebar-page.php'),(524,124,'_yoast_wpseo_title','Tustin, CA | Sean Womack | California Independent Insurance Agent'),(526,126,'_edit_last','1'),(527,126,'_edit_lock','1400125818:1'),(528,126,'_wp_page_template','content-sidebar-page.php'),(529,126,'_yoast_wpseo_title','Villa Park, CA | Sean Womack | California Independent Insurance Agent'),(2478,891,'hefo_before','0'),(531,128,'_edit_last','1'),(532,128,'_edit_lock','1400125824:1'),(533,128,'_wp_page_template','content-sidebar-page.php'),(534,128,'_yoast_wpseo_title','Westminster, CA | Sean Womack | California Independent Insurance Agent'),(2479,891,'hefo_after','0'),(536,130,'_edit_last','1'),(537,130,'_edit_lock','1400125830:1'),(538,130,'_wp_page_template','content-sidebar-page.php'),(539,130,'_yoast_wpseo_title','Yorba Linda, CA | Sean Womack | California Independent Insurance Agent'),(2480,893,'_menu_item_type','post_type'),(541,132,'_edit_last','1'),(542,132,'_edit_lock','1400125803:1'),(543,132,'_wp_page_template','content-sidebar-page.php'),(544,132,'_yoast_wpseo_title','Orange County, CA | Sean Womack | California Independent Insurance Agent'),(545,134,'_menu_item_type','post_type'),(546,134,'_menu_item_menu_item_parent','0'),(547,134,'_menu_item_object_id','132'),(548,134,'_menu_item_object','page'),(549,134,'_menu_item_target',''),(550,134,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(551,134,'_menu_item_xfn',''),(552,134,'_menu_item_url',''),(554,135,'_menu_item_type','post_type'),(555,135,'_menu_item_menu_item_parent','0'),(556,135,'_menu_item_object_id','130'),(557,135,'_menu_item_object','page'),(558,135,'_menu_item_target',''),(559,135,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(560,135,'_menu_item_xfn',''),(561,135,'_menu_item_url',''),(661,164,'sharing_disabled','1'),(563,136,'_menu_item_type','post_type'),(564,136,'_menu_item_menu_item_parent','0'),(565,136,'_menu_item_object_id','128'),(566,136,'_menu_item_object','page'),(567,136,'_menu_item_target',''),(568,136,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(569,136,'_menu_item_xfn',''),(570,136,'_menu_item_url',''),(658,164,'_edit_lock','1400126793:1'),(572,137,'_menu_item_type','post_type'),(573,137,'_menu_item_menu_item_parent','0'),(574,137,'_menu_item_object_id','126'),(575,137,'_menu_item_object','page'),(576,137,'_menu_item_target',''),(577,137,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(578,137,'_menu_item_xfn',''),(579,137,'_menu_item_url',''),(657,164,'_edit_last','1'),(581,138,'_menu_item_type','post_type'),(582,138,'_menu_item_menu_item_parent','0'),(583,138,'_menu_item_object_id','124'),(584,138,'_menu_item_object','page'),(585,138,'_menu_item_target',''),(586,138,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(587,138,'_menu_item_xfn',''),(588,138,'_menu_item_url',''),(2318,603,'_locale','en_US'),(655,162,'sharing_disabled','1'),(601,141,'_wp_attached_file','2014/02/Tustin-Banner.jpg'),(602,141,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:957;s:6:\"height\";i:235;s:4:\"file\";s:25:\"2014/02/Tustin-Banner.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Tustin-Banner-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"Tustin-Banner-300x73.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:73;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"post-thumbnail\";a:4:{s:4:\"file\";s:25:\"Tustin-Banner-624x153.jpg\";s:5:\"width\";i:624;s:6:\"height\";i:153;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(654,162,'_wpas_done_all','1'),(604,147,'_edit_last','1'),(605,147,'_edit_lock','1400180452:1'),(606,147,'_wp_page_template','content-sidebar-page.php'),(607,150,'_menu_item_type','post_type'),(608,150,'_menu_item_menu_item_parent','59'),(609,150,'_menu_item_object_id','147'),(610,150,'_menu_item_object','page'),(611,150,'_menu_item_target',''),(612,150,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(613,150,'_menu_item_xfn',''),(614,150,'_menu_item_url',''),(653,162,'_wp_page_template','content-sidebar-page.php'),(635,160,'_menu_item_type','post_type'),(636,160,'_menu_item_menu_item_parent','159'),(637,160,'_menu_item_object_id','157'),(638,160,'_menu_item_object','page'),(639,160,'_menu_item_target',''),(640,160,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(641,160,'_menu_item_xfn',''),(642,160,'_menu_item_url',''),(644,161,'_form','<font size=\"4\"><u>REQUEST A QUICK QUOTE</u></font></p>\n<font size=\"2\">First Name*\n[text* first-name]\nLast Name*\n[text* last-name] \nYour Email*\n[email* your-email] \nPhone Number*\n[text* tel-475]\n[acceptance acceptance-433 default:on] Please Send Me More Info\n[submit \"Get Quote\"]\n</font>'),(645,161,'_mail','a:7:{s:7:\"subject\";s:48:\"You Have A Personal Auto Insurance Quote Request\";s:6:\"sender\";s:39:\"[first-name] [last-name] <[your-email]>\";s:4:\"body\";s:239:\"From: [first-name] [last-name] <[your-email]>\nSubject: You have an insurance quote request from www.seanwomack.com\n\nMessage Body:\n\nPhone Number:\n[tel-475]\n\nThis e-mail was sent from a contact form on Sean Womack (http://www.seanwomack.com)\";s:9:\"recipient\";s:19:\"sean@seanwomack.com\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;}'),(646,161,'_mail_2','a:8:{s:6:\"active\";b:0;s:7:\"subject\";s:14:\"[your-subject]\";s:6:\"sender\";s:26:\"[your-name] <[your-email]>\";s:4:\"body\";s:116:\"Message Body:\n[your-message]\n\n--\nThis e-mail was sent from a contact form on Sean Womack (http://www.seanwomack.com)\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;}'),(647,161,'_messages','a:21:{s:12:\"mail_sent_ok\";s:43:\"Your message was sent successfully. Thanks.\";s:12:\"mail_sent_ng\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:16:\"validation_error\";s:74:\"Validation errors occurred. Please confirm the fields and submit it again.\";s:4:\"spam\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:12:\"accept_terms\";s:35:\"Please accept the terms to proceed.\";s:16:\"invalid_required\";s:31:\"Please fill the required field.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:14:\"invalid_number\";s:28:\"Number format seems invalid.\";s:16:\"number_too_small\";s:25:\"This number is too small.\";s:16:\"number_too_large\";s:25:\"This number is too large.\";s:13:\"invalid_email\";s:28:\"Email address seems invalid.\";s:11:\"invalid_url\";s:18:\"URL seems invalid.\";s:11:\"invalid_tel\";s:31:\"Telephone number seems invalid.\";s:23:\"quiz_answer_not_correct\";s:27:\"Your answer is not correct.\";s:12:\"invalid_date\";s:26:\"Date format seems invalid.\";s:14:\"date_too_early\";s:23:\"This date is too early.\";s:13:\"date_too_late\";s:22:\"This date is too late.\";s:13:\"upload_failed\";s:22:\"Failed to upload file.\";s:24:\"upload_file_type_invalid\";s:30:\"This file type is not allowed.\";s:21:\"upload_file_too_large\";s:23:\"This file is too large.\";s:23:\"upload_failed_php_error\";s:38:\"Failed to upload file. Error occurred.\";}'),(648,161,'_additional_settings',''),(649,161,'_locale','en_US'),(667,166,'_edit_last','1'),(668,166,'_wpas_done_all','1'),(669,166,'_mab_settings','a:9:{s:5:\"style\";s:7:\"default\";s:9:\"userstyle\";s:1:\"0\";s:14:\"optin-provider\";s:9:\"mailchimp\";s:5:\"optin\";a:5:{s:9:\"mailchimp\";a:2:{s:12:\"submit-value\";s:9:\"Subscribe\";s:15:\"form-action-url\";s:0:\"\";}s:6:\"manual\";a:3:{s:4:\"code\";s:0:\"\";s:12:\"submit-value\";s:0:\"\";s:9:\"processed\";s:0:\"\";}s:12:\"field-labels\";a:3:{s:5:\"email\";s:5:\"Email\";s:5:\"fname\";s:10:\"First Name\";s:5:\"lname\";s:9:\"Last Name\";}s:14:\"infield-labels\";a:3:{s:5:\"email\";s:16:\"Enter your email\";s:5:\"fname\";s:15:\"Enter your name\";s:5:\"lname\";s:20:\"Enter your last name\";}s:13:\"fields-layout\";s:7:\"default\";}s:12:\"main-heading\";s:0:\"\";s:10:\"subheading\";s:0:\"\";s:9:\"main-copy\";s:43:\"<strong>SIGN UP FOR OUR NEWSLETTER</strong>\";s:14:\"secondary-copy\";s:0:\"\";s:5:\"aside\";a:5:{s:4:\"type\";s:4:\"none\";s:5:\"image\";a:1:{s:3:\"url\";s:0:\"\";}s:5:\"width\";s:0:\"\";s:6:\"height\";s:0:\"\";s:9:\"placement\";s:4:\"left\";}}'),(670,166,'_mab_design_settings','a:1:{s:14:\"mab_custom_css\";s:0:\"\";}'),(674,170,'_edit_last','1'),(675,170,'_edit_lock','1400125200:1'),(676,170,'_wp_page_template','content-sidebar-page.php'),(677,170,'_wpas_done_all','1'),(678,170,'sharing_disabled','1'),(679,170,'_mab_post_meta','a:2:{s:15:\"post-action-box\";s:7:\"default\";s:25:\"post-action-box-placement\";s:6:\"bottom\";}'),(751,183,'sharing_disabled','1'),(750,183,'_wpas_done_all','1'),(749,183,'_wp_page_template','content-sidebar-page.php'),(748,183,'_edit_lock','1400174559:1'),(747,183,'_edit_last','1'),(1907,441,'custom_css_add','yes'),(691,173,'_edit_last','1'),(692,173,'_edit_lock','1400125841:1'),(693,173,'_wp_page_template','content-sidebar-page.php'),(694,173,'_wpas_done_all','1'),(695,173,'sharing_disabled','1'),(696,173,'_mab_post_meta','a:2:{s:15:\"post-action-box\";s:7:\"default\";s:25:\"post-action-box-placement\";s:6:\"bottom\";}'),(697,175,'_menu_item_type','post_type'),(698,175,'_menu_item_menu_item_parent','0'),(699,175,'_menu_item_object_id','173'),(700,175,'_menu_item_object','page'),(701,175,'_menu_item_target',''),(702,175,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(703,175,'_menu_item_xfn',''),(704,175,'_menu_item_url',''),(706,175,'_wpas_done_all','1'),(2446,769,'_menu_item_xfn',''),(2439,767,'hefo_after','0'),(2437,767,'_responsive_layout','default'),(2435,767,'_wp_page_template','content-sidebar-page.php'),(2436,767,'_wpas_done_all','1'),(2404,684,'hefo_before','0'),(2403,684,'_responsive_layout','default'),(2402,684,'_wpas_done_all','1'),(2401,684,'_wp_page_template','content-sidebar-page.php'),(2400,684,'_edit_lock','1400125442:1'),(2399,684,'_edit_last','1'),(2450,767,'sharing_disabled','1'),(724,162,'_mab_post_meta','a:2:{s:15:\"post-action-box\";s:7:\"default\";s:25:\"post-action-box-placement\";s:6:\"bottom\";}'),(725,180,'_menu_item_type','post_type'),(726,180,'_menu_item_menu_item_parent','0'),(727,180,'_menu_item_object_id','162'),(728,180,'_menu_item_object','page'),(729,180,'_menu_item_target',''),(730,180,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(731,180,'_menu_item_xfn',''),(732,180,'_menu_item_url',''),(734,180,'_wpas_done_all','1'),(735,181,'_menu_item_type','post_type'),(736,181,'_menu_item_menu_item_parent','0'),(737,181,'_menu_item_object_id','50'),(738,181,'_menu_item_object','page'),(739,181,'_menu_item_target',''),(740,181,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(741,181,'_menu_item_xfn',''),(742,181,'_menu_item_url',''),(744,181,'_wpas_done_all','1'),(752,183,'_mab_post_meta','a:2:{s:15:\"post-action-box\";s:7:\"default\";s:25:\"post-action-box-placement\";s:6:\"bottom\";}'),(754,185,'_edit_last','1'),(755,185,'_edit_lock','1400126144:1'),(756,185,'_wp_page_template','content-sidebar-page.php'),(757,185,'_wpas_done_all','1'),(758,185,'sharing_disabled','1'),(759,185,'_mab_post_meta','a:2:{s:15:\"post-action-box\";s:7:\"default\";s:25:\"post-action-box-placement\";s:6:\"bottom\";}'),(2481,893,'_menu_item_menu_item_parent','59'),(761,187,'_edit_last','1'),(762,187,'_edit_lock','1400126504:1'),(763,187,'_wp_page_template','content-sidebar-page.php'),(764,187,'_wpas_done_all','1'),(765,187,'sharing_disabled','1'),(766,187,'_mab_post_meta','a:2:{s:15:\"post-action-box\";s:7:\"default\";s:25:\"post-action-box-placement\";s:6:\"bottom\";}'),(768,189,'_edit_last','1'),(769,189,'_edit_lock','1400181651:1'),(770,189,'_wp_page_template','content-sidebar-page.php'),(771,189,'_wpas_done_all','1'),(772,189,'sharing_disabled','1'),(773,189,'_mab_post_meta','a:2:{s:15:\"post-action-box\";s:7:\"default\";s:25:\"post-action-box-placement\";s:6:\"bottom\";}'),(2482,893,'_menu_item_object_id','891'),(775,191,'_edit_last','1'),(776,191,'_edit_lock','1400126248:1'),(777,191,'_wp_page_template','content-sidebar-page.php'),(778,191,'_wpas_done_all','1'),(779,191,'sharing_disabled','1'),(780,191,'_mab_post_meta','a:2:{s:15:\"post-action-box\";s:7:\"default\";s:25:\"post-action-box-placement\";s:6:\"bottom\";}'),(782,193,'_edit_last','1'),(783,193,'_edit_lock','1400126295:1'),(784,193,'_wp_page_template','content-sidebar-page.php'),(785,193,'_wpas_done_all','1'),(786,193,'sharing_disabled','1'),(787,193,'_mab_post_meta','a:2:{s:15:\"post-action-box\";s:7:\"default\";s:25:\"post-action-box-placement\";s:6:\"bottom\";}'),(2483,893,'_menu_item_object','page'),(789,195,'_edit_last','1'),(790,195,'_edit_lock','1400126165:1'),(791,195,'_wp_page_template','content-sidebar-page.php'),(792,195,'_wpas_done_all','1'),(793,195,'sharing_disabled','1'),(794,195,'_mab_post_meta','a:2:{s:15:\"post-action-box\";s:7:\"default\";s:25:\"post-action-box-placement\";s:6:\"bottom\";}'),(2484,893,'_menu_item_target',''),(796,198,'_edit_last','1'),(797,198,'_edit_lock','1400126300:1'),(798,198,'_wp_page_template','content-sidebar-page.php'),(799,198,'_wpas_done_all','1'),(800,198,'sharing_disabled','1'),(801,198,'_mab_post_meta','a:2:{s:15:\"post-action-box\";s:7:\"default\";s:25:\"post-action-box-placement\";s:6:\"bottom\";}'),(2485,893,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(803,200,'_edit_last','1'),(804,200,'_edit_lock','1400126133:1'),(805,200,'_wp_page_template','content-sidebar-page.php'),(806,200,'_wpas_done_all','1'),(807,200,'sharing_disabled','1'),(808,200,'_mab_post_meta','a:2:{s:15:\"post-action-box\";s:7:\"default\";s:25:\"post-action-box-placement\";s:6:\"bottom\";}'),(810,202,'_edit_last','1'),(811,202,'_edit_lock','1400126121:1'),(812,202,'_wp_page_template','content-sidebar-page.php'),(813,202,'_wpas_done_all','1'),(814,202,'sharing_disabled','1'),(815,202,'_mab_post_meta','a:2:{s:15:\"post-action-box\";s:7:\"default\";s:25:\"post-action-box-placement\";s:6:\"bottom\";}'),(2486,893,'_menu_item_xfn',''),(817,204,'_edit_last','1'),(818,204,'_edit_lock','1400126092:1'),(819,204,'_wp_page_template','content-sidebar-page.php'),(820,204,'_wpas_done_all','1'),(821,204,'sharing_disabled','1'),(822,204,'_mab_post_meta','a:2:{s:15:\"post-action-box\";s:7:\"default\";s:25:\"post-action-box-placement\";s:6:\"bottom\";}'),(2487,893,'_menu_item_url',''),(824,206,'_edit_last','1'),(825,206,'_edit_lock','1400126160:1'),(826,206,'_wp_page_template','content-sidebar-page.php'),(827,206,'_wpas_done_all','1'),(828,206,'sharing_disabled','1'),(829,206,'_mab_post_meta','a:2:{s:15:\"post-action-box\";s:7:\"default\";s:25:\"post-action-box-placement\";s:6:\"bottom\";}'),(831,208,'_edit_last','1'),(832,208,'_edit_lock','1400600114:1'),(833,208,'_wp_page_template','content-sidebar-page.php'),(834,208,'_wpas_done_all','1'),(835,208,'sharing_disabled','1'),(836,208,'_mab_post_meta','a:2:{s:15:\"post-action-box\";s:7:\"default\";s:25:\"post-action-box-placement\";s:6:\"bottom\";}'),(2489,893,'_wpas_done_all','1'),(838,210,'_edit_last','1'),(839,210,'_edit_lock','1400126260:1'),(840,210,'_wp_page_template','content-sidebar-page.php'),(841,210,'_wpas_done_all','1'),(842,210,'sharing_disabled','1'),(843,210,'_mab_post_meta','a:2:{s:15:\"post-action-box\";s:7:\"default\";s:25:\"post-action-box-placement\";s:6:\"bottom\";}'),(845,212,'_edit_last','1'),(846,212,'_edit_lock','1400126218:1'),(847,212,'_wp_page_template','content-sidebar-page.php'),(848,212,'_wpas_done_all','1'),(849,212,'sharing_disabled','1'),(850,212,'_mab_post_meta','a:2:{s:15:\"post-action-box\";s:7:\"default\";s:25:\"post-action-box-placement\";s:6:\"bottom\";}'),(852,214,'_edit_last','1'),(853,214,'_edit_lock','1400126277:1'),(854,214,'_wp_page_template','content-sidebar-page.php'),(855,214,'_wpas_done_all','1'),(856,214,'sharing_disabled','1'),(857,214,'_mab_post_meta','a:2:{s:15:\"post-action-box\";s:7:\"default\";s:25:\"post-action-box-placement\";s:6:\"bottom\";}'),(858,216,'_menu_item_type','post_type'),(859,216,'_menu_item_menu_item_parent','59'),(860,216,'_menu_item_object_id','214'),(861,216,'_menu_item_object','page'),(862,216,'_menu_item_target',''),(863,216,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(864,216,'_menu_item_xfn',''),(865,216,'_menu_item_url',''),(1017,216,'_wpas_done_all','1'),(867,217,'_menu_item_type','post_type'),(868,217,'_menu_item_menu_item_parent','59'),(869,217,'_menu_item_object_id','212'),(870,217,'_menu_item_object','page'),(871,217,'_menu_item_target',''),(872,217,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(873,217,'_menu_item_xfn',''),(874,217,'_menu_item_url',''),(1016,217,'_wpas_done_all','1'),(876,218,'_menu_item_type','post_type'),(877,218,'_menu_item_menu_item_parent','59'),(878,218,'_menu_item_object_id','210'),(879,218,'_menu_item_object','page'),(880,218,'_menu_item_target',''),(881,218,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(882,218,'_menu_item_xfn',''),(883,218,'_menu_item_url',''),(1015,218,'_wpas_done_all','1'),(885,219,'_menu_item_type','post_type'),(886,219,'_menu_item_menu_item_parent','59'),(887,219,'_menu_item_object_id','208'),(888,219,'_menu_item_object','page'),(889,219,'_menu_item_target',''),(890,219,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(891,219,'_menu_item_xfn',''),(892,219,'_menu_item_url',''),(1014,219,'_wpas_done_all','1'),(894,220,'_menu_item_type','post_type'),(895,220,'_menu_item_menu_item_parent','59'),(896,220,'_menu_item_object_id','206'),(897,220,'_menu_item_object','page'),(898,220,'_menu_item_target',''),(899,220,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(900,220,'_menu_item_xfn',''),(901,220,'_menu_item_url',''),(1013,220,'_wpas_done_all','1'),(903,221,'_menu_item_type','post_type'),(904,221,'_menu_item_menu_item_parent','59'),(905,221,'_menu_item_object_id','204'),(906,221,'_menu_item_object','page'),(907,221,'_menu_item_target',''),(908,221,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(909,221,'_menu_item_xfn',''),(910,221,'_menu_item_url',''),(1012,221,'_wpas_done_all','1'),(912,222,'_menu_item_type','post_type'),(913,222,'_menu_item_menu_item_parent','59'),(914,222,'_menu_item_object_id','202'),(915,222,'_menu_item_object','page'),(916,222,'_menu_item_target',''),(917,222,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(918,222,'_menu_item_xfn',''),(919,222,'_menu_item_url',''),(1011,222,'_wpas_done_all','1'),(921,223,'_menu_item_type','post_type'),(922,223,'_menu_item_menu_item_parent','59'),(923,223,'_menu_item_object_id','200'),(924,223,'_menu_item_object','page'),(925,223,'_menu_item_target',''),(926,223,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(927,223,'_menu_item_xfn',''),(928,223,'_menu_item_url',''),(1010,223,'_wpas_done_all','1'),(930,224,'_menu_item_type','post_type'),(931,224,'_menu_item_menu_item_parent','59'),(932,224,'_menu_item_object_id','198'),(933,224,'_menu_item_object','page'),(934,224,'_menu_item_target',''),(935,224,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(936,224,'_menu_item_xfn',''),(937,224,'_menu_item_url',''),(1009,224,'_wpas_done_all','1'),(939,225,'_menu_item_type','post_type'),(940,225,'_menu_item_menu_item_parent','59'),(941,225,'_menu_item_object_id','195'),(942,225,'_menu_item_object','page'),(943,225,'_menu_item_target',''),(944,225,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(945,225,'_menu_item_xfn',''),(946,225,'_menu_item_url',''),(1008,225,'_wpas_done_all','1'),(948,226,'_menu_item_type','post_type'),(949,226,'_menu_item_menu_item_parent','59'),(950,226,'_menu_item_object_id','193'),(951,226,'_menu_item_object','page'),(952,226,'_menu_item_target',''),(953,226,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(954,226,'_menu_item_xfn',''),(955,226,'_menu_item_url',''),(1007,226,'_wpas_done_all','1'),(957,227,'_menu_item_type','post_type'),(958,227,'_menu_item_menu_item_parent','59'),(959,227,'_menu_item_object_id','191'),(960,227,'_menu_item_object','page'),(961,227,'_menu_item_target',''),(962,227,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(963,227,'_menu_item_xfn',''),(964,227,'_menu_item_url',''),(1006,227,'_wpas_done_all','1'),(966,228,'_menu_item_type','post_type'),(967,228,'_menu_item_menu_item_parent','59'),(968,228,'_menu_item_object_id','189'),(969,228,'_menu_item_object','page'),(970,228,'_menu_item_target',''),(971,228,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(972,228,'_menu_item_xfn',''),(973,228,'_menu_item_url',''),(1005,228,'_wpas_done_all','1'),(975,229,'_menu_item_type','post_type'),(976,229,'_menu_item_menu_item_parent','59'),(977,229,'_menu_item_object_id','187'),(978,229,'_menu_item_object','page'),(979,229,'_menu_item_target',''),(980,229,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(981,229,'_menu_item_xfn',''),(982,229,'_menu_item_url',''),(1004,229,'_wpas_done_all','1'),(984,230,'_menu_item_type','post_type'),(985,230,'_menu_item_menu_item_parent','59'),(986,230,'_menu_item_object_id','185'),(987,230,'_menu_item_object','page'),(988,230,'_menu_item_target',''),(989,230,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(990,230,'_menu_item_xfn',''),(991,230,'_menu_item_url',''),(1003,230,'_wpas_done_all','1'),(993,231,'_menu_item_type','post_type'),(994,231,'_menu_item_menu_item_parent','59'),(995,231,'_menu_item_object_id','183'),(996,231,'_menu_item_object','page'),(997,231,'_menu_item_target',''),(998,231,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(999,231,'_menu_item_xfn',''),(1000,231,'_menu_item_url',''),(1002,231,'_wpas_done_all','1'),(1018,232,'_menu_item_type','post_type'),(1019,232,'_menu_item_menu_item_parent','181'),(1020,232,'_menu_item_object_id','48'),(1021,232,'_menu_item_object','page'),(1022,232,'_menu_item_target',''),(1023,232,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1024,232,'_menu_item_xfn',''),(1025,232,'_menu_item_url',''),(1027,232,'_wpas_done_all','1'),(1028,233,'_wpas_done_all','1'),(1029,233,'ml-slider_settings','a:34:{s:4:\"type\";s:4:\"flex\";s:6:\"random\";s:5:\"false\";s:8:\"cssClass\";s:0:\"\";s:8:\"printCss\";s:4:\"true\";s:7:\"printJs\";s:4:\"true\";s:5:\"width\";s:3:\"216\";s:6:\"height\";s:2:\"92\";s:3:\"spw\";s:1:\"7\";s:3:\"sph\";s:1:\"5\";s:5:\"delay\";s:4:\"2000\";s:6:\"sDelay\";s:2:\"30\";s:7:\"opacity\";s:3:\"0.7\";s:10:\"titleSpeed\";s:3:\"500\";s:6:\"effect\";s:4:\"fade\";s:10:\"navigation\";s:5:\"false\";s:5:\"links\";s:5:\"false\";s:10:\"hoverPause\";s:5:\"false\";s:5:\"theme\";s:7:\"default\";s:9:\"direction\";s:10:\"horizontal\";s:7:\"reverse\";s:5:\"false\";s:14:\"animationSpeed\";s:4:\"2000\";s:8:\"prevText\";s:1:\"<\";s:8:\"nextText\";s:1:\">\";s:6:\"slices\";s:2:\"15\";s:6:\"center\";s:4:\"true\";s:9:\"smartCrop\";s:4:\"true\";s:12:\"carouselMode\";s:5:\"false\";s:6:\"easing\";s:6:\"linear\";s:8:\"autoPlay\";s:4:\"true\";s:11:\"thumb_width\";i:150;s:12:\"thumb_height\";i:100;s:9:\"fullWidth\";s:5:\"false\";s:10:\"noConflict\";s:5:\"false\";s:12:\"smoothHeight\";s:5:\"false\";}'),(1609,342,'ml-slider_type','image'),(1595,340,'_wp_attached_file','2014/02/kemperLogo.jpg'),(1596,340,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:216;s:6:\"height\";i:92;s:4:\"file\";s:22:\"2014/02/kemperLogo.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"kemperLogo-150x92.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:92;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"wptouch-new-thumbnail\";a:4:{s:4:\"file\";s:21:\"kemperLogo-144x92.jpg\";s:5:\"width\";i:144;s:6:\"height\";i:92;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1597,341,'_wp_attached_file','2014/02/progressiveLogo.jpg'),(1598,341,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:216;s:6:\"height\";i:92;s:4:\"file\";s:27:\"2014/02/progressiveLogo.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"progressiveLogo-150x92.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:92;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"wptouch-new-thumbnail\";a:4:{s:4:\"file\";s:26:\"progressiveLogo-144x92.jpg\";s:5:\"width\";i:144;s:6:\"height\";i:92;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1593,339,'_wp_attached_file','2014/02/geoVeraLogo.jpg'),(1594,339,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:216;s:6:\"height\";i:92;s:4:\"file\";s:23:\"2014/02/geoVeraLogo.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"geoVeraLogo-150x92.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:92;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"wptouch-new-thumbnail\";a:4:{s:4:\"file\";s:22:\"geoVeraLogo-144x92.jpg\";s:5:\"width\";i:144;s:6:\"height\";i:92;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1599,342,'_wp_attached_file','2014/02/safecoLogo.jpg'),(1600,342,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:216;s:6:\"height\";i:92;s:4:\"file\";s:22:\"2014/02/safecoLogo.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"safecoLogo-150x92.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:92;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"wptouch-new-thumbnail\";a:4:{s:4:\"file\";s:21:\"safecoLogo-144x92.jpg\";s:5:\"width\";i:144;s:6:\"height\";i:92;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1601,343,'_wp_attached_file','2014/02/mercuryLogo.jpg'),(1602,343,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:216;s:6:\"height\";i:92;s:4:\"file\";s:23:\"2014/02/mercuryLogo.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"mercuryLogo-150x92.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:92;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"wptouch-new-thumbnail\";a:4:{s:4:\"file\";s:22:\"mercuryLogo-144x92.jpg\";s:5:\"width\";i:144;s:6:\"height\";i:92;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1603,339,'ml-slider_type','image'),(1604,339,'_wp_attachment_backup_sizes','a:2:{s:15:\"resized-150x150\";a:5:{s:4:\"path\";s:96:\"WDPDFS30\0893048101980usersites3418624.sitewww/wp-content/uploads/2014/02/geoVeraLogo-150x150.jpg\";s:4:\"file\";s:23:\"geoVeraLogo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:92;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"resized-214x92\";a:5:{s:4:\"path\";s:96:\"\\WDPDFS30\0893048101980usersites3418624.sitewww/wp-content/uploads/2014/02/geoVeraLogo-214x92.jpg\";s:4:\"file\";s:22:\"geoVeraLogo-214x92.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:92;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(1605,340,'ml-slider_type','image'),(1606,340,'_wp_attachment_backup_sizes','a:2:{s:15:\"resized-150x150\";a:5:{s:4:\"path\";s:95:\"WDPDFS30\0893048101980usersites3418624.sitewww/wp-content/uploads/2014/02/kemperLogo-150x150.jpg\";s:4:\"file\";s:22:\"kemperLogo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:92;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"resized-214x92\";a:5:{s:4:\"path\";s:95:\"\\WDPDFS30\0893048101980usersites3418624.sitewww/wp-content/uploads/2014/02/kemperLogo-214x92.jpg\";s:4:\"file\";s:21:\"kemperLogo-214x92.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:92;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(1607,341,'ml-slider_type','image'),(1608,341,'_wp_attachment_backup_sizes','a:2:{s:15:\"resized-150x150\";a:5:{s:4:\"path\";s:100:\"WDPDFS30\0893048101980usersites3418624.sitewww/wp-content/uploads/2014/02/progressiveLogo-150x150.jpg\";s:4:\"file\";s:27:\"progressiveLogo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:92;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"resized-214x92\";a:5:{s:4:\"path\";s:100:\"\\WDPDFS30\0893048101980usersites3418624.sitewww/wp-content/uploads/2014/02/progressiveLogo-214x92.jpg\";s:4:\"file\";s:26:\"progressiveLogo-214x92.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:92;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(1058,239,'_edit_last','1'),(1059,239,'_edit_lock','1400126645:1'),(1060,239,'_wp_page_template','content-sidebar-page.php'),(1061,239,'_wpas_done_all','1'),(1062,239,'sharing_disabled','1'),(1063,239,'_mab_post_meta','a:2:{s:15:\"post-action-box\";s:7:\"default\";s:25:\"post-action-box-placement\";s:6:\"bottom\";}'),(1065,241,'_edit_last','1'),(1066,241,'_edit_lock','1400126754:1'),(1067,241,'_wp_page_template','content-sidebar-page.php'),(1068,241,'_wpas_done_all','1'),(1069,241,'sharing_disabled','1'),(1070,241,'_mab_post_meta','a:2:{s:15:\"post-action-box\";s:7:\"default\";s:25:\"post-action-box-placement\";s:6:\"bottom\";}'),(1072,243,'_edit_last','1'),(1073,243,'_edit_lock','1400126640:1'),(1074,243,'_wp_page_template','content-sidebar-page.php'),(1075,243,'_wpas_done_all','1'),(1076,243,'sharing_disabled','1'),(1077,243,'_mab_post_meta','a:2:{s:15:\"post-action-box\";s:7:\"default\";s:25:\"post-action-box-placement\";s:6:\"bottom\";}'),(1079,245,'_edit_last','1'),(1080,245,'_edit_lock','1400126621:1'),(1081,245,'_wp_page_template','content-sidebar-page.php'),(1082,245,'_wpas_done_all','1'),(1083,245,'sharing_disabled','1'),(1084,245,'_mab_post_meta','a:2:{s:15:\"post-action-box\";s:7:\"default\";s:25:\"post-action-box-placement\";s:6:\"bottom\";}'),(1086,247,'_edit_last','1'),(1087,247,'_edit_lock','1400126732:1'),(1088,247,'_wp_page_template','content-sidebar-page.php'),(1089,247,'_wpas_done_all','1'),(1090,247,'_mab_post_meta','a:2:{s:15:\"post-action-box\";s:7:\"default\";s:25:\"post-action-box-placement\";s:6:\"bottom\";}'),(1092,249,'_edit_last','1'),(1093,249,'_edit_lock','1400126737:1'),(1094,249,'_wp_page_template','content-sidebar-page.php'),(1095,249,'_wpas_done_all','1'),(1096,249,'sharing_disabled','1'),(1097,249,'_mab_post_meta','a:2:{s:15:\"post-action-box\";s:7:\"default\";s:25:\"post-action-box-placement\";s:6:\"bottom\";}'),(1099,251,'_edit_last','1'),(1100,251,'_edit_lock','1400126530:1'),(1101,251,'_wp_page_template','content-sidebar-page.php'),(1102,251,'_wpas_done_all','1'),(1103,251,'sharing_disabled','1'),(1104,251,'_mab_post_meta','a:2:{s:15:\"post-action-box\";s:7:\"default\";s:25:\"post-action-box-placement\";s:6:\"bottom\";}'),(1106,253,'_edit_last','1'),(1107,253,'_edit_lock','1400126764:1'),(1108,253,'_wp_page_template','content-sidebar-page.php'),(1109,253,'_wpas_done_all','1'),(1110,253,'sharing_disabled','1'),(1111,253,'_mab_post_meta','a:2:{s:15:\"post-action-box\";s:7:\"default\";s:25:\"post-action-box-placement\";s:6:\"bottom\";}'),(1113,255,'_edit_last','1'),(1114,255,'_edit_lock','1400126759:1'),(1115,255,'_wp_page_template','content-sidebar-page.php'),(1116,255,'_wpas_done_all','1'),(1117,255,'sharing_disabled','1'),(1118,255,'_mab_post_meta','a:2:{s:15:\"post-action-box\";s:7:\"default\";s:25:\"post-action-box-placement\";s:6:\"bottom\";}'),(1119,257,'_menu_item_type','post_type'),(1120,257,'_menu_item_menu_item_parent','181'),(1121,257,'_menu_item_object_id','255'),(1122,257,'_menu_item_object','page'),(1123,257,'_menu_item_target',''),(1124,257,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1125,257,'_menu_item_xfn',''),(1126,257,'_menu_item_url',''),(1208,257,'_wpas_done_all','1'),(1128,258,'_menu_item_type','post_type'),(1129,258,'_menu_item_menu_item_parent','181'),(1130,258,'_menu_item_object_id','253'),(1131,258,'_menu_item_object','page'),(1132,258,'_menu_item_target',''),(1133,258,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1134,258,'_menu_item_xfn',''),(1135,258,'_menu_item_url',''),(1207,258,'_wpas_done_all','1'),(1137,259,'_menu_item_type','post_type'),(1138,259,'_menu_item_menu_item_parent','181'),(1139,259,'_menu_item_object_id','251'),(1140,259,'_menu_item_object','page'),(1141,259,'_menu_item_target',''),(1142,259,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1143,259,'_menu_item_xfn',''),(1144,259,'_menu_item_url',''),(1206,259,'_wpas_done_all','1'),(1146,260,'_menu_item_type','post_type'),(1147,260,'_menu_item_menu_item_parent','181'),(1148,260,'_menu_item_object_id','249'),(1149,260,'_menu_item_object','page'),(1150,260,'_menu_item_target',''),(1151,260,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1152,260,'_menu_item_xfn',''),(1153,260,'_menu_item_url',''),(1205,260,'_wpas_done_all','1'),(1155,261,'_menu_item_type','post_type'),(1156,261,'_menu_item_menu_item_parent','181'),(1157,261,'_menu_item_object_id','247'),(1158,261,'_menu_item_object','page'),(1159,261,'_menu_item_target',''),(1160,261,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1161,261,'_menu_item_xfn',''),(1162,261,'_menu_item_url',''),(1204,261,'_wpas_done_all','1'),(1164,262,'_menu_item_type','post_type'),(1165,262,'_menu_item_menu_item_parent','181'),(1166,262,'_menu_item_object_id','245'),(1167,262,'_menu_item_object','page'),(1168,262,'_menu_item_target',''),(1169,262,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1170,262,'_menu_item_xfn',''),(1171,262,'_menu_item_url',''),(1203,262,'_wpas_done_all','1'),(1173,263,'_menu_item_type','post_type'),(1174,263,'_menu_item_menu_item_parent','181'),(1175,263,'_menu_item_object_id','243'),(1176,263,'_menu_item_object','page'),(1177,263,'_menu_item_target',''),(1178,263,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1179,263,'_menu_item_xfn',''),(1180,263,'_menu_item_url',''),(1202,263,'_wpas_done_all','1'),(1182,264,'_menu_item_type','post_type'),(1183,264,'_menu_item_menu_item_parent','181'),(1184,264,'_menu_item_object_id','241'),(1185,264,'_menu_item_object','page'),(1186,264,'_menu_item_target',''),(1187,264,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1188,264,'_menu_item_xfn',''),(1189,264,'_menu_item_url',''),(1201,264,'_wpas_done_all','1'),(1191,265,'_menu_item_type','post_type'),(1192,265,'_menu_item_menu_item_parent','181'),(1193,265,'_menu_item_object_id','239'),(1194,265,'_menu_item_object','page'),(1195,265,'_menu_item_target',''),(1196,265,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1197,265,'_menu_item_xfn',''),(1198,265,'_menu_item_url',''),(1200,265,'_wpas_done_all','1'),(1210,268,'_edit_last','1'),(1211,268,'_edit_lock','1400126773:1'),(1212,268,'_wp_page_template','content-sidebar-page.php'),(1213,268,'_wpas_done_all','1'),(1214,268,'sharing_disabled','1'),(1215,268,'_mab_post_meta','a:2:{s:15:\"post-action-box\";s:7:\"default\";s:25:\"post-action-box-placement\";s:6:\"bottom\";}'),(1217,270,'_edit_last','1'),(1218,270,'_edit_lock','1400126742:1'),(1219,270,'_wp_page_template','content-sidebar-page.php'),(1220,270,'_wpas_done_all','1'),(1221,270,'sharing_disabled','1'),(1222,270,'_mab_post_meta','a:2:{s:15:\"post-action-box\";s:7:\"default\";s:25:\"post-action-box-placement\";s:6:\"bottom\";}'),(1224,272,'_edit_last','1'),(1225,272,'_edit_lock','1400126747:1'),(1226,272,'_wp_page_template','content-sidebar-page.php'),(1227,272,'_wpas_done_all','1'),(1228,272,'sharing_disabled','1'),(1229,272,'_mab_post_meta','a:2:{s:15:\"post-action-box\";s:7:\"default\";s:25:\"post-action-box-placement\";s:6:\"bottom\";}'),(1231,274,'_edit_last','1'),(1232,274,'_edit_lock','1400125847:1'),(1233,274,'_wp_page_template','content-sidebar-page.php'),(1234,274,'_wpas_done_all','1'),(1235,274,'sharing_disabled','1'),(1236,274,'_mab_post_meta','a:2:{s:15:\"post-action-box\";s:7:\"default\";s:25:\"post-action-box-placement\";s:6:\"bottom\";}'),(1237,276,'_menu_item_type','post_type'),(1238,276,'_menu_item_menu_item_parent','0'),(1239,276,'_menu_item_object_id','274'),(1240,276,'_menu_item_object','page'),(1241,276,'_menu_item_target',''),(1242,276,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1243,276,'_menu_item_xfn',''),(1244,276,'_menu_item_url',''),(1276,276,'_wpas_done_all','1'),(1246,277,'_menu_item_type','post_type'),(1247,277,'_menu_item_menu_item_parent','181'),(1248,277,'_menu_item_object_id','272'),(1249,277,'_menu_item_object','page'),(1250,277,'_menu_item_target',''),(1251,277,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1252,277,'_menu_item_xfn',''),(1253,277,'_menu_item_url',''),(1275,277,'_wpas_done_all','1'),(1255,278,'_menu_item_type','post_type'),(1256,278,'_menu_item_menu_item_parent','181'),(1257,278,'_menu_item_object_id','270'),(1258,278,'_menu_item_object','page'),(1259,278,'_menu_item_target',''),(1260,278,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1261,278,'_menu_item_xfn',''),(1262,278,'_menu_item_url',''),(1274,278,'_wpas_done_all','1'),(1264,279,'_menu_item_type','post_type'),(1265,279,'_menu_item_menu_item_parent','181'),(1266,279,'_menu_item_object_id','268'),(1267,279,'_menu_item_object','page'),(1268,279,'_menu_item_target',''),(1269,279,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1270,279,'_menu_item_xfn',''),(1271,279,'_menu_item_url',''),(1273,279,'_wpas_done_all','1'),(1278,281,'_edit_last','1'),(1279,281,'_edit_lock','1400125912:1'),(1280,281,'_wp_page_template','content-sidebar-page.php'),(1281,281,'_wpas_done_all','1'),(1282,281,'sharing_disabled','1'),(1283,281,'_mab_post_meta','a:2:{s:15:\"post-action-box\";s:7:\"default\";s:25:\"post-action-box-placement\";s:6:\"bottom\";}'),(2469,785,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:124;s:6:\"height\";i:43;s:4:\"file\";s:36:\"2014/05/Initials1-e1400125079867.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1285,283,'_edit_last','1'),(1286,283,'_edit_lock','1400180396:1'),(1287,283,'_wp_page_template','content-sidebar-page.php'),(1288,283,'_wpas_done_all','1'),(1289,283,'sharing_disabled','1'),(1290,283,'_mab_post_meta','a:2:{s:15:\"post-action-box\";s:7:\"default\";s:25:\"post-action-box-placement\";s:6:\"bottom\";}'),(1292,285,'_edit_last','1'),(1293,285,'_edit_lock','1400125897:1'),(1294,285,'_wp_page_template','content-sidebar-page.php'),(1295,285,'_wpas_done_all','1'),(1296,285,'sharing_disabled','1'),(1297,285,'_mab_post_meta','a:2:{s:15:\"post-action-box\";s:7:\"default\";s:25:\"post-action-box-placement\";s:6:\"bottom\";}'),(2468,785,'_wp_attached_file','2014/05/Initials1-e1400125079867.jpg'),(1299,287,'_edit_last','1'),(1300,287,'_edit_lock','1400125874:1'),(1301,287,'_wp_page_template','content-sidebar-page.php'),(1302,287,'_wpas_done_all','1'),(1303,287,'sharing_disabled','1'),(1304,287,'_mab_post_meta','a:2:{s:15:\"post-action-box\";s:7:\"default\";s:25:\"post-action-box-placement\";s:6:\"bottom\";}'),(1306,289,'_edit_last','1'),(1307,289,'_edit_lock','1400125854:1'),(1308,289,'_wp_page_template','content-sidebar-page.php'),(1309,289,'_wpas_done_all','1'),(1310,289,'sharing_disabled','1'),(1311,289,'_mab_post_meta','a:2:{s:15:\"post-action-box\";s:7:\"default\";s:25:\"post-action-box-placement\";s:6:\"bottom\";}'),(1313,291,'_edit_last','1'),(1314,291,'_edit_lock','1400125869:1'),(1315,291,'_wp_page_template','content-sidebar-page.php'),(1316,291,'_wpas_done_all','1'),(1317,291,'sharing_disabled','1'),(1318,291,'_mab_post_meta','a:2:{s:15:\"post-action-box\";s:7:\"default\";s:25:\"post-action-box-placement\";s:6:\"bottom\";}'),(2465,784,'_edit_lock','1400124957:1'),(1320,293,'_edit_last','1'),(1321,293,'_edit_lock','1400125927:1'),(1322,293,'_wp_page_template','content-sidebar-page.php'),(1323,293,'_wpas_done_all','1'),(1324,293,'sharing_disabled','1'),(1325,293,'_mab_post_meta','a:2:{s:15:\"post-action-box\";s:7:\"default\";s:25:\"post-action-box-placement\";s:6:\"bottom\";}'),(2466,784,'_edit_last','1'),(1327,295,'_edit_last','1'),(1328,295,'_edit_lock','1400125920:1'),(1329,295,'_wp_page_template','content-sidebar-page.php'),(1330,295,'_wpas_done_all','1'),(1331,295,'sharing_disabled','1'),(1332,295,'_mab_post_meta','a:2:{s:15:\"post-action-box\";s:7:\"default\";s:25:\"post-action-box-placement\";s:6:\"bottom\";}'),(2467,784,'_wp_attachment_backup_sizes','a:2:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:985;s:6:\"height\";i:342;s:4:\"file\";s:12:\"Initials.jpg\";}s:18:\"full-1400124134742\";a:3:{s:5:\"width\";i:100;s:6:\"height\";i:35;s:4:\"file\";s:27:\"Initials-e1400124126513.jpg\";}}'),(1334,297,'_edit_last','1'),(1335,297,'_edit_lock','1400125947:1'),(1336,297,'_wp_page_template','content-sidebar-page.php'),(1337,297,'_wpas_done_all','1'),(1338,297,'sharing_disabled','1'),(1339,297,'_mab_post_meta','a:2:{s:15:\"post-action-box\";s:7:\"default\";s:25:\"post-action-box-placement\";s:6:\"bottom\";}'),(1341,299,'_edit_last','1'),(1342,299,'_edit_lock','1400125820:1'),(1343,299,'_wp_page_template','content-sidebar-page.php'),(1344,299,'_wpas_done_all','1'),(1345,299,'sharing_disabled','1'),(1346,299,'_mab_post_meta','a:2:{s:15:\"post-action-box\";s:7:\"default\";s:25:\"post-action-box-placement\";s:6:\"bottom\";}'),(2463,784,'_wp_attached_file','2014/05/Initials-e1400124141572.jpg'),(1348,301,'_edit_last','1'),(1349,301,'_edit_lock','1400125890:1'),(1350,301,'_wp_page_template','content-sidebar-page.php'),(1351,301,'_wpas_done_all','1'),(1352,301,'sharing_disabled','1'),(1353,301,'_mab_post_meta','a:2:{s:15:\"post-action-box\";s:7:\"default\";s:25:\"post-action-box-placement\";s:6:\"bottom\";}'),(2458,781,'custom_css_preprocessor',''),(1355,303,'_edit_last','1'),(1356,303,'_edit_lock','1400125961:1'),(1357,303,'_wp_page_template','content-sidebar-page.php'),(1358,303,'_wpas_done_all','1'),(1359,303,'sharing_disabled','1'),(1360,303,'_mab_post_meta','a:2:{s:15:\"post-action-box\";s:7:\"default\";s:25:\"post-action-box-placement\";s:6:\"bottom\";}'),(2445,769,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2444,769,'_menu_item_target',''),(2443,769,'_menu_item_object','page'),(2442,769,'_menu_item_object_id','767'),(2441,769,'_menu_item_menu_item_parent','59'),(2440,769,'_menu_item_type','post_type'),(1370,307,'_menu_item_type','post_type'),(1371,307,'_menu_item_menu_item_parent','276'),(1372,307,'_menu_item_object_id','303'),(1373,307,'_menu_item_object','page'),(1374,307,'_menu_item_target',''),(1375,307,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1376,307,'_menu_item_xfn',''),(1377,307,'_menu_item_url',''),(1488,307,'_wpas_done_all','1'),(1379,308,'_menu_item_type','post_type'),(1380,308,'_menu_item_menu_item_parent','276'),(1381,308,'_menu_item_object_id','301'),(1382,308,'_menu_item_object','page'),(1383,308,'_menu_item_target',''),(1384,308,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1385,308,'_menu_item_xfn',''),(1386,308,'_menu_item_url',''),(1487,308,'_wpas_done_all','1'),(1388,309,'_menu_item_type','post_type'),(1389,309,'_menu_item_menu_item_parent','276'),(1390,309,'_menu_item_object_id','299'),(1391,309,'_menu_item_object','page'),(1392,309,'_menu_item_target',''),(1393,309,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1394,309,'_menu_item_xfn',''),(1395,309,'_menu_item_url',''),(1486,309,'_wpas_done_all','1'),(1397,310,'_menu_item_type','post_type'),(1398,310,'_menu_item_menu_item_parent','276'),(1399,310,'_menu_item_object_id','297'),(1400,310,'_menu_item_object','page'),(1401,310,'_menu_item_target',''),(1402,310,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1403,310,'_menu_item_xfn',''),(1404,310,'_menu_item_url',''),(1484,310,'_wpas_done_all','1'),(1406,311,'_menu_item_type','post_type'),(1407,311,'_menu_item_menu_item_parent','276'),(1408,311,'_menu_item_object_id','295'),(1409,311,'_menu_item_object','page'),(1410,311,'_menu_item_target',''),(1411,311,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1412,311,'_menu_item_xfn',''),(1413,311,'_menu_item_url',''),(1485,311,'_wpas_done_all','1'),(1415,312,'_menu_item_type','post_type'),(1416,312,'_menu_item_menu_item_parent','276'),(1417,312,'_menu_item_object_id','293'),(1418,312,'_menu_item_object','page'),(1419,312,'_menu_item_target',''),(1420,312,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1421,312,'_menu_item_xfn',''),(1422,312,'_menu_item_url',''),(1483,312,'_wpas_done_all','1'),(1424,313,'_menu_item_type','post_type'),(1425,313,'_menu_item_menu_item_parent','276'),(1426,313,'_menu_item_object_id','291'),(1427,313,'_menu_item_object','page'),(1428,313,'_menu_item_target',''),(1429,313,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1430,313,'_menu_item_xfn',''),(1431,313,'_menu_item_url',''),(1482,313,'_wpas_done_all','1'),(1433,314,'_menu_item_type','post_type'),(1434,314,'_menu_item_menu_item_parent','276'),(1435,314,'_menu_item_object_id','289'),(1436,314,'_menu_item_object','page'),(1437,314,'_menu_item_target',''),(1438,314,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1439,314,'_menu_item_xfn',''),(1440,314,'_menu_item_url',''),(1481,314,'_wpas_done_all','1'),(1442,315,'_menu_item_type','post_type'),(1443,315,'_menu_item_menu_item_parent','276'),(1444,315,'_menu_item_object_id','287'),(1445,315,'_menu_item_object','page'),(1446,315,'_menu_item_target',''),(1447,315,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1448,315,'_menu_item_xfn',''),(1449,315,'_menu_item_url',''),(1489,315,'_wpas_done_all','1'),(1451,316,'_menu_item_type','post_type'),(1452,316,'_menu_item_menu_item_parent','276'),(1453,316,'_menu_item_object_id','285'),(1454,316,'_menu_item_object','page'),(1455,316,'_menu_item_target',''),(1456,316,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1457,316,'_menu_item_xfn',''),(1458,316,'_menu_item_url',''),(1480,316,'_wpas_done_all','1'),(1460,317,'_menu_item_type','post_type'),(1461,317,'_menu_item_menu_item_parent','276'),(1462,317,'_menu_item_object_id','283'),(1463,317,'_menu_item_object','page'),(1464,317,'_menu_item_target',''),(1465,317,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1466,317,'_menu_item_xfn',''),(1467,317,'_menu_item_url',''),(1479,317,'_wpas_done_all','1'),(1469,318,'_menu_item_type','post_type'),(1470,318,'_menu_item_menu_item_parent','276'),(1471,318,'_menu_item_object_id','281'),(1472,318,'_menu_item_object','page'),(1473,318,'_menu_item_target',''),(1474,318,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1475,318,'_menu_item_xfn',''),(1476,318,'_menu_item_url',''),(1478,318,'_wpas_done_all','1'),(2457,781,'content_width',''),(1491,319,'_edit_last','1'),(1492,319,'_edit_lock','1400125498:1'),(1493,319,'_wp_page_template','content-sidebar-page.php'),(1494,319,'_wpas_done_all','1'),(1495,319,'sharing_disabled','1'),(1496,319,'_mab_post_meta','a:2:{s:15:\"post-action-box\";s:7:\"default\";s:25:\"post-action-box-placement\";s:6:\"bottom\";}'),(2456,781,'custom_css_add','yes'),(1498,321,'_edit_last','1'),(1499,321,'_edit_lock','1400125524:1'),(1500,321,'_wp_page_template','content-sidebar-page.php'),(1501,321,'_wpas_done_all','1'),(1502,321,'sharing_disabled','1'),(1503,321,'_mab_post_meta','a:2:{s:15:\"post-action-box\";s:7:\"default\";s:25:\"post-action-box-placement\";s:6:\"bottom\";}'),(2455,780,'custom_css_preprocessor',''),(1505,323,'_edit_last','1'),(1506,323,'_edit_lock','1400125478:1'),(1507,323,'_wp_page_template','content-sidebar-page.php'),(1508,323,'_wpas_done_all','1'),(1509,323,'_mab_post_meta','a:2:{s:15:\"post-action-box\";s:7:\"default\";s:25:\"post-action-box-placement\";s:6:\"bottom\";}'),(1510,54,'_mab_post_meta','a:2:{s:15:\"post-action-box\";s:7:\"default\";s:25:\"post-action-box-placement\";s:6:\"bottom\";}'),(1511,325,'_menu_item_type','post_type'),(1512,325,'_menu_item_menu_item_parent','329'),(1513,325,'_menu_item_object_id','170'),(1514,325,'_menu_item_object','page'),(1515,325,'_menu_item_target',''),(1516,325,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1517,325,'_menu_item_xfn',''),(1518,325,'_menu_item_url',''),(1569,325,'_wpas_done_all','1'),(1520,326,'_menu_item_type','post_type'),(1521,326,'_menu_item_menu_item_parent','329'),(1522,326,'_menu_item_object_id','323'),(1523,326,'_menu_item_object','page'),(1524,326,'_menu_item_target',''),(1525,326,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1526,326,'_menu_item_xfn',''),(1527,326,'_menu_item_url',''),(1570,326,'_wpas_done_all','1'),(1529,327,'_menu_item_type','post_type'),(1530,327,'_menu_item_menu_item_parent','329'),(1531,327,'_menu_item_object_id','321'),(1532,327,'_menu_item_object','page'),(1533,327,'_menu_item_target',''),(1534,327,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1535,327,'_menu_item_xfn',''),(1536,327,'_menu_item_url',''),(1568,327,'_wpas_done_all','1'),(1538,328,'_menu_item_type','post_type'),(1539,328,'_menu_item_menu_item_parent','329'),(1540,328,'_menu_item_object_id','319'),(1541,328,'_menu_item_object','page'),(1542,328,'_menu_item_target',''),(1543,328,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1544,328,'_menu_item_xfn',''),(1545,328,'_menu_item_url',''),(1566,328,'_wpas_done_all','1'),(1547,329,'_menu_item_type','post_type'),(1548,329,'_menu_item_menu_item_parent','0'),(1549,329,'_menu_item_object_id','42'),(1550,329,'_menu_item_object','page'),(1551,329,'_menu_item_target',''),(1552,329,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1553,329,'_menu_item_xfn',''),(1554,329,'_menu_item_url',''),(1565,329,'_wpas_done_all','1'),(1556,330,'_menu_item_type','post_type'),(1557,330,'_menu_item_menu_item_parent','329'),(1558,330,'_menu_item_object_id','54'),(1559,330,'_menu_item_object','page'),(1560,330,'_menu_item_target',''),(1561,330,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1562,330,'_menu_item_xfn',''),(1563,330,'_menu_item_url',''),(1567,330,'_wpas_done_all','1'),(1571,8,'_wptouch_pro_menu_item_icon','/wp-content/wptouch-data/icons/gcons/home.png'),(1733,191,'_responsive_layout','default'),(1734,193,'_responsive_layout','default'),(1573,332,'_wp_attached_file','2014/02/SVG-Logo2-e1393012050939.png'),(1574,332,'_wp_attachment_context','custom-header'),(1575,332,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:225;s:6:\"height\";i:63;s:4:\"file\";s:36:\"2014/02/SVG-Logo2-e1393012050939.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"SVG-Logo2-150x125.png\";s:5:\"width\";i:150;s:6:\"height\";i:125;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"SVG-Logo2-300x83.png\";s:5:\"width\";i:300;s:6:\"height\";i:83;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"wptouch-new-thumbnail\";a:4:{s:4:\"file\";s:21:\"SVG-Logo2-144x125.png\";s:5:\"width\";i:144;s:6:\"height\";i:125;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1576,332,'_wp_attachment_is_custom_header','twentytwelve'),(1577,333,'_wpas_done_all','1'),(1578,333,'custom_css_add','yes'),(1579,333,'content_width',''),(1580,333,'custom_css_preprocessor',''),(1610,342,'_wp_attachment_backup_sizes','a:2:{s:15:\"resized-150x150\";a:5:{s:4:\"path\";s:95:\"WDPDFS30\0893048101980usersites3418624.sitewww/wp-content/uploads/2014/02/safecoLogo-150x150.jpg\";s:4:\"file\";s:22:\"safecoLogo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:92;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"resized-214x92\";a:5:{s:4:\"path\";s:95:\"\\WDPDFS30\0893048101980usersites3418624.sitewww/wp-content/uploads/2014/02/safecoLogo-214x92.jpg\";s:4:\"file\";s:21:\"safecoLogo-214x92.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:92;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(1582,8,'_mobile_page_template','Default Template'),(1583,8,'_mab_post_meta','a:2:{s:15:\"post-action-box\";s:7:\"default\";s:25:\"post-action-box-placement\";s:6:\"bottom\";}'),(1584,332,'_edit_lock','1398450220:1'),(2454,780,'content_width',''),(1586,332,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:450;s:6:\"height\";i:125;s:4:\"file\";s:13:\"SVG-Logo2.png\";}}'),(1587,332,'_edit_last','1'),(1588,336,'_wp_attached_file','2014/02/copy-SVG-Logo2-e1393012050939.png'),(1589,336,'_wp_attachment_context','custom-header'),(1590,336,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:225;s:6:\"height\";i:63;s:4:\"file\";s:41:\"2014/02/copy-SVG-Logo2-e1393012050939.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"copy-SVG-Logo2-e1393012050939-150x63.png\";s:5:\"width\";i:150;s:6:\"height\";i:63;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"wptouch-new-thumbnail\";a:4:{s:4:\"file\";s:40:\"copy-SVG-Logo2-e1393012050939-144x63.png\";s:5:\"width\";i:144;s:6:\"height\";i:63;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1591,336,'_wp_attachment_is_custom_header','twentytwelve'),(1611,343,'ml-slider_type','image'),(1612,343,'_wp_attachment_backup_sizes','a:2:{s:15:\"resized-150x150\";a:5:{s:4:\"path\";s:96:\"WDPDFS30\0893048101980usersites3418624.sitewww/wp-content/uploads/2014/02/mercuryLogo-150x150.jpg\";s:4:\"file\";s:23:\"mercuryLogo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:92;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"resized-214x92\";a:5:{s:4:\"path\";s:96:\"\\WDPDFS30\0893048101980usersites3418624.sitewww/wp-content/uploads/2014/02/mercuryLogo-214x92.jpg\";s:4:\"file\";s:22:\"mercuryLogo-214x92.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:92;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(1613,343,'_wp_attachment_image_alt',''),(1614,342,'_wp_attachment_image_alt',''),(1615,340,'_wp_attachment_image_alt',''),(1616,341,'_wp_attachment_image_alt',''),(1617,339,'_wp_attachment_image_alt',''),(1618,344,'_wp_attached_file','2014/02/foremostLogo.jpg'),(1619,344,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:216;s:6:\"height\";i:92;s:4:\"file\";s:24:\"2014/02/foremostLogo.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"foremostLogo-150x92.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:92;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"wptouch-new-thumbnail\";a:4:{s:4:\"file\";s:23:\"foremostLogo-144x92.jpg\";s:5:\"width\";i:144;s:6:\"height\";i:92;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1620,345,'_wp_attached_file','2014/02/hartfordLogo.jpg'),(1621,345,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:216;s:6:\"height\";i:92;s:4:\"file\";s:24:\"2014/02/hartfordLogo.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"hartfordLogo-150x92.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:92;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"wptouch-new-thumbnail\";a:4:{s:4:\"file\";s:23:\"hartfordLogo-144x92.jpg\";s:5:\"width\";i:144;s:6:\"height\";i:92;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1622,346,'_wp_attached_file','2014/02/travelers.jpg'),(1623,346,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:216;s:6:\"height\";i:92;s:4:\"file\";s:21:\"2014/02/travelers.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"travelers-150x92.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:92;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"wptouch-new-thumbnail\";a:4:{s:4:\"file\";s:20:\"travelers-144x92.jpg\";s:5:\"width\";i:144;s:6:\"height\";i:92;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1624,347,'_wp_attached_file','2014/02/firstAmericanLogo.jpg'),(1625,347,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:216;s:6:\"height\";i:92;s:4:\"file\";s:29:\"2014/02/firstAmericanLogo.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"firstAmericanLogo-150x92.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:92;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"wptouch-new-thumbnail\";a:4:{s:4:\"file\";s:28:\"firstAmericanLogo-144x92.jpg\";s:5:\"width\";i:144;s:6:\"height\";i:92;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1626,348,'_wp_attached_file','2014/02/alliedLogo.jpg'),(1627,348,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:216;s:6:\"height\";i:92;s:4:\"file\";s:22:\"2014/02/alliedLogo.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"alliedLogo-150x92.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:92;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"wptouch-new-thumbnail\";a:4:{s:4:\"file\";s:21:\"alliedLogo-144x92.jpg\";s:5:\"width\";i:144;s:6:\"height\";i:92;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1628,349,'_wp_attached_file','2014/02/infinityLogo.jpg'),(1629,349,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:216;s:6:\"height\";i:92;s:4:\"file\";s:24:\"2014/02/infinityLogo.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"infinityLogo-150x92.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:92;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"wptouch-new-thumbnail\";a:4:{s:4:\"file\";s:23:\"infinityLogo-144x92.jpg\";s:5:\"width\";i:144;s:6:\"height\";i:92;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1630,350,'_wp_attached_file','2014/02/jpeg-21.jpeg'),(1631,350,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:216;s:6:\"height\";i:92;s:4:\"file\";s:20:\"2014/02/jpeg-21.jpeg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"jpeg-21-150x92.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:92;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"wptouch-new-thumbnail\";a:4:{s:4:\"file\";s:19:\"jpeg-21-144x92.jpeg\";s:5:\"width\";i:144;s:6:\"height\";i:92;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1632,351,'_wp_attached_file','2014/02/arrowheadExchange.jpg'),(1633,351,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:216;s:6:\"height\";i:92;s:4:\"file\";s:29:\"2014/02/arrowheadExchange.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"arrowheadExchange-150x92.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:92;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"wptouch-new-thumbnail\";a:4:{s:4:\"file\";s:28:\"arrowheadExchange-144x92.jpg\";s:5:\"width\";i:144;s:6:\"height\";i:92;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1634,352,'_wp_attached_file','2014/02/californiaEarthquakeAuthorityLogo.jpg'),(1635,352,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:216;s:6:\"height\";i:92;s:4:\"file\";s:45:\"2014/02/californiaEarthquakeAuthorityLogo.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"californiaEarthquakeAuthorityLogo-150x92.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:92;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"wptouch-new-thumbnail\";a:4:{s:4:\"file\";s:44:\"californiaEarthquakeAuthorityLogo-144x92.jpg\";s:5:\"width\";i:144;s:6:\"height\";i:92;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1636,344,'ml-slider_type','image'),(1637,344,'_wp_attachment_backup_sizes','a:2:{s:15:\"resized-150x150\";a:5:{s:4:\"path\";s:97:\"WDPDFS30\0893048101980usersites3418624.sitewww/wp-content/uploads/2014/02/foremostLogo-150x150.jpg\";s:4:\"file\";s:24:\"foremostLogo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:92;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"resized-214x92\";a:5:{s:4:\"path\";s:97:\"\\WDPDFS30\0893048101980usersites3418624.sitewww/wp-content/uploads/2014/02/foremostLogo-214x92.jpg\";s:4:\"file\";s:23:\"foremostLogo-214x92.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:92;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(1638,345,'ml-slider_type','image'),(1639,345,'_wp_attachment_backup_sizes','a:2:{s:15:\"resized-150x150\";a:5:{s:4:\"path\";s:97:\"WDPDFS30\0893048101980usersites3418624.sitewww/wp-content/uploads/2014/02/hartfordLogo-150x150.jpg\";s:4:\"file\";s:24:\"hartfordLogo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:92;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"resized-214x92\";a:5:{s:4:\"path\";s:97:\"\\WDPDFS30\0893048101980usersites3418624.sitewww/wp-content/uploads/2014/02/hartfordLogo-214x92.jpg\";s:4:\"file\";s:23:\"hartfordLogo-214x92.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:92;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(1640,346,'ml-slider_type','image'),(1641,346,'_wp_attachment_backup_sizes','a:2:{s:15:\"resized-150x150\";a:5:{s:4:\"path\";s:94:\"WDPDFS30\0893048101980usersites3418624.sitewww/wp-content/uploads/2014/02/travelers-150x150.jpg\";s:4:\"file\";s:21:\"travelers-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:92;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"resized-214x92\";a:5:{s:4:\"path\";s:94:\"\\WDPDFS30\0893048101980usersites3418624.sitewww/wp-content/uploads/2014/02/travelers-214x92.jpg\";s:4:\"file\";s:20:\"travelers-214x92.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:92;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(1642,347,'ml-slider_type','image'),(1643,347,'_wp_attachment_backup_sizes','a:3:{s:15:\"resized-150x150\";a:5:{s:4:\"path\";s:102:\"WDPDFS30\0893048101980usersites3418624.sitewww/wp-content/uploads/2014/02/firstAmericanLogo-150x150.jpg\";s:4:\"file\";s:29:\"firstAmericanLogo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:92;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"resized-214x92\";a:5:{s:4:\"path\";s:101:\"WDPDFS30\0893048101980usersites3418624.sitewww/wp-content/uploads/2014/02/firstAmericanLogo-214x92.jpg\";s:4:\"file\";s:28:\"firstAmericanLogo-214x92.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:92;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"resized-216x53\";a:5:{s:4:\"path\";s:102:\"\\WDPDFS30\0893048101980usersites3418624.sitewww/wp-content/uploads/2014/02/firstAmericanLogo-216x53.jpg\";s:4:\"file\";s:28:\"firstAmericanLogo-216x53.jpg\";s:5:\"width\";i:216;s:6:\"height\";i:53;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(1644,348,'ml-slider_type','image'),(1645,348,'_wp_attachment_backup_sizes','a:3:{s:15:\"resized-150x150\";a:5:{s:4:\"path\";s:95:\"WDPDFS30\0893048101980usersites3418624.sitewww/wp-content/uploads/2014/02/alliedLogo-150x150.jpg\";s:4:\"file\";s:22:\"alliedLogo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:92;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"resized-214x92\";a:5:{s:4:\"path\";s:94:\"WDPDFS30\0893048101980usersites3418624.sitewww/wp-content/uploads/2014/02/alliedLogo-214x92.jpg\";s:4:\"file\";s:21:\"alliedLogo-214x92.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:92;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"resized-216x53\";a:5:{s:4:\"path\";s:95:\"\\WDPDFS30\0893048101980usersites3418624.sitewww/wp-content/uploads/2014/02/alliedLogo-216x53.jpg\";s:4:\"file\";s:21:\"alliedLogo-216x53.jpg\";s:5:\"width\";i:216;s:6:\"height\";i:53;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(1646,349,'ml-slider_type','image'),(1647,349,'_wp_attachment_backup_sizes','a:2:{s:15:\"resized-150x150\";a:5:{s:4:\"path\";s:97:\"WDPDFS30\0893048101980usersites3418624.sitewww/wp-content/uploads/2014/02/infinityLogo-150x150.jpg\";s:4:\"file\";s:24:\"infinityLogo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:92;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"resized-214x92\";a:5:{s:4:\"path\";s:97:\"\\WDPDFS30\0893048101980usersites3418624.sitewww/wp-content/uploads/2014/02/infinityLogo-214x92.jpg\";s:4:\"file\";s:23:\"infinityLogo-214x92.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:92;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(1648,350,'ml-slider_type','image'),(1649,350,'_wp_attachment_backup_sizes','a:2:{s:15:\"resized-150x150\";a:5:{s:4:\"path\";s:93:\"WDPDFS30\0893048101980usersites3418624.sitewww/wp-content/uploads/2014/02/jpeg-21-150x150.jpeg\";s:4:\"file\";s:20:\"jpeg-21-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:92;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"resized-214x92\";a:5:{s:4:\"path\";s:93:\"\\WDPDFS30\0893048101980usersites3418624.sitewww/wp-content/uploads/2014/02/jpeg-21-214x92.jpeg\";s:4:\"file\";s:19:\"jpeg-21-214x92.jpeg\";s:5:\"width\";i:214;s:6:\"height\";i:92;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(1650,351,'ml-slider_type','image'),(1651,351,'_wp_attachment_backup_sizes','a:2:{s:15:\"resized-150x150\";a:5:{s:4:\"path\";s:102:\"WDPDFS30\0893048101980usersites3418624.sitewww/wp-content/uploads/2014/02/arrowheadExchange-150x150.jpg\";s:4:\"file\";s:29:\"arrowheadExchange-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:92;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"resized-214x92\";a:5:{s:4:\"path\";s:102:\"\\WDPDFS30\0893048101980usersites3418624.sitewww/wp-content/uploads/2014/02/arrowheadExchange-214x92.jpg\";s:4:\"file\";s:28:\"arrowheadExchange-214x92.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:92;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(1652,352,'ml-slider_type','image'),(1653,352,'_wp_attachment_backup_sizes','a:2:{s:15:\"resized-150x150\";a:5:{s:4:\"path\";s:118:\"WDPDFS30\0893048101980usersites3418624.sitewww/wp-content/uploads/2014/02/californiaEarthquakeAuthorityLogo-150x150.jpg\";s:4:\"file\";s:45:\"californiaEarthquakeAuthorityLogo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:92;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"resized-214x92\";a:5:{s:4:\"path\";s:118:\"\\WDPDFS30\0893048101980usersites3418624.sitewww/wp-content/uploads/2014/02/californiaEarthquakeAuthorityLogo-214x92.jpg\";s:4:\"file\";s:44:\"californiaEarthquakeAuthorityLogo-214x92.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:92;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(1654,348,'_wp_attachment_image_alt',''),(1655,347,'_wp_attachment_image_alt',''),(1656,346,'_wp_attachment_image_alt',''),(1657,344,'_wp_attachment_image_alt',''),(1658,345,'_wp_attachment_image_alt',''),(1659,349,'_wp_attachment_image_alt',''),(1660,350,'_wp_attachment_image_alt',''),(1661,352,'_wp_attachment_image_alt',''),(1662,351,'_wp_attachment_image_alt',''),(1663,353,'custom_css_add','yes'),(1664,353,'content_width',''),(1665,353,'custom_css_preprocessor',''),(1666,354,'custom_css_add','yes'),(1667,354,'content_width',''),(1668,354,'custom_css_preprocessor',''),(1669,355,'custom_css_add','yes'),(1670,355,'content_width',''),(1671,355,'custom_css_preprocessor',''),(1672,356,'custom_css_add','yes'),(1673,356,'content_width',''),(1674,356,'custom_css_preprocessor',''),(1675,357,'custom_css_add','yes'),(1676,357,'content_width',''),(1677,357,'custom_css_preprocessor',''),(1678,358,'_wp_attached_file','2014/02/copy-copy-SVG-Logo2-e1393012050939.png'),(1679,358,'_wp_attachment_context','custom-header'),(1680,358,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:225;s:6:\"height\";i:63;s:4:\"file\";s:46:\"2014/02/copy-copy-SVG-Logo2-e1393012050939.png\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"copy-copy-SVG-Logo2-e1393012050939-150x63.png\";s:5:\"width\";i:150;s:6:\"height\";i:63;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"responsive-100\";a:4:{s:4:\"file\";s:45:\"copy-copy-SVG-Logo2-e1393012050939-100x28.png\";s:5:\"width\";i:100;s:6:\"height\";i:28;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"responsive-150\";a:4:{s:4:\"file\";s:45:\"copy-copy-SVG-Logo2-e1393012050939-150x42.png\";s:5:\"width\";i:150;s:6:\"height\";i:42;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"responsive-200\";a:4:{s:4:\"file\";s:45:\"copy-copy-SVG-Logo2-e1393012050939-200x56.png\";s:5:\"width\";i:200;s:6:\"height\";i:56;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1681,358,'_wp_attachment_is_custom_header','responsive-child'),(1682,359,'_wp_attached_file','2014/02/Company-Banner.jpg'),(1683,359,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:385;s:6:\"height\";i:81;s:4:\"file\";s:26:\"2014/02/Company-Banner.jpg\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"Company-Banner-150x81.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:81;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"Company-Banner-300x63.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:63;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"responsive-100\";a:4:{s:4:\"file\";s:25:\"Company-Banner-100x21.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:21;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"responsive-150\";a:4:{s:4:\"file\";s:25:\"Company-Banner-150x31.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:31;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"responsive-200\";a:4:{s:4:\"file\";s:25:\"Company-Banner-200x42.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:42;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"responsive-300\";a:4:{s:4:\"file\";s:25:\"Company-Banner-300x63.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:63;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1684,147,'_responsive_layout','default'),(1685,147,'_mab_post_meta','a:2:{s:15:\"post-action-box\";s:7:\"default\";s:25:\"post-action-box-placement\";s:6:\"bottom\";}'),(1687,147,'_yoast_wpseo_title','Auto Insurance | Sean Womack | Serving Tustin, Santa Ana, Irvine, Orange, Anaheim, Costa Mesa, Huntington Beach, Garden Grove, Fullerton, and Surrounding Areas'),(1689,365,'custom_css_add','yes'),(1690,365,'content_width',''),(1691,365,'custom_css_preprocessor',''),(2333,141,'_wp_attachment_image_alt',''),(2314,603,'_mail','a:7:{s:7:\"subject\";s:80:\"Prospect has requested a quote from www.seanwomack.com [Full Quote Request Form]\";s:6:\"sender\";s:26:\"[your-name] <[your-email]>\";s:4:\"body\";s:825:\"From: [your-name] <[your-email]>\nSubject: Prospect has requested a quote from www.seanwomack.com [Full Quote Request Form]\n\nProspect\'s Name: [your-name]\nProspect\'s Phone Number: [text-634]\nProspect\'s Email: [your-email]\nPreferred Means of Contact: [menu-939]\nAdditional Personal Information: [textarea-630]\nType of Insurance Prospect Would Like to Discuss:\n[checkbox-687a]\n[checkbox-687b]\n[checkbox-687c]\n[checkbox-687d]\n[checkbox-687e]\n[checkbox-687f]\n[checkbox-450a]\n[checkbox-450b]\n[checkbox-450c]\n[checkbox-450d]\n[checkbox-450e]\n[checkbox-450f]\n[checkbox-725a]\n[checkbox-725b]\n[checkbox-725c]\n[checkbox-725d]\n[checkbox-725e]\n[checkbox-725f]\n[checkbox-218c]\n[checkbox-218b]\n[checkbox-218c]\n[checkbox-218d]\n\nOther Insurance Requests:\n[textarea-796]\n\n--\n\nThis e-mail was sent from a contact form on http://www.seanwomack.com\";s:9:\"recipient\";s:19:\"sean@seanwomack.com\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;}'),(1822,410,'control_selectors','a:0:{}'),(1823,410,'control_description',''),(1824,410,'force_styles',''),(1825,411,'custom_css_add','yes'),(1826,411,'content_width',''),(1827,411,'custom_css_preprocessor',''),(1828,412,'custom_css_add','yes'),(1829,412,'content_width',''),(1830,412,'custom_css_preprocessor',''),(1831,413,'custom_css_add','yes'),(1832,413,'content_width',''),(1833,413,'custom_css_preprocessor',''),(1834,414,'custom_css_add','yes'),(1835,414,'content_width',''),(1836,414,'custom_css_preprocessor',''),(1837,415,'custom_css_add','yes'),(1838,415,'content_width',''),(1839,415,'custom_css_preprocessor',''),(1840,416,'custom_css_add','yes'),(1841,416,'content_width',''),(1842,416,'custom_css_preprocessor',''),(1843,417,'custom_css_add','yes'),(1844,417,'content_width',''),(1845,417,'custom_css_preprocessor',''),(1846,418,'custom_css_add','yes'),(1847,418,'content_width',''),(1848,418,'custom_css_preprocessor',''),(1849,419,'custom_css_add','yes'),(1850,419,'content_width',''),(1851,419,'custom_css_preprocessor',''),(1852,420,'custom_css_add','yes'),(1853,420,'content_width',''),(1854,420,'custom_css_preprocessor',''),(1855,421,'custom_css_add','yes'),(1856,421,'content_width',''),(1857,421,'custom_css_preprocessor',''),(1858,422,'custom_css_add','yes'),(1859,422,'content_width',''),(1860,422,'custom_css_preprocessor',''),(1861,423,'custom_css_add','yes'),(1862,423,'content_width',''),(1863,423,'custom_css_preprocessor',''),(1864,424,'custom_css_add','yes'),(1865,424,'content_width',''),(1866,424,'custom_css_preprocessor',''),(1867,425,'custom_css_add','yes'),(1868,425,'content_width',''),(1869,425,'custom_css_preprocessor',''),(1870,426,'custom_css_add','yes'),(1871,426,'content_width',''),(1872,426,'custom_css_preprocessor',''),(1873,427,'custom_css_add','yes'),(1874,427,'content_width',''),(1875,427,'custom_css_preprocessor',''),(1876,428,'custom_css_add','yes'),(1877,428,'content_width',''),(1878,428,'custom_css_preprocessor',''),(1879,429,'custom_css_add','yes'),(1880,429,'content_width',''),(1881,429,'custom_css_preprocessor',''),(1882,430,'custom_css_add','yes'),(1883,430,'content_width',''),(1884,430,'custom_css_preprocessor',''),(1885,431,'custom_css_add','yes'),(1886,431,'content_width',''),(1887,431,'custom_css_preprocessor',''),(2438,767,'hefo_before','0'),(1888,433,'custom_css_add','yes'),(1889,433,'content_width',''),(1890,433,'custom_css_preprocessor',''),(1891,434,'custom_css_add','yes'),(1892,434,'content_width',''),(1893,434,'custom_css_preprocessor',''),(1894,435,'custom_css_add','yes'),(1895,435,'content_width',''),(1896,435,'custom_css_preprocessor',''),(1897,436,'custom_css_add','yes'),(1898,436,'content_width',''),(1899,436,'custom_css_preprocessor',''),(1900,437,'custom_css_add','yes'),(1901,437,'content_width',''),(1902,437,'custom_css_preprocessor',''),(1903,438,'custom_css_add','yes'),(1904,438,'content_width',''),(1905,438,'custom_css_preprocessor',''),(1906,191,'_yoast_wpseo_title','Landlord Protection Insurance | Sean Womack | Serving Tustin, Santa Ana, Irvine, Orange, Anaheim, Costa Mesa, Huntington Beach, Garden Grove, Fullerton, and Surrounding Areas'),(2231,210,'hefo_before','0'),(1908,441,'content_width',''),(1909,441,'custom_css_preprocessor',''),(1910,442,'custom_css_add','yes'),(1911,442,'content_width',''),(1912,442,'custom_css_preprocessor',''),(1913,443,'custom_css_add','yes'),(1914,443,'content_width',''),(1915,443,'custom_css_preprocessor',''),(1916,444,'custom_css_add','yes'),(1917,444,'content_width',''),(1918,444,'custom_css_preprocessor',''),(1919,445,'custom_css_add','yes'),(1920,445,'content_width',''),(1921,445,'custom_css_preprocessor',''),(1922,446,'custom_css_add','yes'),(1923,446,'content_width',''),(1924,446,'custom_css_preprocessor',''),(1925,447,'custom_css_add','yes'),(1926,447,'content_width',''),(1927,447,'custom_css_preprocessor',''),(1928,448,'custom_css_add','yes'),(1929,448,'content_width',''),(1930,448,'custom_css_preprocessor',''),(1933,449,'custom_css_add','yes'),(1931,8,'hefo_before','0'),(1932,8,'hefo_after','0'),(1934,449,'content_width',''),(1935,449,'custom_css_preprocessor',''),(1936,450,'custom_css_add','yes'),(1937,450,'content_width',''),(1938,450,'custom_css_preprocessor',''),(1939,451,'custom_css_add','yes'),(1940,451,'content_width',''),(1941,451,'custom_css_preprocessor',''),(1942,452,'custom_css_add','yes'),(1943,452,'content_width',''),(1944,452,'custom_css_preprocessor',''),(1945,453,'custom_css_add','yes'),(1946,453,'content_width',''),(1947,453,'custom_css_preprocessor',''),(1948,454,'custom_css_add','yes'),(1949,454,'content_width',''),(1950,454,'custom_css_preprocessor',''),(1951,333,'_post_restored_from','a:3:{s:20:\"restored_revision_id\";i:448;s:16:\"restored_by_user\";i:1;s:13:\"restored_time\";i:1393571594;}'),(1952,333,'_edit_last','1'),(1953,455,'content_width',''),(1954,455,'custom_css_add','yes'),(1955,455,'custom_css_preprocessor',''),(1956,456,'custom_css_add','yes'),(1957,456,'content_width',''),(1958,456,'custom_css_preprocessor',''),(1959,457,'custom_css_add','yes'),(1960,457,'content_width',''),(1961,457,'custom_css_preprocessor',''),(1962,458,'custom_css_add','yes'),(1963,458,'content_width',''),(1964,458,'custom_css_preprocessor',''),(1968,466,'_wp_attached_file','2014/02/Initals1.svg'),(1973,472,'_wp_attached_file','2014/02/Profile.jpg'),(1974,472,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:66;s:6:\"height\";i:100;s:4:\"file\";s:19:\"2014/02/Profile.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:5.5999999999999996;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D300\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1301823904;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"120\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";}}'),(1975,475,'_wp_attached_file','2014/02/Sean-Photo.jpg'),(1976,475,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1842;s:6:\"height\";i:1899;s:4:\"file\";s:22:\"2014/02/Sean-Photo.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Sean-Photo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Sean-Photo-290x300.jpg\";s:5:\"width\";i:290;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"Sean-Photo-993x1024.jpg\";s:5:\"width\";i:993;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"responsive-100\";a:4:{s:4:\"file\";s:22:\"Sean-Photo-100x103.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:103;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"responsive-150\";a:4:{s:4:\"file\";s:22:\"Sean-Photo-150x154.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"responsive-200\";a:4:{s:4:\"file\";s:22:\"Sean-Photo-200x206.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:206;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"responsive-300\";a:4:{s:4:\"file\";s:22:\"Sean-Photo-300x309.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:309;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"responsive-450\";a:4:{s:4:\"file\";s:22:\"Sean-Photo-450x463.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:463;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"responsive-600\";a:4:{s:4:\"file\";s:22:\"Sean-Photo-600x618.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:618;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"responsive-900\";a:4:{s:4:\"file\";s:22:\"Sean-Photo-900x927.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:927;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";d:5.5999999999999996;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D300\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:1301823904;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"120\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:0:\"\";}}'),(1971,42,'_responsive_layout','default'),(1977,170,'_responsive_layout','default'),(1978,323,'_responsive_layout','default'),(1979,319,'_responsive_layout','default'),(1980,321,'_responsive_layout','default'),(1981,54,'_responsive_layout','default'),(1982,12,'_responsive_layout','default'),(1983,132,'_responsive_layout','default'),(1984,16,'_responsive_layout','default'),(1985,18,'_responsive_layout','default'),(1986,22,'_responsive_layout','default'),(1987,26,'_responsive_layout','default'),(1988,28,'_responsive_layout','default'),(1989,30,'_responsive_layout','default'),(1990,62,'_responsive_layout','default'),(1991,64,'_responsive_layout','default'),(1992,94,'_responsive_layout','default'),(1993,96,'_responsive_layout','default'),(1994,98,'_responsive_layout','default'),(1995,106,'_responsive_layout','default'),(1996,124,'_responsive_layout','default'),(1997,126,'_responsive_layout','default'),(1998,128,'_responsive_layout','default'),(1999,130,'_responsive_layout','default'),(2000,173,'_responsive_layout','default'),(2002,274,'_responsive_layout','default'),(2003,289,'_responsive_layout','default'),(2004,291,'_responsive_layout','default'),(2005,287,'_responsive_layout','default'),(2006,301,'_responsive_layout','default'),(2007,285,'_responsive_layout','default'),(2008,281,'_responsive_layout','default'),(2009,295,'_responsive_layout','default'),(2010,293,'_responsive_layout','default'),(2011,283,'_responsive_layout','default'),(2012,297,'_responsive_layout','default'),(2013,299,'_responsive_layout','default'),(2014,303,'_responsive_layout','default'),(2015,46,'_responsive_layout','default'),(2016,251,'_responsive_layout','default'),(2017,245,'_responsive_layout','default'),(2018,239,'_responsive_layout','default'),(2019,48,'_responsive_layout','default'),(2020,247,'_responsive_layout','default'),(2021,249,'_responsive_layout','default'),(2022,270,'_responsive_layout','default'),(2023,272,'_responsive_layout','default'),(2024,255,'_responsive_layout','default'),(2025,253,'_responsive_layout','default'),(2026,268,'_responsive_layout','default'),(2027,155,'_responsive_layout','default'),(2028,157,'_responsive_layout','default'),(2029,164,'_responsive_layout','default'),(2030,162,'_responsive_layout','default'),(2452,336,'_edit_lock','1398450204:1'),(2032,566,'_edit_last','1'),(2033,566,'_edit_lock','1400126197:1'),(2034,566,'_wp_page_template','content-sidebar-page.php'),(2035,566,'_wpas_done_all','1'),(2036,566,'_responsive_layout','default'),(2451,466,'_edit_lock','1398450183:1'),(2038,570,'_edit_last','1'),(2039,570,'_edit_lock','1400187416:1'),(2040,570,'_wp_page_template','content-sidebar-page.php'),(2041,570,'_wpas_done_all','1'),(2042,570,'_responsive_layout','default'),(2043,573,'_menu_item_type','post_type'),(2044,573,'_menu_item_menu_item_parent','59'),(2045,573,'_menu_item_object_id','570'),(2046,573,'_menu_item_object','page'),(2047,573,'_menu_item_target',''),(2048,573,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2049,573,'_menu_item_xfn',''),(2050,573,'_menu_item_url',''),(2061,573,'_wpas_done_all','1'),(2052,574,'_menu_item_type','post_type'),(2053,574,'_menu_item_menu_item_parent','59'),(2054,574,'_menu_item_object_id','566'),(2055,574,'_menu_item_object','page'),(2056,574,'_menu_item_target',''),(2057,574,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2058,574,'_menu_item_xfn',''),(2059,574,'_menu_item_url',''),(2062,574,'_wpas_done_all','1'),(2426,720,'_wp_attached_file','2014/02/Tustin-City-Seal.jpg'),(2427,720,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:160;s:6:\"height\";i:160;s:4:\"file\";s:28:\"2014/02/Tustin-City-Seal.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Tustin-City-Seal-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"responsive-100\";a:4:{s:4:\"file\";s:28:\"Tustin-City-Seal-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"responsive-150\";a:4:{s:4:\"file\";s:28:\"Tustin-City-Seal-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(2424,717,'_wp_attached_file','2014/02/Map.jpg'),(2425,717,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:750;s:6:\"height\";i:578;s:4:\"file\";s:15:\"2014/02/Map.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:15:\"Map-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:15:\"Map-300x231.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"responsive-100\";a:4:{s:4:\"file\";s:14:\"Map-100x77.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:77;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"responsive-150\";a:4:{s:4:\"file\";s:15:\"Map-150x115.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"responsive-200\";a:4:{s:4:\"file\";s:15:\"Map-200x154.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:154;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"responsive-300\";a:4:{s:4:\"file\";s:15:\"Map-300x231.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"responsive-450\";a:4:{s:4:\"file\";s:15:\"Map-450x346.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:346;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"responsive-600\";a:4:{s:4:\"file\";s:15:\"Map-600x462.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(2088,584,'content_width',''),(2085,583,'content_width',''),(2086,583,'custom_css_preprocessor',''),(2087,584,'custom_css_add','yes'),(2084,583,'custom_css_add','yes'),(2089,584,'custom_css_preprocessor',''),(2090,191,'hefo_before','0'),(2091,191,'hefo_after','0'),(2092,147,'hefo_before','0'),(2093,147,'hefo_after','0'),(2094,98,'hefo_before','0'),(2095,98,'hefo_after','0'),(2096,106,'hefo_before','0'),(2097,106,'hefo_after','0'),(2098,132,'hefo_before','0'),(2099,132,'hefo_after','0'),(2101,42,'hefo_before','0'),(2102,42,'hefo_after','0'),(2103,170,'hefo_before','0'),(2104,170,'hefo_after','0'),(2105,170,'_yoast_wpseo_title','Blog | Sean Womack | Serving Tustin, Santa Ana, Irvine, Orange, Anaheim, Costa Mesa, Huntington Beach, Garden Grove, Fullerton, and Surrounding Areas'),(2106,323,'hefo_before','0'),(2107,323,'hefo_after','0'),(2108,323,'_yoast_wpseo_title','Privacy Policy | Sean Womack | Serving Tustin, Santa Ana, Irvine, Orange, Anaheim, Costa Mesa, Huntington Beach, Garden Grove, Fullerton, and Surrounding Areas'),(2109,319,'hefo_before','0'),(2110,319,'hefo_after','0'),(2111,319,'_yoast_wpseo_title','Questions | Sean Womack | Serving Tustin, Santa Ana, Irvine, Orange, Anaheim, Costa Mesa, Huntington Beach, Garden Grove, Fullerton, and Surrounding Areas'),(2112,321,'hefo_before','0'),(2113,321,'hefo_after','0'),(2114,321,'_yoast_wpseo_title','Testimonials | Sean Womack | Serving Tustin, Santa Ana, Irvine, Orange, Anaheim, Costa Mesa, Huntington Beach, Garden Grove, Fullerton, and Surrounding Areas'),(2115,54,'hefo_before','0'),(2116,54,'hefo_after','0'),(2117,12,'hefo_before','0'),(2118,12,'hefo_after','0'),(2119,12,'_yoast_wpseo_title','Communities We Serve | Sean Womack | Serving Tustin, Santa Ana, Irvine, Orange, Anaheim, Costa Mesa, Huntington Beach, Garden Grove, Fullerton, and Surrounding Areas'),(2120,16,'hefo_before','0'),(2121,16,'hefo_after','0'),(2122,16,'_yoast_wpseo_title','Anaheim, CA | Sean Womack | California Independent Insurance Agent'),(2123,18,'hefo_before','0'),(2124,18,'hefo_after','0'),(2125,18,'_yoast_wpseo_title','Brea, CA | Sean Womack | California Independent Insurance Agent'),(2126,22,'hefo_before','0'),(2127,22,'hefo_after','0'),(2128,22,'_yoast_wpseo_title','Costa Mesa, CA | Sean Womack | California Independent Insurance Agent'),(2129,26,'hefo_before','0'),(2130,26,'hefo_after','0'),(2131,26,'_yoast_wpseo_title','Fountain Valley, CA | Sean Womack | California Independent Insurance Agent'),(2132,28,'hefo_before','0'),(2133,28,'hefo_after','0'),(2134,28,'_yoast_wpseo_title','Fullerton, CA | Sean Womack | California Independent Insurance Agent'),(2135,30,'hefo_before','0'),(2136,30,'hefo_after','0'),(2137,30,'_yoast_wpseo_title','Garden Grove, CA | Sean Womack | California Independent Insurance Agent'),(2138,62,'hefo_before','0'),(2139,62,'hefo_after','0'),(2140,64,'hefo_before','0'),(2141,64,'hefo_after','0'),(2142,94,'hefo_before','0'),(2143,94,'hefo_after','0'),(2144,96,'hefo_before','0'),(2145,96,'hefo_after','0'),(2146,124,'hefo_before','0'),(2147,124,'hefo_after','0'),(2148,126,'hefo_before','0'),(2149,126,'hefo_after','0'),(2150,128,'hefo_before','0'),(2151,128,'hefo_after','0'),(2152,130,'hefo_before','0'),(2153,130,'hefo_after','0'),(2154,173,'hefo_before','0'),(2155,173,'hefo_after','0'),(2156,173,'_yoast_wpseo_title','Contact Sean | Sean Womack | Serving Tustin, Santa Ana, Irvine, Orange, Anaheim, Costa Mesa, Huntington Beach, Garden Grove, Fullerton, and Surrounding Areas'),(2434,767,'_edit_lock','1400126235:1'),(2433,767,'_edit_last','1'),(2430,739,'custom_css_add','yes'),(2431,739,'content_width',''),(2432,739,'custom_css_preprocessor',''),(2160,274,'hefo_before','0'),(2161,274,'hefo_after','0'),(2162,274,'_yoast_wpseo_title','Customer Service| Sean Womack | Serving Tustin, Santa Ana, Irvine, Orange, Anaheim, Costa Mesa, Huntington Beach, Garden Grove, Fullerton, and Surrounding Areas'),(2163,289,'hefo_before','0'),(2164,289,'hefo_after','0'),(2165,289,'_yoast_wpseo_title','Business Savings Analysis | Sean Womack | Serving Tustin, Santa Ana, Irvine, Orange, Anaheim, Costa Mesa, Huntington Beach, Garden Grove, Fullerton, and Surrounding Areas'),(2166,291,'hefo_before','0'),(2167,291,'hefo_after','0'),(2168,291,'_yoast_wpseo_title','Certificate of Insurance Request | Sean Womack | Serving Tustin, Santa Ana, Irvine, Orange, Anaheim, Costa Mesa, Huntington Beach, Garden Grove, Fullerton, and Surrounding Areas'),(2169,287,'hefo_before','0'),(2170,287,'hefo_after','0'),(2171,287,'_yoast_wpseo_title','Combine and Save | Sean Womack | Serving Tustin, Santa Ana, Irvine, Orange, Anaheim, Costa Mesa, Huntington Beach, Garden Grove, Fullerton, and Surrounding Areas'),(2172,301,'hefo_before','0'),(2173,301,'hefo_after','0'),(2174,301,'_yoast_wpseo_title','Go Paperless | Sean Womack | Serving Tustin, Santa Ana, Irvine, Orange, Anaheim, Costa Mesa, Huntington Beach, Garden Grove, Fullerton, and Surrounding Areas'),(2175,285,'hefo_before','0'),(2176,285,'hefo_after','0'),(2177,285,'_yoast_wpseo_title','Make a Change to Policy | Sean Womack | Serving Tustin, Santa Ana, Irvine, Orange, Anaheim, Costa Mesa, Huntington Beach, Garden Grove, Fullerton, and Surrounding Areas'),(2178,281,'hefo_before','0'),(2179,281,'hefo_after','0'),(2180,281,'_yoast_wpseo_title','Make a Payment | Sean Womack | Serving Tustin, Santa Ana, Irvine, Orange, Anaheim, Costa Mesa, Huntington Beach, Garden Grove, Fullerton, and Surrounding Areas'),(2181,295,'hefo_before','0'),(2182,295,'hefo_after','0'),(2183,295,'_yoast_wpseo_title','Our Contest | Sean Womack | Serving Tustin, Santa Ana, Irvine, Orange, Anaheim, Costa Mesa, Huntington Beach, Garden Grove, Fullerton, and Surrounding Areas'),(2184,293,'hefo_before','0'),(2185,293,'hefo_after','0'),(2186,293,'_yoast_wpseo_title','Refer a Friend | Sean Womack | Serving Tustin, Santa Ana, Irvine, Orange, Anaheim, Costa Mesa, Huntington Beach, Garden Grove, Fullerton, and Surrounding Areas'),(2187,283,'hefo_before','0'),(2188,283,'hefo_after','0'),(2189,283,'_yoast_wpseo_title','Report a Claim | Sean Womack | Serving Tustin, Santa Ana, Irvine, Orange, Anaheim, Costa Mesa, Huntington Beach, Garden Grove, Fullerton, and Surrounding Areas'),(2190,297,'hefo_before','0'),(2191,297,'hefo_after','0'),(2192,297,'_yoast_wpseo_title','Se Habla Espanol'),(2193,299,'hefo_before','0'),(2194,299,'hefo_after','0'),(2195,299,'_yoast_wpseo_title','View Our Partners | Sean Womack | Serving Tustin, Santa Ana, Irvine, Orange, Anaheim, Costa Mesa, Huntington Beach, Garden Grove, Fullerton, and Surrounding Areas'),(2196,303,'hefo_before','0'),(2197,303,'hefo_after','0'),(2198,303,'_yoast_wpseo_title','We\'re Hiring! | Sean Womack | Serving Tustin, Santa Ana, Irvine, Orange, Anaheim, Costa Mesa, Huntington Beach, Garden Grove, Fullerton, and Surrounding Areas'),(2199,46,'hefo_before','0'),(2200,46,'hefo_after','0'),(2201,204,'hefo_before','0'),(2202,204,'hefo_after','0'),(2203,204,'_yoast_wpseo_title','Aircraft Insurance | Sean Womack | Serving Tustin, Santa Ana, Irvine, Orange, Anaheim, Costa Mesa, Huntington Beach, Garden Grove, Fullerton, and Surrounding Areas'),(2204,202,'hefo_before','0'),(2205,202,'hefo_after','0'),(2206,202,'_yoast_wpseo_title','Boat and Jet Ski Insurance | Sean Womack | Serving Tustin, Santa Ana, Irvine, Orange, Anaheim, Costa Mesa, Huntington Beach, Garden Grove, Fullerton, and Surrounding Areas'),(2207,200,'hefo_before','0'),(2208,200,'hefo_after','0'),(2209,200,'_yoast_wpseo_title','Classic and Antique Car Insurance | Sean Womack | Serving Tustin, Santa Ana, Irvine, Orange, Anaheim, Costa Mesa, Huntington Beach, Garden Grove, Fullerton, and Surrounding Areas'),(2210,185,'hefo_before','0'),(2211,185,'hefo_after','0'),(2212,185,'_yoast_wpseo_title','Condo Insurance | Sean Womack | Serving Tustin, Santa Ana, Irvine, Orange, Anaheim, Costa Mesa, Huntington Beach, Garden Grove, Fullerton, and Surrounding Areas'),(2213,206,'hefo_before','0'),(2214,206,'hefo_after','0'),(2215,206,'_yoast_wpseo_title','Earthquake Insurance | Sean Womack | Serving Tustin, Santa Ana, Irvine, Orange, Anaheim, Costa Mesa, Huntington Beach, Garden Grove, Fullerton, and Surrounding Areas'),(2216,566,'hefo_before','0'),(2217,566,'hefo_after','0'),(2218,566,'_yoast_wpseo_title','Equipment Breakdown Insurance | Sean Womack | Serving Tustin, Santa Ana, Irvine, Orange, Anaheim, Costa Mesa, Huntington Beach, Garden Grove, Fullerton, and Surrounding Areas'),(2219,208,'hefo_before','0'),(2220,208,'hefo_after','0'),(2221,208,'_yoast_wpseo_title','Flood Insurance | Sean Womack | Serving Tustin, Santa Ana, Irvine, Orange, Anaheim, Costa Mesa, Huntington Beach, Garden Grove, Fullerton, and Surrounding Areas'),(2222,212,'hefo_before','0'),(2223,212,'hefo_after','0'),(2224,212,'_yoast_wpseo_title','Health Insurance | Sean Womack | Serving Tustin, Santa Ana, Irvine, Orange, Anaheim, Costa Mesa, Huntington Beach, Garden Grove, Fullerton, and Surrounding Areas'),(2225,183,'hefo_before','0'),(2226,183,'hefo_after','0'),(2227,183,'_yoast_wpseo_title','Homeowners Insurance | Sean Womack | Serving Tustin, Santa Ana, Irvine, Orange, Anaheim, Costa Mesa, Huntington Beach, Garden Grove, Fullerton, and Surrounding Areas'),(2228,214,'hefo_before','0'),(2229,214,'hefo_after','0'),(2230,214,'_yoast_wpseo_title','Insurance for Jewlery and Other Valuables | Sean Womack | Serving Tustin, Santa Ana, Irvine, Orange, Anaheim, Costa Mesa, Huntington Beach, Garden Grove, Fullerton, and Surrounding Areas'),(2232,210,'hefo_after','0'),(2233,210,'_yoast_wpseo_title','Life Insurance | Sean Womack | Serving Tustin, Santa Ana, Irvine, Orange, Anaheim, Costa Mesa, Huntington Beach, Garden Grove, Fullerton, and Surrounding Areas'),(2234,570,'hefo_before','0'),(2235,570,'hefo_after','0'),(2236,570,'_yoast_wpseo_title','Mechanical Breakdown Insurance | Sean Womack | Serving Tustin, Santa Ana, Irvine, Orange, Anaheim, Costa Mesa, Huntington Beach, Garden Grove, Fullerton, and Surrounding Areas'),(2237,193,'hefo_before','0'),(2238,193,'hefo_after','0'),(2239,193,'_yoast_wpseo_title','Motorcycle Insurance | Sean Womack | Serving Tustin, Santa Ana, Irvine, Orange, Anaheim, Costa Mesa, Huntington Beach, Garden Grove, Fullerton, and Surrounding Areas'),(2240,198,'hefo_before','0'),(2241,198,'hefo_after','0'),(2242,198,'_yoast_wpseo_title','Off Road Vehicle Insurance | Sean Womack | Serving Tustin, Santa Ana, Irvine, Orange, Anaheim, Costa Mesa, Huntington Beach, Garden Grove, Fullerton, and Surrounding Areas'),(2243,195,'hefo_before','0'),(2244,195,'hefo_after','0'),(2245,195,'_yoast_wpseo_title','Recreational Vehicle (RV) Insurance | Sean Womack | Serving Tustin, Santa Ana, Irvine, Orange, Anaheim, Costa Mesa, Huntington Beach, Garden Grove, Fullerton, and Surrounding Areas'),(2246,187,'hefo_before','0'),(2247,187,'hefo_after','0'),(2248,187,'_yoast_wpseo_title','Renters Insurance | Sean Womack | Serving Tustin, Santa Ana, Irvine, Orange, Anaheim, Costa Mesa, Huntington Beach, Garden Grove, Fullerton, and Surrounding Areas'),(2249,189,'hefo_before','0'),(2250,189,'hefo_after','0'),(2251,189,'_yoast_wpseo_title','Umbrella Insurance | Sean Womack | Serving Tustin, Santa Ana, Irvine, Orange, Anaheim, Costa Mesa, Huntington Beach, Garden Grove, Fullerton, and Surrounding Areas'),(2252,387,'hefo_before','0'),(2253,387,'hefo_after','0'),(2254,387,'_yoast_wpseo_title','Wedding Insurance | Sean Womack | Serving Tustin, Santa Ana, Irvine, Orange, Anaheim, Costa Mesa, Huntington Beach, Garden Grove, Fullerton, and Surrounding Areas'),(2255,50,'hefo_before','0'),(2256,50,'hefo_after','0'),(2257,251,'hefo_before','0'),(2258,251,'hefo_after','0'),(2259,251,'_yoast_wpseo_title','Apartment Building Insurance | Sean Womack | Serving Tustin, Santa Ana, Irvine, Orange, Anaheim, Costa Mesa, Huntington Beach, Garden Grove, Fullerton, and Surrounding Areas'),(2260,245,'hefo_before','0'),(2261,245,'hefo_after','0'),(2262,245,'_yoast_wpseo_title','Business Owners Policy (BOP) Insurance | Sean Womack | Serving Tustin, Santa Ana, Irvine, Orange, Anaheim, Costa Mesa, Huntington Beach, Garden Grove, Fullerton, and Surrounding Areas'),(2263,239,'hefo_before','0'),(2264,239,'hefo_after','0'),(2265,239,'_yoast_wpseo_title','Commercial Package Insurance | Sean Womack | Serving Tustin, Santa Ana, Irvine, Orange, Anaheim, Costa Mesa, Huntington Beach, Garden Grove, Fullerton, and Surrounding Areas'),(2266,247,'hefo_before','0'),(2267,247,'hefo_after','0'),(2268,247,'_yoast_wpseo_title','Commercial Umbrella Insurance | Sean Womack | Serving Tustin, Santa Ana, Irvine, Orange, Anaheim, Costa Mesa, Huntington Beach, Garden Grove, Fullerton, and Surrounding Areas'),(2269,243,'hefo_before','0'),(2270,243,'hefo_after','0'),(2272,243,'_yoast_wpseo_title','Commercial Auto Insurance | Sean Womack | Serving Tustin, Santa Ana, Irvine, Orange, Anaheim, Costa Mesa, Huntington Beach, Garden Grove, Fullerton, and Surrounding Areas'),(2273,249,'hefo_before','0'),(2274,249,'hefo_after','0'),(2275,249,'_yoast_wpseo_title','Contractor Insurance | Sean Womack | Serving Tustin, Santa Ana, Irvine, Orange, Anaheim, Costa Mesa, Huntington Beach, Garden Grove, Fullerton, and Surrounding Areas'),(2276,270,'hefo_before','0'),(2277,270,'hefo_after','0'),(2278,270,'_yoast_wpseo_title','Cyber Liability Insurance | Sean Womack | Serving Tustin, Santa Ana, Irvine, Orange, Anaheim, Costa Mesa, Huntington Beach, Garden Grove, Fullerton, and Surrounding Areas'),(2279,272,'hefo_before','0'),(2280,272,'hefo_after','0'),(2281,272,'_yoast_wpseo_title','Employee/Group Benefits Insurance | Sean Womack | Serving Tustin, Santa Ana, Irvine, Orange, Anaheim, Costa Mesa, Huntington Beach, Garden Grove, Fullerton, and Surrounding Areas'),(2282,241,'hefo_before','0'),(2283,241,'hefo_after','0'),(2284,241,'_yoast_wpseo_title','General Liability Insurance | Sean Womack | Serving Tustin, Santa Ana, Irvine, Orange, Anaheim, Costa Mesa, Huntington Beach, Garden Grove, Fullerton, and Surrounding Areas'),(2285,255,'hefo_before','0'),(2286,255,'hefo_after','0'),(2287,255,'_yoast_wpseo_title','Professional Liability Insurance | Sean Womack | Serving Tustin, Santa Ana, Irvine, Orange, Anaheim, Costa Mesa, Huntington Beach, Garden Grove, Fullerton, and Surrounding Areas'),(2288,253,'hefo_before','0'),(2289,253,'hefo_after','0'),(2290,253,'_yoast_wpseo_title','Restaurant Insurance | Sean Womack | Serving Tustin, Santa Ana, Irvine, Orange, Anaheim, Costa Mesa, Huntington Beach, Garden Grove, Fullerton, and Surrounding Areas'),(2291,268,'hefo_before','0'),(2292,268,'hefo_after','0'),(2293,268,'_yoast_wpseo_title','Workers Compensation Insurance | Sean Womack | Serving Tustin, Santa Ana, Irvine, Orange, Anaheim, Costa Mesa, Huntington Beach, Garden Grove, Fullerton, and Surrounding Areas'),(2294,155,'hefo_before','0'),(2295,155,'hefo_after','0'),(2296,157,'hefo_before','0'),(2297,157,'hefo_after','0'),(2298,164,'hefo_before','0'),(2299,164,'hefo_after','0'),(2300,164,'_yoast_wpseo_title','Newsletter Sign Up | Sean Womack | Serving Tustin, Santa Ana, Irvine, Orange, Anaheim, Costa Mesa, Huntington Beach, Garden Grove, Fullerton, and Surrounding Areas'),(2301,162,'hefo_before','0'),(2302,162,'hefo_after','0'),(2303,162,'_yoast_wpseo_title','Request a Quote | Sean Womack | Serving Tustin, Santa Ana, Irvine, Orange, Anaheim, Costa Mesa, Huntington Beach, Garden Grove, Fullerton, and Surrounding Areas'),(2307,48,'hefo_before','0'),(2308,48,'hefo_after','0'),(2334,200,'_yoast_wpseo_metadesc','It takes more than age to make it a classic. A collector car isn\'t just a way to get around. It’s an investment that will continue to appreciate in coming years. Sean Womack can help you determine which of several companies we represent will best meet your classic car insurance needs.'),(2335,616,'custom_css_add','yes'),(2336,616,'content_width',''),(2337,616,'custom_css_preprocessor',''),(2338,617,'custom_css_add','yes'),(2339,617,'content_width',''),(2340,617,'custom_css_preprocessor',''),(2342,618,'_edit_last','1'),(2343,618,'_edit_lock','1400126607:1'),(2344,618,'_wp_page_template','content-sidebar-page.php'),(2345,618,'_wpas_done_all','1'),(2346,618,'_responsive_layout','default'),(2347,618,'hefo_before','0'),(2348,618,'hefo_after','0'),(2349,620,'_menu_item_type','post_type'),(2350,620,'_menu_item_menu_item_parent','181'),(2351,620,'_menu_item_object_id','618'),(2352,620,'_menu_item_object','page'),(2353,620,'_menu_item_target',''),(2354,620,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2355,620,'_menu_item_xfn',''),(2356,620,'_menu_item_url',''),(2358,620,'_wpas_done_all','1'),(2359,618,'_yoast_wpseo_title','Bonds | Sean Womack | Serving Tustin, Santa Ana, Irvine, Orange, Anaheim, Costa Mesa, Huntington Beach, Garden Grove, Fullerton, and Surrounding Areas'),(2360,618,'_yoast_wpseo_metadesc','Sean Womack - The Home of All Surety Bonds! - Serving California - Contact us for a free quote!'),(2361,323,'_yoast_wpseo_metadesc','Sean Womack - Complete Privacy Policy'),(2362,147,'_yoast_wpseo_metadesc','The right auto insurance policy can help get you back on the road quickly if your car is damaged or destroyed by accident, fire, theft, or other covered event. Sean Womack can help you determine which of several companies we represent will best meet your auto insurance needs.'),(2363,202,'_yoast_wpseo_metadesc','We will find you comprehensive protection that protects you, your friends and family, your watercraft and your boating equipment. Sean Womack can help you determine which of several companies we represent will best meet your boat and watercraft insurance needs.'),(2364,245,'_yoast_wpseo_metadesc','As a business owner, you strive to make decisions that are right for your business, your employees and yourself. This includes decisions about business insurance. You know you need excellent coverage. You don\'t, however, have time to become an expert in business insurance. Sean Womack can help you find the best business owners policy that suits your needs.'),(2365,243,'_yoast_wpseo_metadesc','Commercial Auto Insurance for California - Sean Womack - Call Us for a Free Quote!'),(2366,48,'_yoast_wpseo_metadesc','Sean Womack - California Commercial Property Insurance - Contact us for a free quote!'),(2367,247,'_yoast_wpseo_metadesc','If umbrella policies are good for individuals, then they are imperative for business. When a catastrophic liability loss occurs, an umbrella insurance policy can mean the difference between a business surviving, or not. Sean Womack can help you determine which of several companies we represent will best meet your commercial umbrella insurance needs.'),(2368,185,'_yoast_wpseo_metadesc','Condominium insurance is unique. Your condo insurance policy covers your personal property and liability, as well as any additions, alterations and improvements. Sean Womack can help you determine which of several companies we represent will best meet your condo insurance needs.'),(2369,206,'_yoast_wpseo_metadesc','For many of our neighbors in California, earthquake insurance can be inexpensive – contact Sean Womack to find out what the costs would be for your home.'),(2370,208,'_yoast_wpseo_metadesc','The right coverage is unique to you in California. To find out how to protect your family and your future, call Sean Womack at 949-940-6934 to find the right flood insurance for you.'),(2371,241,'_yoast_wpseo_metadesc','General liability, also known as “commercial liability insurance” is a broad commercial insurance policy that covers general liability exposures of a business. Sean Womack can help you determine which of several companies we represent will best meet your general liability insurance needs.'),(2372,656,'_yoast_wpseo_linkdex','57'),(2373,656,'_edit_last','1'),(2374,656,'_edit_lock','1400125885:1'),(2375,656,'_wp_page_template','content-sidebar-page.php'),(2376,656,'_wpas_done_all','1'),(2377,656,'_responsive_layout','default'),(2378,656,'hefo_before','0'),(2379,656,'hefo_after','0'),(2380,656,'_yoast_wpseo_focuskw','Glossary of Insurance Terms | Sean Womack | Serving Tustin, Santa Ana, Irvine, Orange, Anaheim, Costa Mesa, Huntington Beach, Garden Grove, Fullerton, and Surrounding Areas'),(2381,656,'_yoast_wpseo_metadesc','“We know the language used by the insurance industry can be confusing. We want to make sure that you clearly understand your options and know precisely what you’re paying for.'),(2382,658,'_menu_item_type','post_type'),(2383,658,'_menu_item_menu_item_parent','276'),(2384,658,'_menu_item_object_id','656'),(2385,658,'_menu_item_object','page'),(2386,658,'_menu_item_target',''),(2387,658,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2388,658,'_menu_item_xfn',''),(2389,658,'_menu_item_url',''),(2391,658,'_wpas_done_all','1'),(2392,212,'_yoast_wpseo_metadesc','A healthy body is a happy body, and there’s no better way to preserve your health and your family’s health than with a health insurance policy from Sean Womack. Sean can help you determine which of several companies we represent will best meet your health insurance needs.'),(2393,183,'_yoast_wpseo_metadesc','Sean Womack can help you find the homeowner’s insurance that will best meet your needs and provide the most valuable combination of tailored coverage, quality service and fair pricing.'),(2394,191,'_yoast_wpseo_metadesc','Sean Womack - California Landlord Protection Insurance - Contact us for a free quote!'),(2395,210,'_yoast_wpseo_metadesc','Having the right whole, term, or universal life insurance is pivotal in planning for the future of you and your loved ones. Sean Womack can compare life insurance policies from multiple companies to help you find the protection that’s right for your future.'),(2449,769,'_wpas_done_all','1'),(2447,769,'_menu_item_url',''),(2405,684,'hefo_after','0'),(2406,686,'_menu_item_type','post_type'),(2407,686,'_menu_item_menu_item_parent','329'),(2408,686,'_menu_item_object_id','684'),(2409,686,'_menu_item_object','page'),(2410,686,'_menu_item_target',''),(2411,686,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2412,686,'_menu_item_xfn',''),(2413,686,'_menu_item_url',''),(2415,686,'_wpas_done_all','1'),(2428,728,'_wp_attached_file','2014/02/Santa-Ana-City-Seal.jpg'),(2429,728,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:2000;s:4:\"file\";s:31:\"2014/02/Santa-Ana-City-Seal.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Santa-Ana-City-Seal-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"Santa-Ana-City-Seal-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"Santa-Ana-City-Seal-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"responsive-100\";a:4:{s:4:\"file\";s:31:\"Santa-Ana-City-Seal-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"responsive-150\";a:4:{s:4:\"file\";s:31:\"Santa-Ana-City-Seal-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"responsive-200\";a:4:{s:4:\"file\";s:31:\"Santa-Ana-City-Seal-200x200.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"responsive-300\";a:4:{s:4:\"file\";s:31:\"Santa-Ana-City-Seal-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"responsive-450\";a:4:{s:4:\"file\";s:31:\"Santa-Ana-City-Seal-450x450.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"responsive-600\";a:4:{s:4:\"file\";s:31:\"Santa-Ana-City-Seal-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"responsive-900\";a:4:{s:4:\"file\";s:31:\"Santa-Ana-City-Seal-900x900.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'); /*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_posts` -- DROP TABLE IF EXISTS `wp_posts`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_posts` ( `ID` bigint(20) unsigned NOT NULL auto_increment, `post_author` bigint(20) unsigned NOT NULL default '0', `post_date` datetime NOT NULL default '0000-00-00 00:00:00', `post_date_gmt` datetime NOT NULL default '0000-00-00 00:00:00', `post_content` longtext NOT NULL, `post_title` text NOT NULL, `post_excerpt` text NOT NULL, `post_status` varchar(20) NOT NULL default 'publish', `comment_status` varchar(20) NOT NULL default 'open', `ping_status` varchar(20) NOT NULL default 'open', `post_password` varchar(20) NOT NULL default '', `post_name` varchar(200) NOT NULL default '', `to_ping` text NOT NULL, `pinged` text NOT NULL, `post_modified` datetime NOT NULL default '0000-00-00 00:00:00', `post_modified_gmt` datetime NOT NULL default '0000-00-00 00:00:00', `post_content_filtered` longtext NOT NULL, `post_parent` bigint(20) unsigned NOT NULL default '0', `guid` varchar(255) NOT NULL default '', `menu_order` int(11) NOT NULL default '0', `post_type` varchar(20) NOT NULL default 'post', `post_mime_type` varchar(100) NOT NULL default '', `comment_count` bigint(20) NOT NULL default '0', PRIMARY KEY (`ID`), KEY `post_name` (`post_name`), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`) ) ENGINE=MyISAM AUTO_INCREMENT=903 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 (580,1,'2014-03-06 17:44:13','2014-03-06 17:44:13','/*\nWelcome to Custom CSS!\n\nCSS (Cascading Style Sheets) is a kind of code that tells the browser how\nto render a web page. You may delete these comments and get started with\nyour customizations.\n\nBy default, your stylesheet will be loaded after the theme stylesheets,\nwhich means that your rules can take precedence and override the theme CSS\nrules. Just write here what you want to change, you don\'t need to copy all\nyour theme\'s stylesheet content.\n*/\n/*\nREMOVES TITLE NAME FROM SHOWING ON EACH PAGE\n*/\n.entry-title {\n display: none;\n}\n\n/*\nREMOVES BORDER AROUND EACH WIDGET\n*/\n#wrapper,\n#featured,\n.widget-wrapper {\n background-color: transparent;\n border: none;\n}\n\n/*\nREMOVES POWERED BY WORDPRESS AT FOOTER\n*/\n.powered {\n display: none;\n}\n\n/*\nREMOVES COPYRIGHT IN FOOTER\n*/\n.copyright {\n color: transparent;\n}\n\n.copyright a {\n display: none;\n}','safecss','Responsive Child','inherit','open','open','','333-revision-v1','','','2014-03-06 17:44:13','2014-03-06 17:44:13','',333,'http://03785f6.netsolhost.com/wordpress/333-revision-v1/',0,'revision','',0),(579,1,'2014-03-06 17:02:09','2014-03-06 17:02:09','/*\nWelcome to Custom CSS!\n\nCSS (Cascading Style Sheets) is a kind of code that tells the browser how\nto render a web page. You may delete these comments and get started with\nyour customizations.\n\nBy default, your stylesheet will be loaded after the theme stylesheets,\nwhich means that your rules can take precedence and override the theme CSS\nrules. Just write here what you want to change, you don\'t need to copy all\nyour theme\'s stylesheet content.\n*/\n/*\nREMOVES TITLE NAME FROM SHOWING ON EACH PAGE\n*/\n.entry-title {\n display: none;\n}\n\n/*\nREMOVES BORDER AROUND EACH WIDGET\n*/\n#wrapper,\n#featured,\n.widget-wrapper {\n background-color: transparent;\n border: none;\n}\n\n/*\nREMOVES POWERED BY WORDPRESS AT FOOTER\n*/\n.powered {\n display: none;\n}\n\n/*\nREMOVES COPYRIGHT IN FOOTER\n*/\n.copyright {\n color: transparent;\n}\n\n.copyright a {\n display: none;\n}\n\n/*\nPROVIDES OPTION FOR REMOVING UNDERLINE FROM HYPERLINKS\n*/\na.1 {\n text-decoration: none;\n}\n\na.2 {\n text-decoration: underline;\n}','safecss','Responsive Child','inherit','open','open','','333-revision-v1','','','2014-03-06 17:02:09','2014-03-06 17:02:09','',333,'http://03785f6.netsolhost.com/wordpress/333-revision-v1/',0,'revision','',0),(9,1,'2014-02-03 18:21:46','2014-02-03 18:21:46','roudly located in the heart of Southern California, Sean Womack and his team have been serving the coverage needs of individuals, families, and businesses in California for over a decade. With a dedication to our local community, Sean and his team have continue to become a leader for California insurance in Orange County.\r\n\r\nAs a agent for a local independent agency, Sean and his team represent a multitude of insurance companies, from companies that write insurance across the nation to companies that focus writing insurance in California. Therefore, we are able to effectively compare coverages and rates to ensure that our clients have options.\r\n\r\nWhether you are looking for a California Auto Insurance policy or California Home Insurance, Sean Womack and his team have the policy that you are looking for.\r\n\r\nContact Sean Womack today to discover your options of California insurance strategies. Call us at 714-838-0601 and receive your free California insurance quotes today!','Home','','inherit','open','open','','8-revision-v1','','','2014-02-03 18:21:46','2014-02-03 18:21:46','',8,'http://03785f6.netsolhost.com/wordpress/?p=9',0,'revision','',0),(716,1,'2014-03-11 19:42:40','2014-03-11 19:42:40','<font size=\"5\"><strong>Contact Us</font>\r\n\r\nSean Womack\r\nBeissel Insurance Service, Inc.</strong>\r\n13732 Newport Avenue\r\nSuite #5 (2nd Floor)\r\nTustin, CA 92780\r\n\r\n<strong>Phone Number:</strong>\r\nMobile: 949-940-6934\r\n\r\n<strong>Office Hours:</strong>\r\nMonday - Friday: 8 AM - 5 PM\r\nSaturday & Sunday: Closed\r\n\r\n\r\n<strong><u>Directions</strong></u>\r\n\r\n<strong>From I-5 Northbound</strong>\r\n\r\n1. Follow I-5 North and take the Red Hill Ave exit \r\n2. Turn right onto Red Hill Ave\r\n3. Take the 1st left onto El Camino Real\r\n4. Turn right onto Newport Ave\r\n\r\nOur office is on the right after you pass San Juan St\r\n\r\n<strong>From I-5 Southbound</strong>\r\n\r\n1. Follow I-5 South and take the Newport Ave exit\r\n2. Turn left onto Newport Ave\r\n\r\nOur office is on the right after you pass San Juan St\r\n\r\n<strong>From I-55 Northbound</strong>\r\n\r\n1. Follow I-55 North and take the McFadden Ave exit\r\n2. Merge onto Sycamore Ave\r\n3. Turn left onto Newport Ave\r\n\r\nOur office is on the right after you pass San Juan St\r\n\r\n<strong>From I-55 Southbound</strong>\r\n\r\n1. Follow I-55 South and take the ramp onto I-5 South\r\n2. Keep right at the fork, follow signs for Newport Avenue\r\n3. Turn left onto Newport Ave\r\n\r\nOur office is on the right after you pass San Juan St\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Contact Us','','inherit','open','open','','173-revision-v1','','','2014-03-11 19:42:40','2014-03-11 19:42:40','',173,'http://03785f6.netsolhost.com/wordpress/173-revision-v1/',0,'revision','',0),(714,1,'2014-03-11 19:41:55','2014-03-11 19:41:55','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" width=\"1\" height=\"1\" class=\"alignnone size-thumbnail wp-image-466\" /></a><font size=\"5\"><strong>Contact Us</font>\r\n\r\nSean Womack\r\nBeissel Insurance Service, Inc.</strong>\r\n13732 Newport Avenue\r\nSuite #5 (2nd Floor)\r\nTustin, CA 92780\r\n\r\n<strong>Phone Number:</strong>\r\nMobile: 949-940-6934\r\n\r\n<strong>Office Hours:</strong>\r\nMonday - Friday: 8 AM - 5 PM\r\nSaturday & Sunday: Closed\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Map1.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Map1-150x150.jpg\" alt=\"Map\" width=\"150\" height=\"150\" class=\"alignnone size-thumbnail wp-image-712\" /></a>\r\n\r\n<strong><u>Directions</strong></u>\r\n\r\n<strong>From I-5 Northbound</strong>\r\n\r\n1. Follow I-5 North and take the Red Hill Ave exit \r\n2. Turn right onto Red Hill Ave\r\n3. Take the 1st left onto El Camino Real\r\n4. Turn right onto Newport Ave\r\n\r\nOur office is on the right after you pass San Juan St\r\n\r\n<strong>From I-5 Southbound</strong>\r\n\r\n1. Follow I-5 South and take the Newport Ave exit\r\n2. Turn left onto Newport Ave\r\n\r\nOur office is on the right after you pass San Juan St\r\n\r\n<strong>From I-55 Northbound</strong>\r\n\r\n1. Follow I-55 North and take the McFadden Ave exit\r\n2. Merge onto Sycamore Ave\r\n3. Turn left onto Newport Ave\r\n\r\nOur office is on the right after you pass San Juan St\r\n\r\n<strong>From I-55 Southbound</strong>\r\n\r\n1. Follow I-55 South and take the ramp onto I-5 South\r\n2. Keep right at the fork, follow signs for Newport Avenue\r\n3. Turn left onto Newport Ave\r\n\r\nOur office is on the right after you pass San Juan St\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Contact Us','','inherit','open','open','','173-revision-v1','','','2014-03-11 19:41:55','2014-03-11 19:41:55','',173,'http://03785f6.netsolhost.com/wordpress/173-revision-v1/',0,'revision','',0),(606,1,'2014-03-07 23:14:13','2014-03-07 23:14:13',' ','','','publish','open','open','','606','','','2014-05-15 19:21:08','2014-05-15 19:21:08','',0,'http://03785f6.netsolhost.com/wordpress/?p=606',1,'nav_menu_item','',0),(8,1,'2014-02-03 18:21:46','2014-02-03 18:21:46','<font size=\"5\"><strong>Welcome to the Online Home of Sean Womack</strong></font>\r\n\r\nSean Womack is a licensed insurance agent for Beissel Insurance Services--an agency that has been proudly serving the insurance needs of Californians for almost 40 years!\r\n\r\nProudly located in the heart of Southern California, Beissel Insurance Services have been serving the coverage needs of individuals, families, and businesses all across the state. With a dedication to our local community, Sean and his team have continued to become a leader for California insurance in Orange County.\r\n\r\nAs an agent for a local independent agency, Sean Womack represents a multitude of insurance companies, from companies that write insurance across the nation to companies that focus writing insurance in California. Therefore, we are able to effectively compare coverages and rates to ensure that our clients have options.\r\n\r\nWhether you are looking for a California Auto Insurance policy or California Home Insurance, Sean Womack and his team have the policy that you are looking for.\r\n\r\nContact Sean Womack today to discover your options of California insurance options. Call us at 949-940-6934 and receive your free California insurance quotes today!\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>\r\n\r\n</p>','Home Page','','publish','closed','closed','','home','','','2014-05-15 03:54:39','2014-05-15 03:54:39','',0,'http://03785f6.netsolhost.com/wordpress/?page_id=8',0,'page','',0),(462,1,'2014-03-01 05:19:13','2014-03-01 05:19:13','Proudly located in the heart of Southern California, Sean Womack and his team have been serving the coverage needs of individuals, families, and businesses in California for over a decade. With a dedication to our local community, Sean and his team have continue to become a leader for California insurance in Orange County.\r\n\r\nAs a agent for a local independent agency, Sean and his team represent a multitude of insurance companies, from companies that write insurance across the nation to companies that focus writing insurance in California. Therefore, we are able to effectively compare coverages and rates to ensure that our clients have options.\r\n\r\nWhether you are looking for a California Auto Insurance policy or California Home Insurance, Sean Womack and his team have the policy that you are looking for.\r\n\r\nContact Sean Womack today to discover your options of California insurance strategies. Call us at 714-838-0601 and receive your free California insurance quotes today!\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-461\" /></a>','Home Page','','inherit','open','open','','8-revision-v1','','','2014-03-01 05:19:13','2014-03-01 05:19:13','',8,'http://03785f6.netsolhost.com/wordpress/8-revision-v1/',0,'revision','',0),(11,1,'2014-02-03 18:22:51','2014-02-03 18:22:51','Proudly located in the heart of Southern California, Sean Womack and his team have been serving the coverage needs of individuals, families, and businesses in California for over a decade. With a dedication to our local community, Sean and his team have continue to become a leader for California insurance in Orange County.\r\n\r\nAs a agent for a local independent agency, Sean and his team represent a multitude of insurance companies, from companies that write insurance across the nation to companies that focus writing insurance in California. Therefore, we are able to effectively compare coverages and rates to ensure that our clients have options.\r\n\r\nWhether you are looking for a California Auto Insurance policy or California Home Insurance, Sean Womack and his team have the policy that you are looking for.\r\n\r\nContact Sean Womack today to discover your options of California insurance strategies. Call us at 714-838-0601 and receive your free California insurance quotes today!','Home','','inherit','open','open','','8-revision-v1','','','2014-02-03 18:22:51','2014-02-03 18:22:51','',8,'http://03785f6.netsolhost.com/wordpress/8-revision-v1/',0,'revision','',0),(12,1,'2014-02-03 18:25:01','2014-02-03 18:25:01','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Communities We Serve','','publish','closed','closed','','communities-we-serve','','','2014-05-15 03:45:37','2014-05-15 03:45:37','',0,'http://03785f6.netsolhost.com/wordpress/?page_id=12',0,'page','',0),(13,1,'2014-02-03 18:25:01','2014-02-03 18:25:01','','Communities We Serve','','inherit','open','open','','12-revision-v1','','','2014-02-03 18:25:01','2014-02-03 18:25:01','',12,'http://03785f6.netsolhost.com/wordpress/12-revision-v1/',0,'revision','',0),(16,1,'2014-02-03 18:25:43','2014-02-03 18:25:43','<strong><font size=\"5\">Our Customers in the City of Anaheim, CA</font></strong>\r\n\r\nSean Womack and his team at Beissel Insurance Service are located next door in Tustin, CA--only a couple of minutes from Anaheim. For almost 40 years, Beissel Insurance Service has been providing insurance options for hundreds of individuals, families, and businesses in Orange County including those in the city of Anaheim.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Anaheim','','publish','closed','closed','','anaheim','','','2014-05-15 03:45:43','2014-05-15 03:45:43','',12,'http://03785f6.netsolhost.com/wordpress/?page_id=16',0,'page','',0),(17,1,'2014-02-03 18:25:43','2014-02-03 18:25:43','','Anaheim','','inherit','open','open','','16-revision-v1','','','2014-02-03 18:25:43','2014-02-03 18:25:43','',16,'http://03785f6.netsolhost.com/wordpress/16-revision-v1/',0,'revision','',0),(18,1,'2014-02-03 18:25:59','2014-02-03 18:25:59','<strong><font size=\"5\">Our Customers in the City of Brea, CA</font></strong>\r\n\r\nSean Womack and his team at Beissel Insurance Service are located next door in Tustin, CA--only a couple of minutes from Brea. For almost 40 years, Beissel Insurance Service has been providing insurance options for hundreds of individuals, families, and businesses in Orange County including those in the city of Brea.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Brea','','publish','closed','closed','','brea','','','2014-05-15 03:45:50','2014-05-15 03:45:50','',12,'http://03785f6.netsolhost.com/wordpress/?page_id=18',0,'page','',0),(19,1,'2014-02-03 18:25:59','2014-02-03 18:25:59','','Brea','','inherit','open','open','','18-revision-v1','','','2014-02-03 18:25:59','2014-02-03 18:25:59','',18,'http://03785f6.netsolhost.com/wordpress/18-revision-v1/',0,'revision','',0),(22,1,'2014-02-03 18:26:51','2014-02-03 18:26:51','<strong><font size=\"5\">Our Customers in the City of Costa Mesa, CA</font></strong>\r\n\r\nSean Womack and his team at Beissel Insurance Service are located next door in Tustin, CA--only a couple of minutes from Costa Mesa. For almost 40 years, Beissel Insurance Service has been providing insurance options for hundreds of individuals, families, and businesses in Orange County including those in the city of Costa Mesa.\r\n\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Costa Mesa','','publish','closed','closed','','costa-mesa','','','2014-05-15 03:45:56','2014-05-15 03:45:56','',12,'http://03785f6.netsolhost.com/wordpress/?page_id=22',0,'page','',0),(23,1,'2014-02-03 18:26:51','2014-02-03 18:26:51','','Costa Mesa','','inherit','open','open','','22-revision-v1','','','2014-02-03 18:26:51','2014-02-03 18:26:51','',22,'http://03785f6.netsolhost.com/wordpress/22-revision-v1/',0,'revision','',0),(26,1,'2014-02-03 18:27:34','2014-02-03 18:27:34','<strong><font size=\"5\">Our Customers in the City of Fountain Valley, CA</font></strong>\r\n\r\nSean Womack and his team at Beissel Insurance Service are located next door in Tustin, CA--only a couple of minutes from Fountain Valley. For almost 40 years, Beissel Insurance Service has been providing insurance options for hundreds of individuals, families, and businesses in Orange County including those in the city of Fountain Valley.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Fountain Valley','','publish','closed','closed','','fountain-valley','','','2014-05-15 03:46:03','2014-05-15 03:46:03','',12,'http://03785f6.netsolhost.com/wordpress/?page_id=26',0,'page','',0),(27,1,'2014-02-03 18:27:34','2014-02-03 18:27:34','','Fountain Valley','','inherit','open','open','','26-revision-v1','','','2014-02-03 18:27:34','2014-02-03 18:27:34','',26,'http://03785f6.netsolhost.com/wordpress/26-revision-v1/',0,'revision','',0),(28,1,'2014-02-03 18:27:49','2014-02-03 18:27:49','<strong><font size=\"5\">Our Customers in the City of Fullerton, CA</font></strong>\r\n\r\nSean Womack and his team at Beissel Insurance Service are located next door in Tustin, CA--only a couple of minutes from Fullerton. For almost 40 years, Beissel Insurance Service has been providing insurance options for hundreds of individuals, families, and businesses in Orange County including those in the city of Fullerton.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Fullerton','','publish','closed','closed','','fullerton','','','2014-05-15 03:46:10','2014-05-15 03:46:10','',12,'http://03785f6.netsolhost.com/wordpress/?page_id=28',0,'page','',0),(29,1,'2014-02-03 18:27:49','2014-02-03 18:27:49','','Fullerton','','inherit','open','open','','28-revision-v1','','','2014-02-03 18:27:49','2014-02-03 18:27:49','',28,'http://03785f6.netsolhost.com/wordpress/28-revision-v1/',0,'revision','',0),(30,1,'2014-02-03 18:28:05','2014-02-03 18:28:05','<strong><font size=\"5\">Our Customers in the City of Garden Grove, CA</font></strong>\r\n\r\nSean Womack and his team at Beissel Insurance Service are located next door in Tustin, CA--only a couple of minutes from Garden Grove. For almost 40 years, Beissel Insurance Service has been providing insurance options for hundreds of individuals, families, and businesses in Orange County including those in the city of Garden Grove.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Garden Grove','','publish','closed','closed','','garden-grove','','','2014-05-15 03:46:30','2014-05-15 03:46:30','',12,'http://03785f6.netsolhost.com/wordpress/?page_id=30',0,'page','',0),(31,1,'2014-02-03 18:28:05','2014-02-03 18:28:05','','Garden Grove','','inherit','open','open','','30-revision-v1','','','2014-02-03 18:28:05','2014-02-03 18:28:05','',30,'http://03785f6.netsolhost.com/wordpress/30-revision-v1/',0,'revision','',0),(32,1,'2014-02-03 18:28:44','2014-02-03 18:28:44',' ','','','publish','open','open','','32','','','2014-02-26 18:49:54','2014-02-26 18:49:54','',12,'http://03785f6.netsolhost.com/wordpress/?p=32',12,'nav_menu_item','',0),(33,1,'2014-02-03 18:28:44','2014-02-03 18:28:44',' ','','','publish','open','open','','33','','','2014-02-26 18:49:54','2014-02-26 18:49:54','',12,'http://03785f6.netsolhost.com/wordpress/?p=33',13,'nav_menu_item','',0),(34,1,'2014-02-03 18:28:44','2014-02-03 18:28:44',' ','','','publish','open','open','','34','','','2014-02-26 18:49:54','2014-02-26 18:49:54','',12,'http://03785f6.netsolhost.com/wordpress/?p=34',10,'nav_menu_item','',0),(36,1,'2014-02-03 18:28:44','2014-02-03 18:28:44',' ','','','publish','open','open','','36','','','2014-02-26 18:49:54','2014-02-26 18:49:54','',12,'http://03785f6.netsolhost.com/wordpress/?p=36',7,'nav_menu_item','',0),(370,1,'2014-05-15 17:30:45','2014-05-15 17:30:45','<strong><font size=\"5\">California Personal Umbrella Insurance</font></strong>\n\n<i>What would happen to you or to your family if you or any one in your family is suddenly hit with a million dollar legal claim?</i>\n\nFor example, what would happen if...\n\n • A neighbor was injured in your swimming pool?\n • A passerby tripped and broke her lag on your property?\n • Your dog\'s bite is worse than his bark?\n • You were in a car accident and were sued for $1 million?\n\nMillion dollar claims are no longer the exception. This is especially true for people in higher income brackets.\n\nAnd we know \"middle class\" doesn\'t exist any more. If you add up the total value of your home, cars, savings, and investments, those cumulative assets can make you or anybody a target of a major law suit.\n\n<strong>There are so many \"maybe\'s\"</strong>\n\nAn accident in your swimming pool, on a motorcycle, during a recreational activity, or a family automobile accident...any one of these could result in an expensive law suit and excessively high judgments.\n\nAnd be aware, your automobile and home owners insurance limits are not enough to cover an unexpected or a catastrophic loss.\n\nPersonal Umbrella policies are the answer.\n\nThey offer you affordable coverage from $1,000,000 up to $10,000,000 (and higher if necessary).\n\nThe important point is...Personal Umbrella protection goes beyond what your presnet policies cover.\n\n<strong>Many of the things we don\'t usually think about...</strong>\n\n • Secondary Residences\n • Rental Units\n • Watercraft\n • Motor Homes\n • Motorcycles\n • Ranches and Farms\n • Youthful Drivers\n • Senior Drivers\n • Celebrity Status\n • High Profile Professions\n\n<strong><i>Which would apply to you?</i></strong>\n\nMake sure your accumulated assets are protected.\n\nThe economic security of your family depend on it.\n\nMake Umbrella Coverage your \"second layer of protection.\"\n\n<strong>Quick Summary of Advantages:</strong>\n\n• Coverage that takes over where your auto and homeowners coverage ends\n• Protects you when seemingly minor accidents turn into major legal liabilities\n• Personal Umbrella can pay for expensive legal defense, attorneys fees, and exorbitant settlements\n\n<strong>Don\'t let one unexpected law suit or a massive damage claim cripple you financially!</strong>\n\nRates for Personal Umbrella policies are sensible and affordable. Call Sean Womack and his team at (949) 940-6934 today!\n\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Umbrella','','inherit','open','open','','189-autosave-v1','','','2014-05-15 17:30:45','2014-05-15 17:30:45','',189,'http://03785f6.netsolhost.com/wordpress/189-autosave-v1/',0,'revision','',0),(38,1,'2014-02-03 18:28:44','2014-02-03 18:28:44',' ','','','publish','open','open','','38','','','2014-02-26 18:49:54','2014-02-26 18:49:54','',12,'http://03785f6.netsolhost.com/wordpress/?p=38',14,'nav_menu_item','',0),(39,1,'2014-02-03 18:28:44','2014-02-03 18:28:44',' ','','','publish','open','open','','39','','','2014-02-26 18:49:54','2014-02-26 18:49:54','',12,'http://03785f6.netsolhost.com/wordpress/?p=39',6,'nav_menu_item','',0),(369,1,'2014-02-26 18:55:22','2014-02-26 18:55:22','','Renters','','inherit','open','open','','187-revision-v1','','','2014-02-26 18:55:22','2014-02-26 18:55:22','',187,'http://03785f6.netsolhost.com/wordpress/187-revision-v1/',0,'revision','',0),(372,1,'2014-02-26 19:21:44','2014-02-26 19:21:44','','Landlord Protection','','inherit','open','open','','191-revision-v1','','','2014-02-26 19:21:44','2014-02-26 19:21:44','',191,'http://03785f6.netsolhost.com/wordpress/191-revision-v1/',0,'revision','',0),(42,1,'2014-02-03 20:08:09','2014-02-03 20:08:09','<strong><font size=\"5\">About Sean Womack</font></strong>\r\n\r\nSean Womack is a second generation insurance agent. His mentor and step-father, Richard Beissel, was an independent insurance agent who focused on the construction industry. In 1995, Sean obtained his California Agent-Broker Insurance License. After working for his step-father’s insurance agency for a few years, Sean decided that he would leave the agency to gain experience with other agencies. In 2010, Sean came back to work for his step-father to apply the knowledge he learned while away.\r\n\r\nSean now manages his step-father\'s insurance agency, Beissel Insurance Services. Beissel Insurance Services has been in Tustin, CA for over 35 years and is becoming one of Southern California\'s fastest growing insurance agencies. We nearly offer every insurance product available through our access to the many insurance companies we work with.\r\n\r\nThe mission of Beissel Insurance Services is to work with our clients to provide them coverage options--empowering them to choose the protection they want for what matters most in their lives.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','About Sean','','publish','closed','closed','','about-sean','','','2014-05-15 03:39:17','2014-05-15 03:39:17','',0,'http://03785f6.netsolhost.com/wordpress/?page_id=42',0,'page','',0),(43,1,'2014-02-03 20:08:09','2014-02-03 20:08:09','Sean Womack is a second generation insurance agent. His mentor and step-father, Richard Beissel, was an independent insurance agent who focused on the construction industry. In 1995, after graduating from high school, Sean took the California Agent-Broker Insurance License Exam and passed. After working for his step-father’s insurance agency for a few years, Sean decided that he would leave the agency to gain experience with other insurance agencies.','About Sean','','inherit','open','open','','42-revision-v1','','','2014-02-03 20:08:09','2014-02-03 20:08:09','',42,'http://03785f6.netsolhost.com/wordpress/42-revision-v1/',0,'revision','',0),(475,1,'2014-03-01 05:53:55','2014-03-01 05:53:55','','Sean Photo','','inherit','open','open','','sean-photo','','','2014-03-01 05:53:55','2014-03-01 05:53:55','',42,'http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Sean-Photo.jpg',0,'attachment','image/jpeg',0),(478,1,'2014-03-01 05:57:36','2014-03-01 05:57:36','Sean Womack is a second generation insurance agent. His mentor and step-father, Richard Beissel, was an independent insurance agent who focused on the construction industry. In 1995, after graduating from high school, Sean took the California Agent-Broker Insurance License Exam and passed. After working for his step-father’s insurance agency for a few years, Sean decided that he would leave the agency to gain experience with other insurance agencies. In 2010, Sean came back to work for his step-father to apply the knowledge he learned while away.','About Sean','','inherit','open','open','','42-revision-v1','','','2014-03-01 05:57:36','2014-03-01 05:57:36','',42,'http://03785f6.netsolhost.com/wordpress/42-revision-v1/',0,'revision','',0),(476,1,'2014-03-01 05:54:23','2014-03-01 05:54:23','Sean Womack is a second generation insurance agent. His mentor and step-father, Richard Beissel, was an independent insurance agent who focused on the construction industry. In 1995, after graduating from high school, Sean took the California Agent-Broker Insurance License Exam and passed. After working for his step-father’s insurance agency for a few years, Sean decided that he would leave the agency to gain experience with other insurance agencies. In 2010, Sean came back to work for his step-father to apply the knowledge he learned while away.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Sean-Photo.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Sean-Photo-150x150.jpg\" alt=\"Sean Photo\" width=\"150\" height=\"150\" class=\"alignnone size-thumbnail wp-image-475\" /></a>','About Sean','','inherit','open','open','','42-revision-v1','','','2014-03-01 05:54:23','2014-03-01 05:54:23','',42,'http://03785f6.netsolhost.com/wordpress/42-revision-v1/',0,'revision','',0),(45,1,'2014-02-03 20:11:26','2014-02-03 20:11:26','Sean Womack is a second generation insurance agent. His mentor and step-father, Richard Beissel, was an independent insurance agent who focused on the construction industry. In 1995, after graduating from high school, Sean took the California Agent-Broker Insurance License Exam and passed. After working for his step-father’s insurance agency for a few years, Sean decided that he would leave the agency to gain experience with other insurance agencies. In 2010, Sean came back to work for his step-father to apply the knowledge he learned while away.','About Sean','','inherit','open','open','','42-revision-v1','','','2014-02-03 20:11:26','2014-02-03 20:11:26','',42,'http://03785f6.netsolhost.com/wordpress/42-revision-v1/',0,'revision','',0),(46,1,'2014-02-03 20:12:54','2014-02-03 20:12:54','<font size=\"5\"><strong>California Personal Insurance</font></strong>\r\n\r\nWhether you want to protect your car and home, need to insure your belongings in your apartment, or want a personal umbrella policy to protect your assets, Sean Womack and his team will provide you with you the guidance and outstanding service you need.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Insurance For You','','publish','closed','closed','','personal-insurance','','','2014-05-15 04:01:31','2014-05-15 04:01:31','',0,'http://03785f6.netsolhost.com/wordpress/?page_id=46',0,'page','',0),(47,1,'2014-02-03 20:12:54','2014-02-03 20:12:54','','Insurance For You','','inherit','open','open','','46-revision-v1','','','2014-02-03 20:12:54','2014-02-03 20:12:54','',46,'http://03785f6.netsolhost.com/wordpress/46-revision-v1/',0,'revision','',0),(48,1,'2014-02-03 20:13:55','2014-02-03 20:13:55','<strong><font size=\"5\">California Commercial Property Insurance</font></strong>\r\n\r\nOne of the most common types of business insurance, commercial property insurance provides a wide range of coverage for buildings, inventory, equipment, tools and more. Losses from fire, break-in, vandalism, windstorm and other natural or man-made disasters are examples of what is typically covered.\r\n\r\nA basic commercial property insurance policy may be all you need, although the types of coverage can vary between different insurance companies. As an independent agent, Sean Womack can help you determine the type of insurance policy and range of coverage that is best for your business. For a full list of coverage available, or to learn more about this product, contact us today at sean@seanwomack.com.\r\n\r\n<strong>California - What you need to know about commercial property insurance</strong>\r\n\r\n<strong>Building</strong>\r\n\r\nDo you own a commercial building? If so, do you have enough commercial property insurance to cover replacement costs? Although cost estimators are available, we recommend that you secure an appraisal from a third party to accurately determine the current replacement cost of your building. Give Sean Womack a call today at 949-940-6934, and we’ll help you determine if you have enough commercial property insurance for your business.\r\n\r\n<strong>Flood</strong>\r\n\r\nMost commercial property policies exclude flood as a covered cause of loss. A separate policy must be purchased to protect you from resulting damage. Check your current property insurance policy to be sure you are covered. If you’re unsure, just ask for Sean Womack to review your coverage, and we’ll help you find the best solution.\r\n\r\n<strong>Business Personal Property</strong>\r\n\r\nBusiness personal property insurance covers property at a specified location for furniture, fixtures, equipment and inventory. Be aware that most commercial property policies have very limited coverage for property taken off the specified location. If you have equipment that is frequently taken off-site to various locations, it is important that you have an inland marine policy (equipment or installation floater).\r\n\r\n<strong>Business Income (Business Interruption Coverage)</strong>\r\n\r\nThis coverage reimburses a business owner for lost profits and fixed expenses during the time that a business is closed. It applies while the premises are being restored because of damage from an event, such as a fire. Business income insurance may also cover financial losses that occur if civil authorities limit customer access to your neighborhood or business after a disaster. Sean Womack strongly recommends that all businesses acquire this coverage.\r\n\r\n<strong>Electronic Data Processing (EDP)</strong>\r\n\r\nThis coverage is separate property coverage specifically designed to protect your computer related equipment. Most commercial property policies have limited coverage for computer networks. EDP broadens the causes of loss to include things like power surges and in some cases virus attacks.\r\n\r\nBased in California, Sean Womack understands the business insurance needs of our customers.\r\n\r\nThe right coverage for you is unique – call us at 949-940-6934 or email us at sean@seanwomack.com today to find out how to protect your business and your future with the right insurance.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Commercial Property','','publish','closed','closed','','commercial-property-insurance','','','2014-05-15 04:04:21','2014-05-15 04:04:21','',50,'http://03785f6.netsolhost.com/wordpress/?page_id=48',0,'page','',0),(49,1,'2014-02-03 20:13:55','2014-02-03 20:13:55','<div class=\"entry-content\">\r\n<div class=\"panel-grid\" id=\"pg-81-0\">\r\n<div class=\"panel-grid-cell\" id=\"pgc-81-0-0\">\r\n<div class=\"panel widget widget_text panel-first-child panel-last-child\" id=\"panel-0-0-0\">\r\n<div class=\"textwidget\">\r\n\r\nServing the unique needs of businesses in Tustin and all of California\r\n\r\nOne of the most common types of business insurance, commercial property insurance provides a wide range of coverage for buildings, inventory, equipment, tools and more. Losses from fire, break-in, vandalism, windstorm and other natural or man-made disasters are examples of what is typically covered.\r\n\r\nA basic commercial property insurance policy may be all you need, although the types of coverage can vary between different insurance companies. As an independent agent, Sean Womack can help you determine the type of insurance policy and range of coverage that is best for your business. For a full list of coverage available, or to learn more about this product, contact us today at sean@seanwomack.com.\r\n\r\nCalifornia - What you need to know about commercial property insurance\r\n\r\nBuilding\r\n\r\nDo you own a commercial building? If so, do you have enough commercial property insurance to cover replacement costs? Although cost estimators are available, we recommend that you secure an appraisal from a third party to accurately determine the current replacement cost of your building. Give Sean Womack a call today at 949-940-6934, and we’ll help you determine if you have enough commercial property insurance for your business.\r\n\r\nFlood\r\n\r\nMost commercial property policies exclude flood as a covered cause of loss. A separate policy must be purchased to protect you from resulting damage. Check your current property insurance policy to be sure you are covered. If you’re unsure, just ask for Sean Womack to review your coverage, and we’ll help you find the best solution.\r\n\r\nBusiness Personal Property\r\n\r\nBusiness personal property insurance covers property at a specified location for furniture, fixtures, equipment and inventory. Be aware that most commercial property policies have very limited coverage for property taken off the specified location. If you have equipment that is frequently taken off-site to various locations, it is important that you have an inland marine policy (equipment or installation floater).\r\n\r\nBusiness Income (Business Interruption Coverage)\r\n\r\nThis coverage reimburses a business owner for lost profits and fixed expenses during the time that a business is closed. It applies while the premises are being restored because of damage from an event, such as a fire. Business income insurance may also cover financial losses that occur if civil authorities limit customer access to your neighborhood or business after a disaster. Sean Womack strongly recommends that all businesses acquire this coverage.\r\n\r\nElectronic Data Processing (EDP)\r\n\r\nThis coverage is separate property coverage specifically designed to protect your computer related equipment. Most commercial property policies have limited coverage for computer networks. EDP broadens the causes of loss to include things like power surges and in some cases virus attacks.\r\n\r\nBased in California, Sean Womack understands the business insurance needs of our customers.\r\n\r\nThe right coverage for you is unique – call us at 949-940-6934 or email us at sean@seanwomack.com today to find out how to protect your business and your future with the right insurance.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Commercial Property Insurance','','inherit','open','open','','48-revision-v1','','','2014-02-03 20:13:55','2014-02-03 20:13:55','',48,'http://03785f6.netsolhost.com/wordpress/48-revision-v1/',0,'revision','',0),(50,1,'2014-02-03 20:14:35','2014-02-03 20:14:35','<font size=\"5\"><strong>California Business Insurance</font></strong>\r\n\r\n<strong>Insurance coverage that protects your company – so you can get back to business</strong>\r\n\r\nSean Womack knows business in our communities – you can find our office in Tustin, and our clients all around California. As an independent insurance agency, we take pride in reviewing your options with multiple insurance companies and comparing protection and prices to find the best value for your business.\r\n\r\nWe’re proud members of Orange County, and we’re committed to being an advocate for you and your business in times of need.\r\n\r\n<strong>Our commitment is to serving you.</strong>\r\n\r\nSean Womack and his team know that in California, there are as many unique insurance needs as we have neighbors who live here! To talk with one of our helpful team members about your insurance needs, contact us today.\r\n\r\n<strong>Commercial & Business Insurance– Insurance coverage that helps protect your business</strong>\r\n\r\n<strong>• General Liability Insurance</strong> – Broad insurance coverage for your business and activities.\r\n\r\n<strong>• Commercial Property Insurance</strong> – Protect your business with insurance for your commercial property.\r\n\r\n<strong>• Business Auto Insurance</strong> – Cover your business with insurance for commercial vehicles.\r\n\r\n<strong>• Commercial Umbrella Insurance</strong> – Insurance coverage that helps protect your business from the rising costs of lawsuits.\r\n\r\n<strong>• Workers\' Compensation Insurance</strong> – Insurance coverage that helps you take care of your employees.\r\n\r\n<strong>• Bonds</strong> - Protect your assets with financial backups for promises made by others.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Insurance For Your Business','','publish','closed','closed','','california-business-insurance','','','2014-05-15 04:02:01','2014-05-15 04:02:01','',0,'http://03785f6.netsolhost.com/wordpress/?page_id=50',0,'page','',0),(51,1,'2014-02-03 20:14:35','2014-02-03 20:14:35','','Insurance For Your Business','','inherit','open','open','','50-revision-v1','','','2014-02-03 20:14:35','2014-02-03 20:14:35','',50,'http://03785f6.netsolhost.com/wordpress/50-revision-v1/',0,'revision','',0),(52,1,'2014-03-10 16:17:35','2014-03-10 16:17:35','<font size=\"5\"><strong>Business insurance professionals, serving California</font></strong>\n\n<strong>Insurance coverage that protects your company – so you can get back to business</strong>\n\nSean Womack knows business in our communities – you can find our office in Tustin, and our clients all around California. As an independent insurance agency, we take pride in reviewing your options with multiple insurance companies and comparing protection and prices to find the best value for your business.\n\nWe’re proud members of Orange County, and we’re committed to being an advocate for you and your business in times of need.\n\n<strong>Our commitment is to serving you.</strong>\n\nSean Womack and his team know that in California, there are as many unique insurance needs as we have neighbors who live here! To talk with one of our helpful team members about your insurance needs, contact us today.\n\n<strong>Commercial & Business Insurance– Insurance coverage that helps protect your business</strong>\n\n<strong>• General Liability Insurance</strong> – Broad insurance coverage for your business and activities.\n\n<strong>• Commercial Property Insurance</strong> – Protect your business with insurance for your commercial property.\n\n<strong>• Business Auto Insurance</strong> – Cover your business with insurance for commercial vehicles.\n\n<strong>• Commercial Umbrella Insurance</strong> – Insurance coverage that helps protect your business from the rising costs of lawsuits.\n\n<strong>• Workers\' Compensation Insurance</strong> – Insurance coverage that helps you take care of your employees.\n\n<strpn• Bonds - Protect your assets with financial backups for promises made by others.\n\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Insurance For Your Business','','inherit','open','open','','50-autosave-v1','','','2014-03-10 16:17:35','2014-03-10 16:17:35','',50,'http://03785f6.netsolhost.com/wordpress/50-autosave-v1/',0,'revision','',0),(53,1,'2014-02-03 20:19:02','2014-02-03 20:19:02','<div class=\"entry-content\">\r\n<div class=\"panel-grid\" id=\"pg-75-0\">\r\n<div class=\"panel-grid-cell\" id=\"pgc-75-0-0\">\r\n<div class=\"panel widget widget_text panel-first-child panel-last-child\" id=\"panel-0-0-0\">\r\n<div class=\"textwidget\">\r\n\r\nBusiness insurance professionals, serving California\r\n\r\nInsurance coverage that protects your company – so you can get back to business\r\n\r\nSean Womack knows business in our communities – you can find our office in Tustin, and our clients all around California. As an independent insurance agency, we take pride in reviewing your options with multiple insurance companies and comparing protection and prices to find the best value for your business.\r\n\r\nWe’re proud members of Orange County, and we’re committed to being an advocate for you and your business in times of need.\r\n\r\nOur commitment is to serving you.\r\n\r\nSean Womack and his team know that in California, there are as many unique insurance needs as we have neighbors who live here! To talk with one of our helpful team members about your insurance needs, contact us today. [LINK-TO-CONTACT-US-PAGE]\r\n\r\n[In the section below, all proper names of products also link to their respective product pages]\r\n\r\nCommercial & Business Insurance– Insurance coverage that helps protect your business\r\n\r\n• General Liability Insurance – Broad insurance coverage for your business and activities.\r\n\r\n• Commercial Property Insurance – Protect your business with insurance for your commercial property.\r\n\r\n• Business Auto Insurance – Cover your business with insurance for commercial vehicles.\r\n\r\n• Commercial Umbrella Insurance – Insurance coverage that helps protect your business from the rising costs of lawsuits.\r\n\r\n• Workers\' Compensation Insurance – Insurance coverage that helps you take care of your employees.\r\n\r\n• Bonds - Protect your assets with financial backups for promises made by others.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Insurance For Your Business','','inherit','open','open','','50-revision-v1','','','2014-02-03 20:19:02','2014-02-03 20:19:02','',50,'http://03785f6.netsolhost.com/wordpress/50-revision-v1/',0,'revision','',0),(54,1,'2014-02-03 20:20:58','2014-02-03 20:20:58','<strong><font size=\"5\">Why Choose an Independent Insurance Agent?</font></strong>\r\n\r\n<strong>Not all insurance agents are the same! Choosing the right one can make a big difference – in price, service, and value.</strong>\r\n\r\nWith other agencies, you get one company that sells one brand of insurance. With an independent insurance agent like Sean Womack you get choices.\r\n\r\nWhy? Because independent insurance agents, like Sean Womack, represent a number of different insurance companies, and can compare coverage and prices to find the best possible value for your individual circumstances. As independent agents, we are members of the Orange County community, and we’re committed to doing business face-to-face and being your advocate in times of need.\r\n\r\n<strong>Serving Orange County and the state of California, here are a few reasons why Sean Womack should be your first and last stop when looking for insurance.</strong>\r\n\r\n• We work for you when you have a claim.\r\n• We are not beholden to any one company. This means you don’t have to change agencies as your insurance and service needs change.\r\n• We are your consultants, working with you as you determine your needs.\r\n• We are value-hunters who look after your pocketbook in finding the best combination of price, coverage, and service.\r\n• We offer one-stop shopping for a full range of products, including home, renters, auto, business, and life.\r\n• We can periodically review your coverage to keep up with your changing insurance needs.\r\n• We are committed to customer satisfaction – it’s the key to our livelihood.\r\n• We treat you like a person, not a number.\r\n• We are licensed professionals with strong customer and community ties.\r\n\r\nThere is a difference. To find out how our independent insurance agency can help you find the right insurance coverage, please contact Sean Womack today. Give us a call today at 949-940-6934.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Why an Independent Agent?','','publish','closed','closed','','why-an-independent-agent','','','2014-05-15 03:45:32','2014-05-15 03:45:32','',42,'http://03785f6.netsolhost.com/wordpress/?page_id=54',0,'page','',0),(55,1,'2014-02-03 20:20:58','2014-02-03 20:20:58','<div class=\"entry-content\">\r\n<div class=\"panel-grid\" id=\"pg-494-0\">\r\n<div class=\"panel-grid-cell\" id=\"pgc-494-0-0\">\r\n<div class=\"panel widget widget_text panel-first-child panel-last-child\" id=\"panel-0-0-0\">\r\n<div class=\"textwidget\">\r\n\r\n<b>Not all insurance agents are the same! Choosing the right one can make a big difference – in price, service, and value.</b>\r\n\r\nWith other agencies, you get one company that sells one brand of insurance. With an independent insurance agent like Sean Womack you get choices.\r\n\r\nWhy? Because independent insurance agents, like Sean Womack, represent a number of different insurance companies, and can compare coverage and prices to find the best possible value for your individual circumstances. As independent agents, we are members of the Orange County community, and we’re committed to doing business face-to-face and being your advocate in times of need.\r\n\r\n<b>Serving Orange County and the state of California, here are a few reasons why Sean Womack should be your first and last stop when looking for insurance.</b>\r\n\r\n• We work for you when you have a claim.\r\n• We are not beholden to any one company. This means you don’t have to change agencies as your insurance and service needs change.\r\n• We are your consultants, working with you as you determine your needs.\r\n• We are value-hunters who look after your pocketbook in finding the best combination of price, coverage, and service.\r\n• We offer one-stop shopping for a full range of products, including home, renters, auto, business, life, health, and retirement plans.\r\n• We can periodically review your coverage to keep up with your changing insurance needs.\r\n• We are committed to customer satisfaction – it’s the key to our livelihood.\r\n• We treat you like a person, not a number.\r\n• We are licensed professionals with strong customer and community ties.\r\n\r\nThere is a difference. To find out how our independent insurance agency can help you find the right insurance coverage, please contact Sean Womack today. Give us a call today at 949-940-6934.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>',' Why an Independent Agent?','','inherit','open','open','','54-revision-v1','','','2014-02-03 20:20:58','2014-02-03 20:20:58','',54,'http://03785f6.netsolhost.com/wordpress/54-revision-v1/',0,'revision','',0),(157,1,'2014-02-05 18:57:08','2014-02-05 18:57:08','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Auto Insurance Basics','','publish','closed','closed','','auto-insurance-basics','','','2014-05-15 04:06:27','2014-05-15 04:06:27','',155,'http://03785f6.netsolhost.com/wordpress/?page_id=157',0,'page','',0),(59,1,'2014-02-03 22:29:17','2014-02-03 22:29:17',' ','','','publish','open','open','','59','','','2014-05-15 19:21:08','2014-05-15 19:21:08','',0,'http://03785f6.netsolhost.com/wordpress/?p=59',2,'nav_menu_item','',0),(156,1,'2014-02-05 18:54:21','2014-02-05 18:54:21','','Knowledge Center','','inherit','open','open','','155-revision-v1','','','2014-02-05 18:54:21','2014-02-05 18:54:21','',155,'http://03785f6.netsolhost.com/wordpress/155-revision-v1/',0,'revision','',0),(155,1,'2014-02-05 18:54:21','2014-02-05 18:54:21','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Knowledge Center','','publish','closed','closed','','knowledge-center','','','2014-05-15 04:06:21','2014-05-15 04:06:21','',0,'http://03785f6.netsolhost.com/wordpress/?page_id=155',0,'page','',0),(62,1,'2014-02-03 23:14:58','2014-02-03 23:14:58','<strong><font size=\"5\">Our Customers in the City of Huntington Beach, CA</font></strong>\r\n\r\nSean Womack and his team at Beissel Insurance Service are located next door in Tustin, CA--only a couple of minutes from Huntington Beach. For almost 40 years, Beissel Insurance Service has been providing insurance options for hundreds of individuals, families, and businesses in Orange County including those in the city of Huntington Beach.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Huntington Beach','','publish','closed','closed','','huntington-beach','','','2014-05-15 03:46:35','2014-05-15 03:46:35','',12,'http://03785f6.netsolhost.com/wordpress/?page_id=62',0,'page','',0),(63,1,'2014-02-03 23:14:58','2014-02-03 23:14:58','','Huntington Beach','','inherit','open','open','','62-revision-v1','','','2014-02-03 23:14:58','2014-02-03 23:14:58','',62,'http://03785f6.netsolhost.com/wordpress/62-revision-v1/',0,'revision','',0),(64,1,'2014-02-03 23:15:58','2014-02-03 23:15:58','<strong><font size=\"5\">Our Customers in the City of Irvine, CA</font></strong>\r\n\r\nSean Womack and his team at Beissel Insurance Service are located next door in Tustin, CA--only a couple of minutes from Irvine. For almost 40 years, Beissel Insurance Service has been providing insurance options for hundreds of individuals, families, and businesses in Orange County including those in the city of Irvine.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Irvine','','publish','closed','closed','','irvine','','','2014-05-15 03:46:41','2014-05-15 03:46:41','',12,'http://03785f6.netsolhost.com/wordpress/?page_id=64',0,'page','',0),(65,1,'2014-02-03 23:15:58','2014-02-03 23:15:58','','Irvine','','inherit','open','open','','64-revision-v1','','','2014-02-03 23:15:58','2014-02-03 23:15:58','',64,'http://03785f6.netsolhost.com/wordpress/64-revision-v1/',0,'revision','',0),(591,1,'2014-03-07 19:44:41','2014-03-07 19:44:41','<strong>California Worker’s Compensation Insurance</strong>\r\n\r\nWorkers’ compensation coverage pays for medical care and physical rehabilitation of employees injured at work and helps to replace lost wages while they are unable to work. Additionally, this coverage protects an employer from being sued by an injured worker in most cases. \r\n\r\nSean Womack can help your business find complete solutions to your unique workers compensation insurance needs. We’ll find solutions that create safer and more productive workplaces, more confident and secure workers and overall savings you\'ll see on the bottom line. \r\n\r\nCoverage for office workers using their own vehicles on company business is often needed, as well. If you have employees, it is critical that you consider this workers compensation coverage.\r\n\r\nCalifornia - What you need to know about workers compensation insurance\r\n\r\nSome Workers Compensation coverage can include:\r\n\r\n• Innovative payment systems\r\n• Medical disability case managers\r\n• Utilization management nurses\r\n• Certified life care planning nurses\r\n• Vocational rehabilitation consultants\r\n• Physician consulting services\r\n• Legal staff\r\n• Contracts with medical network providers\r\n• Managed prescription drug program\r\n\r\nTo find out more about this product and other products and services, contact Sean Womack today by calling 949-940-6934.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Workers Compensation','','inherit','open','open','','268-revision-v1','','','2014-03-07 19:44:41','2014-03-07 19:44:41','',268,'http://03785f6.netsolhost.com/wordpress/268-revision-v1/',0,'revision','',0),(590,1,'2014-03-07 19:43:46','2014-03-07 19:43:46','<strong>California Worker’s Compensation Insurance</strong>\r\n\r\nWorkers’ compensation coverage pays for medical care and physical rehabilitation of employees injured at work and helps to replace lost wages while they are unable to work. Additionally, this coverage protects an employer from being sued by an injured worker in most cases. \r\n\r\n{YOUR_AGENCY_NAME } can help your business find complete solutions to your unique workers compensation insurance needs. We’ll find solutions that create safer and more productive workplaces, more confident and secure workers and overall savings you\'ll see on the bottom line. \r\n\r\nCoverage for office workers using their own vehicles on company business is often needed, as well. If you have employees, it is critical that you consider this workers compensation coverage.\r\n\r\n{MAIN_STATE(S) YOU WRITE IN}- What you need to know about workers compensation insurance\r\n\r\nSome Workers Compensation coverage can include:\r\n\r\n• Innovative payment systems\r\n• Medical disability case managers\r\n• Utilization management nurses\r\n• Certified life care planning nurses\r\n• Vocational rehabilitation consultants\r\n• Physician consulting services\r\n• Legal staff\r\n• Contracts with medical network providers\r\n• Managed prescription drug program\r\n\r\nTo find out more about this product and other products and services, contact {YOUR_AGENCY_NAME} today by calling {AGENCY_PHONE_NUMBER}.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Workers Compensation','','inherit','open','open','','268-revision-v1','','','2014-03-07 19:43:46','2014-03-07 19:43:46','',268,'http://03785f6.netsolhost.com/wordpress/268-revision-v1/',0,'revision','',0),(87,1,'2014-02-03 23:29:56','2014-02-03 23:29:56',' ','','','publish','open','open','','87','','','2014-02-26 18:49:54','2014-02-26 18:49:54','',12,'http://03785f6.netsolhost.com/wordpress/?p=87',3,'nav_menu_item','',0),(88,1,'2014-02-03 23:29:55','2014-02-03 23:29:55',' ','','','publish','open','open','','88','','','2014-02-26 18:49:54','2014-02-26 18:49:54','',12,'http://03785f6.netsolhost.com/wordpress/?p=88',9,'nav_menu_item','',0),(373,1,'2014-02-26 19:22:19','2014-02-26 19:22:19','','Motorcycle','','inherit','open','open','','193-revision-v1','','','2014-02-26 19:22:19','2014-02-26 19:22:19','',193,'http://03785f6.netsolhost.com/wordpress/193-revision-v1/',0,'revision','',0),(94,1,'2014-02-03 23:32:48','2014-02-03 23:32:48','<strong><font size=\"5\">Our Customers in the City of Newport Beach, CA</font></strong>\r\n\r\nSean Womack and his team at Beissel Insurance Service are located next door in Tustin, CA--only a couple of minutes from Newport Beach. For almost 40 years, Beissel Insurance Service has been providing insurance options for hundreds of individuals, families, and businesses in Orange County including those in the city of Newport Beach.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Newport Beach','','publish','closed','closed','','newport-beach','','','2014-05-15 03:46:46','2014-05-15 03:46:46','',12,'http://03785f6.netsolhost.com/wordpress/?page_id=94',0,'page','',0),(95,1,'2014-02-03 23:32:48','2014-02-03 23:32:48','','Newport Beach','','inherit','open','open','','94-revision-v1','','','2014-02-03 23:32:48','2014-02-03 23:32:48','',94,'http://03785f6.netsolhost.com/wordpress/94-revision-v1/',0,'revision','',0),(96,1,'2014-02-03 23:33:24','2014-02-03 23:33:24','<strong><font size=\"5\">Our Customers in the City of Orange, CA</font></strong>\r\n\r\nSean Womack and his team at Beissel Insurance Service are located next door in Tustin, CA--only a couple of minutes from Orange. For almost 40 years, Beissel Insurance Service has been providing insurance options for hundreds of individuals, families, and businesses in Orange County including those in the city of Orange.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Orange','','publish','closed','closed','','orange','','','2014-05-15 03:46:51','2014-05-15 03:46:51','',12,'http://03785f6.netsolhost.com/wordpress/?page_id=96',0,'page','',0),(97,1,'2014-02-03 23:33:24','2014-02-03 23:33:24','','Orange','','inherit','open','open','','96-revision-v1','','','2014-02-03 23:33:24','2014-02-03 23:33:24','',96,'http://03785f6.netsolhost.com/wordpress/96-revision-v1/',0,'revision','',0),(98,1,'2014-02-03 23:34:07','2014-02-03 23:34:07','<strong><font size=\"5\">Our Customers in the City of Placentia, CA</font></strong>\r\n\r\nSean Womack and his team at Beissel Insurance Service are located next door in Tustin, CA--only a couple of minutes from Placentia. For almost 40 years, Beissel Insurance Service has been providing insurance options for hundreds of individuals, families, and businesses in Orange County including those in the city of Placentia.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Placentia','','publish','closed','closed','','placentia','','','2014-05-15 03:46:57','2014-05-15 03:46:57','',12,'http://03785f6.netsolhost.com/wordpress/?page_id=98',0,'page','',0),(99,1,'2014-02-03 23:34:07','2014-02-03 23:34:07','','Placentia','','inherit','open','open','','98-revision-v1','','','2014-02-03 23:34:07','2014-02-03 23:34:07','',98,'http://03785f6.netsolhost.com/wordpress/98-revision-v1/',0,'revision','',0),(106,1,'2014-02-03 23:41:27','2014-02-03 23:41:27','<strong><font size=\"5\">Our Customers in the City of Santa Ana, CA</font></strong>\r\n\r\nSean Womack and his team at Beissel Insurance Service are located next door in Tustin, CA--only a couple of minutes from Santa Ana. For almost 40 years, Beissel Insurance Service has been providing insurance options for hundreds of individuals, families, and businesses in Orange County including those in the city of Santa Ana.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Santa Ana','','publish','closed','closed','','santa-ana','','','2014-05-15 03:47:02','2014-05-15 03:47:02','',12,'http://03785f6.netsolhost.com/wordpress/?page_id=106',0,'page','',0),(107,1,'2014-02-03 23:41:27','2014-02-03 23:41:27','','Santa Ana','','inherit','open','open','','106-revision-v1','','','2014-02-03 23:41:27','2014-02-03 23:41:27','',106,'http://03785f6.netsolhost.com/wordpress/106-revision-v1/',0,'revision','',0),(111,1,'2014-02-03 23:42:36','2014-02-03 23:42:36',' ','','','publish','open','open','','111','','','2014-02-26 18:49:54','2014-02-26 18:49:54','',12,'http://03785f6.netsolhost.com/wordpress/?p=111',2,'nav_menu_item','',0),(368,1,'2014-02-26 18:54:41','2014-02-26 18:54:41','','Condo','','inherit','open','open','','185-revision-v1','','','2014-02-26 18:54:41','2014-02-26 18:54:41','',185,'http://03785f6.netsolhost.com/wordpress/185-revision-v1/',0,'revision','',0),(115,1,'2014-02-03 23:42:35','2014-02-03 23:42:35',' ','','','publish','open','open','','115','','','2014-02-26 18:49:54','2014-02-26 18:49:54','',12,'http://03785f6.netsolhost.com/wordpress/?p=115',15,'nav_menu_item','',0),(116,1,'2014-02-03 23:42:35','2014-02-03 23:42:35',' ','','','publish','open','open','','116','','','2014-02-26 18:49:54','2014-02-26 18:49:54','',12,'http://03785f6.netsolhost.com/wordpress/?p=116',4,'nav_menu_item','',0),(117,1,'2014-02-03 23:42:35','2014-02-03 23:42:35',' ','','','publish','open','open','','117','','','2014-02-26 18:49:54','2014-02-26 18:49:54','',12,'http://03785f6.netsolhost.com/wordpress/?p=117',8,'nav_menu_item','',0),(366,1,'2014-02-26 18:50:33','2014-02-26 18:50:33','Proudly located in the heart of Southern California, Sean Womack and his team have been serving the coverage needs of individuals, families, and businesses in California for over a decade. With a dedication to our local community, Sean and his team have continue to become a leader for California insurance in Orange County.\r\n\r\nAs a agent for a local independent agency, Sean and his team represent a multitude of insurance companies, from companies that write insurance across the nation to companies that focus writing insurance in California. Therefore, we are able to effectively compare coverages and rates to ensure that our clients have options.\r\n\r\nWhether you are looking for a California Auto Insurance policy or California Home Insurance, Sean Womack and his team have the policy that you are looking for.\r\n\r\nContact Sean Womack today to discover your options of California insurance strategies. Call us at 714-838-0601 and receive your free California insurance quotes today!\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/SVG-Logo3.svg\"><img class=\"alignnone size-full wp-image-334\" alt=\"SVG Logo3\" src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/SVG-Logo3.svg\" /></a>','Home Page','','inherit','open','open','','8-revision-v1','','','2014-02-26 18:50:33','2014-02-26 18:50:33','',8,'http://03785f6.netsolhost.com/wordpress/8-revision-v1/',0,'revision','',0),(371,1,'2014-02-26 19:14:15','2014-02-26 19:14:15','','Umbrella','','inherit','open','open','','189-revision-v1','','','2014-02-26 19:14:15','2014-02-26 19:14:15','',189,'http://03785f6.netsolhost.com/wordpress/189-revision-v1/',0,'revision','',0),(589,1,'2014-03-07 19:43:33','2014-03-07 19:43:33','California Worker’s Compensation\n\nWorkers’ compensation coverage pays for medical care and physical rehabilitation of employees injured at work and helps to replace lost wages while they are unable to work. Additionally, this coverage protects an employer from being sued by an injured worker in most cases. \n\n{YOUR_AGENCY_NAME } can help your business find complete solutions to your unique workers compensation insurance needs. We’ll find solutions that create safer and more productive workplaces, more confident and secure workers and overall savings you\'ll see on the bottom line. \n\nCoverage for office workers using their own vehicles on company business is often needed, as well. If you have employees, it is critical that you consider this workers compensation coverage.\n\n{MAIN_STATE(S) YOU WRITE IN}- What you need to know about workers compensation insurance\n\nSome Workers Compensation coverage can include:\n\n• Innovative payment systems\n• Medical disability case managers\n• Utilization management nurses\n• Certified life care planning nurses\n• Vocational rehabilitation consultants\n• Physician consulting services\n• Legal staff\n• Contracts with medical network providers\n• Managed prescription drug program\n\nTo find out more about this product and other products and services, contact {YOUR_AGENCY_NAME} today by calling {AGENCY_PHONE_NUMBER}.\n\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Workers Compensation','','inherit','open','open','','268-autosave-v1','','','2014-03-07 19:43:33','2014-03-07 19:43:33','',268,'http://03785f6.netsolhost.com/wordpress/268-autosave-v1/',0,'revision','',0),(124,1,'2014-02-03 23:45:51','2014-02-03 23:45:51','<center>\r\n<font size=\"5\"><strong>Proudly Serving</font></strong></center>\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Tustin-City-Seal.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Tustin-City-Seal-150x150.jpg\" alt=\"Tustin City Seal\" width=\"150\" height=\"150\" class=\"aligncenter size-thumbnail wp-image-720\" /></a>\r\n\r\n<h2><strong>Tustin Auto Insurance</strong></h2>\r\n\r\n<h2><strong>Tustin Home Insurance</strong></h2>\r\n\r\n<h2><strong>Tustin Business Insurance</strong></h2>\r\n\r\nRunning a business requires a significant investment. As your trusted choice for Tustin business insurance, we know how important it is to protect that investment.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Tustin','','publish','closed','closed','','tustin','','','2014-05-15 03:50:10','2014-05-15 03:50:10','',12,'http://03785f6.netsolhost.com/wordpress/?page_id=124',0,'page','',0),(125,1,'2014-02-03 23:45:51','2014-02-03 23:45:51','','Tustin','','inherit','open','open','','124-revision-v1','','','2014-02-03 23:45:51','2014-02-03 23:45:51','',124,'http://03785f6.netsolhost.com/wordpress/124-revision-v1/',0,'revision','',0),(126,1,'2014-02-03 23:50:47','2014-02-03 23:50:47','<strong><font size=\"5\">Our Customers in the City of Villa Park, CA</font></strong>\r\n\r\nSean Womack and his team at Beissel Insurance Service are located next door in Tustin, CA--only a couple of minutes from Villa Park. For almost 40 years, Beissel Insurance Service has been providing insurance options for hundreds of individuals, families, and businesses in Orange County including those in the city of Villa Park.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Villa Park','','publish','closed','closed','','villa-park','','','2014-05-15 03:50:15','2014-05-15 03:50:15','',12,'http://03785f6.netsolhost.com/wordpress/?page_id=126',0,'page','',0),(127,1,'2014-02-03 23:50:47','2014-02-03 23:50:47','','Villa Park','','inherit','open','open','','126-revision-v1','','','2014-02-03 23:50:47','2014-02-03 23:50:47','',126,'http://03785f6.netsolhost.com/wordpress/126-revision-v1/',0,'revision','',0),(128,1,'2014-02-03 23:51:40','2014-02-03 23:51:40','<strong><font size=\"5\">Our Customers in the City of Westminster, CA</font></strong>\r\n\r\nSean Womack and his team at Beissel Insurance Service are located next door in Tustin, CA--only a couple of minutes from Westminster. For almost 40 years, Beissel Insurance Service has been providing insurance options for hundreds of individuals, families, and businesses in Orange County including those in the city of Westminster.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Westminster','','publish','closed','closed','','westminster','','','2014-05-15 03:50:21','2014-05-15 03:50:21','',12,'http://03785f6.netsolhost.com/wordpress/?page_id=128',0,'page','',0),(129,1,'2014-02-03 23:51:40','2014-02-03 23:51:40','','Westminster','','inherit','open','open','','128-revision-v1','','','2014-02-03 23:51:40','2014-02-03 23:51:40','',128,'http://03785f6.netsolhost.com/wordpress/128-revision-v1/',0,'revision','',0),(130,1,'2014-02-03 23:52:17','2014-02-03 23:52:17','<strong><font size=\"5\">Our Customers in the City of Yorba Linda, CA</font></strong>\r\n\r\nSean Womack and his team at Beissel Insurance Service are located next door in Tustin, CA--only a couple of minutes from Yorba Linda. For almost 40 years, Beissel Insurance Service has been providing insurance options for hundreds of individuals, families, and businesses in Orange County including those in the city of Yorba Linda.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Yorba Linda','','publish','closed','closed','','yorba-linda','','','2014-05-15 03:50:27','2014-05-15 03:50:27','',12,'http://03785f6.netsolhost.com/wordpress/?page_id=130',0,'page','',0),(131,1,'2014-02-03 23:52:17','2014-02-03 23:52:17','','Yorba Linda','','inherit','open','open','','130-revision-v1','','','2014-02-03 23:52:17','2014-02-03 23:52:17','',130,'http://03785f6.netsolhost.com/wordpress/130-revision-v1/',0,'revision','',0),(132,1,'2014-02-03 23:54:01','2014-02-03 23:54:01','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Surrounding Areas','','publish','closed','closed','','surrounding-areas','','','2014-05-15 03:50:01','2014-05-15 03:50:01','',12,'http://03785f6.netsolhost.com/wordpress/?page_id=132',0,'page','',0),(133,1,'2014-02-03 23:54:01','2014-02-03 23:54:01','','& Elsewhere in California','','inherit','open','open','','132-revision-v1','','','2014-02-03 23:54:01','2014-02-03 23:54:01','',132,'http://03785f6.netsolhost.com/wordpress/132-revision-v1/',0,'revision','',0),(134,1,'2014-02-03 23:54:41','2014-02-03 23:54:41',' ','','','publish','open','open','','134','','','2014-02-26 18:49:54','2014-02-26 18:49:54','',12,'http://03785f6.netsolhost.com/wordpress/?p=134',17,'nav_menu_item','',0),(135,1,'2014-02-03 23:54:41','2014-02-03 23:54:41',' ','','','publish','open','open','','135','','','2014-02-26 18:49:54','2014-02-26 18:49:54','',12,'http://03785f6.netsolhost.com/wordpress/?p=135',16,'nav_menu_item','',0),(136,1,'2014-02-03 23:54:41','2014-02-03 23:54:41',' ','','','publish','open','open','','136','','','2014-02-26 18:49:54','2014-02-26 18:49:54','',12,'http://03785f6.netsolhost.com/wordpress/?p=136',11,'nav_menu_item','',0),(137,1,'2014-02-03 23:54:41','2014-02-03 23:54:41',' ','','','publish','open','open','','137','','','2014-02-26 18:49:54','2014-02-26 18:49:54','',12,'http://03785f6.netsolhost.com/wordpress/?p=137',5,'nav_menu_item','',0),(138,1,'2014-02-03 23:54:41','2014-02-03 23:54:41',' ','','','publish','open','open','','138','','','2014-02-26 18:49:54','2014-02-26 18:49:54','',12,'http://03785f6.netsolhost.com/wordpress/?p=138',1,'nav_menu_item','',0),(367,1,'2014-02-26 18:51:00','2014-02-26 18:51:00','','Home','','inherit','open','open','','183-revision-v1','','','2014-02-26 18:51:00','2014-02-26 18:51:00','',183,'http://03785f6.netsolhost.com/wordpress/183-revision-v1/',0,'revision','',0),(141,1,'2014-02-04 16:49:47','2014-02-04 16:49:47','','Tustin Banner','','inherit','open','open','','tustin-banner','','','2014-02-04 16:49:47','2014-02-04 16:49:47','',124,'http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Tustin-Banner.jpg',0,'attachment','image/jpeg',0),(142,1,'2014-02-04 16:50:00','2014-02-04 16:50:00','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Tustin-Banner.jpg\"><img class=\"alignnone size-full wp-image-141\" alt=\"Tustin Banner\" src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Tustin-Banner.jpg\" width=\"957\" height=\"235\" /></a>','Tustin','','inherit','open','open','','124-revision-v1','','','2014-02-04 16:50:00','2014-02-04 16:50:00','',124,'http://03785f6.netsolhost.com/wordpress/124-revision-v1/',0,'revision','',0),(143,1,'2014-03-11 21:07:14','2014-03-11 21:07:14','<center>\n<font size=\"5\"><strong>Proudly Serving</font></strong>\n\n\n\n<h2><strong>Tustin Auto Insurance</strong></h2>\n\n<h2><strong>Tustin Home Insurance</strong></h2>\n\n<h2><strong>Tustin Business Insurance</strong></h2>\n\nRunning a business requires a significant investment. As your trusted choice for Tustin business insurance, we know how important it is to protect that investment.\n\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Tustin','','inherit','open','open','','124-autosave-v1','','','2014-03-11 21:07:14','2014-03-11 21:07:14','',124,'http://03785f6.netsolhost.com/wordpress/124-autosave-v1/',0,'revision','',0),(144,1,'2014-02-04 16:51:56','2014-02-04 16:51:56','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Tustin-Banner.jpg\"><img class=\"alignnone size-full wp-image-141\" alt=\"Tustin Banner\" src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Tustin-Banner.jpg\" width=\"957\" height=\"235\" /></a>\r\n\r\n<strong>Tustin Auto Insurance</strong>\r\n\r\n<strong>Tustin Home Insurance</strong>\r\n\r\n<strong>Tustin Business Insurance</strong>','Tustin','','inherit','open','open','','124-revision-v1','','','2014-02-04 16:51:56','2014-02-04 16:51:56','',124,'http://03785f6.netsolhost.com/wordpress/124-revision-v1/',0,'revision','',0),(145,1,'2014-02-04 16:52:38','2014-02-04 16:52:38','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Tustin-Banner.jpg\"><img class=\"alignnone size-full wp-image-141\" alt=\"Tustin Banner\" src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Tustin-Banner.jpg\" width=\"957\" height=\"235\" /></a>\r\n<h2><strong>Tustin Auto Insurance</strong></h2>\r\n<h2><strong>Tustin Home Insurance</strong></h2>\r\n<h2><strong>Tustin Business Insurance</strong></h2>','Tustin','','inherit','open','open','','124-revision-v1','','','2014-02-04 16:52:38','2014-02-04 16:52:38','',124,'http://03785f6.netsolhost.com/wordpress/124-revision-v1/',0,'revision','',0),(720,1,'2014-03-11 21:07:47','2014-03-11 21:07:47','','Tustin City Seal','','inherit','open','open','','tustin-city-seal','','','2014-03-11 21:07:47','2014-03-11 21:07:47','',124,'http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Tustin-City-Seal.jpg',0,'attachment','image/jpeg',0),(146,1,'2014-02-04 19:57:02','2014-02-04 19:57:02','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Tustin-Banner.jpg\"><img class=\"alignnone size-full wp-image-141\" alt=\"Tustin Banner\" src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Tustin-Banner.jpg\" width=\"957\" height=\"235\" /></a>\r\n<h2><strong>Tustin Auto Insurance</strong></h2>\r\n \r\n<h2><strong>Tustin Home Insurance</strong></h2>\r\n<h2><strong>Tustin Business Insurance</strong></h2>\r\nRunning a business requires a significant investment. As your trusted choice for Tustin business insurance, we know how important it is to protect that investment.','Tustin','','inherit','open','open','','124-revision-v1','','','2014-02-04 19:57:02','2014-02-04 19:57:02','',124,'http://03785f6.netsolhost.com/wordpress/124-revision-v1/',0,'revision','',0),(147,1,'2014-02-04 20:34:34','2014-02-04 20:34:34','<font size=\"5\"><strong>California Auto Insurance</strong></font>\r\n\r\nThe right auto insurance policy can help you get back\r\n\r\nCalifornia, like most states, requires drivers to have auto liability insurance before they can drive a car. Liability insurance pays the other driver’s medical, car repair, and other costs when the insured is at fault in an auto accident.\r\n\r\nMost California auto insurance policies are six months. However, if you have a clean driving record, it may make more sense to obtain an annual auto insurance policy to lock in your rates for a whole year.\r\n\r\nThe basic California auto insurance policy is comprised of the following two coverages:\r\n\r\n<strong>1. Bodily Injury Liability: </strong>This coverage applies to injuries that the insured caused to someone else.\r\n\r\n<strong>2. Property Damage Liability:</strong> This coverage pays for damage that the insured may cause to someone else’s property.\r\n\r\nThe following list contains just a few of the coverages that can be added to a CA auto insurance policy for an additional premium:\r\n\r\n<strong>• Uninsured Motorist Coverage: </strong>This coverage will reimburse the insured damages caused by the operator of an uninsured motor vehicle.\r\n\r\n<strong>• Medical Payments: </strong>This coverage pays for the treatment of injuries to the insured and passengers of the insured’s vehicle.\r\n\r\n<strong>• Comprehensive:</strong> This coverage will repair the covered automobile up to the market value of the vehicle for loss caused by theft or loss caused by direct and accidental non-collision damage. Comprehensive coverage is usually sold with a deductible. The policyholder may opt for a higher deductible as a way to lower their premium. However, cracked or shattered windshields are generally considered a comprehensive loss. Therefore, many individuals choose to have a lower deductible for comprehensive coverage and opt for a higher collision deductible.\r\n\r\n<strong>• Collision: </strong>This coverage will repair the covered automobile up to the market value of the vehicle for loss caused by collision damage. Collision coverage is usually sold with a deductible. Since the higher the deductible, the lower the premium—many policyholders choose to insure their vehicle with higher deductibles to save money. Plus, if the policyholder was not at fault in the accident, the insurance company may be able to recover the deductible from the other party’s insurance company.\r\n\r\n<strong>• Rental Car Benefit:</strong> This coverage will pay the expense incurred for a rental car for a limited period of time if the policy vehicle is covered for a comprehensive or collision loss.\r\n\r\n<strong>• Roadside Assistance:</strong> Provides towing and other towing related services, such as, changing a flat tire or a battery jump-start, for all automobiles listed on the policy with this coverage.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Auto','','publish','closed','closed','','california-auto','','','2014-05-15 03:55:06','2014-05-15 03:55:06','',46,'http://03785f6.netsolhost.com/wordpress/?page_id=147',0,'page','',0),(149,1,'2014-02-04 20:34:41','2014-02-04 20:34:41','<!--[if gte mso 9]><xml>\r\n<w:WordDocument>\r\n<w:View>Normal</w:View>\r\n<w:Zoom>0</w:Zoom>\r\n<w:TrackMoves/>\r\n<w:TrackFormatting/>\r\n<w:PunctuationKerning/>\r\n<w:ValidateAgainstSchemas/>\r\n<w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n<w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n<w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n<w:DoNotPromoteQF/>\r\n<w:LidThemeOther>EN-US</w:LidThemeOther>\r\n<w:LidThemeAsian>X-NONE</w:LidThemeAsian>\r\n<w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n<w:Compatibility>\r\n<w:BreakWrappedTables/>\r\n<w:SnapToGridInCell/>\r\n<w:WrapTextWithPunct/>\r\n<w:UseAsianBreakRules/>\r\n<w:DontGrowAutofit/>\r\n<w:SplitPgBreakAndParaMark/>\r\n<w:DontVertAlignCellWithSp/>\r\n<w:DontBreakConstrainedForcedTables/>\r\n<w:DontVertAlignInTxbx/>\r\n<w:Word11KerningPairs/>\r\n<w:CachedColBalance/>\r\n</w:Compatibility>\r\n<w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>\r\n<m:mathPr>\r\n<m:mathFont m:val=\"Cambria Math\"/>\r\n<m:brkBin m:val=\"before\"/>\r\n<m:brkBinSub m:val=\"--\"/>\r\n<m:smallFrac m:val=\"off\"/>\r\n<m:dispDef/>\r\n<m:lMargin m:val=\"0\"/>\r\n<m:rMargin m:val=\"0\"/>\r\n<m:defJc m:val=\"centerGroup\"/>\r\n<m:wrapIndent m:val=\"1440\"/>\r\n<m:intLim m:val=\"subSup\"/>\r\n<m:naryLim m:val=\"undOvr\"/>\r\n</m:mathPr></w:WordDocument>\r\n</xml><![endif]-->\r\n\r\n ','Auto Insurance','','inherit','open','open','','147-revision-v1','','','2014-02-04 20:34:41','2014-02-04 20:34:41','',147,'http://03785f6.netsolhost.com/wordpress/147-revision-v1/',0,'revision','',0),(148,1,'2014-02-04 20:34:34','2014-02-04 20:34:34','<!--[if gte mso 9]><xml>\r\n <w:WordDocument>\r\n <w:View>Normal</w:View>\r\n <w:Zoom>0</w:Zoom>\r\n <w:TrackMoves/>\r\n <w:TrackFormatting/>\r\n <w:PunctuationKerning/>\r\n <w:ValidateAgainstSchemas/>\r\n <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n <w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n <w:DoNotPromoteQF/>\r\n <w:LidThemeOther>EN-US</w:LidThemeOther>\r\n <w:LidThemeAsian>X-NONE</w:LidThemeAsian>\r\n <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n <w:Compatibility>\r\n <w:BreakWrappedTables/>\r\n <w:SnapToGridInCell/>\r\n <w:WrapTextWithPunct/>\r\n <w:UseAsianBreakRules/>\r\n <w:DontGrowAutofit/>\r\n <w:SplitPgBreakAndParaMark/>\r\n <w:DontVertAlignCellWithSp/>\r\n <w:DontBreakConstrainedForcedTables/>\r\n <w:DontVertAlignInTxbx/>\r\n <w:Word11KerningPairs/>\r\n <w:CachedColBalance/>\r\n </w:Compatibility>\r\n <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>\r\n <m:mathPr>\r\n <m:mathFont m:val=\"Cambria Math\"/>\r\n <m:brkBin m:val=\"before\"/>\r\n <m:brkBinSub m:val=\"--\"/>\r\n <m:smallFrac m:val=\"off\"/>\r\n <m:dispDef/>\r\n <m:lMargin m:val=\"0\"/>\r\n <m:rMargin m:val=\"0\"/>\r\n <m:defJc m:val=\"centerGroup\"/>\r\n <m:wrapIndent m:val=\"1440\"/>\r\n <m:intLim m:val=\"subSup\"/>\r\n <m:naryLim m:val=\"undOvr\"/>\r\n </m:mathPr></w:WordDocument>\r\n</xml><![endif]-->\r\n\r\n ','Auto Insurance','','inherit','open','open','','147-revision-v1','','','2014-02-04 20:34:34','2014-02-04 20:34:34','',147,'http://03785f6.netsolhost.com/wordpress/147-revision-v1/',0,'revision','',0),(150,1,'2014-02-04 20:35:14','2014-02-04 20:35:14',' ','','','publish','open','open','','150','','','2014-05-15 19:21:08','2014-05-15 19:21:08','',46,'http://03785f6.netsolhost.com/wordpress/?p=150',3,'nav_menu_item','',0),(154,1,'2014-02-04 23:16:11','2014-02-04 23:16:11','<strong>California Auto Insurance</strong>\r\n\r\nCalifornia, like most states, requires drivers to have auto liability insurance before they can drive a car. Liability insurance pays the other driver’s medical, car repair, and other costs when the insured is at fault in an auto accident.\r\n\r\nMost California auto insurance policies are six months. However, if you have a clean driving record, it may make more sense to obtain an annual auto insurance policy to lock in your rates for a whole year.\r\n\r\nThe basic California auto insurance policy is comprised of the following two coverages:\r\n\r\n<strong>1. Bodily Injury Liability: </strong>This coverage applies to injuries that the insured caused to someone else.\r\n\r\n<strong>2. Property Damage Liability:</strong> This coverage pays for damage that the insured may cause to someone else’s property.\r\n\r\nThe following list contains just a few of the coverages that can be added to a CA auto insurance policy for an additional premium:\r\n\r\n<strong>• Uninsured Motorist Coverage: </strong>This coverage will reimburse the insured damages caused by the operator of an uninsured motor vehicle.\r\n\r\n<strong>• Medical Payments: </strong>This coverage pays for the treatment of injuries to the insured and passengers of the insured’s vehicle.\r\n\r\n<strong>• Comprehensive:</strong> This coverage will repair the covered automobile up to the market value of the vehicle for loss caused by theft or loss caused by direct and accidental non-collision damage. Comprehensive coverage is usually sold with a deductible. The policyholder may opt for a higher deductible as a way to lower their premium. However, cracked or shattered windshields are generally considered a comprehensive loss. Therefore, many individuals choose to have a lower deductible for comprehensive coverage and opt for a higher collision deductible.\r\n\r\n<strong>• Collision: </strong>This coverage will repair the covered automobile up to the market value of the vehicle for loss caused by collision damage. Collision coverage is usually sold with a deductible. Since the higher the deductible, the lower the premium—many policyholders choose to insure their vehicle with higher deductibles to save money. Plus, if the policyholder was not at fault in the accident, the insurance company may be able to recover the deductible from the other party’s insurance company.\r\n\r\n<strong>• Rental Car Benefit:</strong> This coverage will pay the expense incurred for a rental car for a limited period of time if the policy vehicle is covered for a comprehensive or collision loss.\r\n\r\n<strong>• Roadside Assistance:</strong> Provides towing and other towing related services, such as, changing a flat tire or a battery jump-start, for all automobiles listed on the policy with this coverage.\r\n\r\n<!--[if gte mso 9]><xml>\r\n<w:WordDocument>\r\n<w:View>Normal</w:View>\r\n<w:Zoom>0</w:Zoom>\r\n<w:TrackMoves/>\r\n<w:TrackFormatting/>\r\n<w:PunctuationKerning/>\r\n<w:ValidateAgainstSchemas/>\r\n<w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n<w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n<w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n<w:DoNotPromoteQF/>\r\n<w:LidThemeOther>EN-US</w:LidThemeOther>\r\n<w:LidThemeAsian>X-NONE</w:LidThemeAsian>\r\n<w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n<w:Compatibility>\r\n<w:BreakWrappedTables/>\r\n<w:SnapToGridInCell/>\r\n<w:WrapTextWithPunct/>\r\n<w:UseAsianBreakRules/>\r\n<w:DontGrowAutofit/>\r\n<w:SplitPgBreakAndParaMark/>\r\n<w:DontVertAlignCellWithSp/>\r\n<w:DontBreakConstrainedForcedTables/>\r\n<w:DontVertAlignInTxbx/>\r\n<w:Word11KerningPairs/>\r\n<w:CachedColBalance/>\r\n</w:Compatibility>\r\n<w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>\r\n<m:mathPr>\r\n<m:mathFont m:val=\"Cambria Math\"/>\r\n<m:brkBin m:val=\"before\"/>\r\n<m:brkBinSub m:val=\"--\"/>\r\n<m:smallFrac m:val=\"off\"/>\r\n<m:dispDef/>\r\n<m:lMargin m:val=\"0\"/>\r\n<m:rMargin m:val=\"0\"/>\r\n<m:defJc m:val=\"centerGroup\"/>\r\n<m:wrapIndent m:val=\"1440\"/>\r\n<m:intLim m:val=\"subSup\"/>\r\n<m:naryLim m:val=\"undOvr\"/>\r\n</m:mathPr></w:WordDocument>\r\n</xml><![endif]-->','Auto Insurance','','inherit','open','open','','147-revision-v1','','','2014-02-04 23:16:11','2014-02-04 23:16:11','',147,'http://03785f6.netsolhost.com/wordpress/147-revision-v1/',0,'revision','',0),(158,1,'2014-02-05 18:57:08','2014-02-05 18:57:08','','Auto Insurance Basics','','inherit','open','open','','157-revision-v1','','','2014-02-05 18:57:08','2014-02-05 18:57:08','',157,'http://03785f6.netsolhost.com/wordpress/157-revision-v1/',0,'revision','',0),(159,1,'2014-02-05 18:57:51','2014-02-05 18:57:51',' ','','','publish','open','open','','159','','','2014-05-15 19:21:09','2014-05-15 19:21:09','',0,'http://03785f6.netsolhost.com/wordpress/?p=159',42,'nav_menu_item','',0),(160,1,'2014-02-05 18:57:51','2014-02-05 18:57:51',' ','','','publish','open','open','','160','','','2014-05-15 19:21:09','2014-05-15 19:21:09','',155,'http://03785f6.netsolhost.com/wordpress/?p=160',43,'nav_menu_item','',0),(161,1,'2014-02-06 05:49:13','2014-02-06 05:49:13','<font size=\"4\"><u>REQUEST A QUICK QUOTE</u></font></p>\r\n<font size=\"2\">First Name*\r\n[text* first-name]\r\nLast Name*\r\n[text* last-name] \r\nYour Email*\r\n[email* your-email] \r\nPhone Number*\r\n[text* tel-475]\r\n[acceptance acceptance-433 default:on] Please Send Me More Info\r\n[submit \"Get Quote\"]\r\n</font>\nYou Have A Personal Auto Insurance Quote Request\n[first-name] [last-name] <[your-email]>\nFrom: [first-name] [last-name] <[your-email]>\r\nSubject: You have an insurance quote request from www.seanwomack.com\r\n\r\nMessage Body:\r\n\r\nPhone Number:\r\n[tel-475]\r\n\r\nThis e-mail was sent from a contact form on Sean Womack (http://03785f6.netsolhost.com/wordpress)\nsean@seanwomack.com\n\n\n\n\n[your-subject]\n[your-name] <[your-email]>\nMessage Body:\r\n[your-message]\r\n\r\n--\r\nThis e-mail was sent from a contact form on Sean Womack (http://03785f6.netsolhost.com/wordpress)\n[your-email]\n\n\n\nYour message was sent successfully. Thanks.\nFailed to send your message. Please try later or contact the administrator by another method.\nValidation errors occurred. Please confirm the fields and submit it again.\nFailed to send your message. Please try later or contact the administrator by another method.\nPlease accept the terms to proceed.\nPlease fill the required field.\nYour entered code is incorrect.\nNumber format seems invalid.\nThis number is too small.\nThis number is too large.\nEmail address seems invalid.\nURL seems invalid.\nTelephone number seems invalid.\nYour answer is not correct.\nDate format seems invalid.\nThis date is too early.\nThis date is too late.\nFailed to upload file.\nThis file type is not allowed.\nThis file is too large.\nFailed to upload file. Error occurred.','Sidebar Quote Form','','publish','open','open','','contact-form-1','','','2014-03-08 20:54:37','2014-03-08 20:54:37','',0,'http://03785f6.netsolhost.com/wordpress/?post_type=wpcf7_contact_form&p=161',0,'wpcf7_contact_form','',0),(162,1,'2014-02-07 00:22:37','2014-02-07 00:22:37','<strong><font size=\"5\">Free Insurance Quotes</font>\r\n\r\nRequest Your Free Insurance Quote</strong>\r\n\r\nWhat makes a quote from Sean Womack better? Options.\r\n\r\nSean Womack is an independent insurance agent – meaning we do business with multiple insurance companies and compare protection and prices to find the best value for you. We know our local market - for our neighbors in California, we can help you quickly and easily find the best value in insurance protection.\r\n\r\nPlease take a moment and fill out the form below – nothing is required, share only what you like. Our team will contact you immediately to help you find the right insurance at the right price.\r\n\r\n[contact-form-7 id=\"603\" title=\"Full Quote Request Form\"]','Request a Quote','','publish','closed','closed','','online-quick-quote','','','2014-03-07 23:22:54','2014-03-07 23:22:54','',0,'http://03785f6.netsolhost.com/wordpress/?page_id=162',0,'page','',0),(163,1,'2014-02-07 00:22:37','2014-02-07 00:22:37','','Online Quick Quote','','inherit','open','open','','162-revision-v1','','','2014-02-07 00:22:37','2014-02-07 00:22:37','',162,'http://03785f6.netsolhost.com/wordpress/162-revision-v1/',0,'revision','',0),(164,1,'2014-02-07 00:30:03','2014-02-07 00:30:03','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Newsletter Sign Up','','publish','closed','closed','','newsletter-sign-up','','','2014-05-15 04:06:31','2014-05-15 04:06:31','',0,'http://03785f6.netsolhost.com/wordpress/?page_id=164',0,'page','',0),(165,1,'2014-02-07 00:30:03','2014-02-07 00:30:03','','Newsletter Sign Up','','inherit','open','open','','164-revision-v1','','','2014-02-07 00:30:03','2014-02-07 00:30:03','',164,'http://03785f6.netsolhost.com/wordpress/164-revision-v1/',0,'revision','',0),(166,1,'2014-02-07 23:38:44','2014-02-07 23:38:44','','Sign Up For Our Newsletter','','publish','closed','closed','','166','','','2014-02-07 23:50:45','2014-02-07 23:50:45','',0,'http://03785f6.netsolhost.com/wordpress/?post_type=action-box&p=166',0,'action-box','',0),(260,1,'2014-02-19 20:48:44','2014-02-19 20:48:44',' ','','','publish','open','open','','260','','','2014-05-15 19:21:09','2014-05-15 19:21:09','',50,'http://03785f6.netsolhost.com/wordpress/?p=260',33,'nav_menu_item','',0),(170,1,'2014-02-19 18:16:04','2014-02-19 18:16:04','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Blog','','publish','closed','closed','','blog','','','2014-05-15 03:42:18','2014-05-15 03:42:18','',42,'http://03785f6.netsolhost.com/wordpress/?page_id=170',0,'page','',0),(171,1,'2014-02-19 18:16:04','2014-02-19 18:16:04','','Blog','','inherit','open','open','','170-revision-v1','','','2014-02-19 18:16:04','2014-02-19 18:16:04','',170,'http://03785f6.netsolhost.com/wordpress/170-revision-v1/',0,'revision','',0),(173,1,'2014-02-19 18:27:11','2014-02-19 18:27:11','<font size=\"5\"><strong>Contact Us</font>\r\n\r\nSean Womack\r\nBeissel Insurance Service, Inc.</strong>\r\n13732 Newport Avenue\r\nSuite #5 (2nd Floor)\r\nTustin, CA 92780\r\n\r\n<strong>Phone Number:</strong>\r\nMobile: 949-940-6934\r\n\r\n<strong>Office Hours:</strong>\r\nMonday - Friday: 8 AM - 5 PM\r\nSaturday & Sunday: Closed\r\n\r\n<div class=\"google-maps\">\r\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d6635.524692055259!2d-117.818881!3d33.740961!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xc1d6bb2280b03a8e!2sSean+Womack!5e0!3m2!1sen!2sus!4v1398317389389\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\"></iframe>\r\n</div>\r\n</p>\r\n\r\n<strong><u>Directions</strong></u>\r\n\r\n<strong>From I-5 Northbound</strong>\r\n\r\n1. Follow I-5 North and take the Red Hill Ave exit \r\n2. Turn right onto Red Hill Ave\r\n3. Take the 1st left onto El Camino Real\r\n4. Turn right onto Newport Ave\r\n\r\nOur office is on the right after you pass San Juan St\r\n\r\n<strong>From I-5 Southbound</strong>\r\n\r\n1. Follow I-5 South and take the Newport Ave exit\r\n2. Turn left onto Newport Ave\r\n\r\nOur office is on the right after you pass San Juan St\r\n\r\n<strong>From I-55 Northbound</strong>\r\n\r\n1. Follow I-55 North and take the McFadden Ave exit\r\n2. Merge onto Sycamore Ave\r\n3. Turn left onto Newport Ave\r\n\r\nOur office is on the right after you pass San Juan St\r\n\r\n<strong>From I-55 Southbound</strong>\r\n\r\n1. Follow I-55 South and take the ramp onto I-5 South\r\n2. Keep right at the fork, follow signs for Newport Avenue\r\n3. Turn left onto Newport Ave\r\n\r\nOur office is on the right after you pass San Juan St\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Contact Us','','publish','closed','closed','','contact-sean','','','2014-05-15 03:50:39','2014-05-15 03:50:39','',0,'http://03785f6.netsolhost.com/wordpress/?page_id=173',0,'page','',0),(174,1,'2014-02-19 18:27:11','2014-02-19 18:27:11','','Contact Sean','','inherit','open','open','','173-revision-v1','','','2014-02-19 18:27:11','2014-02-19 18:27:11','',173,'http://03785f6.netsolhost.com/wordpress/173-revision-v1/',0,'revision','',0),(175,1,'2014-02-19 18:27:57','2014-02-19 18:27:57',' ','','','publish','open','open','','175','','','2014-05-15 19:21:09','2014-05-15 19:21:09','',0,'http://03785f6.netsolhost.com/wordpress/?p=175',64,'nav_menu_item','',0),(179,1,'2014-02-19 18:31:06','2014-02-19 18:31:06','','Get A Quote','','inherit','open','open','','162-revision-v1','','','2014-02-19 18:31:06','2014-02-19 18:31:06','',162,'http://03785f6.netsolhost.com/wordpress/162-revision-v1/',0,'revision','',0),(180,1,'2014-02-19 18:32:11','2014-02-19 18:32:11',' ','','','publish','open','open','','180','','','2014-05-15 19:21:09','2014-05-15 19:21:09','',0,'http://03785f6.netsolhost.com/wordpress/?p=180',40,'nav_menu_item','',0),(181,1,'2014-02-19 18:33:38','2014-02-19 18:33:38',' ','','','publish','open','open','','181','','','2014-05-15 19:21:09','2014-05-15 19:21:09','',0,'http://03785f6.netsolhost.com/wordpress/?p=181',25,'nav_menu_item','',0),(183,1,'2014-02-19 18:39:34','2014-02-19 18:39:34','<strong><font size=\"5\">California Home Insurance</strong></font>\r\n\r\nYour home is the center of your daily life, and likely your most valuable asset. When your home is damaged or destroyed, you need your claim settled by an insurance company that understands this simple fact. Sean Womack can help you find the homeowner’s insurance that will best meet your needs and provide the most valuable combination of tailored coverage, quality service and fair pricing.\r\n\r\n<strong>Insurance for All Kinds of Homes</strong>\r\n\r\nDepending on where you live – a house, apartment, or condominium – the right home insurance policy can provide you peace of mind as well as the money you need to repair or replace your home and/or belongings. Contact us for more information today!\r\n\r\n<strong>California – What you need to know about homeowners insurance</strong>\r\n\r\nWhether you own or rent, insuring the place you call home can help protect you financially if you suffer a loss due to fire, theft, vandalism, or other covered events. It will also cover you in the event someone is injured while on your property and wins a legal judgment against you.\r\n\r\nHomeowners policies differ by which losses are covered, which coverages you choose, and what type of residence you own. You choose which policy is best for you, whether it’s a comprehensive policy that cover losses such as fire, hail, smoke, falling objects, vandalism and theft of personal property, or whether it’s a policy that covers only specified losses.\r\n\r\nSean Womack is here to help you find the right insurance for your home. Whether you’re a home or condo owner, a renter, or a landlord, Sean will work with you to find a home insurance policy that fits your needs. We specialize in making it easy to choose the insurance coverage that gives you the best value for the best price.\r\n\r\nYour home insurance policy is most often made up of the specific options you choose, so how much you\'ll pay for your policy depends on:\r\n\r\n<strong>• What you select.</strong> Oftentimes homeowners insurance options are priced individually, so how much you\'ll pay for your policy depends on what coverages you buy. \r\n\r\n<strong>• How much you want to cover.</strong> Higher deductibles usually lower your premium price by shifting part of the loss payment to you. For example, if you had a $500 deductible, you would be responsible for paying the first $500 of the covered loss. \r\n\r\n<strong>• Where you set your limits.</strong> You may choose to set higher limits than the recommended amount if appropriate to your situation and needs.\r\n\r\n<i> o Worried you aren’t completely covered? Consider an umbrella insurance policy that extends your coverage.</i>\r\n\r\n\r\n<strong>The Right Coverage. The Right Price. The Right Value</strong>\r\n\r\nThe amount you pay for your homeowners insurance depends on many factors. Think of your personal housing situation, and the assets you want to protect.\r\n\r\n<strong>Protection for Your Home</strong>\r\n\r\nProperty or Dwelling Coverage typically pays to repair or rebuild your home if it’s damaged or destroyed by an insured event like a kitchen fire or windstorm.\r\n\r\n<strong>Protection for You and Other People</strong>\r\n\r\nPersonal Liability Coverage applies if someone is injured or their property is damaged and you are to blame. The coverage generally applies anywhere in the world. \r\n\r\n • When choosing your liability coverage limits, consider things like how much money you make and the assets you own. Your personal liability coverage should be high enough to protect your assets if you are sued.\r\n\r\n<strong>Medical Coverage</strong>\r\n\r\nThis covers medical expenses for guests if they are injured on your property, and in certain cases covers people who are injured off of your property. It does not cover health care costs for you or other members of your household.\r\n\r\n<strong>Additional Living Expenses</strong>\r\n\r\nIf you can’t live in your home because of a covered loss, your home insurance policy will pay additional living expenses—commonly for up to 24 months—while damage is assessed and your home is repaired or rebuilt.\r\n\r\n<strong>Protection for Your Belongings</strong>\r\n\r\nYour home is filled with furniture, clothes, electronics and other items that mean a lot to you. Personal Property Insurance helps replace these items if they are lost, stolen or destroyed as a result of a covered loss.\r\n\r\n<strong>Scheduled Personal Property Coverage</strong>\r\n\r\nIf you have special possessions such as jewelry, art, antiques or collectibles you may want to talk to your agent about this additional coverage. It provides broader coverage for specific items.\r\n\r\n<strong>If You Rent Out Your Home</strong>\r\n\r\nLandlords may have the option to buy optional liability coverage for the risks posed by tenant-occupied dwellings. Visit our Landlord Protection Insurance page for more information.\r\n\r\n<strong>Protect the Things that Matter to You</strong>\r\n\r\nMake an inventory of your home and personal belongings. If possible, make a list as well as take photos or video – using two inventory methods can help expedite the claim resolution process. Keep this list somewhere other than your home. Keep in mind that your policy doesn\'t cover damages caused by poor or deferred maintenance on your part.\r\n\r\nEvery home is unique – talk to us today to find out how to get the best price and value on homeowners insurance for you.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Homeowners','','publish','closed','closed','','california-home','','','2014-05-15 03:57:04','2014-05-15 03:57:04','',46,'http://03785f6.netsolhost.com/wordpress/?page_id=183',0,'page','',0),(184,1,'2014-02-19 18:39:34','2014-02-19 18:39:34','','Home Insurance','','inherit','open','open','','183-revision-v1','','','2014-02-19 18:39:34','2014-02-19 18:39:34','',183,'http://03785f6.netsolhost.com/wordpress/183-revision-v1/',0,'revision','',0),(185,1,'2014-02-19 18:40:04','2014-02-19 18:40:04','<strong><font size=\"5\">California Condo Insurance</font></strong>\r\n\r\nCondominium insurance is unique. Your condo insurance policy covers your personal property and liability, as well as any additions, alterations and improvements you make to your unit that are your responsibility based on the condo association agreement. \r\n\r\nOptional loss assessment coverage is also available to protect you against certain assessments that may be levied by the association. You would be compensated for additional living expenses incurred should you need to vacate your condo after a covered loss. Let Sean Womack help you find the right amount of coverage to suit your insurance needs. Call us today at 949-940-6934. \r\n\r\n<strong>California – What you need to know about condo insurance</strong>\r\n\r\nCondo insurance provides coverage for your personal property and much more. For a few more dollars, you can elect to carry Full Value Personal Property which ensures that you are reimbursed full replacement value without regard for depreciation after a covered loss. \r\n\r\nIf you have upgraded cabinets or put in hardwood floors, condo building item coverage protects these investments. Be sure to consult your HOA agreement to determine what the Association policy covers and what you are responsible for. If common areas are damaged, your condo association may levy assessments against all the owners to pay the deductible on their association policy.\r\n \r\nVarious limits of loss assessment coverage are available. Be sure to consult the HOA agreement to determine the potential for such assessments. Sean Womack can help you determine your coverage needs to make sure you’re properly covered. Call us at 949-949-6934 or online at sean@seanwomack.com.\r\n \r\n<strong>Protect yourself and your guests</strong>\r\n\r\nYour condo insurance policy protects you and your family members against bodily injury and property damage liability claims and any litigation that may result subject to the limits you select. In addition, you can select medical payments coverage which will pay for medical expenses incurred by a visitor who is injured at your residence regardless of fault. Various limits are available. \r\n\r\n<strong>Extra coverage doesn’t have to cost a lot</strong>\r\n\r\nMany people supplement their condo insurance coverage with personal umbrella liability insurance for broader protection. If you have special valuable items such as jewelry, art, antiques or collectibles, ask about our Valuable Articles option which provides broader coverage and no deductible in the event of a covered loss.\r\n\r\n<strong>Find unique insurance that is right for your condo</strong>\r\n\r\nContact Sean Womack to identify the best combination of coverage, value, and price for you. We can help make sure your condo insurance continually meets your needs. Call us at 949-940-6934 or online at sean@seanwomack.com. \r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Condo','','publish','closed','closed','','condo','','','2014-05-15 03:55:42','2014-05-15 03:55:42','',46,'http://03785f6.netsolhost.com/wordpress/?page_id=185',0,'page','',0),(186,1,'2014-02-19 18:40:04','2014-02-19 18:40:04','','Condo Insurance','','inherit','open','open','','185-revision-v1','','','2014-02-19 18:40:04','2014-02-19 18:40:04','',185,'http://03785f6.netsolhost.com/wordpress/185-revision-v1/',0,'revision','',0),(187,1,'2014-02-19 18:40:30','2014-02-19 18:40:30','<font size=\"5\"><strong>California Renters Insurance</font></strong>\r\n\r\n<strong>Your possessions are worth a lot to you, so you will want to have the right coverage to protect them.</strong>\r\n\r\nRenters insurance can give you the protection you need at a price you can afford. To give you the maximum in flexibility and affordability, Sean Womack and his team are able to provide solid, basic coverage that allows you to add more options if you need them.\r\n\r\n<strong>The essentials in quality protection</strong>\r\n\r\nMost renters insurance policies cover:\r\n* furniture\r\n* clothing\r\n* appliances\r\n* many other personal belongings\r\n* some of the improvements you\'ve made to the rental unit\r\n* covered items you take while traveling\r\n* additional living expenses if you have to move out during repairs\r\n\r\nPersonal liability coverage provides protection if someone is accidentally injured while in your home, or their property is damaged and the damage is caused by:\r\n* you\r\n* your children\r\n* your pets (additional pet liability endorsement may be required)\r\n* your personal activities, including most sports\r\n\r\nA renters insurance policy may also cover you:\r\n* for cost associated with defending you in a lawsuit related to an injury or property damage\r\n* if you are held legally responsible for fire damage to your apartment, the the building you live, or vacation property you rent\r\n* if your credit cards, ATM cards, or checks are stolen or used without your permission\r\n\r\n<strong>The extra protection that\'s right for you</strong>\r\n\r\nWhile the basic renters insurance may be appropriate for most people who live in rental units, your situation may call for optional coverages for complete protection. Some optional coverages include:\r\n\r\n<strong><i>Personal Articles Coverage</i></strong> protects specific high-value items that are normally limited under a basic renters insurance policy, such as, jewelry, silverware, fine arts, furs, cameras, guns, musical instruments, stamp and coin collections, personal computers, and similar property.\r\n\r\n<strong><i>Contents Replacement Cost</i></strong> allows you to repair or replace most personal property in your apartment with no deduction for depreciation.\r\n\r\n<strong>Prices and discounts to save you money</strong>\r\n\r\nRenters insurance is competitively priced and to make even more affordable, many insurance companies offer ways to reduce the cost of your insurance with a wide range of discounts if your home is equipped with:\r\n* anti-theft devices\r\n* smoke detectors\r\n* fire alarms\r\n* deadbolt locks\r\n* sprinkler system\r\n* fire extinguishers\r\n\r\n<strong><i>Little savings add up, too.</strong></i> By using Electronic Funds Transfer, you can save time and avoid the cost of postage for mailing your insurance premium. Ask your agent to sign you up for Electronic Funds Transfer when you apply for your renters insurance coverage.\r\n\r\n<strong>Highly personal services are built in to save you time</strong>\r\n\r\nWe do our best to think about ways to make your life easier-so you don\'t have to.\r\n\r\nIf there\'s a covered loss or damage involving you, your family, or your possessions, the insurance companies we represent have the responsive people, resources, and services to handle matter for you, quickly, and professionally.\r\n\r\n<strong>The best claims service you\'ll find anywhere</strong>\r\n\r\nYou can report your claim anytime, day or night. You can call the insurance company\'s toll-free Claim Hotline where their customer care representatives are available 24-hours-a-day, 7 days-a-week. For your convenience many insurance companies have Claims Service Centers located in cities and towns across the county. So if your property is damaged, your claim will be handled promptly, fairly and without hassles.\r\n\r\n<strong>Your agent is working for you</strong>\r\n\r\nBy choosing Sean Womack and his team, you have someone working for you: an independent agent who believes that your satisfaction with your insurance is of the utmost importance. So whatever your insurance needs, please don\'t hesitate to call Sean. Talk to him today about renters insurance coverage.\r\n\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Renters','','publish','closed','closed','','renters','','','2014-05-15 04:01:40','2014-05-15 04:01:40','',46,'http://03785f6.netsolhost.com/wordpress/?page_id=187',0,'page','',0),(188,1,'2014-02-19 18:40:30','2014-02-19 18:40:30','','Renters Insurance','','inherit','open','open','','187-revision-v1','','','2014-02-19 18:40:30','2014-02-19 18:40:30','',187,'http://03785f6.netsolhost.com/wordpress/187-revision-v1/',0,'revision','',0),(189,1,'2014-02-19 18:40:56','2014-02-19 18:40:56','<strong><font size=\"5\">California Personal Umbrella Insurance</font></strong>\r\n\r\n<i>What would happen to you or to your family if you or any one in your family is suddenly hit with a million dollar legal claim?</i>\r\n\r\nMillion dollar claims are no longer the exception. This is especially true for people in higher income brackets.\r\n\r\nAnd we know \"middle class\" doesn\'t exist any more. If you add up the total value of your home, cars, savings, and investments, those cumulative assets can make you or anybody a target of a major law suit.\r\n\r\n<strong>There are so many \"maybe\'s\"</strong>\r\n\r\nWhat would happen if...\r\n\r\n • A neighbor was injured in your swimming pool?\r\n • A passerby tripped and broke her leg on your property?\r\n • Your dog\'s bite is worse than his bark?\r\n • You were in a car accident and were sued for $1 million?\r\n\r\nAny one of these could result in an expensive law suit and excessively high judgments.\r\n\r\nAnd be aware, your automobile and home owners insurance limits are not enough to cover an unexpected or a catastrophic loss.\r\n\r\nPersonal Umbrella policies are the answer.\r\n\r\nThey offer you affordable coverage from $1,000,000 up to $10,000,000 (and higher if necessary).\r\n\r\nThe important point is...Personal Umbrella protection goes beyond what your present policies cover.\r\n\r\n<strong>Many of the things we don\'t usually think about (Which would apply to you?):</strong>\r\n\r\n • Secondary Residences\r\n • Rental Units\r\n • Watercraft\r\n • Motor Homes\r\n • Motorcycles\r\n • Ranches and Farms\r\n • Youthful Drivers\r\n • Senior Drivers\r\n • Celebrity Status\r\n • High Profile Professions\r\n\r\nMake sure your accumulated assets are protected. The economic security of your family depends on it. Make Umbrella Coverage your \"second layer of protection.\"\r\n\r\n<strong>Quick Summary of Advantages:</strong>\r\n\r\n• Coverage that takes over where your auto and homeowners coverage ends\r\n• Protects you when seemingly minor accidents turn into major legal liabilities\r\n• Personal Umbrella can pay for expensive legal defense, attorneys fees, and exorbitant settlements\r\n\r\n<strong>Don\'t let one unexpected law suit or a massive damage claim cripple you financially!</strong>\r\n\r\nRates for Personal Umbrella policies are sensible and affordable. Call Sean Womack and his team at (949) 940-6934 today!\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Umbrella','','publish','closed','closed','','umbrella','','','2014-05-15 18:07:04','2014-05-15 18:07:04','',46,'http://03785f6.netsolhost.com/wordpress/?page_id=189',0,'page','',0),(190,1,'2014-02-19 18:40:56','2014-02-19 18:40:56','','Umbrella Insurance','','inherit','open','open','','189-revision-v1','','','2014-02-19 18:40:56','2014-02-19 18:40:56','',189,'http://03785f6.netsolhost.com/wordpress/189-revision-v1/',0,'revision','',0),(191,1,'2014-02-19 18:41:24','2014-02-19 18:41:24','<font size=\"5\"><strong>California Landlord Protection Insurance</strong></font>\r\n\r\nAs a landlord, you want insurance that’s tailored specifically to protect your rental properties. A Landlord Protection policy gives you choices when purchasing the insurance coverage you need.\r\n\r\n<strong>California – What you need to know about landlord protection insurance</strong>\r\n\r\nRental property is a great investment, especially if you protect your assets with excellent coverage. Make sure that you and your property are covered when choosing a landlord protection insurance policy.\r\n\r\n<strong>Protect Yourself </strong>\r\n\r\nLandlord Protection liability insurance options protect you and your spouse or domestic partner against personal injury, wrongful eviction, or wrongful entry as well as other non-bodily injury claims such as libel and slander.\r\n\r\n<strong>Extra Coverage Doesn’t Have to Cost a Lot</strong>\r\n\r\nMany landlords supplement their coverage with personal umbrella liability insurance for broader protection. Talk to us today about the amount of coverage that’s right for you.\r\n\r\nTo find out more about this product and other products and services, contact Sean Womack today at 949-940-6934.\r\n\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Landlord Protection','','publish','closed','closed','','dwelling-fire','','','2014-05-15 03:57:25','2014-05-15 03:57:25','',46,'http://03785f6.netsolhost.com/wordpress/?page_id=191',0,'page','',0),(192,1,'2014-02-19 18:41:24','2014-02-19 18:41:24','','Rental Property Insurance','','inherit','open','open','','191-revision-v1','','','2014-02-19 18:41:24','2014-02-19 18:41:24','',191,'http://03785f6.netsolhost.com/wordpress/191-revision-v1/',0,'revision','',0),(193,1,'2014-02-19 18:41:48','2014-02-19 18:41:48','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Motorcycle','','publish','closed','closed','','motorcycle','','','2014-05-15 03:58:12','2014-05-15 03:58:12','',46,'http://03785f6.netsolhost.com/wordpress/?page_id=193',0,'page','',0),(194,1,'2014-02-19 18:41:48','2014-02-19 18:41:48','','Motorcycle Insurance','','inherit','open','open','','193-revision-v1','','','2014-02-19 18:41:48','2014-02-19 18:41:48','',193,'http://03785f6.netsolhost.com/wordpress/193-revision-v1/',0,'revision','',0),(195,1,'2014-02-19 18:42:18','2014-02-19 18:42:18','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Recreational Vehicle (RV)','','publish','closed','closed','','recreational-vehicle','','','2014-05-15 03:58:24','2014-05-15 03:58:24','',46,'http://03785f6.netsolhost.com/wordpress/?page_id=195',0,'page','',0),(196,1,'2014-02-19 18:42:18','2014-02-19 18:42:18','','Recreational Vehicles (RV) Insurance','','inherit','open','open','','195-revision-v1','','','2014-02-19 18:42:18','2014-02-19 18:42:18','',195,'http://03785f6.netsolhost.com/wordpress/195-revision-v1/',0,'revision','',0),(197,1,'2014-02-19 18:42:35','2014-02-19 18:42:35','','Recreational Vehicle (RV) Insurance','','inherit','open','open','','195-revision-v1','','','2014-02-19 18:42:35','2014-02-19 18:42:35','',195,'http://03785f6.netsolhost.com/wordpress/195-revision-v1/',0,'revision','',0),(198,1,'2014-02-19 18:43:08','2014-02-19 18:43:08','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Off Road Vehicle','','publish','closed','closed','','off-road-vehicle','','','2014-05-15 03:58:18','2014-05-15 03:58:18','',46,'http://03785f6.netsolhost.com/wordpress/?page_id=198',0,'page','',0),(199,1,'2014-02-19 18:43:08','2014-02-19 18:43:08','','Off Road Vehicle Insurance','','inherit','open','open','','198-revision-v1','','','2014-02-19 18:43:08','2014-02-19 18:43:08','',198,'http://03785f6.netsolhost.com/wordpress/198-revision-v1/',0,'revision','',0),(200,1,'2014-02-19 18:43:57','2014-02-19 18:43:57','<font size=\"5\"><strong>California Classic and Antique Car Insurance</strong></font>\r\n\r\nIt takes more than age to make it a classic. A collector car isn’t just a way to get around. It’s an investment that will continue to appreciate in coming years.\r\n \r\nNot all classic or antique cars are used the same, so Sean Womack will work with you to select the appropriate policy to accommodate coverage needs, miles driven, vehicle age, and vehicle modifications to make sure you have the best policy to meet your needs. Here are some features you should look for when shopping for classic car insurance: \r\n\r\n<strong>• Agreed Value:</strong> This means the provider will pay you the full (agreed to) amount in the event of a covered total loss, less any applicable deductible. This type of coverage is much better than “actual cash value” or “stated value” that you may get with some companies.\r\n\r\n<strong>• Low Rates:</strong> Why pay full-time insurance when you driver your collector car only part-time. \r\n\r\n<strong>• Coverage Options:</strong> Not all collector cars are the same, so Sean Womack can work with you to determine the right amount of coverage to meet your specific needs. \r\n\r\n<strong>• Generous Mileage:</strong> You’re proud of your collector car, so drive it. Not all insurance companies have a mileage limit, but most collector cars should be driven less than 5,000 annual miles to maintain their value.\r\n\r\n<strong>• Roadside Assistance:</strong> Whether you’re down the street or on a classic rally through the mountains, you’ll want to find coverage that will flatbed your car to the closest qualified repair facility.\r\n\r\nDo you need the insurance for your prize Mustang, Camaro, Charger, Corvette, Thunderbird, or other collector car? Talk with Sean Womack today to identify the best combination of coverage, value, and price for you. We can help make sure your insurance continually meets your needs. Give us a call today at 949-940-6934. \r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Classic & Antique Car','','publish','closed','closed','','classic-and-antique-car','','','2014-05-15 03:55:31','2014-05-15 03:55:31','',46,'http://03785f6.netsolhost.com/wordpress/?page_id=200',0,'page','',0),(201,1,'2014-02-19 18:43:57','2014-02-19 18:43:57','','Classic & Antique Car Insurance','','inherit','open','open','','200-revision-v1','','','2014-02-19 18:43:57','2014-02-19 18:43:57','',200,'http://03785f6.netsolhost.com/wordpress/200-revision-v1/',0,'revision','',0),(202,1,'2014-02-19 18:44:45','2014-02-19 18:44:45','<strong><font size=\"5\">California Boat and Jet Ski Insurance</strong></font>\r\n\r\nSean Womack can help make your time on the water relaxed and worry-free! We will find you comprehensive protection that protects you, your friends and family, your watercraft and your boating equipment. The average boat costs less than a dollar a day to insure. You’ll enjoy being on the water even more when you aren\'t worried about your safety, the safety your passengers, or your investment.\r\n\r\n<strong>California – Do you know what to look for in a watercraft insurance policy?</strong>\r\n\r\nSean Womack can help you determine the right amount of coverage to meet your specific needs. Just give us a call today at 949-940-6934 to get started. Here are some items you’ll need to consider when shopping for boat insurance in California.\r\n \r\n<strong>• Navigational Area</strong>\r\n\r\nKnow where you are covered in the water. Some companies, such as Safeco Insurance, offer protection that covers you up to 75 miles from the U.S. coastline; into Canadian coastal or inland waters; and into the Pacific coastal waters of Mexico. In California, Florida and Oregon, additional coverage area can be purchased.\r\n\r\n<strong>• Agreed Value Coverage</strong>\r\n\r\nWatercrafts depreciate just like automobiles. Actual cash value policies can make it difficult to replace a boat that’s been stolen or destroyed. This means that if your boat is a total loss you will get the value you insured it for, minus any deductible.\r\n\r\n<strong>• Liability</strong>\r\n\r\nLike car insurance, personal liability coverage provides coverage to other boaters and boat owners in the event you are at-fault for an accident on the water. This coverage will pay to repair or replace the property of someone else as well as for their medical care, lost wages and other costs incurred as a result of a boating accident for which you are at-fault.\r\n\r\n<strong>• Medical Payments</strong>\r\n\r\nMedical payments coverage will pay for the cost of needed care that is the result of a boating accident. This coverage is available from $500 to $10,000 and covers you, your passengers, and even your water skiers/tubers, regardless of who is at-fault.\r\n\r\n<strong>• Physical Damage Coverage</strong>\r\n\r\nPhysical damage coverage pays for the cost to repair or replace your watercraft, its motor, any permanently attached equipment, and your trailer, if it is stolen or damaged.\r\n\r\n<strong>• Uninsured/Underinsured Watercraft Bodily Injury</strong>\r\n\r\nSince boat coverage is not always mandatory, many boaters choose not to get insurance. If you are hit by an uninsured or underinsured boater, and you are injured, this type of coverage pays for medical treatment, lost wages, and other costs associated with the accident.\r\n\r\n<strong>• Fuel Spill Liability and Wreckage Removal</strong>\r\n\r\nShould your boat sink or be seriously damaged, there is a chance that it could leak oil or fuel into the water. As the boat’s owner you are required by law to have this cleaned up, which can be time consuming and expensive.\r\n\r\n<strong>• Personal Effects</strong>\r\n\r\nYour policy can provide coverage for many personal effects, including clothing, jewelry, cell phones, scuba/snorkeling and other sporting equipment, and fishing equipment. Limits vary by state – check with Sean Womack for information. Personal effects coverage does not include jewelry, watches or furs.\r\n\r\n<strong>• Unattached Equipment Coverage</strong>\r\n\r\nThis pays to repair or replace equipment that isn’t permanently attached to your boat or personal watercraft, but is designed for use primarily on a boat. This includes items like lifesaving equipment, water skis, anchors, oars, fire extinguishers, tarps etc.\r\n\r\n<strong>• Emergency Assistance</strong>\r\n\r\nThe Emergency Assistance Package provides coverage for towing, labor and delivery of gas, oil or loaned battery if the watercraft is disabled while on the water.\r\n\r\nEvery need is unique – contact Sean Womack today to find out how to get the best boat and watercraft insurance coverage for you.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Boat & Jet Ski','','publish','closed','closed','','boat-and-jet-ski','','','2014-05-15 03:55:19','2014-05-15 03:55:19','',46,'http://03785f6.netsolhost.com/wordpress/?page_id=202',0,'page','',0),(377,1,'2014-02-26 19:39:11','2014-02-26 19:39:11','','Boat & Jet Ski','','inherit','open','open','','202-revision-v1','','','2014-02-26 19:39:11','2014-02-26 19:39:11','',202,'http://03785f6.netsolhost.com/wordpress/202-revision-v1/',0,'revision','',0),(203,1,'2014-02-19 18:44:45','2014-02-19 18:44:45','','Boat & Personal Watercraft Insurance','','inherit','open','open','','202-revision-v1','','','2014-02-19 18:44:45','2014-02-19 18:44:45','',202,'http://03785f6.netsolhost.com/wordpress/202-revision-v1/',0,'revision','',0),(204,1,'2014-02-19 18:45:07','2014-02-19 18:45:07','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Aircraft','','publish','closed','closed','','aircraft','','','2014-05-15 03:54:50','2014-05-15 03:54:50','',46,'http://03785f6.netsolhost.com/wordpress/?page_id=204',0,'page','',0),(205,1,'2014-02-19 18:45:07','2014-02-19 18:45:07','','Aircraft Insurance','','inherit','open','open','','204-revision-v1','','','2014-02-19 18:45:07','2014-02-19 18:45:07','',204,'http://03785f6.netsolhost.com/wordpress/204-revision-v1/',0,'revision','',0),(206,1,'2014-02-19 18:45:32','2014-02-19 18:45:32','<font size=\"5\"><strong>California Earthquake Insurance</font></strong>\r\n\r\n<strong>Earthquake Insurance – What California needs to know</strong>\r\n\r\nWhat are the two most important things to know about earthquake insurance?\r\n\r\n1. Most home insurance policies do not cover earthquake damage. \r\n2. Even if you don\'t live near a fault line, you may still need earthquake insurance.\r\n\r\nEarthquakes have occurred in 39 states since 1900, and about 90% of Americans live in areas considered seismically active. For many of our neighbors in California, earthquake insurance can be inexpensive – contact Sean Womack to find out what the costs would be for your home. \r\n\r\n<strong>Earthquake insurance can have many options</strong>\r\n\r\nMost homeowner, condo and rental insurance policies do not cover damage caused by an earthquake, but coverage can be purchased as an endorsement or a separate policy. You may be able to choose to purchase earthquake insurance from the same company that provides your home insurance, from a specialized earthquake insurance provider, or from an independent organization such as the California Earthquake Authority (CEA).\r\n\r\n<strong>Does Orange County really need earthquake insurance?</strong>\r\n\r\nIn all likelihood, almost the entire US would be better protected by purchasing earthquake insurance. Consider the facts: \r\n\r\n<strong>In the West:</strong> According to the U.S. Geological Survey, there is a 70 percent probability that one or more damaging earthquakes of magnitude 6.7 or larger will strike the San Francisco Bay area during the next 30 years. \r\n\r\n<strong>In the East:</strong> The Earthquake Education Center at Charleston Southern University claims there\'s a 40 to 60 percent chance of a major earthquake somewhere in the eastern United States in the next 20 years. \r\n\r\n<strong>In the Midwest:</strong> According to the Insurance Information Institute, there\'s a 40 to 63 percent chance the New Madrid Fault (which runs through Arkansas, Kentucky, Missouri and Tennessee) region will suffer an earthquake with a 6.0 magnitude in the next 15 years.\r\n\r\n<strong>What does earthquake insurance cover?</strong>\r\n\r\nEarthquake insurance provides coverage if your home is damaged by an earthquake. Standard homeowner and renters policies will not cover earthquake damage. Earthquake insurance is a separate endorsement you must buy and add to your homeowner or renters policy.\r\n\r\nAn earthquake endorsement generally excludes damages or losses from floods and tidal waves – even when caused or compounded by an earthquake. However, if you experience a loss due to a landslide, settlement, mudflow, or the rising, sinking and contracting of earth, your endorsement may cover it if the damage resulted from an earthquake.\r\n\r\nThere are several options to consider when purchasing earthquake insurance, including:\r\n\r\n• Does the policy cover only your home? Are other structures, such as garages, also included?\r\n• Will your policy pay for the contents of your home and for additional living expenses if your home is badly damaged or destroyed?\r\n• Are there any exclusions or limitations to coverage?\r\n• What deductible must you pay before the insurance kicks in?\r\n\r\nEarthquakes can happen in {STATES-YOU-WRITE-IN} – here’s how you can protect yourself\r\n\r\n• Make sure your water heater, gas appliances, and other fixtures are fastened securely.\r\n• Check that bookcases and furniture are secure and fastened to walls.\r\n• Have a family emergency plan that all family members know. Designate a meeting place outside the home where family members can gather once the danger has passed.\r\n• Designate a distant relative or friend who can serve as a point of contact and communication for you and your family members if you get separated.\r\n• Plan ahead. Keep flashlights, batteries, and candles on hand. Have a portable radio.\r\n• Be sure everyone in your house knows how to turn off utilities (electricity, water, and gas).\r\n• When shopping for earthquake insurance, ask the company to help you identify possible repairs and other improvements that will make your home safer and minimize damage.\r\n\r\nWhat to do when an earthquake strikes\r\nIf you are inside when an earthquake hits, stay inside and get under a heavy table or desk. Stay away from windows. Do not evacuate the building unless emergency personnel direct you to leave.\r\n\r\nIf you are outside, get away from buildings and power lines, and remember that stone and masonry facings can break loose and fall away from upper parts of buildings.\r\n\r\nIf you are in a car, stop safely away from structures, large trees, power lines, and other hazards. Stay inside the vehicle.\r\n\r\nKeep in mind:\r\n\r\n• Don’t use candles until gas lines are checked. Also, check throughout your home before you use certain utilities, such as water and electric, sewage connections, and even chimneys.\r\n• Don’t tie up phone lines except to report emergencies.\r\n• Be prepared. Remember that you will need food and water, even for the short term. Keep your family together and stay alert for aftershocks.\r\n\r\nEarthquake insurance needs can vary significantly – talk to us today to find out how to get the best price and value on earthquake insurance for you.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Earthquake','','publish','closed','closed','','earthquake','','','2014-05-15 03:55:57','2014-05-15 03:55:57','',46,'http://03785f6.netsolhost.com/wordpress/?page_id=206',0,'page','',0),(207,1,'2014-02-19 18:45:32','2014-02-19 18:45:32','','Earthquake Insurance','','inherit','open','open','','206-revision-v1','','','2014-02-19 18:45:32','2014-02-19 18:45:32','',206,'http://03785f6.netsolhost.com/wordpress/206-revision-v1/',0,'revision','',0),(208,1,'2014-02-19 18:45:57','2014-02-19 18:45:57','<font size=\"5\"><strong>California Flood Insurance</font></strong>\r\n\r\n<i>Your Homeowners insurance doesn\'t cover floods...Federal flood insurance does.</i>\r\n\r\n<strong>Floods can happen anytime, anywhere.</strong>\r\n\r\nThey cause anguish and destruction-physical, emotional, and financial. Especially when the victims realize the damage isn\'t covered by their homeowners insurance policy.\r\n\r\n<strong>Federal disaster assistance? It\'s not the answer either.</strong>\r\n\r\nHere are the benefits of flood insurance versus disaster assistance:\r\n\r\n<u>Disaster Assistance</u>\r\n* Most forms of federal disaster assistance require a Presidential declaration.\r\n* Federal disaster assistance declarations are awarded in less than 50% of flooding incidents.\r\n* The most typical form of disaster assistance is a loan that must be repaid with interest.\r\n* The duration of a Small Business Administration (SBA) disaster home loan is approximately 30 years.\r\n* The average Individuals and Households Program award is about $4,000.\r\n* Repayment on a $50,000 SBA disaster home loan is $240 a month or $2,880 annual at 4% interest.\r\n\r\n<u>Flood Insurance:</u>\r\n* You are in control. Flood insurance claims are paid even if a disaster is not declared by the President.\r\n* Between 20 and 25 percent of all claims paid by the National Flood Insurance Program (NFIP) are outside of Special Flood Hazard Areas.\r\n* There is no payback requirement.\r\n* Flood insurance policies are continuous, and not non-renewed or cancelled for repeat losses.\r\n* Flood insurance reimburses you for all covered losses up to $250,000 for homeowners and $500,000 for businesses.\r\n* The average cost of a $100,000 flood policy is a little more than $400 annual, or just over one dollar per day. The cost of a $50,000 flood policy may be as low as $180 annually, depending on where you live, or less than 50 cents per day.\r\n\r\n<u><strong>THE COST OF FLOODING</strong></u>\r\n\r\n<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0\" width=\"640\" height=\"445\" title=\"CostOfFloodingTool\"><param name=\"movie\" value=\"http://www.floodsmart.gov/floodsmart/flash/costofflooding/CostOfFlooding.swf\" /><param name=\"quality\" value=\"high\" /><param name=\"wmode\" value=\"opaque\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"bgcolor\" value=\"#000000\" /><param name=\"flashvars\" value=\"embedded=false&env=http://www.floodsmart.gov&agent=true\" /><embed src=\"http://www.floodsmart.gov/floodsmart/flash/costofflooding/CostOfFlooding.swf\" quality=\"high\" pluginspage=\"http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash\" type=\"application/x-shockwave-flash\" width=\"640\" height=\"445\" bgcolor=\"#000000\" flashvars=\"embedded=false&env=http://www.floodsmart.gov&agent=true\" allowscriptaccess=\"always\"></embed></object>\r\n\r\n<strong>Only Federal flood insurance reimburses you for flood damage to your property!</strong>\r\n\r\nWith one annual premium, you can protect your most important investment-your home and your finances.\r\n\r\nTalk with Sean today at 949-940-6934 or sean@seanwomack.com and ask about the National Flood Insurance Program. There\'s no better way to save for a rainy day.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Flood','','publish','closed','closed','','flood','','','2014-05-20 15:35:38','2014-05-20 15:35:38','',46,'http://03785f6.netsolhost.com/wordpress/?page_id=208',0,'page','',0),(209,1,'2014-02-19 18:45:57','2014-02-19 18:45:57','','Flood Insurance','','inherit','open','open','','208-revision-v1','','','2014-02-19 18:45:57','2014-02-19 18:45:57','',208,'http://03785f6.netsolhost.com/wordpress/208-revision-v1/',0,'revision','',0),(210,1,'2014-02-19 18:46:18','2014-02-19 18:46:18','<font size=\"5\"><strong>California Life Insurance</strong></font>\r\n\r\nHaving the right life insurance is pivotal in planning for the future of you and your loved ones. Life insurance can help you fulfill promises you’ve made your family when you are gone.\r\n\r\nDon’t leave the future of you and your loved ones to chance. The {AGENCY_NAME} can help you find the right life insurance coverage for you, and help ensure that your policy continually meets your needs.\r\n\r\n<strong>Life changes – so should your policy</strong>\r\n\r\nFor each of our neighbors in California, the right life insurance will be unique for you and dependent on your personal and financial needs. As your life changes, your life insurance coverage may need to change in order to adapt to your current needs. Some life transformations that may require a policy “tune-up” and our help include: \r\n\r\n• You recently married or divorced\r\n• You have a new child or grandchild\r\n• You have opened or expanded a business\r\n• Your health or your spouse’s health has deteriorated\r\n• You are providing care or financial assistance to a parent\r\n• Your child or grandchild requires assistance or long-term care\r\n• You recently purchased a new home\r\n• You are planning for a child or grandchild’s education\r\n• You are concerned about retirement income\r\n• You have refinanced your home mortgage in the past six months\r\n• You or your spouse recently received an inheritance\r\n• You have a sizable estate\r\n\r\n<strong>California – What you need to know about life insurance</strong>\r\n\r\nSean Womack can help you select the best life insurance coverage for your needs. There are several different types of life insurance products available – the most common include:\r\n\r\n<strong>Term Life Insurance</strong>\r\n\r\nTerm life insurance provides protection for a specified period of time. If you do not currently have life insurance, term can be a good place to start. It’s generally less expensive than permanent (whole) life insurance, and is available in varying time periods with fixed premiums from a one year (annual renewable term) to 20-year (level term) period. Furthermore, term life insurance is sometimes convertible to permanent coverage, providing you with flexibility as your needs change.\r\n\r\n<strong>Whole Life Insurance</strong>\r\n\r\nWhole life insurance is a form of permanent life insurance that remains in force for your entire lifetime, provided premiums are paid as specified in the policy. Whole life insurance can be an investment opportunity, as many whole life insurance policies also build cash value over time.\r\n\r\n<strong>Universal Life Insurance</strong>\r\n\r\nUniversal life is a form of permanent life insurance characterized by its flexible premiums, face amounts and unbundled pricing structure. Universal life can build cash value, which earns an interest rate that may adjust periodically, but is usually guaranteed not to fall below a certain percentage.\r\n\r\nSo what type of life insurance is best for you? Talk with our team today at 949-940-6934, and we can assist in identifying the best protection for you. \r\n\r\n<strong>What are the advantages of life insurance?</strong>\r\n\r\nHaving the right life insurance is essential to planning for your present, and your future. Not only can life insurance provide assurance for your family after you are gone, many life insurance options offer other benefits and investment opportunities you can take advantage of while you are living.\r\n\r\n<i>Advantages of the life insurance death benefit:</i> When you pass away, your life insurance provides income tax-free money to your named beneficiary or beneficiaries that can be used to pay funeral expenses, debt, tuition, estate taxes or virtually any financial need. Your policy can help provide security for your business security as well, by enabling partners to buy out the interests of a deceased partner and prevent a forced liquidation.\r\n\r\n<i>Advantages of Living Benefits:</i> The cash value growth of a permanent (whole) life insurance policy is tax-deferred, meaning you do not pay taxes on the growth of cash value, unless money is withdrawn. Loans or withdrawals can be taken against the cash value of a permanent life insurance policy to help with expenses, such as college tuition or the down payment on a home. \r\n\r\nThe right life insurance coverage for each and every one of our neighbors in California is unique – talk with our team today to find out how to protect your family and your future with the right life insurance.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Life','','publish','closed','closed','','life','','','2014-05-15 03:57:38','2014-05-15 03:57:38','',46,'http://03785f6.netsolhost.com/wordpress/?page_id=210',0,'page','',0),(211,1,'2014-02-19 18:46:18','2014-02-19 18:46:18','','Life Insurance','','inherit','open','open','','210-revision-v1','','','2014-02-19 18:46:18','2014-02-19 18:46:18','',210,'http://03785f6.netsolhost.com/wordpress/210-revision-v1/',0,'revision','',0),(212,1,'2014-02-19 18:46:40','2014-02-19 18:46:40','<strong><font size=\"5\">California Health Insurance</font></strong>\r\n\r\nA healthy body is a happy body, and there’s no better way to preserve your health and your family’s health than with a health insurance policy from Sean Womack.\r\n\r\nLet’s face it, medical treatments aren\'t cheap. Without health insurance coverage you could end up paying off medical bills for the rest of your life. Sean can help you find an affordable healthcare plan that’s right for you. Call 949-940-6934 and talk with one of our friendly agents today to learn more. \r\n\r\n<strong>What are the major types of health insurance policies in California?</strong>\r\n\r\nThere are basically three major types of health insurance policies for California residents to choose from--consumer-directed, fee for service, and managed care. These health insurance plans help cover your medical, surgical, and hospital expenses. They may even cover dental expenses, mental health services, and prescription drugs, depending on the coverage you choose.\r\n\r\n<strong>Consumer-directed</strong>\r\n\r\nA consumer-directed health plan (a.k.a. “consumer-driven” or “consumer choice”) is a newer type of healthcare plan that’s designed to give you more control. As part of the plan, you setup a health fund that can be used to cover medical expenses. \r\n\r\n<strong>Fee for Service</strong>\r\n\r\nA fee for service plan is a more traditional healthcare plan. It means you pay a fee to your provider for every healthcare service you receive. The benefit of this type of health insurance plan is that it allows for a lot of flexibility when choosing a physician or healthcare provider. \r\n\r\n<strong>Managed Care</strong>\r\n\r\nMembers of managed care health plans generally enjoy more benefits like lower out-of-pocket costs. However, you can only receive treatment from physicians that participate in the managed care network. Typical managed care plans include health maintenance organizations (HMOs), preferred provider organizations (PPO), and point-of service (POS) plans.\r\n\r\n<strong>Common Health Insurance Terms</strong>\r\n\r\nWhen discussing health insurance with an agent, it helps to understand some of the common terms you’ll run into. Below you’ll find definitions to some of the most common health insurance terms.\r\n\r\n<strong>Deductible</strong>--the amount of money you pay toward medical bills before your insurance coverage begins. \r\n\r\n<strong>Co-pay</strong>--a specified amount of money you pay upfront for doctor visits and prescription refills.\r\n\r\n<strong>Coinsurance</strong>--the percentage of medical bills you pay after meeting the deductible.\r\n\r\nTo learn more about health insurance, call Sean Womack at 949-940-6934 and talk with one of our agents today. We’re right here in California, ready to guide you toward a more secure future.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Health','','publish','closed','closed','','health','','','2014-05-15 03:56:56','2014-05-15 03:56:56','',46,'http://03785f6.netsolhost.com/wordpress/?page_id=212',0,'page','',0),(213,1,'2014-02-19 18:46:40','2014-02-19 18:46:40','','Health Insurance','','inherit','open','open','','212-revision-v1','','','2014-02-19 18:46:40','2014-02-19 18:46:40','',212,'http://03785f6.netsolhost.com/wordpress/212-revision-v1/',0,'revision','',0),(214,1,'2014-02-19 18:47:07','2014-02-19 18:47:07','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Jewelry and Other Valuables','','publish','closed','closed','','valuable-articles','','','2014-05-15 03:57:54','2014-05-15 03:57:54','',46,'http://03785f6.netsolhost.com/wordpress/?page_id=214',0,'page','',0),(215,1,'2014-02-19 18:47:07','2014-02-19 18:47:07','','Valuable Articles Insurance','','inherit','open','open','','214-revision-v1','','','2014-02-19 18:47:07','2014-02-19 18:47:07','',214,'http://03785f6.netsolhost.com/wordpress/214-revision-v1/',0,'revision','',0),(216,1,'2014-02-19 18:50:08','2014-02-19 18:50:08',' ','','','publish','open','open','','216','','','2014-05-15 19:21:09','2014-05-15 19:21:09','',46,'http://03785f6.netsolhost.com/wordpress/?p=216',19,'nav_menu_item','',0),(217,1,'2014-02-19 18:50:08','2014-02-19 18:50:08',' ','','','publish','open','open','','217','','','2014-05-15 19:21:09','2014-05-15 19:21:09','',46,'http://03785f6.netsolhost.com/wordpress/?p=217',16,'nav_menu_item','',0),(218,1,'2014-02-19 18:50:08','2014-02-19 18:50:08',' ','','','publish','open','open','','218','','','2014-05-15 19:21:08','2014-05-15 19:21:08','',46,'http://03785f6.netsolhost.com/wordpress/?p=218',15,'nav_menu_item','',0),(219,1,'2014-02-19 18:50:08','2014-02-19 18:50:08',' ','','','publish','open','open','','219','','','2014-05-15 19:21:09','2014-05-15 19:21:09','',46,'http://03785f6.netsolhost.com/wordpress/?p=219',18,'nav_menu_item','',0),(220,1,'2014-02-19 18:50:08','2014-02-19 18:50:08',' ','','','publish','open','open','','220','','','2014-05-15 19:21:09','2014-05-15 19:21:09','',46,'http://03785f6.netsolhost.com/wordpress/?p=220',17,'nav_menu_item','',0),(221,1,'2014-02-19 18:50:08','2014-02-19 18:50:08',' ','','','publish','open','open','','221','','','2014-05-15 19:21:08','2014-05-15 19:21:08','',46,'http://03785f6.netsolhost.com/wordpress/?p=221',14,'nav_menu_item','',0),(222,1,'2014-02-19 18:50:08','2014-02-19 18:50:08',' ','','','publish','open','open','','222','','','2014-05-15 19:21:08','2014-05-15 19:21:08','',46,'http://03785f6.netsolhost.com/wordpress/?p=222',13,'nav_menu_item','',0),(223,1,'2014-02-19 18:50:08','2014-02-19 18:50:08',' ','','','publish','open','open','','223','','','2014-05-15 19:21:08','2014-05-15 19:21:08','',46,'http://03785f6.netsolhost.com/wordpress/?p=223',12,'nav_menu_item','',0),(224,1,'2014-02-19 18:50:08','2014-02-19 18:50:08',' ','','','publish','open','open','','224','','','2014-05-15 19:21:08','2014-05-15 19:21:08','',46,'http://03785f6.netsolhost.com/wordpress/?p=224',11,'nav_menu_item','',0),(225,1,'2014-02-19 18:50:08','2014-02-19 18:50:08',' ','','','publish','open','open','','225','','','2014-05-15 19:21:08','2014-05-15 19:21:08','',46,'http://03785f6.netsolhost.com/wordpress/?p=225',10,'nav_menu_item','',0),(226,1,'2014-02-19 18:50:08','2014-02-19 18:50:08',' ','','','publish','open','open','','226','','','2014-05-15 19:21:08','2014-05-15 19:21:08','',46,'http://03785f6.netsolhost.com/wordpress/?p=226',9,'nav_menu_item','',0),(227,1,'2014-02-19 18:50:08','2014-02-19 18:50:08',' ','','','publish','open','open','','227','','','2014-05-15 19:21:08','2014-05-15 19:21:08','',46,'http://03785f6.netsolhost.com/wordpress/?p=227',8,'nav_menu_item','',0),(228,1,'2014-02-19 18:50:08','2014-02-19 18:50:08',' ','','','publish','open','open','','228','','','2014-05-15 19:21:08','2014-05-15 19:21:08','',46,'http://03785f6.netsolhost.com/wordpress/?p=228',5,'nav_menu_item','',0),(229,1,'2014-02-19 18:50:08','2014-02-19 18:50:08',' ','','','publish','open','open','','229','','','2014-05-15 19:21:08','2014-05-15 19:21:08','',46,'http://03785f6.netsolhost.com/wordpress/?p=229',7,'nav_menu_item','',0),(230,1,'2014-02-19 18:50:08','2014-02-19 18:50:08',' ','','','publish','open','open','','230','','','2014-05-15 19:21:08','2014-05-15 19:21:08','',46,'http://03785f6.netsolhost.com/wordpress/?p=230',6,'nav_menu_item','',0),(231,1,'2014-02-19 18:50:08','2014-02-19 18:50:08',' ','','','publish','open','open','','231','','','2014-05-15 19:21:08','2014-05-15 19:21:08','',46,'http://03785f6.netsolhost.com/wordpress/?p=231',4,'nav_menu_item','',0),(232,1,'2014-02-19 18:51:25','2014-02-19 18:51:25',' ','','','publish','open','open','','232','','','2014-05-15 19:21:09','2014-05-15 19:21:09','',50,'http://03785f6.netsolhost.com/wordpress/?p=232',28,'nav_menu_item','',0),(233,1,'2014-02-19 18:52:27','2014-02-19 18:52:27','','Insurance Companies','','publish','open','open','','new-slider','','','2014-02-26 18:10:09','2014-02-26 18:10:09','',0,'http://03785f6.netsolhost.com/wordpress/?post_type=ml-slider&p=233',0,'ml-slider','',0),(339,1,'2014-02-21 22:49:29','2014-02-21 22:49:29','','geoVeraLogo','','inherit','open','open','','geoveralogo','','','2014-02-21 22:49:29','2014-02-21 22:49:29','',0,'http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/geoVeraLogo.jpg',11,'attachment','image/jpeg',0),(340,1,'2014-02-21 22:49:30','2014-02-21 22:49:30','','kemperLogo','','inherit','open','open','','kemperlogo','','','2014-02-21 22:49:30','2014-02-21 22:49:30','',0,'http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/kemperLogo.jpg',3,'attachment','image/jpeg',0),(341,1,'2014-02-21 22:49:31','2014-02-21 22:49:31','','progressiveLogo','','inherit','open','open','','progressivelogo','','','2014-02-21 22:49:31','2014-02-21 22:49:31','',0,'http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/progressiveLogo.jpg',6,'attachment','image/jpeg',0),(342,1,'2014-02-21 22:49:31','2014-02-21 22:49:31','','safecoLogo','','inherit','open','open','','safecologo','','','2014-02-21 22:49:31','2014-02-21 22:49:31','',0,'http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/safecoLogo.jpg',1,'attachment','image/jpeg',0),(239,1,'2014-02-19 20:41:56','2014-02-19 20:41:56','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Commercial Package','','publish','closed','closed','','commercial-package-insurance','','','2014-05-15 04:04:02','2014-05-15 04:04:02','',50,'http://03785f6.netsolhost.com/wordpress/?page_id=239',0,'page','',0),(240,1,'2014-02-19 20:41:56','2014-02-19 20:41:56','','Commercial Package Policy','','inherit','open','open','','239-revision-v1','','','2014-02-19 20:41:56','2014-02-19 20:41:56','',239,'http://03785f6.netsolhost.com/wordpress/239-revision-v1/',0,'revision','',0),(241,1,'2014-02-19 20:42:31','2014-02-19 20:42:31','<font size=\"5\"><strong>California General Liability Insurance</strong></font>\r\n\r\nGeneral liability, also known as “commercial liability insurance” is a broad commercial insurance policy that covers general liability exposures of a business. Coverage typically includes product Sean Womack recommends that all businesses have general liability coverage in place.\r\n\r\n<strong>California - What you need to know about commercial liability insurance</strong>\r\n\r\nTake a look at the list below for additional general liability coverages that are often available.\r\n\r\n<strong>Professional Liability Insurance (Errors & Omissions)</strong>\r\n\r\nErrors & Omissions (E&O) covers professionals for negligence and errors or omissions that injure their clients or cause damage to a third party’s data. This type of insurance is particularly important to licensed professionals such as accountants, attorneys, insurance agents, architects, engineers and technology companies. Sean Womack recommends that all professional and technology companies have E&O coverage.\r\n\r\n<strong>Employment Practices Liability Insurance (EPLI)</strong>\r\n\r\nEmployment Practices Liability Insurance for employers covers employment-related liabilities other than on-the-job injuries. This can include legal fees and damages for suits such as wrongful termination, discrimination, sexual harassment, and other alleged violations of employees’ legal rights. If you have employees, Sean Womack recommends considering this type of coverage.\r\n\r\n<strong>Directors and Officers Insurance (D&O)</strong>\r\n\r\nD&O covers directors and officers of a company for negligent acts or omissions and for misleading statements that result in lawsuits against the company. There is a variety of Directors and Officers coverage available such as corporate reimbursement coverage, personal liability, and entity coverage. D&O policies may be broadened to include coverage for employment practices liability as well.\r\n\r\nTo find out more about these, as well as other products and services, call Sean at 949-940-6934 and we’ll help make sure you’re properly covered. \r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','General Liability','','publish','closed','closed','','general-liability','','','2014-05-15 04:05:51','2014-05-15 04:05:51','',50,'http://03785f6.netsolhost.com/wordpress/?page_id=241',0,'page','',0),(242,1,'2014-02-19 20:42:31','2014-02-19 20:42:31','','Commercial Liability Policy','','inherit','open','open','','241-revision-v1','','','2014-02-19 20:42:31','2014-02-19 20:42:31','',241,'http://03785f6.netsolhost.com/wordpress/241-revision-v1/',0,'revision','',0),(243,1,'2014-02-19 20:43:07','2014-02-19 20:43:07','<strong><font size=\"5\">California Commercial Auto Insurance</font></strong>\r\n\r\nCommercial auto insurance can cover a combination of vehicle types (trucks, cars) and drivers, as well as some types of motorized equipment. It provides for bodily injury liability and property damage while operating a company automobile, medical payments for the driver and passengers of the policyholder\'s car. Injuries or damage to someone else are also covered. \r\n\r\n<strong>Hired/Non-owned Auto Liability</strong>\r\n\r\nAre you renting cars or are your employees using their own vehicles? This particular coverage provides business insurance coverage for certain liabilities arising from the use of a rented or leased vehicle (hired), or a non-owned vehicle (employee using their own vehicle on company business). Oftentimes this coverage can be added inexpensively to a business auto policy, or in some cases, a general liability policy.\r\n\r\n<strong>Use of Personal Vehicles</strong>\r\nInsurance policies for privately owned vehicles may not cover damage to your privately owned car or truck when it is used for business, even home cosmetics, jewelry sales or a pizza delivery business. \r\n\r\nEvery business is unique – talk to Sean Womack today to find out how to get the best commercial auto insurance, service, price and value. Give Sean a call at 949-940-6934. \r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Commercial Auto','','publish','closed','closed','','commercial-auto','','','2014-05-15 04:03:58','2014-05-15 04:03:58','',50,'http://03785f6.netsolhost.com/wordpress/?page_id=243',0,'page','',0),(244,1,'2014-02-19 20:43:07','2014-02-19 20:43:07','','Commercial Auto Insurance','','inherit','open','open','','243-revision-v1','','','2014-02-19 20:43:07','2014-02-19 20:43:07','',243,'http://03785f6.netsolhost.com/wordpress/243-revision-v1/',0,'revision','',0),(245,1,'2014-02-19 20:44:04','2014-02-19 20:44:04','<font size=\"5\"><strong>California Business Owners Policy (BOP) Insurance</font></strong>\r\n\r\nAs a business owner, you strive to make decisions that are right for your business, your employees and yourself. This includes decisions about business insurance. You know you need excellent coverage. You don\'t, however, have time to become an expert in business insurance. That’s where Sean Womack can help.\r\n \r\nA Business Owners Policy (BOP) combines property, liability and business interruption coverage for small to medium-sized businesses. This packaged coverage is generally less expensive than when purchasing coverage separately. With a BOP you have the ability to customize the policy to meet your individual business needs.\r\n \r\nPerhaps you need general liability coverage that includes operations. Or, you need to add business auto coverage or commercial property insurance. Whether you are a home-based business, small service provider or contractor, Sean Womack will work with you to find the right combination of business insurance coverage to meet your specific needs. Contact us today!\r\n\r\n<strong>Supplemental Coverage Available</strong>\r\n \r\n• Extended liability for additional insureds.\r\n• Debris removal, personal property.\r\n• Tools and equipment.\r\n• Valuable records protection and accounts receivable.\r\n\r\nIn addition to advising you on the right coverage, we provide additional services, such as:\r\n\r\n<strong>• Loss Prevention Programs</strong>—with our insurance company partners, we can evaluate your business\'s current conditions and recommend ways to lower property, auto, workers compensation or liability losses. Lower losses will not only lower your insurance costs, but also increase your productivity by avoiding downtime.\r\n\r\n<strong>• Quick Claim Response</strong>—when you do have a claim and need fast and fair service, we work with you to make that happen. That\'s why we only represent companies with excellent records for settling claims fairly and promptly. \r\n\r\n<strong>• Competitive Rates</strong>—many of the insurance companies we represent specialize in insuring specific types of businesses or industries, offering special coverage and pricing. \r\n\r\nTo see if your business qualifies for one of these special programs, contact Sean Womack for more information. Give us a call at 949-940-6934. \r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Business Owners Policy (BOP)','','publish','closed','closed','','business-owners-policy-bop-insurance','','','2014-05-15 04:03:38','2014-05-15 04:03:38','',50,'http://03785f6.netsolhost.com/wordpress/?page_id=245',0,'page','',0),(246,1,'2014-02-19 20:44:04','2014-02-19 20:44:04','','Business Owners Policy (BOP) Insurance','','inherit','open','open','','245-revision-v1','','','2014-02-19 20:44:04','2014-02-19 20:44:04','',245,'http://03785f6.netsolhost.com/wordpress/245-revision-v1/',0,'revision','',0),(247,1,'2014-02-19 20:44:46','2014-02-19 20:44:46','<font size=\"5\"><strong>California Commercial Umbrella Insurance</font></strong>\r\n\r\nIf umbrella policies are good for individuals, then they are imperative for business. When a catastrophic liability loss occurs, an umbrella insurance policy can mean the difference between a business surviving, or not. \r\n\r\nThe rising costs of lawsuits and judgments are important for today\'s business owner to consider. Catastrophic liability losses can happen to any business at any time, and a commercial umbrella policy protects you when those losses exceed your basic liability coverage. The time and effort you have taken to build your business is too important for it to disappear after one unforeseen event. Call Sean Womack at 949-940-6934 or email us at sean@seanwomack.com today about a commercial umbrella insurance policy. \r\n\r\n\r\n<strong>California - What you need to know about commercial umbrella insurance</strong>\r\n\r\nCommercial Umbrella helps you protect your assets by providing liability limits above and beyond your other policies. In some cases, it even broadens your protection. Due to the unpredictable nature of jury awards Sean Womack recommends that your business insurance program include this coverage.\r\n\r\n<strong>What is Excess Liability Coverage?</strong>\r\n\r\nThis coverage provides extra liability limits over an Umbrella policy. This coverage typically follows the terms of the first underlying insurance policy. \r\n \r\n<strong>Who needs Excess Liability Coverage?</strong>\r\n\r\nHigher limits may be necessary for businesses with high loss potential, high profile, sizable sales, numerous assets, large auto fleets, worldwide presence, significant public exposure. \r\n\r\nTalk to Sean Womack today about your business operations and we can advise you what kind of liability coverage you need to protect yourself and your company. Just give us a call at 949-940-6934 and we’ll help make sure you’re covered. \r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Commercial Umbrella','','publish','closed','closed','','commercial-umbrella-insurance','','','2014-05-15 04:05:29','2014-05-15 04:05:29','',50,'http://03785f6.netsolhost.com/wordpress/?page_id=247',0,'page','',0),(248,1,'2014-02-19 20:44:46','2014-02-19 20:44:46','','Commercial Umbrella Insurance','','inherit','open','open','','247-revision-v1','','','2014-02-19 20:44:46','2014-02-19 20:44:46','',247,'http://03785f6.netsolhost.com/wordpress/247-revision-v1/',0,'revision','',0),(249,1,'2014-02-19 20:45:10','2014-02-19 20:45:10','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Contractors','','publish','closed','closed','','contractor-insurance','','','2014-05-15 04:05:34','2014-05-15 04:05:34','',50,'http://03785f6.netsolhost.com/wordpress/?page_id=249',0,'page','',0),(250,1,'2014-02-19 20:45:10','2014-02-19 20:45:10','','Contractor Insurance','','inherit','open','open','','249-revision-v1','','','2014-02-19 20:45:10','2014-02-19 20:45:10','',249,'http://03785f6.netsolhost.com/wordpress/249-revision-v1/',0,'revision','',0),(251,1,'2014-02-19 20:45:35','2014-02-19 20:45:35','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Apartment Buildings','','publish','closed','closed','','apartment-building-insurance','','','2014-05-15 04:02:08','2014-05-15 04:02:08','',50,'http://03785f6.netsolhost.com/wordpress/?page_id=251',0,'page','',0),(252,1,'2014-02-19 20:45:35','2014-02-19 20:45:35','','Apartment Building Insurance','','inherit','open','open','','251-revision-v1','','','2014-02-19 20:45:35','2014-02-19 20:45:35','',251,'http://03785f6.netsolhost.com/wordpress/251-revision-v1/',0,'revision','',0),(253,1,'2014-02-19 20:46:19','2014-02-19 20:46:19','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Restaurants','','publish','closed','closed','','restaurant-insurance','','','2014-05-15 04:06:01','2014-05-15 04:06:01','',50,'http://03785f6.netsolhost.com/wordpress/?page_id=253',0,'page','',0),(254,1,'2014-02-19 20:46:19','2014-02-19 20:46:19','','Restaurant Insurance','','inherit','open','open','','253-revision-v1','','','2014-02-19 20:46:19','2014-02-19 20:46:19','',253,'http://03785f6.netsolhost.com/wordpress/253-revision-v1/',0,'revision','',0),(255,1,'2014-02-19 20:47:13','2014-02-19 20:47:13','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Professional Liability / Errors & Omissions (E&O)','','publish','closed','closed','','professional-liability-insurance','','','2014-05-15 04:05:56','2014-05-15 04:05:56','',50,'http://03785f6.netsolhost.com/wordpress/?page_id=255',0,'page','',0),(256,1,'2014-02-19 20:47:13','2014-02-19 20:47:13','','Professional Liability / Errors & Omissions (E&O)','','inherit','open','open','','255-revision-v1','','','2014-02-19 20:47:13','2014-02-19 20:47:13','',255,'http://03785f6.netsolhost.com/wordpress/255-revision-v1/',0,'revision','',0),(257,1,'2014-02-19 20:48:44','2014-02-19 20:48:44',' ','','','publish','open','open','','257','','','2014-05-15 19:21:09','2014-05-15 19:21:09','',50,'http://03785f6.netsolhost.com/wordpress/?p=257',36,'nav_menu_item','',0),(258,1,'2014-02-19 20:48:44','2014-02-19 20:48:44',' ','','','publish','open','open','','258','','','2014-05-15 19:21:09','2014-05-15 19:21:09','',50,'http://03785f6.netsolhost.com/wordpress/?p=258',35,'nav_menu_item','',0),(259,1,'2014-02-19 20:48:44','2014-02-19 20:48:44',' ','','','publish','open','open','','259','','','2014-05-15 19:21:09','2014-05-15 19:21:09','',50,'http://03785f6.netsolhost.com/wordpress/?p=259',34,'nav_menu_item','',0),(153,1,'2014-02-04 23:13:43','2014-02-04 23:13:43','<!--[if gte mso 9]><xml>\r\n<w:WordDocument>\r\n<w:View>Normal</w:View>\r\n<w:Zoom>0</w:Zoom>\r\n<w:TrackMoves/>\r\n<w:TrackFormatting/>\r\n<w:PunctuationKerning/>\r\n<w:ValidateAgainstSchemas/>\r\n<w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n<w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n<w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n<w:DoNotPromoteQF/>\r\n<w:LidThemeOther>EN-US</w:LidThemeOther>\r\n<w:LidThemeAsian>X-NONE</w:LidThemeAsian>\r\n<w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n<w:Compatibility>\r\n<w:BreakWrappedTables/>\r\n<w:SnapToGridInCell/>\r\n<w:WrapTextWithPunct/>\r\n<w:UseAsianBreakRules/>\r\n<w:DontGrowAutofit/>\r\n<w:SplitPgBreakAndParaMark/>\r\n<w:DontVertAlignCellWithSp/>\r\n<w:DontBreakConstrainedForcedTables/>\r\n<w:DontVertAlignInTxbx/>\r\n<w:Word11KerningPairs/>\r\n<w:CachedColBalance/>\r\n</w:Compatibility>\r\n<w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>\r\n<m:mathPr>\r\n<m:mathFont m:val=\"Cambria Math\"/>\r\n<m:brkBin m:val=\"before\"/>\r\n<m:brkBinSub m:val=\"--\"/>\r\n<m:smallFrac m:val=\"off\"/>\r\n<m:dispDef/>\r\n<m:lMargin m:val=\"0\"/>\r\n<m:rMargin m:val=\"0\"/>\r\n<m:defJc m:val=\"centerGroup\"/>\r\n<m:wrapIndent m:val=\"1440\"/>\r\n<m:intLim m:val=\"subSup\"/>\r\n<m:naryLim m:val=\"undOvr\"/>\r\n</m:mathPr></w:WordDocument>\r\n</xml><![endif]-->','Auto Insurance','','inherit','open','open','','147-revision-v1','','','2014-02-04 23:13:43','2014-02-04 23:13:43','',147,'http://03785f6.netsolhost.com/wordpress/147-revision-v1/',0,'revision','',0),(261,1,'2014-02-19 20:48:44','2014-02-19 20:48:44',' ','','','publish','open','open','','261','','','2014-05-15 19:21:09','2014-05-15 19:21:09','',50,'http://03785f6.netsolhost.com/wordpress/?p=261',31,'nav_menu_item','',0),(262,1,'2014-02-19 20:48:44','2014-02-19 20:48:44',' ','','','publish','open','open','','262','','','2014-05-15 19:21:09','2014-05-15 19:21:09','',50,'http://03785f6.netsolhost.com/wordpress/?p=262',30,'nav_menu_item','',0),(263,1,'2014-02-19 20:48:43','2014-02-19 20:48:43',' ','','','publish','open','open','','263','','','2014-05-15 19:21:09','2014-05-15 19:21:09','',50,'http://03785f6.netsolhost.com/wordpress/?p=263',26,'nav_menu_item','',0),(264,1,'2014-02-19 20:48:43','2014-02-19 20:48:43',' ','','','publish','open','open','','264','','','2014-05-15 19:21:09','2014-05-15 19:21:09','',50,'http://03785f6.netsolhost.com/wordpress/?p=264',27,'nav_menu_item','',0),(265,1,'2014-02-19 20:48:43','2014-02-19 20:48:43',' ','','','publish','open','open','','265','','','2014-05-15 19:21:09','2014-05-15 19:21:09','',50,'http://03785f6.netsolhost.com/wordpress/?p=265',29,'nav_menu_item','',0),(266,1,'2014-02-19 20:49:36','2014-02-19 20:49:36','','Commercial Liability Insurance','','inherit','open','open','','241-revision-v1','','','2014-02-19 20:49:36','2014-02-19 20:49:36','',241,'http://03785f6.netsolhost.com/wordpress/241-revision-v1/',0,'revision','',0),(267,1,'2014-02-19 20:59:24','2014-02-19 20:59:24','','Commercial Package Insurance','','inherit','open','open','','239-revision-v1','','','2014-02-19 20:59:24','2014-02-19 20:59:24','',239,'http://03785f6.netsolhost.com/wordpress/239-revision-v1/',0,'revision','',0),(268,1,'2014-02-19 21:01:50','2014-02-19 21:01:50','<strong><font size=\"5\">California Worker’s Compensation Insurance</strong></font>\r\n\r\nWorkers’ compensation coverage pays for medical care and physical rehabilitation of employees injured at work and helps to replace lost wages while they are unable to work. Additionally, this coverage protects an employer from being sued by an injured worker in most cases. \r\n\r\nSean Womack can help your business find complete solutions to your unique workers compensation insurance needs. We’ll find solutions that create safer and more productive workplaces, more confident and secure workers and overall savings you\'ll see on the bottom line. \r\n\r\nCoverage for office workers using their own vehicles on company business is often needed, as well. If you have employees, it is critical that you consider this workers compensation coverage.\r\n\r\n<strong>California - What you need to know about workers compensation insurance</strong>\r\n\r\nSome Workers Compensation coverage can include:\r\n\r\n• Innovative payment systems\r\n• Medical disability case managers\r\n• Utilization management nurses\r\n• Certified life care planning nurses\r\n• Vocational rehabilitation consultants\r\n• Physician consulting services\r\n• Legal staff\r\n• Contracts with medical network providers\r\n• Managed prescription drug program\r\n\r\nTo find out more about this product and other products and services, contact Sean Womack today by calling 949-940-6934.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Workers Compensation','','publish','closed','closed','','workers-compensation-insurance','','','2014-05-15 04:06:10','2014-05-15 04:06:10','',50,'http://03785f6.netsolhost.com/wordpress/?page_id=268',0,'page','',0),(269,1,'2014-02-19 21:01:50','2014-02-19 21:01:50','','Workers Compensation Insurance','','inherit','open','open','','268-revision-v1','','','2014-02-19 21:01:50','2014-02-19 21:01:50','',268,'http://03785f6.netsolhost.com/wordpress/268-revision-v1/',0,'revision','',0),(270,1,'2014-02-19 21:02:25','2014-02-19 21:02:25','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Cyber Liability','','publish','closed','closed','','cyber-liability-insurance','','','2014-05-15 04:05:39','2014-05-15 04:05:39','',50,'http://03785f6.netsolhost.com/wordpress/?page_id=270',0,'page','',0),(271,1,'2014-02-19 21:02:25','2014-02-19 21:02:25','','Cyber Liability Insurance','','inherit','open','open','','270-revision-v1','','','2014-02-19 21:02:25','2014-02-19 21:02:25','',270,'http://03785f6.netsolhost.com/wordpress/270-revision-v1/',0,'revision','',0),(272,1,'2014-02-19 21:03:17','2014-02-19 21:03:17','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Employee/Group Benefits','','publish','closed','closed','','group-benefits','','','2014-05-15 04:05:44','2014-05-15 04:05:44','',50,'http://03785f6.netsolhost.com/wordpress/?page_id=272',0,'page','',0),(273,1,'2014-02-19 21:03:17','2014-02-19 21:03:17','','Employee/Group Benefits','','inherit','open','open','','272-revision-v1','','','2014-02-19 21:03:17','2014-02-19 21:03:17','',272,'http://03785f6.netsolhost.com/wordpress/272-revision-v1/',0,'revision','',0),(274,1,'2014-02-19 21:03:38','2014-02-19 21:03:38','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Customer Service','','publish','closed','closed','','customer-service','','','2014-05-15 03:50:45','2014-05-15 03:50:45','',0,'http://03785f6.netsolhost.com/wordpress/?page_id=274',0,'page','',0),(275,1,'2014-02-19 21:03:38','2014-02-19 21:03:38','','Customer Service','','inherit','open','open','','274-revision-v1','','','2014-02-19 21:03:38','2014-02-19 21:03:38','',274,'http://03785f6.netsolhost.com/wordpress/274-revision-v1/',0,'revision','',0),(276,1,'2014-02-19 21:04:47','2014-02-19 21:04:47',' ','','','publish','open','open','','276','','','2014-05-15 19:21:09','2014-05-15 19:21:09','',0,'http://03785f6.netsolhost.com/wordpress/?p=276',41,'nav_menu_item','',0),(277,1,'2014-02-19 21:04:47','2014-02-19 21:04:47',' ','','','publish','open','open','','277','','','2014-05-15 19:21:09','2014-05-15 19:21:09','',50,'http://03785f6.netsolhost.com/wordpress/?p=277',39,'nav_menu_item','',0),(278,1,'2014-02-19 21:04:47','2014-02-19 21:04:47',' ','','','publish','open','open','','278','','','2014-05-15 19:21:09','2014-05-15 19:21:09','',50,'http://03785f6.netsolhost.com/wordpress/?p=278',38,'nav_menu_item','',0),(279,1,'2014-02-19 21:04:47','2014-02-19 21:04:47',' ','','','publish','open','open','','279','','','2014-05-15 19:21:09','2014-05-15 19:21:09','',50,'http://03785f6.netsolhost.com/wordpress/?p=279',32,'nav_menu_item','',0),(280,1,'2014-02-19 21:07:12','2014-02-19 21:07:12','','Request a Quote','','inherit','open','open','','162-revision-v1','','','2014-02-19 21:07:12','2014-02-19 21:07:12','',162,'http://03785f6.netsolhost.com/wordpress/162-revision-v1/',0,'revision','',0),(281,1,'2014-02-19 21:08:24','2014-02-19 21:08:24','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Make a Payment','','publish','closed','closed','','make-payment','','','2014-05-15 03:51:50','2014-05-15 03:51:50','',274,'http://03785f6.netsolhost.com/wordpress/?page_id=281',0,'page','',0),(282,1,'2014-02-19 21:08:24','2014-02-19 21:08:24','','Make a Payment','','inherit','open','open','','281-revision-v1','','','2014-02-19 21:08:24','2014-02-19 21:08:24','',281,'http://03785f6.netsolhost.com/wordpress/281-revision-v1/',0,'revision','',0),(283,1,'2014-02-19 21:09:46','2014-02-19 21:09:46','<strong><font size=\"5\">Reporting an Insurance Claim</font></strong>\r\n\r\n<strong><u>AUTO ACCIDENT INSTRUCTIONS</u></strong>\r\n\r\nMost insurance company claim\'s departments are available <strong>24 hours a day, 7 days a week,</strong> including weekends and holidays. If you are involved in an accident:\r\n\r\n<strong>1. Remain at the scene.</strong>\r\n<strong>2. Call the police</strong> to report the accident.\r\n<strong>3. Exchange information</strong> with the other driver(s). Provide your policy number and your insurance company\'s claim number (see below).\r\n<strong>4. Don\'t admit fault</strong> for the accident or discuss your insurance coverage or limits. Also don\'t discuss the accident with anyone except the policy and your insurance company claims representative.\r\n\r\n<strong>Ask for this information:</strong>\r\n<strong>></strong> Name, address, driver\'s license number and phone numbers for other drivers and witnesses.\r\n<strong>></strong> Year, make, model, and license plate number of all vehicles.\r\n<strong>></strong> Name of insurance company and/or agent for other drivers.\r\n\r\n<u><strong>CLAIM REPORTING PHONE NUMBERS</strong></u>\r\n\r\nArrowhead Insurance Services\r\n • Property/Renters: 800-453-8610\r\n • Auto: 800-285-2524\r\n\r\nFirst American Specialty\r\n • All Claims: 800-348-3782\r\n\r\nThe Hartford\r\n • All Claims: 800-243-5860\r\n\r\nInfinity\r\n • All Claims: 800-252-2799\r\n\r\nKemper Insurance Group\r\n • Kemper Preferred: 800-252-2799\r\n • Kemper Specialty: 800-777-4342\r\n\r\nMcGraw Insurance Services\r\n • All Claims: 800-962-1172\r\n\r\nMercury Insurance Group\r\n • Mercury Insurance Company: 800-313-6372\r\n • California Automobile Insurance Company: 800-313-6372\r\n\r\nProgressive\r\n • All Claims: 800-776-4737\r\n\r\nSafeco Insurance Group\r\n • Safeco Insurance Company: 800-332-3226\r\n • American States Insurance Company: 800-332-3226\r\n\r\nTravelers Insurance Group\r\n • All Claims: 800-252-4633\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Report a Claim','','publish','closed','closed','','report-claim','','','2014-05-15 17:58:01','2014-05-15 17:58:01','',274,'http://03785f6.netsolhost.com/wordpress/?page_id=283',0,'page','',0),(284,1,'2014-02-19 21:09:46','2014-02-19 21:09:46','','Report a Claim','','inherit','open','open','','283-revision-v1','','','2014-02-19 21:09:46','2014-02-19 21:09:46','',283,'http://03785f6.netsolhost.com/wordpress/283-revision-v1/',0,'revision','',0),(285,1,'2014-02-19 21:10:14','2014-02-19 21:10:14','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Make a Change to Policy','','publish','closed','closed','','make-change-policy','','','2014-05-15 03:51:34','2014-05-15 03:51:34','',274,'http://03785f6.netsolhost.com/wordpress/?page_id=285',0,'page','',0),(286,1,'2014-02-19 21:10:14','2014-02-19 21:10:14','','Make a Change to Policy','','inherit','open','open','','285-revision-v1','','','2014-02-19 21:10:14','2014-02-19 21:10:14','',285,'http://03785f6.netsolhost.com/wordpress/285-revision-v1/',0,'revision','',0),(287,1,'2014-02-19 21:10:38','2014-02-19 21:10:38','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Combine and Save','','publish','closed','closed','','combine-save','','','2014-05-15 03:51:12','2014-05-15 03:51:12','',274,'http://03785f6.netsolhost.com/wordpress/?page_id=287',0,'page','',0),(288,1,'2014-02-19 21:10:38','2014-02-19 21:10:38','','Combine and Save','','inherit','open','open','','287-revision-v1','','','2014-02-19 21:10:38','2014-02-19 21:10:38','',287,'http://03785f6.netsolhost.com/wordpress/287-revision-v1/',0,'revision','',0),(289,1,'2014-02-19 21:11:11','2014-02-19 21:11:11','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Business Savings Analysis','','publish','closed','closed','','business-savings-analysis','','','2014-05-15 03:50:52','2014-05-15 03:50:52','',274,'http://03785f6.netsolhost.com/wordpress/?page_id=289',0,'page','',0),(290,1,'2014-02-19 21:11:11','2014-02-19 21:11:11','','Business Savings Analysis','','inherit','open','open','','289-revision-v1','','','2014-02-19 21:11:11','2014-02-19 21:11:11','',289,'http://03785f6.netsolhost.com/wordpress/289-revision-v1/',0,'revision','',0),(291,1,'2014-02-19 21:11:44','2014-02-19 21:11:44','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Certificate of Insurance Request','','publish','closed','closed','','certificate-insurance-request','','','2014-05-15 03:51:06','2014-05-15 03:51:06','',274,'http://03785f6.netsolhost.com/wordpress/?page_id=291',0,'page','',0),(292,1,'2014-02-19 21:11:44','2014-02-19 21:11:44','','Certificate of Insurance Request','','inherit','open','open','','291-revision-v1','','','2014-02-19 21:11:44','2014-02-19 21:11:44','',291,'http://03785f6.netsolhost.com/wordpress/291-revision-v1/',0,'revision','',0),(293,1,'2014-02-19 21:12:10','2014-02-19 21:12:10','<font size=\"5\"><strong>Refer a Friend or Family Member</font></strong>\r\n\r\n<strong>We love our customers!</strong>\r\n\r\nWe would like to thank our customers for allowing us to take care of their insurance needs. As in any business, we want to continue our growth. Satisfied clients are the foundation of our success and we would like to share this success with you.\r\n\r\nIf you refer a friend or family member to our agency and we write his or her own insurance policy...\r\n\r\n<i>...we will thank you with a $25.00 gift certificate.</i>\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Refer a Friend','','publish','closed','closed','','refer-friend','','','2014-05-15 03:52:05','2014-05-15 03:52:05','',274,'http://03785f6.netsolhost.com/wordpress/?page_id=293',0,'page','',0),(294,1,'2014-02-19 21:12:10','2014-02-19 21:12:10','','Refer a Friend','','inherit','open','open','','293-revision-v1','','','2014-02-19 21:12:10','2014-02-19 21:12:10','',293,'http://03785f6.netsolhost.com/wordpress/293-revision-v1/',0,'revision','',0),(295,1,'2014-02-19 21:12:36','2014-02-19 21:12:36','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Our Contest','','publish','closed','closed','','contest','','','2014-05-15 03:51:57','2014-05-15 03:51:57','',274,'http://03785f6.netsolhost.com/wordpress/?page_id=295',0,'page','',0),(296,1,'2014-02-19 21:12:36','2014-02-19 21:12:36','','Our Contest','','inherit','open','open','','295-revision-v1','','','2014-02-19 21:12:36','2014-02-19 21:12:36','',295,'http://03785f6.netsolhost.com/wordpress/295-revision-v1/',0,'revision','',0),(297,1,'2014-02-19 21:13:05','2014-02-19 21:13:05','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Se Habla Espanol','','publish','closed','closed','','se-habla-espanol','','','2014-05-15 03:52:25','2014-05-15 03:52:25','',274,'http://03785f6.netsolhost.com/wordpress/?page_id=297',0,'page','',0),(298,1,'2014-02-19 21:13:05','2014-02-19 21:13:05','','Se Habla Espanol','','inherit','open','open','','297-revision-v1','','','2014-02-19 21:13:05','2014-02-19 21:13:05','',297,'http://03785f6.netsolhost.com/wordpress/297-revision-v1/',0,'revision','',0),(299,1,'2014-02-19 21:13:33','2014-02-19 21:13:33','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','View Our Partners','','publish','closed','closed','','view-partners','','','2014-05-15 03:52:33','2014-05-15 03:52:33','',274,'http://03785f6.netsolhost.com/wordpress/?page_id=299',0,'page','',0),(300,1,'2014-02-19 21:13:33','2014-02-19 21:13:33','','View Our Partners','','inherit','open','open','','299-revision-v1','','','2014-02-19 21:13:33','2014-02-19 21:13:33','',299,'http://03785f6.netsolhost.com/wordpress/299-revision-v1/',0,'revision','',0),(301,1,'2014-02-19 21:14:09','2014-02-19 21:14:09','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Go Paperless','','publish','closed','closed','','go-paperless','','','2014-05-15 03:51:27','2014-05-15 03:51:27','',274,'http://03785f6.netsolhost.com/wordpress/?page_id=301',0,'page','',0),(302,1,'2014-02-19 21:14:09','2014-02-19 21:14:09','','Go Paperless','','inherit','open','open','','301-revision-v1','','','2014-02-19 21:14:09','2014-02-19 21:14:09','',301,'http://03785f6.netsolhost.com/wordpress/301-revision-v1/',0,'revision','',0),(303,1,'2014-02-19 21:14:38','2014-02-19 21:14:38','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','We\'re Hiring!','','publish','closed','closed','','hiring','','','2014-05-15 03:52:39','2014-05-15 03:52:39','',274,'http://03785f6.netsolhost.com/wordpress/?page_id=303',0,'page','',0),(304,1,'2014-02-19 21:14:38','2014-02-19 21:14:38','','We\'re Hiring','','inherit','open','open','','303-revision-v1','','','2014-02-19 21:14:38','2014-02-19 21:14:38','',303,'http://03785f6.netsolhost.com/wordpress/303-revision-v1/',0,'revision','',0),(305,1,'2014-02-19 21:14:49','2014-02-19 21:14:49','','We\'re Hiring!','','inherit','open','open','','303-revision-v1','','','2014-02-19 21:14:49','2014-02-19 21:14:49','',303,'http://03785f6.netsolhost.com/wordpress/303-revision-v1/',0,'revision','',0),(769,1,'2014-04-25 16:36:31','2014-04-25 16:36:31',' ','','','publish','open','open','','769','','','2014-05-15 19:21:09','2014-05-15 19:21:09','',46,'http://03785f6.netsolhost.com/wordpress/?p=769',20,'nav_menu_item','',0),(307,1,'2014-02-19 21:16:22','2014-02-19 21:16:22','','We\'re Hiring!','','publish','open','open','','were-hiring','','','2014-05-15 19:21:09','2014-05-15 19:21:09','',274,'http://03785f6.netsolhost.com/wordpress/?p=307',56,'nav_menu_item','',0),(308,1,'2014-02-19 21:16:22','2014-02-19 21:16:22',' ','','','publish','open','open','','308','','','2014-05-15 19:21:09','2014-05-15 19:21:09','',274,'http://03785f6.netsolhost.com/wordpress/?p=308',54,'nav_menu_item','',0),(309,1,'2014-02-19 21:16:22','2014-02-19 21:16:22',' ','','','publish','open','open','','309','','','2014-05-15 19:21:09','2014-05-15 19:21:09','',274,'http://03785f6.netsolhost.com/wordpress/?p=309',53,'nav_menu_item','',0),(310,1,'2014-02-19 21:16:22','2014-02-19 21:16:22',' ','','','publish','open','open','','310','','','2014-05-15 19:21:09','2014-05-15 19:21:09','',274,'http://03785f6.netsolhost.com/wordpress/?p=310',51,'nav_menu_item','',0),(311,1,'2014-02-19 21:16:22','2014-02-19 21:16:22',' ','','','publish','open','open','','311','','','2014-05-15 19:21:09','2014-05-15 19:21:09','',274,'http://03785f6.netsolhost.com/wordpress/?p=311',52,'nav_menu_item','',0),(312,1,'2014-02-19 21:16:22','2014-02-19 21:16:22',' ','','','publish','open','open','','312','','','2014-05-15 19:21:09','2014-05-15 19:21:09','',274,'http://03785f6.netsolhost.com/wordpress/?p=312',50,'nav_menu_item','',0),(313,1,'2014-02-19 21:16:21','2014-02-19 21:16:21',' ','','','publish','open','open','','313','','','2014-05-15 19:21:09','2014-05-15 19:21:09','',274,'http://03785f6.netsolhost.com/wordpress/?p=313',49,'nav_menu_item','',0),(314,1,'2014-02-19 21:16:21','2014-02-19 21:16:21',' ','','','publish','open','open','','314','','','2014-05-15 19:21:09','2014-05-15 19:21:09','',274,'http://03785f6.netsolhost.com/wordpress/?p=314',48,'nav_menu_item','',0),(315,1,'2014-02-19 21:16:22','2014-02-19 21:16:22',' ','','','publish','open','open','','315','','','2014-05-15 19:21:09','2014-05-15 19:21:09','',274,'http://03785f6.netsolhost.com/wordpress/?p=315',46,'nav_menu_item','',0),(316,1,'2014-02-19 21:16:21','2014-02-19 21:16:21',' ','','','publish','open','open','','316','','','2014-05-15 19:21:09','2014-05-15 19:21:09','',274,'http://03785f6.netsolhost.com/wordpress/?p=316',47,'nav_menu_item','',0),(317,1,'2014-02-19 21:16:21','2014-02-19 21:16:21',' ','','','publish','open','open','','317','','','2014-05-15 19:21:09','2014-05-15 19:21:09','',274,'http://03785f6.netsolhost.com/wordpress/?p=317',45,'nav_menu_item','',0),(318,1,'2014-02-19 21:16:21','2014-02-19 21:16:21',' ','','','publish','open','open','','318','','','2014-05-15 19:21:09','2014-05-15 19:21:09','',274,'http://03785f6.netsolhost.com/wordpress/?p=318',44,'nav_menu_item','',0),(319,1,'2014-02-19 21:17:50','2014-02-19 21:17:50','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Questions','','publish','closed','closed','','questions','','','2014-05-15 03:44:57','2014-05-15 03:44:57','',42,'http://03785f6.netsolhost.com/wordpress/?page_id=319',0,'page','',0),(320,1,'2014-02-19 21:17:50','2014-02-19 21:17:50','','Questions','','inherit','open','open','','319-revision-v1','','','2014-02-19 21:17:50','2014-02-19 21:17:50','',319,'http://03785f6.netsolhost.com/wordpress/319-revision-v1/',0,'revision','',0),(321,1,'2014-02-19 21:18:16','2014-02-19 21:18:16','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Testimonials','','publish','closed','closed','','testimonials','','','2014-05-15 03:45:22','2014-05-15 03:45:22','',42,'http://03785f6.netsolhost.com/wordpress/?page_id=321',0,'page','',0),(322,1,'2014-02-19 21:18:16','2014-02-19 21:18:16','','Testimonials','','inherit','open','open','','321-revision-v1','','','2014-02-19 21:18:16','2014-02-19 21:18:16','',321,'http://03785f6.netsolhost.com/wordpress/321-revision-v1/',0,'revision','',0),(323,1,'2014-02-19 21:18:52','2014-02-19 21:18:52','<font size=\"5\"><strong>Privacy Policy</strong></font>\r\n\r\n<strong>What information do we collect?</strong>\r\n\r\nWe collect information from you when fill out a form. You may be asked to enter your name, e-mail address, mailing address or phone number. You may, however, visit our site anonymously.\r\nWhat do we use your information for?\r\n\r\n<strong>Any of the information we collect from you may be used in one of the following ways:</strong>\r\n<i>\r\n1. To process transactions\r\n\r\nYour information, whether public or private, will not be sold, exchanged, transferred, or given to any other company for any reason whatsoever, without your consent, other than for the express purpose of delivering the purchased product or service requested.\r\n\r\n2. To send periodic emails\r\n\r\nThe email address you provide will only be used to send you information and updates pertaining to the request you request submitted online.\r\n</i>\r\n<strong>How do we protect your information?</strong>\r\n\r\nWe implement a variety of security measures to maintain the safety of your personal information when you place an order or access your personal information.\r\n\r\n<strong>Do we disclose any information to outside parties?</strong>\r\n\r\nWe do not sell, trade, or otherwise transfer to outside parties your personally identifiable information. This does not include trusted third parties who assist us in operating our website, conducting our business, or servicing you, so long as those parties agree to keep this information confidential. We may also release your information when we believe release is appropriate to comply with the law, enforce our site policies, or protect ours or others rights, property, or safety. However, non-personally identifiable visitor information may be provided to other parties for marketing, advertising, or other uses.\r\n\r\n<strong>Third party links</strong>\r\n\r\nOccasionally, at our discretion, we may include or offer third party products or services on our website or one of our blogs. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.\r\n\r\n<strong>California Online Privacy Protection Act Compliance</strong>\r\n\r\nBecause we value your privacy we have taken the necessary precautions to be in compliance with the California Online Privacy Protection Act. We therefore will not distribute your personal information to outside parties without your consent.\r\n\r\n<strong>Children’s Online Privacy Protection Act Compliance</strong>\r\n\r\nWe are in compliance with the requirements of COPPA (Children’s Online Privacy Protection Act), we do not collect any information from anyone under 13 years of age. Our website, products and services are all directed to people who are at least 13 years old or older.\r\n\r\n<strong>Your Consent</strong>\r\n\r\nBy using our site, you consent to our privacy policy.\r\n\r\n<strong>Changes to our Privacy Policy</strong>\r\n\r\nIf we decide to change our privacy policy, we will post those changes on this page.\r\n\r\n<strong>Contacting Us</strong>\r\n\r\nIf there are any questions regarding this privacy policy you may contact us using the information below.\r\n\r\nSean Womack\r\n13732 Newport Avenue, Suite #5 (Second Floor)\r\nTustin, CA 92780\r\nPhone: 949-940-6934\r\nsean@seanwomack.com\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Privacy Policy','','publish','closed','closed','','privacy-policy','','','2014-05-15 03:44:37','2014-05-15 03:44:37','',42,'http://03785f6.netsolhost.com/wordpress/?page_id=323',0,'page','',0),(324,1,'2014-02-19 21:18:52','2014-02-19 21:18:52','','Privacy Policy','','inherit','open','open','','323-revision-v1','','','2014-02-19 21:18:52','2014-02-19 21:18:52','',323,'http://03785f6.netsolhost.com/wordpress/323-revision-v1/',0,'revision','',0),(325,1,'2014-02-19 21:22:33','2014-02-19 21:22:33',' ','','','publish','open','open','','325','','','2014-05-15 19:21:09','2014-05-15 19:21:09','',42,'http://03785f6.netsolhost.com/wordpress/?p=325',62,'nav_menu_item','',0),(326,1,'2014-02-19 21:22:33','2014-02-19 21:22:33',' ','','','publish','open','open','','326','','','2014-05-15 19:21:09','2014-05-15 19:21:09','',42,'http://03785f6.netsolhost.com/wordpress/?p=326',63,'nav_menu_item','',0),(327,1,'2014-02-19 21:22:33','2014-02-19 21:22:33',' ','','','publish','open','open','','327','','','2014-05-15 19:21:09','2014-05-15 19:21:09','',42,'http://03785f6.netsolhost.com/wordpress/?p=327',61,'nav_menu_item','',0),(328,1,'2014-02-19 21:22:33','2014-02-19 21:22:33',' ','','','publish','open','open','','328','','','2014-05-15 19:21:09','2014-05-15 19:21:09','',42,'http://03785f6.netsolhost.com/wordpress/?p=328',60,'nav_menu_item','',0),(329,1,'2014-02-19 21:22:33','2014-02-19 21:22:33',' ','','','publish','open','open','','329','','','2014-05-15 19:21:09','2014-05-15 19:21:09','',0,'http://03785f6.netsolhost.com/wordpress/?p=329',57,'nav_menu_item','',0),(330,1,'2014-02-19 21:22:33','2014-02-19 21:22:33',' ','','','publish','open','open','','330','','','2014-05-15 19:21:09','2014-05-15 19:21:09','',42,'http://03785f6.netsolhost.com/wordpress/?p=330',59,'nav_menu_item','',0),(331,1,'2014-02-19 22:43:10','2014-02-19 22:43:10','[aio_button align=\"center\" animation=\"none\" color=\"blue\" size=\"small\" icon=\"ok\" text=\"CLICK HERE\" relationship=\"dofollow\" url=\"http://03785f6.netsolhost.com/wordpress\"]','Blog','','inherit','open','open','','170-autosave-v1','','','2014-02-19 22:43:10','2014-02-19 22:43:10','',170,'http://03785f6.netsolhost.com/wordpress/170-autosave-v1/',0,'revision','',0),(332,1,'2014-02-20 05:18:39','2014-02-20 05:18:39','http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/SVG-Logo2.png','SVG-Logo2.png','','inherit','closed','open','','svg-logo2-png','','','2014-02-20 05:18:39','2014-02-20 05:18:39','',0,'http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/SVG-Logo2.png',0,'attachment','image/png',0),(333,1,'2014-02-20 05:24:42','2014-02-20 05:24:42','/*\nWelcome to Custom CSS!\n\nCSS (Cascading Style Sheets) is a kind of code that tells the browser how\nto render a web page. You may delete these comments and get started with\nyour customizations.\n\nBy default, your stylesheet will be loaded after the theme stylesheets,\nwhich means that your rules can take precedence and override the theme CSS\nrules. Just write here what you want to change, you don\'t need to copy all\nyour theme\'s stylesheet content.\n*/\n/*\nREMOVES TITLE NAME FROM SHOWING ON EACH PAGE\n*/\n.entry-title {\n display: none;\n}\n\n/*\nREMOVES BORDER AROUND EACH WIDGET\n*/\n#wrapper,\n#featured,\n.widget-wrapper {\n background-color: transparent;\n border: none;\n}\n\n/*\nREMOVES POWERED BY WORDPRESS AT FOOTER\n*/\n.powered {\n display: none;\n}\n\n/*\nREMOVES COPYRIGHT IN FOOTER\n*/\n.copyright {\n color: transparent;\n}\n\n.copyright a {\n display: none;\n}\n\n/*\nMAKES GOOGLE MAPS RESPONSIVE\n*/\n.google-maps {\n position: relative;\n padding-bottom: 75%;\n overflow: hidden;\n}\n\n.google-maps iframe {\n position: absolute;\n top: 0;\n left: 0;\n width: 100% !important;\n height: 100% !important;\n}','safecss','Responsive Child','publish','open','open','','safecss','','','2014-04-25 22:53:17','2014-04-25 22:53:17','.entry-title{display:none}#wrapper,#featured,.widget-wrapper{background-color:transparent;border:none}.powered{display:none}.copyright{color:transparent}.copyright a{display:none}.google-maps{position:relative;padding-bottom:75%;overflow:hidden}.google-maps iframe{position:absolute;top:0;left:0;width:100% !important;height:100% !important}',0,'http://03785f6.netsolhost.com/wordpress/?safecss=safecss',0,'safecss','',0),(353,1,'2014-02-22 00:09:45','2014-02-22 00:09:45','','safecss','Customizr','inherit','open','open','','333-revision-v1','','','2014-02-22 00:09:45','2014-02-22 00:09:45','',333,'http://03785f6.netsolhost.com/wordpress/333-revision-v1/',0,'revision','',0),(354,1,'2014-02-22 00:19:08','2014-02-22 00:19:08','','safecss','Twenty Fourteen','inherit','open','open','','333-revision-v1','','','2014-02-22 00:19:08','2014-02-22 00:19:08','',333,'http://03785f6.netsolhost.com/wordpress/333-revision-v1/',0,'revision','',0),(355,1,'2014-02-22 00:31:05','2014-02-22 00:31:05','','safecss','BlackBird','inherit','open','open','','333-revision-v1','','','2014-02-22 00:31:05','2014-02-22 00:31:05','',333,'http://03785f6.netsolhost.com/wordpress/333-revision-v1/',0,'revision','',0),(356,1,'2014-02-25 16:17:30','2014-02-25 16:17:30','','safecss','Responsive','inherit','open','open','','333-revision-v1','','','2014-02-25 16:17:30','2014-02-25 16:17:30','',333,'http://03785f6.netsolhost.com/wordpress/333-revision-v1/',0,'revision','',0),(357,1,'2014-02-25 16:26:39','2014-02-25 16:26:39','','safecss','Responsive Child','inherit','open','open','','333-revision-v1','','','2014-02-25 16:26:39','2014-02-25 16:26:39','',333,'http://03785f6.netsolhost.com/wordpress/333-revision-v1/',0,'revision','',0),(343,1,'2014-02-21 22:49:32','2014-02-21 22:49:32','','mercuryLogo','','inherit','open','open','','mercurylogo','','','2014-02-21 22:49:32','2014-02-21 22:49:32','',0,'http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/mercuryLogo.jpg',0,'attachment','image/jpeg',0),(460,1,'2014-02-28 20:41:45','2014-02-28 20:41:45','Proudly located in the heart of Southern California, Sean Womack and his team have been serving the coverage needs of individuals, families, and businesses in California for over a decade. With a dedication to our local community, Sean and his team have continue to become a leader for California insurance in Orange County.\r\n\r\nAs a agent for a local independent agency, Sean and his team represent a multitude of insurance companies, from companies that write insurance across the nation to companies that focus writing insurance in California. Therefore, we are able to effectively compare coverages and rates to ensure that our clients have options.\r\n\r\nWhether you are looking for a California Auto Insurance policy or California Home Insurance, Sean Womack and his team have the policy that you are looking for.\r\n\r\nContact Sean Womack today to discover your options of California insurance strategies. Call us at 714-838-0601 and receive your free California insurance quotes today!\r\n','Home Page','','inherit','open','open','','8-revision-v1','','','2014-02-28 20:41:45','2014-02-28 20:41:45','',8,'http://03785f6.netsolhost.com/wordpress/8-revision-v1/',0,'revision','',0),(335,1,'2014-02-20 05:26:57','2014-02-20 05:26:57','Proudly located in the heart of Southern California, Sean Womack and his team have been serving the coverage needs of individuals, families, and businesses in California for over a decade. With a dedication to our local community, Sean and his team have continue to become a leader for California insurance in Orange County.\r\n\r\nAs a agent for a local independent agency, Sean and his team represent a multitude of insurance companies, from companies that write insurance across the nation to companies that focus writing insurance in California. Therefore, we are able to effectively compare coverages and rates to ensure that our clients have options.\r\n\r\nWhether you are looking for a California Auto Insurance policy or California Home Insurance, Sean Womack and his team have the policy that you are looking for.\r\n\r\nContact Sean Womack today to discover your options of California insurance strategies. Call us at 714-838-0601 and receive your free California insurance quotes today!\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/SVG-Logo3.svg\"><img class=\"alignnone size-full wp-image-334\" alt=\"SVG Logo3\" src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/SVG-Logo3.svg\" /></a>','Home','','inherit','open','open','','8-revision-v1','','','2014-02-20 05:26:57','2014-02-20 05:26:57','',8,'http://03785f6.netsolhost.com/wordpress/8-revision-v1/',0,'revision','',0),(336,1,'2014-02-21 19:48:01','2014-02-21 19:48:01','http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/copy-SVG-Logo2-e1393012050939.png','copy-SVG-Logo2-e1393012050939.png','','inherit','open','open','','copy-svg-logo2-e1393012050939-png','','','2014-02-21 19:48:01','2014-02-21 19:48:01','',0,'http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/copy-SVG-Logo2-e1393012050939.png',0,'attachment','image/png',0),(338,1,'2014-02-21 19:53:46','2014-02-21 19:53:46','Proudly located in the heart of Southern California, Sean Womack and his team have been serving the coverage needs of individuals, families, and businesses in California for over a decade. With a dedication to our local community, Sean and his team have continue to become a leader for California insurance in Orange County.\r\n\r\nAs a agent for a local independent agency, Sean and his team represent a multitude of insurance companies, from companies that write insurance across the nation to companies that focus writing insurance in California. Therefore, we are able to effectively compare coverages and rates to ensure that our clients have options.\r\n\r\nWhether you are looking for a California Auto Insurance policy or California Home Insurance, Sean Womack and his team have the policy that you are looking for.\r\n\r\nContact Sean Womack today to discover your options of California insurance strategies. Call us at 714-838-0601 and receive your free California insurance quotes today!\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/SVG-Logo3.svg\"><img class=\"alignnone size-full wp-image-334\" alt=\"SVG Logo3\" src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/SVG-Logo3.svg\" /></a>','Home','','inherit','open','open','','8-revision-v1','','','2014-02-21 19:53:46','2014-02-21 19:53:46','',8,'http://03785f6.netsolhost.com/wordpress/8-revision-v1/',0,'revision','',0),(337,1,'2014-02-21 19:49:45','2014-02-21 19:49:45','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Tustin-Banner.jpg\"><img class=\"alignnone size-full wp-image-141\" alt=\"Tustin Banner\" src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Tustin-Banner.jpg\" width=\"957\" height=\"235\" /></a>\r\n\r\nProudly located in the heart of Southern California, Sean Womack and his team have been serving the coverage needs of individuals, families, and businesses in California for over a decade. With a dedication to our local community, Sean and his team have continue to become a leader for California insurance in Orange County.\r\n\r\nAs a agent for a local independent agency, Sean and his team represent a multitude of insurance companies, from companies that write insurance across the nation to companies that focus writing insurance in California. Therefore, we are able to effectively compare coverages and rates to ensure that our clients have options.\r\n\r\nWhether you are looking for a California Auto Insurance policy or California Home Insurance, Sean Womack and his team have the policy that you are looking for.\r\n\r\nContact Sean Womack today to discover your options of California insurance strategies. Call us at 714-838-0601 and receive your free California insurance quotes today!\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/SVG-Logo3.svg\"><img class=\"alignnone size-full wp-image-334\" alt=\"SVG Logo3\" src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/SVG-Logo3.svg\" /></a>','Home','','inherit','open','open','','8-revision-v1','','','2014-02-21 19:49:45','2014-02-21 19:49:45','',8,'http://03785f6.netsolhost.com/wordpress/8-revision-v1/',0,'revision','',0),(344,1,'2014-02-21 22:55:19','2014-02-21 22:55:19','','foremostLogo','','inherit','open','open','','foremostlogo','','','2014-02-21 22:55:19','2014-02-21 22:55:19','',0,'http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/foremostLogo.jpg',7,'attachment','image/jpeg',0),(345,1,'2014-02-21 22:55:20','2014-02-21 22:55:20','','hartfordLogo','','inherit','open','open','','hartfordlogo','','','2014-02-21 22:55:20','2014-02-21 22:55:20','',0,'http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/hartfordLogo.jpg',8,'attachment','image/jpeg',0),(346,1,'2014-02-21 22:55:21','2014-02-21 22:55:21','','travelers','','inherit','open','open','','travelers','','','2014-02-21 22:55:21','2014-02-21 22:55:21','',0,'http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/travelers.jpg',5,'attachment','image/jpeg',0),(347,1,'2014-02-21 22:55:22','2014-02-21 22:55:22','','firstAmericanLogo','','inherit','open','open','','firstamericanlogo','','','2014-02-21 22:55:22','2014-02-21 22:55:22','',0,'http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/firstAmericanLogo.jpg',5,'attachment','image/jpeg',0),(348,1,'2014-02-21 22:55:23','2014-02-21 22:55:23','','alliedLogo','','inherit','open','open','','alliedlogo','','','2014-02-21 22:55:23','2014-02-21 22:55:23','',0,'http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/alliedLogo.jpg',3,'attachment','image/jpeg',0),(152,1,'2014-02-04 23:13:19','2014-02-04 23:13:19','<!--[if gte mso 9]><xml>\r\n<w:WordDocument>\r\n<w:View>Normal</w:View>\r\n<w:Zoom>0</w:Zoom>\r\n<w:TrackMoves/>\r\n<w:TrackFormatting/>\r\n<w:PunctuationKerning/>\r\n<w:ValidateAgainstSchemas/>\r\n<w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n<w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n<w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n<w:DoNotPromoteQF/>\r\n<w:LidThemeOther>EN-US</w:LidThemeOther>\r\n<w:LidThemeAsian>X-NONE</w:LidThemeAsian>\r\n<w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n<w:Compatibility>\r\n<w:BreakWrappedTables/>\r\n<w:SnapToGridInCell/>\r\n<w:WrapTextWithPunct/>\r\n<w:UseAsianBreakRules/>\r\n<w:DontGrowAutofit/>\r\n<w:SplitPgBreakAndParaMark/>\r\n<w:DontVertAlignCellWithSp/>\r\n<w:DontBreakConstrainedForcedTables/>\r\n<w:DontVertAlignInTxbx/>\r\n<w:Word11KerningPairs/>\r\n<w:CachedColBalance/>\r\n</w:Compatibility>\r\n<w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>\r\n<m:mathPr>\r\n<m:mathFont m:val=\"Cambria Math\"/>\r\n<m:brkBin m:val=\"before\"/>\r\n<m:brkBinSub m:val=\"--\"/>\r\n<m:smallFrac m:val=\"off\"/>\r\n<m:dispDef/>\r\n<m:lMargin m:val=\"0\"/>\r\n<m:rMargin m:val=\"0\"/>\r\n<m:defJc m:val=\"centerGroup\"/>\r\n<m:wrapIndent m:val=\"1440\"/>\r\n<m:intLim m:val=\"subSup\"/>\r\n<m:naryLim m:val=\"undOvr\"/>\r\n</m:mathPr></w:WordDocument>\r\n</xml><![endif]-->\r\n<p class=\"MsoNormal\"><!--[if gte mso 9]><xml>\r\n <w:WordDocument>\r\n <w:View>Normal</w:View>\r\n <w:Zoom>0</w:Zoom>\r\n <w:TrackMoves/>\r\n <w:TrackFormatting/>\r\n <w:PunctuationKerning/>\r\n <w:ValidateAgainstSchemas/>\r\n <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n <w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n <w:DoNotPromoteQF/>\r\n <w:LidThemeOther>EN-US</w:LidThemeOther>\r\n <w:LidThemeAsian>X-NONE</w:LidThemeAsian>\r\n <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n <w:Compatibility>\r\n <w:BreakWrappedTables/>\r\n <w:SnapToGridInCell/>\r\n <w:WrapTextWithPunct/>\r\n <w:UseAsianBreakRules/>\r\n <w:DontGrowAutofit/>\r\n <w:SplitPgBreakAndParaMark/>\r\n <w:DontVertAlignCellWithSp/>\r\n <w:DontBreakConstrainedForcedTables/>\r\n <w:DontVertAlignInTxbx/>\r\n <w:Word11KerningPairs/>\r\n <w:CachedColBalance/>\r\n </w:Compatibility>\r\n <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>\r\n <m:mathPr>\r\n <m:mathFont m:val=\"Cambria Math\"/>\r\n <m:brkBin m:val=\"before\"/>\r\n <m:brkBinSub m:val=\"--\"/>\r\n <m:smallFrac m:val=\"off\"/>\r\n <m:dispDef/>\r\n <m:lMargin m:val=\"0\"/>\r\n <m:rMargin m:val=\"0\"/>\r\n <m:defJc m:val=\"centerGroup\"/>\r\n <m:wrapIndent m:val=\"1440\"/>\r\n <m:intLim m:val=\"subSup\"/>\r\n <m:naryLim m:val=\"undOvr\"/>\r\n </m:mathPr></w:WordDocument>\r\n</xml><![endif]--><!--[if gte mso 9]><xml>\r\n <w:LatentStyles DefLockedState=\"false\" DefUnhideWhenUsed=\"true\"\r\n DefSemiHidden=\"true\" DefQFormat=\"false\" DefPriority=\"99\"\r\n LatentStyleCount=\"267\">\r\n <w:LsdException Locked=\"false\" Priority=\"0\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Normal\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"heading 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 7\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 8\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"9\" QFormat=\"true\" Name=\"heading 9\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 7\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 8\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" Name=\"toc 9\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"35\" QFormat=\"true\" Name=\"caption\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"10\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Title\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"1\" Name=\"Default Paragraph Font\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"11\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtitle\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"22\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Strong\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"20\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"59\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Table Grid\"/>\r\n <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Placeholder Text\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"1\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"No Spacing\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" UnhideWhenUsed=\"false\" Name=\"Revision\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"34\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"List Paragraph\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"29\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Quote\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"30\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Quote\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 1\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 2\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 3\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 4\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 5\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"60\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Shading Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"61\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"62\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Light Grid Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"63\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"64\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Shading 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"65\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"66\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium List 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"67\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 1 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"68\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 2 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"69\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Medium Grid 3 Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"70\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Dark List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"71\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Shading Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"72\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful List Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"73\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" Name=\"Colorful Grid Accent 6\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"19\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"21\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Emphasis\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"31\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Subtle Reference\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"32\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Intense Reference\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"33\" SemiHidden=\"false\"\r\n UnhideWhenUsed=\"false\" QFormat=\"true\" Name=\"Book Title\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"37\" Name=\"Bibliography\"/>\r\n <w:LsdException Locked=\"false\" Priority=\"39\" QFormat=\"true\" Name=\"TOC Heading\"/>\r\n </w:LatentStyles>\r\n</xml><![endif]--><!--[if gte mso 10]>\r\n<style>\r\n /* Style Definitions */\r\n table.MsoNormalTable\r\n {mso-style-name:\"Table Normal\";\r\n mso-tstyle-rowband-size:0;\r\n mso-tstyle-colband-size:0;\r\n mso-style-noshow:yes;\r\n mso-style-priority:99;\r\n mso-style-qformat:yes;\r\n mso-style-parent:\"\";\r\n mso-padding-alt:0in 5.4pt 0in 5.4pt;\r\n mso-para-margin:0in;\r\n mso-para-margin-bottom:.0001pt;\r\n mso-pagination:widow-orphan;\r\n font-size:11.0pt;\r\n font-family:\"Calibri\",\"sans-serif\";\r\n mso-ascii-font-family:Calibri;\r\n mso-ascii-theme-font:minor-latin;\r\n mso-hansi-font-family:Calibri;\r\n mso-hansi-theme-font:minor-latin;}\r\n</style>\r\n<![endif]--> <b style=\"mso-bidi-font-weight: normal;\"><span style=\"font-size: 12.0pt; font-family: \'Times New Roman\',\'serif\'; mso-fareast-font-family: \'Times New Roman\';\">California Auto Insurance</span></b>\r\n\r\n \r\n\r\n<p class=\"MsoNormal\"><span style=\"font-size: 12.0pt; font-family: \'Times New Roman\',\'serif\'; mso-fareast-font-family: \'Times New Roman\';\">California, like most states, requires drivers to have auto liability insurance before they can drive a car. Liability insurance pays the other driver’s medical, car repair, and other costs when the insured is at fault in an auto accident.</span></p>\r\n \r\n\r\n \r\n<p class=\"MsoNormal\"><span style=\"font-size: 12.0pt; font-family: \'Times New Roman\',\'serif\'; mso-fareast-font-family: \'Times New Roman\';\">Most California auto insurance policies are six months. However, if you have a clean driving record, it may make more sense to obtain an annual auto insurance policy to lock in your rates for a whole year.</span></p>\r\n \r\n\r\n \r\n<p class=\"MsoNormal\"><span style=\"font-size: 12.0pt; font-family: \'Times New Roman\',\'serif\'; mso-fareast-font-family: \'Times New Roman\';\">The basic California auto insurance policy is comprised of the following two coverages:</span></p>\r\n \r\n<p class=\"MsoListParagraphCxSpMiddle\"><b style=\"mso-bidi-font-weight: normal;\"><span style=\"font-size: 12.0pt; font-family: \'Times New Roman\',\'serif\'; mso-fareast-font-family: \'Times New Roman\';\"><span style=\"mso-list: Ignore;\">1.<span style=\"font: 7.0pt \'Times New Roman\';\"> </span></span></span></b><b style=\"mso-bidi-font-weight: normal;\"><span style=\"font-size: 12.0pt; font-family: \'Times New Roman\',\'serif\'; mso-fareast-font-family: \'Times New Roman\';\">Bodily Injury Liability: </span></b><span style=\"font-size: 12.0pt; font-family: \'Times New Roman\',\'serif\'; mso-fareast-font-family: \'Times New Roman\';\">This coverage applies to injuries that the insured caused to someone else.</span></p>\r\n<p class=\"MsoListParagraphCxSpLast\"><b style=\"mso-bidi-font-weight: normal;\"><span style=\"font-size: 12.0pt; font-family: \'Times New Roman\',\'serif\'; mso-fareast-font-family: \'Times New Roman\';\"><span style=\"mso-list: Ignore;\">2.<span style=\"font: 7.0pt \'Times New Roman\';\"> </span></span></span></b><b style=\"mso-bidi-font-weight: normal;\"><span style=\"font-size: 12.0pt; font-family: \'Times New Roman\',\'serif\'; mso-fareast-font-family: \'Times New Roman\';\"><span style=\"mso-spacerun: yes;\"> </span>Property Damage Liability: </span></b><span style=\"font-size: 12.0pt; font-family: \'Times New Roman\',\'serif\'; mso-fareast-font-family: \'Times New Roman\';\">This coverage pays for damage that the insured may cause to someone else’s property.</span></p>\r\n \r\n\r\n \r\n<p class=\"MsoNormal\"><span style=\"font-size: 12.0pt; font-family: \'Times New Roman\',\'serif\'; mso-fareast-font-family: \'Times New Roman\';\">The following list contains just a few of the coverages that can be added to a CA auto insurance policy for an additional premium:</span></p>\r\n \r\n<p class=\"MsoListParagraphCxSpMiddle\"><b style=\"mso-bidi-font-weight: normal;\"><span style=\"font-size: 12.0pt; font-family: \'Times New Roman\',\'serif\'; mso-fareast-font-family: \'Times New Roman\';\">Uninsured Motorist Coverage: </span></b><span style=\"font-size: 12.0pt; font-family: \'Times New Roman\',\'serif\'; mso-fareast-font-family: \'Times New Roman\';\">This coverage will reimburse the insured damages caused by the operator of an uninsured motor vehicle.</span></p>\r\n \r\n<p class=\"MsoListParagraphCxSpMiddle\"><b style=\"mso-bidi-font-weight: normal;\"><span style=\"font-size: 12.0pt; font-family: \'Times New Roman\',\'serif\'; mso-fareast-font-family: \'Times New Roman\';\">Medical Payments: </span></b><span style=\"font-size: 12.0pt; font-family: \'Times New Roman\',\'serif\'; mso-fareast-font-family: \'Times New Roman\';\">This coverage pays for the treatment of injuries to the insured and passengers of the insured’s vehicle.</span></p>\r\n \r\n<p class=\"MsoListParagraphCxSpMiddle\"><b style=\"mso-bidi-font-weight: normal;\"><span style=\"font-size: 12.0pt; font-family: \'Times New Roman\',\'serif\'; mso-fareast-font-family: \'Times New Roman\';\">Comprehensive</span></b>: <span style=\"font-size: 12.0pt; font-family: \'Times New Roman\',\'serif\'; mso-fareast-font-family: \'Times New Roman\';\">This coverage will repair the covered automobile up to the market value of the vehicle for loss caused by theft or loss caused by direct and accidental non-collision damage. Comprehensive coverage is usually sold with a deductible. The policyholder may opt for a higher deductible as a way to lower their premium. However, cracked or shattered windshields are generally considered a comprehensive loss. Therefore, many individuals choose to have a lower deductible for comprehensive coverage and opt for a higher collision deductible.</span></p>\r\n \r\n<p class=\"MsoListParagraphCxSpMiddle\"><b style=\"mso-bidi-font-weight: normal;\"><span style=\"font-size: 12.0pt; font-family: \'Times New Roman\',\'serif\'; mso-fareast-font-family: \'Times New Roman\';\">Collision: </span></b><span style=\"font-size: 12.0pt; font-family: \'Times New Roman\',\'serif\'; mso-fareast-font-family: \'Times New Roman\';\">This coverage will repair the covered automobile up to the market value of the vehicle for loss caused by collision damage. Collision coverage is usually sold with a deductible. Since the higher the deductible, the lower the premium—many policyholders choose to insure their vehicle with higher deductibles to save money. Plus, if the policyholder was not at fault in the accident, the insurance company may be able to recover the deductible from the other party’s insurance company.</span></p>\r\n \r\n<p class=\"MsoListParagraphCxSpMiddle\"><b style=\"mso-bidi-font-weight: normal;\"><span style=\"font-size: 12.0pt; font-family: \'Times New Roman\',\'serif\'; mso-fareast-font-family: \'Times New Roman\';\">Rental Car Benefit</span></b>: <span style=\"font-size: 12.0pt; font-family: \'Times New Roman\',\'serif\'; mso-fareast-font-family: \'Times New Roman\';\">This coverage will pay the expense incurred for a rental car for a limited period of time if the policy vehicle is covered for a comprehensive or collision loss.</span></p>\r\n \r\n<p class=\"MsoNormal\"><b style=\"mso-bidi-font-weight: normal;\"><span style=\"font-size: 12.0pt; font-family: \'Times New Roman\',\'serif\'; mso-fareast-font-family: \'Times New Roman\';\">Roadside Assistance: </span></b><span style=\"font-size: 12.0pt; font-family: \'Times New Roman\',\'serif\'; mso-fareast-font-family: \'Times New Roman\';\">Provides towing and other towing related services, such as, changing a flat tire or a battery jump-start, for all automobiles listed on the policy with this coverage.<span style=\"mso-spacerun: yes;\">\r\n</span></span></p>\r\n ','Auto Insurance','','inherit','open','open','','147-revision-v1','','','2014-02-04 23:13:19','2014-02-04 23:13:19','',147,'http://03785f6.netsolhost.com/wordpress/147-revision-v1/',0,'revision','',0),(349,1,'2014-02-21 22:55:24','2014-02-21 22:55:24','','infinityLogo','','inherit','open','open','','infinitylogo','','','2014-02-21 22:55:24','2014-02-21 22:55:24','',0,'http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/infinityLogo.jpg',9,'attachment','image/jpeg',0),(350,1,'2014-02-21 22:55:24','2014-02-21 22:55:24','','jpeg-21','','inherit','open','open','','jpeg-21','','','2014-02-21 22:55:24','2014-02-21 22:55:24','',0,'http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/jpeg-21.jpeg',10,'attachment','image/jpeg',0),(351,1,'2014-02-21 22:55:25','2014-02-21 22:55:25','','arrowheadExchange','','inherit','open','open','','arrowheadexchange','','','2014-02-21 22:55:25','2014-02-21 22:55:25','',0,'http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/arrowheadExchange.jpg',13,'attachment','image/jpeg',0),(352,1,'2014-02-21 22:55:26','2014-02-21 22:55:26','','californiaEarthquakeAuthorityLogo','','inherit','open','open','','californiaearthquakeauthoritylogo','','','2014-02-21 22:55:26','2014-02-21 22:55:26','',0,'http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/californiaEarthquakeAuthorityLogo.jpg',12,'attachment','image/jpeg',0),(358,1,'2014-02-25 17:05:42','2014-02-25 17:05:42','http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/copy-copy-SVG-Logo2-e1393012050939.png','copy-copy-SVG-Logo2-e1393012050939.png','','inherit','open','open','','copy-copy-svg-logo2-e1393012050939-png','','','2014-02-25 17:05:42','2014-02-25 17:05:42','',0,'http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/copy-copy-SVG-Logo2-e1393012050939.png',0,'attachment','image/png',0),(359,1,'2014-02-25 20:18:46','2014-02-25 20:18:46','','Company Banner','','inherit','open','open','','company-banner','','','2014-02-25 20:18:46','2014-02-25 20:18:46','',0,'http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Company-Banner.jpg',0,'attachment','image/jpeg',0),(361,1,'2014-02-25 22:14:58','2014-02-25 22:14:58','<strong>California Auto Insurance</strong>\r\n\r\nCalifornia, like most states, requires drivers to have auto liability insurance before they can drive a car. Liability insurance pays the other driver’s medical, car repair, and other costs when the insured is at fault in an auto accident.\r\n\r\nMost California auto insurance policies are six months. However, if you have a clean driving record, it may make more sense to obtain an annual auto insurance policy to lock in your rates for a whole year.\r\n\r\nThe basic California auto insurance policy is comprised of the following two coverages:\r\n\r\n<strong>1. Bodily Injury Liability: </strong>This coverage applies to injuries that the insured caused to someone else.\r\n\r\n<strong>2. Property Damage Liability:</strong> This coverage pays for damage that the insured may cause to someone else’s property.\r\n\r\nThe following list contains just a few of the coverages that can be added to a CA auto insurance policy for an additional premium:\r\n\r\n<strong>• Uninsured Motorist Coverage: </strong>This coverage will reimburse the insured damages caused by the operator of an uninsured motor vehicle.\r\n\r\n<strong>• Medical Payments: </strong>This coverage pays for the treatment of injuries to the insured and passengers of the insured’s vehicle.\r\n\r\n<strong>• Comprehensive:</strong> This coverage will repair the covered automobile up to the market value of the vehicle for loss caused by theft or loss caused by direct and accidental non-collision damage. Comprehensive coverage is usually sold with a deductible. The policyholder may opt for a higher deductible as a way to lower their premium. However, cracked or shattered windshields are generally considered a comprehensive loss. Therefore, many individuals choose to have a lower deductible for comprehensive coverage and opt for a higher collision deductible.\r\n\r\n<strong>• Collision: </strong>This coverage will repair the covered automobile up to the market value of the vehicle for loss caused by collision damage. Collision coverage is usually sold with a deductible. Since the higher the deductible, the lower the premium—many policyholders choose to insure their vehicle with higher deductibles to save money. Plus, if the policyholder was not at fault in the accident, the insurance company may be able to recover the deductible from the other party’s insurance company.\r\n\r\n<strong>• Rental Car Benefit:</strong> This coverage will pay the expense incurred for a rental car for a limited period of time if the policy vehicle is covered for a comprehensive or collision loss.\r\n\r\n<strong>• Roadside Assistance:</strong> Provides towing and other towing related services, such as, changing a flat tire or a battery jump-start, for all automobiles listed on the policy with this coverage.\r\n\r\n<!--[if gte mso 9]><xml>\r\n<w:WordDocument>\r\n<w:View>Normal</w:View>\r\n<w:Zoom>0</w:Zoom>\r\n<w:TrackMoves/>\r\n<w:TrackFormatting/>\r\n<w:PunctuationKerning/>\r\n<w:ValidateAgainstSchemas/>\r\n<w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n<w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n<w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n<w:DoNotPromoteQF/>\r\n<w:LidThemeOther>EN-US</w:LidThemeOther>\r\n<w:LidThemeAsian>X-NONE</w:LidThemeAsian>\r\n<w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n<w:Compatibility>\r\n<w:BreakWrappedTables/>\r\n<w:SnapToGridInCell/>\r\n<w:WrapTextWithPunct/>\r\n<w:UseAsianBreakRules/>\r\n<w:DontGrowAutofit/>\r\n<w:SplitPgBreakAndParaMark/>\r\n<w:DontVertAlignCellWithSp/>\r\n<w:DontBreakConstrainedForcedTables/>\r\n<w:DontVertAlignInTxbx/>\r\n<w:Word11KerningPairs/>\r\n<w:CachedColBalance/>\r\n</w:Compatibility>\r\n<w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>\r\n<m:mathPr>\r\n<m:mathFont m:val=\"Cambria Math\"/>\r\n<m:brkBin m:val=\"before\"/>\r\n<m:brkBinSub m:val=\"--\"/>\r\n<m:smallFrac m:val=\"off\"/>\r\n<m:dispDef/>\r\n<m:lMargin m:val=\"0\"/>\r\n<m:rMargin m:val=\"0\"/>\r\n<m:defJc m:val=\"centerGroup\"/>\r\n<m:wrapIndent m:val=\"1440\"/>\r\n<m:intLim m:val=\"subSup\"/>\r\n<m:naryLim m:val=\"undOvr\"/>\r\n</m:mathPr></w:WordDocument>\r\n</xml><![endif]-->','Auto Insurance','','inherit','open','open','','147-revision-v1','','','2014-02-25 22:14:58','2014-02-25 22:14:58','',147,'http://03785f6.netsolhost.com/wordpress/147-revision-v1/',0,'revision','',0),(360,1,'2014-02-25 21:51:17','2014-02-25 21:51:17','<strong>California Auto Insurance</strong>\r\n\r\nCalifornia, like most states, requires drivers to have auto liability insurance before they can drive a car. Liability insurance pays the other driver’s medical, car repair, and other costs when the insured is at fault in an auto accident.\r\n\r\nMost California auto insurance policies are six months. However, if you have a clean driving record, it may make more sense to obtain an annual auto insurance policy to lock in your rates for a whole year.\r\n\r\nThe basic California auto insurance policy is comprised of the following two coverages:\r\n\r\n<strong>1. Bodily Injury Liability: </strong>This coverage applies to injuries that the insured caused to someone else.\r\n\r\n<strong>2. Property Damage Liability:</strong> This coverage pays for damage that the insured may cause to someone else’s property.\r\n\r\nThe following list contains just a few of the coverages that can be added to a CA auto insurance policy for an additional premium:\r\n\r\n<strong>• Uninsured Motorist Coverage: </strong>This coverage will reimburse the insured damages caused by the operator of an uninsured motor vehicle.\r\n\r\n<strong>• Medical Payments: </strong>This coverage pays for the treatment of injuries to the insured and passengers of the insured’s vehicle.\r\n\r\n<strong>• Comprehensive:</strong> This coverage will repair the covered automobile up to the market value of the vehicle for loss caused by theft or loss caused by direct and accidental non-collision damage. Comprehensive coverage is usually sold with a deductible. The policyholder may opt for a higher deductible as a way to lower their premium. However, cracked or shattered windshields are generally considered a comprehensive loss. Therefore, many individuals choose to have a lower deductible for comprehensive coverage and opt for a higher collision deductible.\r\n\r\n<strong>• Collision: </strong>This coverage will repair the covered automobile up to the market value of the vehicle for loss caused by collision damage. Collision coverage is usually sold with a deductible. Since the higher the deductible, the lower the premium—many policyholders choose to insure their vehicle with higher deductibles to save money. Plus, if the policyholder was not at fault in the accident, the insurance company may be able to recover the deductible from the other party’s insurance company.\r\n\r\n<strong>• Rental Car Benefit:</strong> This coverage will pay the expense incurred for a rental car for a limited period of time if the policy vehicle is covered for a comprehensive or collision loss.\r\n\r\n<strong>• Roadside Assistance:</strong> Provides towing and other towing related services, such as, changing a flat tire or a battery jump-start, for all automobiles listed on the policy with this coverage.\r\n\r\n[metaslider id=233]\r\n\r\n<!--[if gte mso 9]><xml>\r\n<w:WordDocument>\r\n<w:View>Normal</w:View>\r\n<w:Zoom>0</w:Zoom>\r\n<w:TrackMoves/>\r\n<w:TrackFormatting/>\r\n<w:PunctuationKerning/>\r\n<w:ValidateAgainstSchemas/>\r\n<w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n<w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n<w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n<w:DoNotPromoteQF/>\r\n<w:LidThemeOther>EN-US</w:LidThemeOther>\r\n<w:LidThemeAsian>X-NONE</w:LidThemeAsian>\r\n<w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n<w:Compatibility>\r\n<w:BreakWrappedTables/>\r\n<w:SnapToGridInCell/>\r\n<w:WrapTextWithPunct/>\r\n<w:UseAsianBreakRules/>\r\n<w:DontGrowAutofit/>\r\n<w:SplitPgBreakAndParaMark/>\r\n<w:DontVertAlignCellWithSp/>\r\n<w:DontBreakConstrainedForcedTables/>\r\n<w:DontVertAlignInTxbx/>\r\n<w:Word11KerningPairs/>\r\n<w:CachedColBalance/>\r\n</w:Compatibility>\r\n<w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>\r\n<m:mathPr>\r\n<m:mathFont m:val=\"Cambria Math\"/>\r\n<m:brkBin m:val=\"before\"/>\r\n<m:brkBinSub m:val=\"--\"/>\r\n<m:smallFrac m:val=\"off\"/>\r\n<m:dispDef/>\r\n<m:lMargin m:val=\"0\"/>\r\n<m:rMargin m:val=\"0\"/>\r\n<m:defJc m:val=\"centerGroup\"/>\r\n<m:wrapIndent m:val=\"1440\"/>\r\n<m:intLim m:val=\"subSup\"/>\r\n<m:naryLim m:val=\"undOvr\"/>\r\n</m:mathPr></w:WordDocument>\r\n</xml><![endif]-->','Auto Insurance','','inherit','open','open','','147-revision-v1','','','2014-02-25 21:51:17','2014-02-25 21:51:17','',147,'http://03785f6.netsolhost.com/wordpress/147-revision-v1/',0,'revision','',0),(362,1,'2014-02-26 17:56:54','2014-02-26 17:56:54','<strong>California Auto Insurance</strong>\r\n\r\n<!--[if gte mso 9]><xml>\r\n <o:OfficeDocumentSettings>\r\n <o:RelyOnVML/>\r\n </o:OfficeDocumentSettings>\r\n</xml><![endif]-->\r\n\r\nThe right auto insurance policy can help you get back\r\n\r\nCalifornia, like most states, requires drivers to have auto liability insurance before they can drive a car. Liability insurance pays the other driver’s medical, car repair, and other costs when the insured is at fault in an auto accident.\r\n\r\nMost California auto insurance policies are six months. However, if you have a clean driving record, it may make more sense to obtain an annual auto insurance policy to lock in your rates for a whole year.\r\n\r\nThe basic California auto insurance policy is comprised of the following two coverages:\r\n\r\n<strong>1. Bodily Injury Liability: </strong>This coverage applies to injuries that the insured caused to someone else.\r\n\r\n<strong>2. Property Damage Liability:</strong> This coverage pays for damage that the insured may cause to someone else’s property.\r\n\r\nThe following list contains just a few of the coverages that can be added to a CA auto insurance policy for an additional premium:\r\n\r\n<strong>• Uninsured Motorist Coverage: </strong>This coverage will reimburse the insured damages caused by the operator of an uninsured motor vehicle.\r\n\r\n<strong>• Medical Payments: </strong>This coverage pays for the treatment of injuries to the insured and passengers of the insured’s vehicle.\r\n\r\n<strong>• Comprehensive:</strong> This coverage will repair the covered automobile up to the market value of the vehicle for loss caused by theft or loss caused by direct and accidental non-collision damage. Comprehensive coverage is usually sold with a deductible. The policyholder may opt for a higher deductible as a way to lower their premium. However, cracked or shattered windshields are generally considered a comprehensive loss. Therefore, many individuals choose to have a lower deductible for comprehensive coverage and opt for a higher collision deductible.\r\n\r\n<strong>• Collision: </strong>This coverage will repair the covered automobile up to the market value of the vehicle for loss caused by collision damage. Collision coverage is usually sold with a deductible. Since the higher the deductible, the lower the premium—many policyholders choose to insure their vehicle with higher deductibles to save money. Plus, if the policyholder was not at fault in the accident, the insurance company may be able to recover the deductible from the other party’s insurance company.\r\n\r\n<strong>• Rental Car Benefit:</strong> This coverage will pay the expense incurred for a rental car for a limited period of time if the policy vehicle is covered for a comprehensive or collision loss.\r\n\r\n<strong>• Roadside Assistance:</strong> Provides towing and other towing related services, such as, changing a flat tire or a battery jump-start, for all automobiles listed on the policy with this coverage.\r\n\r\n<!--[if gte mso 9]><xml>\r\n<w:WordDocument>\r\n<w:View>Normal</w:View>\r\n<w:Zoom>0</w:Zoom>\r\n<w:TrackMoves/>\r\n<w:TrackFormatting/>\r\n<w:PunctuationKerning/>\r\n<w:ValidateAgainstSchemas/>\r\n<w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n<w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n<w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n<w:DoNotPromoteQF/>\r\n<w:LidThemeOther>EN-US</w:LidThemeOther>\r\n<w:LidThemeAsian>X-NONE</w:LidThemeAsian>\r\n<w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n<w:Compatibility>\r\n<w:BreakWrappedTables/>\r\n<w:SnapToGridInCell/>\r\n<w:WrapTextWithPunct/>\r\n<w:UseAsianBreakRules/>\r\n<w:DontGrowAutofit/>\r\n<w:SplitPgBreakAndParaMark/>\r\n<w:DontVertAlignCellWithSp/>\r\n<w:DontBreakConstrainedForcedTables/>\r\n<w:DontVertAlignInTxbx/>\r\n<w:Word11KerningPairs/>\r\n<w:CachedColBalance/>\r\n</w:Compatibility>\r\n<w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>\r\n<m:mathPr>\r\n<m:mathFont m:val=\"Cambria Math\"/>\r\n<m:brkBin m:val=\"before\"/>\r\n<m:brkBinSub m:val=\"--\"/>\r\n<m:smallFrac m:val=\"off\"/>\r\n<m:dispDef/>\r\n<m:lMargin m:val=\"0\"/>\r\n<m:rMargin m:val=\"0\"/>\r\n<m:defJc m:val=\"centerGroup\"/>\r\n<m:wrapIndent m:val=\"1440\"/>\r\n<m:intLim m:val=\"subSup\"/>\r\n<m:naryLim m:val=\"undOvr\"/>\r\n</m:mathPr></w:WordDocument>\r\n</xml><![endif]-->','Auto Insurance','','inherit','open','open','','147-revision-v1','','','2014-02-26 17:56:54','2014-02-26 17:56:54','',147,'http://03785f6.netsolhost.com/wordpress/147-revision-v1/',0,'revision','',0),(363,1,'2014-02-26 17:57:27','2014-02-26 17:57:27','<strong>California Auto Insurance</strong>\r\n\r\n<!--[if gte mso 9]><xml>\r\n<o:OfficeDocumentSettings>\r\n<o:RelyOnVML/>\r\n</o:OfficeDocumentSettings>\r\n</xml><![endif]-->\r\n\r\nThe right auto insurance policy can help you get back\r\n\r\nCalifornia, like most states, requires drivers to have auto liability insurance before they can drive a car. Liability insurance pays the other driver’s medical, car repair, and other costs when the insured is at fault in an auto accident.\r\n\r\nMost California auto insurance policies are six months. However, if you have a clean driving record, it may make more sense to obtain an annual auto insurance policy to lock in your rates for a whole year.\r\n\r\nThe basic California auto insurance policy is comprised of the following two coverages:\r\n\r\n<strong>1. Bodily Injury Liability: </strong>This coverage applies to injuries that the insured caused to someone else.\r\n\r\n<strong>2. Property Damage Liability:</strong> This coverage pays for damage that the insured may cause to someone else’s property.\r\n\r\nThe following list contains just a few of the coverages that can be added to a CA auto insurance policy for an additional premium:\r\n\r\n<strong>• Uninsured Motorist Coverage: </strong>This coverage will reimburse the insured damages caused by the operator of an uninsured motor vehicle.\r\n\r\n<strong>• Medical Payments: </strong>This coverage pays for the treatment of injuries to the insured and passengers of the insured’s vehicle.\r\n\r\n<strong>• Comprehensive:</strong> This coverage will repair the covered automobile up to the market value of the vehicle for loss caused by theft or loss caused by direct and accidental non-collision damage. Comprehensive coverage is usually sold with a deductible. The policyholder may opt for a higher deductible as a way to lower their premium. However, cracked or shattered windshields are generally considered a comprehensive loss. Therefore, many individuals choose to have a lower deductible for comprehensive coverage and opt for a higher collision deductible.\r\n\r\n<strong>• Collision: </strong>This coverage will repair the covered automobile up to the market value of the vehicle for loss caused by collision damage. Collision coverage is usually sold with a deductible. Since the higher the deductible, the lower the premium—many policyholders choose to insure their vehicle with higher deductibles to save money. Plus, if the policyholder was not at fault in the accident, the insurance company may be able to recover the deductible from the other party’s insurance company.\r\n\r\n<strong>• Rental Car Benefit:</strong> This coverage will pay the expense incurred for a rental car for a limited period of time if the policy vehicle is covered for a comprehensive or collision loss.\r\n\r\n<strong>• Roadside Assistance:</strong> Provides towing and other towing related services, such as, changing a flat tire or a battery jump-start, for all automobiles listed on the policy with this coverage.\r\n\r\n<!--[if gte mso 9]><xml>\r\n<w:WordDocument>\r\n<w:View>Normal</w:View>\r\n<w:Zoom>0</w:Zoom>\r\n<w:TrackMoves/>\r\n<w:TrackFormatting/>\r\n<w:PunctuationKerning/>\r\n<w:ValidateAgainstSchemas/>\r\n<w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n<w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n<w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n<w:DoNotPromoteQF/>\r\n<w:LidThemeOther>EN-US</w:LidThemeOther>\r\n<w:LidThemeAsian>X-NONE</w:LidThemeAsian>\r\n<w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n<w:Compatibility>\r\n<w:BreakWrappedTables/>\r\n<w:SnapToGridInCell/>\r\n<w:WrapTextWithPunct/>\r\n<w:UseAsianBreakRules/>\r\n<w:DontGrowAutofit/>\r\n<w:SplitPgBreakAndParaMark/>\r\n<w:DontVertAlignCellWithSp/>\r\n<w:DontBreakConstrainedForcedTables/>\r\n<w:DontVertAlignInTxbx/>\r\n<w:Word11KerningPairs/>\r\n<w:CachedColBalance/>\r\n</w:Compatibility>\r\n<w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>\r\n<m:mathPr>\r\n<m:mathFont m:val=\"Cambria Math\"/>\r\n<m:brkBin m:val=\"before\"/>\r\n<m:brkBinSub m:val=\"--\"/>\r\n<m:smallFrac m:val=\"off\"/>\r\n<m:dispDef/>\r\n<m:lMargin m:val=\"0\"/>\r\n<m:rMargin m:val=\"0\"/>\r\n<m:defJc m:val=\"centerGroup\"/>\r\n<m:wrapIndent m:val=\"1440\"/>\r\n<m:intLim m:val=\"subSup\"/>\r\n<m:naryLim m:val=\"undOvr\"/>\r\n</m:mathPr></w:WordDocument>\r\n</xml><![endif]-->','Auto Insurance','','inherit','open','open','','147-revision-v1','','','2014-02-26 17:57:27','2014-02-26 17:57:27','',147,'http://03785f6.netsolhost.com/wordpress/147-revision-v1/',0,'revision','',0),(364,1,'2014-02-26 18:25:50','2014-02-26 18:25:50','<strong>California Auto Insurance</strong>\r\n\r\n<!--[if gte mso 9]><xml>\r\n<o:OfficeDocumentSettings>\r\n<o:RelyOnVML/>\r\n</o:OfficeDocumentSettings>\r\n</xml><![endif]-->\r\n\r\nThe right auto insurance policy can help you get back\r\n\r\nCalifornia, like most states, requires drivers to have auto liability insurance before they can drive a car. Liability insurance pays the other driver’s medical, car repair, and other costs when the insured is at fault in an auto accident.\r\n\r\nMost California auto insurance policies are six months. However, if you have a clean driving record, it may make more sense to obtain an annual auto insurance policy to lock in your rates for a whole year.\r\n\r\nThe basic California auto insurance policy is comprised of the following two coverages:\r\n\r\n<strong>1. Bodily Injury Liability: </strong>This coverage applies to injuries that the insured caused to someone else.\r\n\r\n<strong>2. Property Damage Liability:</strong> This coverage pays for damage that the insured may cause to someone else’s property.\r\n\r\nThe following list contains just a few of the coverages that can be added to a CA auto insurance policy for an additional premium:\r\n\r\n<strong>• Uninsured Motorist Coverage: </strong>This coverage will reimburse the insured damages caused by the operator of an uninsured motor vehicle.\r\n\r\n<strong>• Medical Payments: </strong>This coverage pays for the treatment of injuries to the insured and passengers of the insured’s vehicle.\r\n\r\n<strong>• Comprehensive:</strong> This coverage will repair the covered automobile up to the market value of the vehicle for loss caused by theft or loss caused by direct and accidental non-collision damage. Comprehensive coverage is usually sold with a deductible. The policyholder may opt for a higher deductible as a way to lower their premium. However, cracked or shattered windshields are generally considered a comprehensive loss. Therefore, many individuals choose to have a lower deductible for comprehensive coverage and opt for a higher collision deductible.\r\n\r\n<strong>• Collision: </strong>This coverage will repair the covered automobile up to the market value of the vehicle for loss caused by collision damage. Collision coverage is usually sold with a deductible. Since the higher the deductible, the lower the premium—many policyholders choose to insure their vehicle with higher deductibles to save money. Plus, if the policyholder was not at fault in the accident, the insurance company may be able to recover the deductible from the other party’s insurance company.\r\n\r\n<strong>• Rental Car Benefit:</strong> This coverage will pay the expense incurred for a rental car for a limited period of time if the policy vehicle is covered for a comprehensive or collision loss.\r\n\r\n<strong>• Roadside Assistance:</strong> Provides towing and other towing related services, such as, changing a flat tire or a battery jump-start, for all automobiles listed on the policy with this coverage.\r\n\r\n<!--[if gte mso 9]><xml>\r\n<w:WordDocument>\r\n<w:View>Normal</w:View>\r\n<w:Zoom>0</w:Zoom>\r\n<w:TrackMoves/>\r\n<w:TrackFormatting/>\r\n<w:PunctuationKerning/>\r\n<w:ValidateAgainstSchemas/>\r\n<w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n<w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n<w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n<w:DoNotPromoteQF/>\r\n<w:LidThemeOther>EN-US</w:LidThemeOther>\r\n<w:LidThemeAsian>X-NONE</w:LidThemeAsian>\r\n<w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n<w:Compatibility>\r\n<w:BreakWrappedTables/>\r\n<w:SnapToGridInCell/>\r\n<w:WrapTextWithPunct/>\r\n<w:UseAsianBreakRules/>\r\n<w:DontGrowAutofit/>\r\n<w:SplitPgBreakAndParaMark/>\r\n<w:DontVertAlignCellWithSp/>\r\n<w:DontBreakConstrainedForcedTables/>\r\n<w:DontVertAlignInTxbx/>\r\n<w:Word11KerningPairs/>\r\n<w:CachedColBalance/>\r\n</w:Compatibility>\r\n<w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>\r\n<m:mathPr>\r\n<m:mathFont m:val=\"Cambria Math\"/>\r\n<m:brkBin m:val=\"before\"/>\r\n<m:brkBinSub m:val=\"--\"/>\r\n<m:smallFrac m:val=\"off\"/>\r\n<m:dispDef/>\r\n<m:lMargin m:val=\"0\"/>\r\n<m:rMargin m:val=\"0\"/>\r\n<m:defJc m:val=\"centerGroup\"/>\r\n<m:wrapIndent m:val=\"1440\"/>\r\n<m:intLim m:val=\"subSup\"/>\r\n<m:naryLim m:val=\"undOvr\"/>\r\n</m:mathPr></w:WordDocument>\r\n</xml><![endif]-->','Auto','','inherit','open','open','','147-revision-v1','','','2014-02-26 18:25:50','2014-02-26 18:25:50','',147,'http://03785f6.netsolhost.com/wordpress/147-revision-v1/',0,'revision','',0),(452,1,'2014-02-28 06:55:30','2014-02-28 06:55:30','','safecss','Twenty Fourteen','inherit','open','open','','333-revision-v1','','','2014-02-28 06:55:30','2014-02-28 06:55:30','',333,'http://03785f6.netsolhost.com/wordpress/333-revision-v1/',0,'revision','',0),(453,1,'2014-02-28 06:55:37','2014-02-28 06:55:37','','safecss','Attitude','inherit','open','open','','333-revision-v1','','','2014-02-28 06:55:37','2014-02-28 06:55:37','',333,'http://03785f6.netsolhost.com/wordpress/333-revision-v1/',0,'revision','',0),(454,1,'2014-02-28 06:56:14','2014-02-28 06:56:14','','safecss','Responsive','inherit','open','open','','333-revision-v1','','','2014-02-28 06:56:14','2014-02-28 06:56:14','',333,'http://03785f6.netsolhost.com/wordpress/333-revision-v1/',0,'revision','',0),(365,1,'2014-02-26 18:27:38','2014-02-26 18:27:38','/*\nWelcome to Custom CSS!\n\nCSS (Cascading Style Sheets) is a kind of code that tells the browser how\nto render a web page. You may delete these comments and get started with\nyour customizations.\n\nBy default, your stylesheet will be loaded after the theme stylesheets,\nwhich means that your rules can take precedence and override the theme CSS\nrules. Just write here what you want to change, you don\'t need to copy all\nyour theme\'s stylesheet content.\n*/\n.page .entry-title {\n display: none;\n}','safecss','Responsive Child','inherit','open','open','','333-revision-v1','','','2014-02-26 18:27:38','2014-02-26 18:27:38','',333,'http://03785f6.netsolhost.com/wordpress/333-revision-v1/',0,'revision','',0),(374,1,'2014-02-26 19:24:13','2014-02-26 19:24:13','','Recreational Vehicle (RV)','','inherit','open','open','','195-revision-v1','','','2014-02-26 19:24:13','2014-02-26 19:24:13','',195,'http://03785f6.netsolhost.com/wordpress/195-revision-v1/',0,'revision','',0),(375,1,'2014-02-26 19:25:20','2014-02-26 19:25:20','','Classic & Antique Car','','inherit','open','open','','200-revision-v1','','','2014-02-26 19:25:20','2014-02-26 19:25:20','',200,'http://03785f6.netsolhost.com/wordpress/200-revision-v1/',0,'revision','',0),(376,1,'2014-03-10 16:06:37','2014-03-10 16:06:37','<strong><font size=\"5\">California Boat and Jet Ski Insurance</strong></font>\n\nSean Womack can help make your time on the water relaxed and worry-free! We will find you comprehensive protection that protects you, your friends and family, your watercraft and your boating equipment. The average boat costs less than a dollar a day to insure. You’ll enjoy being on the water even more when you aren’t worried about your safety, the safety your passengers, or your investment.\n\n<strong>California – Do you know what to look for in a watercraft insurance policy?</strong>\n\nSean Womack can help you determine the right amount of coverage to meet your specific needs. Just give us a call today at 949-940-6934 to get started. Here are some items you’ll need to consider when shopping for boat insurance in California.\n \n<strong>• Navigational Area</strong>\n\nKnow where you are covered in the water. Some companies, such as Safeco Insurance, offer protection that covers you up to 75 miles from the U.S. coastline; into Canadian coastal or inland waters; and into the Pacific coastal waters of Mexico. In California, Florida and Oregon, additional coverage area can be purchased.\n\n<strong>• Agreed Value Coverage</strong>\n\nWatercrafts depreciate just like automobiles. Actual cash value policies can make it difficult to replace a boat that’s been stolen or destroyed. This means that if your boat is a total loss you will get the value you insured it for, minus any deductible.\n\n<strong>• Liability</strong>\n\nLike car insurance, personal liability coverage provides coverage to other boaters and boat owners in the event you are at-fault for an accident on the water. This coverage will pay to repair or replace the property of someone else as well as for their medical care, lost wages and other costs incurred as a result of a boating accident for which you are at-fault.\n\n<strong>• Medical Payments</strong>\n\nMedical payments coverage will pay for the cost of needed care that is the result of a boating accident. This coverage is available from $500 to $10,000 and covers you, your passengers, and even your water skiers/tubers, regardless of who is at-fault.\n\n<strong>• Physical Damage Coverage</strong>\n\nPhysical damage coverage pays for the cost to repair or replace your watercraft, its motor, any permanently attached equipment, and your trailer, if it is stolen or damaged.\n\n<strong>• Uninsured/Underinsured Watercraft Bodily Injury</strong>\n\nSince boat coverage is not always mandatory, many boaters choose not to get insurance. If you are hit by an uninsured or underinsured boater, and you are injured, this type of coverage pays for medical treatment, lost wages, and other costs associated with the accident.\n\n<strong>• Fuel Spill Liability and Wreckage Removal</strong>\n\nShould your boat sink or be seriously damaged, there is a chance that it could leak oil or fuel into the water. As the boat’s owner you are required by law to have this cleaned up, which can be time consuming and expensive.\n\n<strong>• Personal Effects</strong>\n\nYour policy can provide coverage for many personal effects, including clothing, jewelry, cell phones, scuba/snorkeling and other sporting equipment, and fishing equipment. Limits vary by state – check with Sean Womack for information. Personal effects coverage does not include jewelry, watches or furs.\n\n<strong>• Unattached Equipment Coverage</strong>\n\nThis pays to repair or replace equipment that isn’t permanently attached to your boat or personal watercraft, but is designed for use primarily on a boat. This includes items like lifesaving equipment, water skis, anchors, oars, fire extinguishers, tarps etc.\n\n<strong>• Emergency Assistance</strong>\n\nThe Emergency Assistance Package provides coverage for towing, labor and delivery of gas, oil or loaned battery if the watercraft is disabled while on the water.\nEvery need is unique – contact Sean Womack today to find out how to get the best boat and watercraft insurance coverage for you.\n\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Boat & Jet Ski','','inherit','open','open','','202-autosave-v1','','','2014-03-10 16:06:37','2014-03-10 16:06:37','',202,'http://03785f6.netsolhost.com/wordpress/202-autosave-v1/',0,'revision','',0),(378,1,'2014-02-26 19:40:01','2014-02-26 19:40:01','','Off Road Vehicle','','inherit','open','open','','198-revision-v1','','','2014-02-26 19:40:01','2014-02-26 19:40:01','',198,'http://03785f6.netsolhost.com/wordpress/198-revision-v1/',0,'revision','',0),(379,1,'2014-02-26 19:41:08','2014-02-26 19:41:08','','Aircraft','','inherit','open','open','','204-revision-v1','','','2014-02-26 19:41:08','2014-02-26 19:41:08','',204,'http://03785f6.netsolhost.com/wordpress/204-revision-v1/',0,'revision','',0),(380,1,'2014-02-26 19:41:55','2014-02-26 19:41:55','','Earthquake','','inherit','open','open','','206-revision-v1','','','2014-02-26 19:41:55','2014-02-26 19:41:55','',206,'http://03785f6.netsolhost.com/wordpress/206-revision-v1/',0,'revision','',0),(381,1,'2014-02-26 19:42:22','2014-02-26 19:42:22','','Flood','','inherit','open','open','','208-revision-v1','','','2014-02-26 19:42:22','2014-02-26 19:42:22','',208,'http://03785f6.netsolhost.com/wordpress/208-revision-v1/',0,'revision','',0),(382,1,'2014-02-26 19:44:42','2014-02-26 19:44:42','','Life','','inherit','open','open','','210-revision-v1','','','2014-02-26 19:44:42','2014-02-26 19:44:42','',210,'http://03785f6.netsolhost.com/wordpress/210-revision-v1/',0,'revision','',0),(383,1,'2014-02-26 19:45:14','2014-02-26 19:45:14','','Health','','inherit','open','open','','212-revision-v1','','','2014-02-26 19:45:14','2014-02-26 19:45:14','',212,'http://03785f6.netsolhost.com/wordpress/212-revision-v1/',0,'revision','',0),(384,1,'2014-05-15 03:57:17','2014-05-15 03:57:17','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Jewelry and Other Valuables','','inherit','open','open','','214-autosave-v1','','','2014-05-15 03:57:17','2014-05-15 03:57:17','',214,'http://03785f6.netsolhost.com/wordpress/214-autosave-v1/',0,'revision','',0),(385,1,'2014-02-26 19:46:45','2014-02-26 19:46:45','','Valuable Personal Property','','inherit','open','open','','214-revision-v1','','','2014-02-26 19:46:45','2014-02-26 19:46:45','',214,'http://03785f6.netsolhost.com/wordpress/214-revision-v1/',0,'revision','',0),(386,1,'2014-02-26 19:47:59','2014-02-26 19:47:59','','Jewelry and Other Valuables','','inherit','open','open','','214-revision-v1','','','2014-02-26 19:47:59','2014-02-26 19:47:59','',214,'http://03785f6.netsolhost.com/wordpress/214-revision-v1/',0,'revision','',0),(387,1,'2014-02-26 19:48:50','2014-02-26 19:48:50','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Wedding Coverage','','publish','closed','closed','','wedding-coverage','','','2014-05-15 04:01:52','2014-05-15 04:01:52','',46,'http://03785f6.netsolhost.com/wordpress/?page_id=387',0,'page','',0),(388,1,'2014-02-26 19:48:50','2014-02-26 19:48:50','','Wedding Coverage','','inherit','open','open','','387-revision-v1','','','2014-02-26 19:48:50','2014-02-26 19:48:50','',387,'http://03785f6.netsolhost.com/wordpress/387-revision-v1/',0,'revision','',0),(389,1,'2014-02-26 19:49:39','2014-02-26 19:49:39',' ','','','publish','open','open','','389','','','2014-05-15 19:21:09','2014-05-15 19:21:09','',46,'http://03785f6.netsolhost.com/wordpress/?p=389',21,'nav_menu_item','',0),(635,1,'2014-03-10 16:18:41','2014-03-10 16:18:41','<font size=\"5\"><strong>California Business Insurance</font></strong>\r\n\r\n<strong>Insurance coverage that protects your company – so you can get back to business</strong>\r\n\r\nSean Womack knows business in our communities – you can find our office in Tustin, and our clients all around California. As an independent insurance agency, we take pride in reviewing your options with multiple insurance companies and comparing protection and prices to find the best value for your business.\r\n\r\nWe’re proud members of Orange County, and we’re committed to being an advocate for you and your business in times of need.\r\n\r\n<strong>Our commitment is to serving you.</strong>\r\n\r\nSean Womack and his team know that in California, there are as many unique insurance needs as we have neighbors who live here! To talk with one of our helpful team members about your insurance needs, contact us today.\r\n\r\n<strong>Commercial & Business Insurance– Insurance coverage that helps protect your business</strong>\r\n\r\n<strong>• General Liability Insurance</strong> – Broad insurance coverage for your business and activities.\r\n\r\n<strong>• Commercial Property Insurance</strong> – Protect your business with insurance for your commercial property.\r\n\r\n<strong>• Business Auto Insurance</strong> – Cover your business with insurance for commercial vehicles.\r\n\r\n<strong>• Commercial Umbrella Insurance</strong> – Insurance coverage that helps protect your business from the rising costs of lawsuits.\r\n\r\n<strong>• Workers\' Compensation Insurance</strong> – Insurance coverage that helps you take care of your employees.\r\n\r\n<strong>• Bonds</strong> - Protect your assets with financial backups for promises made by others.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Insurance For Your Business','','inherit','open','open','','50-revision-v1','','','2014-03-10 16:18:41','2014-03-10 16:18:41','',50,'http://03785f6.netsolhost.com/wordpress/50-revision-v1/',0,'revision','',0),(390,1,'2014-02-26 20:08:09','2014-02-26 20:08:09','','Commercial Vehicle','','inherit','open','open','','243-revision-v1','','','2014-02-26 20:08:09','2014-02-26 20:08:09','',243,'http://03785f6.netsolhost.com/wordpress/243-revision-v1/',0,'revision','',0),(391,1,'2014-02-26 20:10:39','2014-02-26 20:10:39','','General Liability','','inherit','open','open','','241-revision-v1','','','2014-02-26 20:10:39','2014-02-26 20:10:39','',241,'http://03785f6.netsolhost.com/wordpress/241-revision-v1/',0,'revision','',0),(392,1,'2014-02-26 22:23:41','2014-02-26 22:23:41','/*\nWelcome to Custom CSS!\n\nCSS (Cascading Style Sheets) is a kind of code that tells the browser how\nto render a web page. You may delete these comments and get started with\nyour customizations.\n\nBy default, your stylesheet will be loaded after the theme stylesheets,\nwhich means that your rules can take precedence and override the theme CSS\nrules. Just write here what you want to change, you don\'t need to copy all\nyour theme\'s stylesheet content.\n*/\n.page .entry-title {\n display: none;\n}\n\n.custom-footer .widget img {\n box-shadow: none;\n}','safecss','Responsive Child','inherit','open','open','','333-revision-v1','','','2014-02-26 22:23:41','2014-02-26 22:23:41','',333,'http://03785f6.netsolhost.com/wordpress/333-revision-v1/',0,'revision','',0),(394,1,'2014-02-26 22:25:37','2014-02-26 22:25:37','/*\nWelcome to Custom CSS!\n\nCSS (Cascading Style Sheets) is a kind of code that tells the browser how\nto render a web page. You may delete these comments and get started with\nyour customizations.\n\nBy default, your stylesheet will be loaded after the theme stylesheets,\nwhich means that your rules can take precedence and override the theme CSS\nrules. Just write here what you want to change, you don\'t need to copy all\nyour theme\'s stylesheet content.\n*/\n.page .entry-title {\n display: none;\n}','safecss','Responsive Child','inherit','open','open','','333-revision-v1','','','2014-02-26 22:25:37','2014-02-26 22:25:37','',333,'http://03785f6.netsolhost.com/wordpress/333-revision-v1/',0,'revision','',0),(393,1,'2014-02-26 22:25:01','2014-02-26 22:25:01','/*\nWelcome to Custom CSS!\n\nCSS (Cascading Style Sheets) is a kind of code that tells the browser how\nto render a web page. You may delete these comments and get started with\nyour customizations.\n\nBy default, your stylesheet will be loaded after the theme stylesheets,\nwhich means that your rules can take precedence and override the theme CSS\nrules. Just write here what you want to change, you don\'t need to copy all\nyour theme\'s stylesheet content.\n*/\n.page .entry-title {\n display: none;\n}\n\na[title=\'Semantic Personal Publishing Platform\'] {\n display: none;\n}','safecss','Responsive Child','inherit','open','open','','333-revision-v1','','','2014-02-26 22:25:01','2014-02-26 22:25:01','',333,'http://03785f6.netsolhost.com/wordpress/333-revision-v1/',0,'revision','',0),(396,1,'2014-02-26 22:39:10','2014-02-26 22:39:10','/*\nWelcome to Custom CSS!\n\nCSS (Cascading Style Sheets) is a kind of code that tells the browser how\nto render a web page. You may delete these comments and get started with\nyour customizations.\n\nBy default, your stylesheet will be loaded after the theme stylesheets,\nwhich means that your rules can take precedence and override the theme CSS\nrules. Just write here what you want to change, you don\'t need to copy all\nyour theme\'s stylesheet content.\n*/\n.page .entry-title {\n display: none;\n}','safecss','Responsive Child','inherit','open','open','','333-revision-v1','','','2014-02-26 22:39:10','2014-02-26 22:39:10','',333,'http://03785f6.netsolhost.com/wordpress/333-revision-v1/',0,'revision','',0),(395,1,'2014-02-26 22:38:53','2014-02-26 22:38:53','/*\nWelcome to Custom CSS!\n\nCSS (Cascading Style Sheets) is a kind of code that tells the browser how\nto render a web page. You may delete these comments and get started with\nyour customizations.\n\nBy default, your stylesheet will be loaded after the theme stylesheets,\nwhich means that your rules can take precedence and override the theme CSS\nrules. Just write here what you want to change, you don\'t need to copy all\nyour theme\'s stylesheet content.\n*/\n.page .entry-title {\n display: none;\n}\n\nadd_filter( expound_credits_text, my_credits_text );\nfunction my_credits_text( $text ) {\n}','safecss','Responsive Child','inherit','open','open','','333-revision-v1','','','2014-02-26 22:38:53','2014-02-26 22:38:53','',333,'http://03785f6.netsolhost.com/wordpress/333-revision-v1/',0,'revision','',0),(398,1,'2014-02-27 06:29:51','2014-02-27 06:29:51','/*\nWelcome to Custom CSS!\n\nCSS (Cascading Style Sheets) is a kind of code that tells the browser how\nto render a web page. You may delete these comments and get started with\nyour customizations.\n\nBy default, your stylesheet will be loaded after the theme stylesheets,\nwhich means that your rules can take precedence and override the theme CSS\nrules. Just write here what you want to change, you don\'t need to copy all\nyour theme\'s stylesheet content.\n*/\n.page .entry-title {\n display: none;\n}\n\n {\n content: \"\";\n display: block;\n position: relative;\n width: 100%;\n z-index: -1;\n height: 250px;\n margin-top: -250px;\n background: blue;\n}','safecss','Responsive Child','inherit','open','open','','333-revision-v1','','','2014-02-27 06:29:51','2014-02-27 06:29:51','',333,'http://03785f6.netsolhost.com/wordpress/333-revision-v1/',0,'revision','',0),(397,1,'2014-02-27 06:29:13','2014-02-27 06:29:13','/*\nWelcome to Custom CSS!\n\nCSS (Cascading Style Sheets) is a kind of code that tells the browser how\nto render a web page. You may delete these comments and get started with\nyour customizations.\n\nBy default, your stylesheet will be loaded after the theme stylesheets,\nwhich means that your rules can take precedence and override the theme CSS\nrules. Just write here what you want to change, you don\'t need to copy all\nyour theme\'s stylesheet content.\n*/\n.page .entry-title {\n display: none;\n}\n\n {\n content: \"\";\n display: block;\n position: relative;\n width: 100%;\n z-index: -1;\n height: 250px;\n/* change me */\n margin-top: -250px;\n/* change me */\n background: blue;\n/* change me */\n}','safecss','Responsive Child','inherit','open','open','','333-revision-v1','','','2014-02-27 06:29:13','2014-02-27 06:29:13','',333,'http://03785f6.netsolhost.com/wordpress/333-revision-v1/',0,'revision','',0),(399,1,'2014-02-27 06:31:36','2014-02-27 06:31:36','/*\nWelcome to Custom CSS!\n\nCSS (Cascading Style Sheets) is a kind of code that tells the browser how\nto render a web page. You may delete these comments and get started with\nyour customizations.\n\nBy default, your stylesheet will be loaded after the theme stylesheets,\nwhich means that your rules can take precedence and override the theme CSS\nrules. Just write here what you want to change, you don\'t need to copy all\nyour theme\'s stylesheet content.\n*/\n.page .entry-title {\n display: none;\n}\n\n {\n content: \"\";\n display: block;\n position: relative;\n width: 100%;\n z-index: -1;\n height: 250px;\n margin-top: -250px;\n background: #000080;\n}','safecss','Responsive Child','inherit','open','open','','333-revision-v1','','','2014-02-27 06:31:36','2014-02-27 06:31:36','',333,'http://03785f6.netsolhost.com/wordpress/333-revision-v1/',0,'revision','',0),(405,1,'2014-02-27 06:37:34','2014-02-27 06:37:34','/*\nWelcome to Custom CSS!\n\nCSS (Cascading Style Sheets) is a kind of code that tells the browser how\nto render a web page. You may delete these comments and get started with\nyour customizations.\n\nBy default, your stylesheet will be loaded after the theme stylesheets,\nwhich means that your rules can take precedence and override the theme CSS\nrules. Just write here what you want to change, you don\'t need to copy all\nyour theme\'s stylesheet content.\n*/\n.page .entry-title {\n display: none;\n}','safecss','Responsive Child','inherit','open','open','','333-revision-v1','','','2014-02-27 06:37:34','2014-02-27 06:37:34','',333,'http://03785f6.netsolhost.com/wordpress/333-revision-v1/',0,'revision','',0),(400,1,'2014-02-27 06:32:28','2014-02-27 06:32:28','/*\nWelcome to Custom CSS!\n\nCSS (Cascading Style Sheets) is a kind of code that tells the browser how\nto render a web page. You may delete these comments and get started with\nyour customizations.\n\nBy default, your stylesheet will be loaded after the theme stylesheets,\nwhich means that your rules can take precedence and override the theme CSS\nrules. Just write here what you want to change, you don\'t need to copy all\nyour theme\'s stylesheet content.\n*/\n.page .entry-title {\n display: none;\n}\n\n#container {\n max-width: 100%;\n}\n\n#wrapper {\n max-width: 960px;\n}\n\n.main-nav {\n max-width: 960px;\n margin: auto;\n}','safecss','Responsive Child','inherit','open','open','','333-revision-v1','','','2014-02-27 06:32:28','2014-02-27 06:32:28','',333,'http://03785f6.netsolhost.com/wordpress/333-revision-v1/',0,'revision','',0),(403,1,'2014-02-27 06:36:32','2014-02-27 06:36:32','/*\nWelcome to Custom CSS!\n\nCSS (Cascading Style Sheets) is a kind of code that tells the browser how\nto render a web page. You may delete these comments and get started with\nyour customizations.\n\nBy default, your stylesheet will be loaded after the theme stylesheets,\nwhich means that your rules can take precedence and override the theme CSS\nrules. Just write here what you want to change, you don\'t need to copy all\nyour theme\'s stylesheet content.\n*/\n.page .entry-title {\n display: none;\n}\n\n.main-nav {\n background: grey;\n max-width: 100%;\n}\n\n.main-nav .menu {\n max-width: 960px;\n margin: 0 auto;\n}','safecss','Responsive Child','inherit','open','open','','333-revision-v1','','','2014-02-27 06:36:32','2014-02-27 06:36:32','',333,'http://03785f6.netsolhost.com/wordpress/333-revision-v1/',0,'revision','',0),(401,1,'2014-02-27 06:33:32','2014-02-27 06:33:32','/*\nWelcome to Custom CSS!\n\nCSS (Cascading Style Sheets) is a kind of code that tells the browser how\nto render a web page. You may delete these comments and get started with\nyour customizations.\n\nBy default, your stylesheet will be loaded after the theme stylesheets,\nwhich means that your rules can take precedence and override the theme CSS\nrules. Just write here what you want to change, you don\'t need to copy all\nyour theme\'s stylesheet content.\n*/\n.page .entry-title {\n display: none;\n}\n\n#header {\n background: none repeat scroll 0 0 #F1F1F1;\n border-bottom: 1px solid #E5E5E5;\n margin: 0 -25px;\n overflow: hidden;\n}','safecss','Responsive Child','inherit','open','open','','333-revision-v1','','','2014-02-27 06:33:32','2014-02-27 06:33:32','',333,'http://03785f6.netsolhost.com/wordpress/333-revision-v1/',0,'revision','',0),(402,1,'2014-02-27 06:34:51','2014-02-27 06:34:51','/*\nWelcome to Custom CSS!\n\nCSS (Cascading Style Sheets) is a kind of code that tells the browser how\nto render a web page. You may delete these comments and get started with\nyour customizations.\n\nBy default, your stylesheet will be loaded after the theme stylesheets,\nwhich means that your rules can take precedence and override the theme CSS\nrules. Just write here what you want to change, you don\'t need to copy all\nyour theme\'s stylesheet content.\n*/\n.page .entry-title {\n display: none;\n}\n\n#header {\n background: none repeat scroll 0 0 #000080;\n border-bottom: 1px solid #000080;\n margin: 0 -25px;\n overflow: hidden;\n}','safecss','Responsive Child','inherit','open','open','','333-revision-v1','','','2014-02-27 06:34:51','2014-02-27 06:34:51','',333,'http://03785f6.netsolhost.com/wordpress/333-revision-v1/',0,'revision','',0),(404,1,'2014-02-27 06:36:56','2014-02-27 06:36:56','/*\nWelcome to Custom CSS!\n\nCSS (Cascading Style Sheets) is a kind of code that tells the browser how\nto render a web page. You may delete these comments and get started with\nyour customizations.\n\nBy default, your stylesheet will be loaded after the theme stylesheets,\nwhich means that your rules can take precedence and override the theme CSS\nrules. Just write here what you want to change, you don\'t need to copy all\nyour theme\'s stylesheet content.\n*/\n.page .entry-title {\n display: none;\n}\n\n.main-nav {\n background: #000080;\n max-width: 100%;\n}\n\n.main-nav .menu {\n max-width: 960px;\n margin: 0 auto;\n}','safecss','Responsive Child','inherit','open','open','','333-revision-v1','','','2014-02-27 06:36:56','2014-02-27 06:36:56','',333,'http://03785f6.netsolhost.com/wordpress/333-revision-v1/',0,'revision','',0),(408,1,'2014-02-27 06:44:46','2014-02-27 06:44:46','/*\nWelcome to Custom CSS!\n\nCSS (Cascading Style Sheets) is a kind of code that tells the browser how\nto render a web page. You may delete these comments and get started with\nyour customizations.\n\nBy default, your stylesheet will be loaded after the theme stylesheets,\nwhich means that your rules can take precedence and override the theme CSS\nrules. Just write here what you want to change, you don\'t need to copy all\nyour theme\'s stylesheet content.\n*/\n.page .entry-title {\n display: none;\n}','safecss','Responsive Child','inherit','open','open','','333-revision-v1','','','2014-02-27 06:44:46','2014-02-27 06:44:46','',333,'http://03785f6.netsolhost.com/wordpress/333-revision-v1/',0,'revision','',0),(406,1,'2014-02-27 06:40:16','2014-02-27 06:40:16','/*\nWelcome to Custom CSS!\n\nCSS (Cascading Style Sheets) is a kind of code that tells the browser how\nto render a web page. You may delete these comments and get started with\nyour customizations.\n\nBy default, your stylesheet will be loaded after the theme stylesheets,\nwhich means that your rules can take precedence and override the theme CSS\nrules. Just write here what you want to change, you don\'t need to copy all\nyour theme\'s stylesheet content.\n*/\n.page .entry-title {\n display: none;\n}\n\n#outer_wrapper {\n width: 100%;\n background: #1c66ab;\n}\n\n/** for 100% width ***/\n#wrapper {\n width: 1000px;\n margin: 0 auto;\n}\n\n/** for 1000px width center centered***/','safecss','Responsive Child','inherit','open','open','','333-revision-v1','','','2014-02-27 06:40:16','2014-02-27 06:40:16','',333,'http://03785f6.netsolhost.com/wordpress/333-revision-v1/',0,'revision','',0),(407,1,'2014-02-27 06:44:10','2014-02-27 06:44:10','/*\nWelcome to Custom CSS!\n\nCSS (Cascading Style Sheets) is a kind of code that tells the browser how\nto render a web page. You may delete these comments and get started with\nyour customizations.\n\nBy default, your stylesheet will be loaded after the theme stylesheets,\nwhich means that your rules can take precedence and override the theme CSS\nrules. Just write here what you want to change, you don\'t need to copy all\nyour theme\'s stylesheet content.\n*/\n.page .entry-title {\n display: none;\n}\n\n/** Add the featured image section */\nadd_action( genesis_after_header, minimum_featured_image );\nfunction minimum_featured_image() {\n}\n\nelseif ( is_singular( array( post, page ) ) && has_post_thumbnail() ) {\n} \n}','safecss','Responsive Child','inherit','open','open','','333-revision-v1','','','2014-02-27 06:44:10','2014-02-27 06:44:10','',333,'http://03785f6.netsolhost.com/wordpress/333-revision-v1/',0,'revision','',0),(423,1,'2014-02-27 08:17:46','2014-02-27 08:17:46','/*\nWelcome to Custom CSS!\n\nCSS (Cascading Style Sheets) is a kind of code that tells the browser how\nto render a web page. You may delete these comments and get started with\nyour customizations.\n\nBy default, your stylesheet will be loaded after the theme stylesheets,\nwhich means that your rules can take precedence and override the theme CSS\nrules. Just write here what you want to change, you don\'t need to copy all\nyour theme\'s stylesheet content.\n*/\n.entry-title {\n display: none;\n}','safecss','Responsive Child','inherit','open','open','','333-revision-v1','','','2014-02-27 08:17:46','2014-02-27 08:17:46','',333,'http://03785f6.netsolhost.com/wordpress/333-revision-v1/',0,'revision','',0),(421,1,'2014-02-27 08:16:49','2014-02-27 08:16:49','/*\nWelcome to Custom CSS!\n\nCSS (Cascading Style Sheets) is a kind of code that tells the browser how\nto render a web page. You may delete these comments and get started with\nyour customizations.\n\nBy default, your stylesheet will be loaded after the theme stylesheets,\nwhich means that your rules can take precedence and override the theme CSS\nrules. Just write here what you want to change, you don\'t need to copy all\nyour theme\'s stylesheet content.\n*/\nbody.home .entry-title {\n display: none;\n}','safecss','Responsive Child','inherit','open','open','','333-revision-v1','','','2014-02-27 08:16:49','2014-02-27 08:16:49','',333,'http://03785f6.netsolhost.com/wordpress/333-revision-v1/',0,'revision','',0),(409,1,'2014-02-27 07:05:39','2014-02-27 07:05:39','/*\nWelcome to Custom CSS!\n\nCSS (Cascading Style Sheets) is a kind of code that tells the browser how\nto render a web page. You may delete these comments and get started with\nyour customizations.\n\nBy default, your stylesheet will be loaded after the theme stylesheets,\nwhich means that your rules can take precedence and override the theme CSS\nrules. Just write here what you want to change, you don\'t need to copy all\nyour theme\'s stylesheet content.\n*/\n.page .entry-title {\n display: none;\n}\n\n#wrapper,\n#featured,\n.widget-wrapper {\n background-color: transparent;\n border: none;\n}','safecss','Responsive Child','inherit','open','open','','333-revision-v1','','','2014-02-27 07:05:39','2014-02-27 07:05:39','',333,'http://03785f6.netsolhost.com/wordpress/333-revision-v1/',0,'revision','',0),(410,1,'2014-02-27 07:17:02','2014-02-27 07:17:02','','Font Control 1','','publish','open','open','','font-control-1','','','2014-02-27 07:17:02','2014-02-27 07:17:02','',0,'http://03785f6.netsolhost.com/wordpress/?post_type=tt_font_control&p=410',0,'tt_font_control','',0),(413,1,'2014-02-27 07:29:35','2014-02-27 07:29:35','/*\nWelcome to Custom CSS!\n\nCSS (Cascading Style Sheets) is a kind of code that tells the browser how\nto render a web page. You may delete these comments and get started with\nyour customizations.\n\nBy default, your stylesheet will be loaded after the theme stylesheets,\nwhich means that your rules can take precedence and override the theme CSS\nrules. Just write here what you want to change, you don\'t need to copy all\nyour theme\'s stylesheet content.\n*/\n.page .entry-title {\n display: none;\n}\n\n#wrapper,\n#featured,\n.widget-wrapper {\n background-color: transparent;\n border: none;\n}','safecss','Responsive Child','inherit','open','open','','333-revision-v1','','','2014-02-27 07:29:35','2014-02-27 07:29:35','',333,'http://03785f6.netsolhost.com/wordpress/333-revision-v1/',0,'revision','',0),(411,1,'2014-02-27 07:28:33','2014-02-27 07:28:33','/*\nWelcome to Custom CSS!\n\nCSS (Cascading Style Sheets) is a kind of code that tells the browser how\nto render a web page. You may delete these comments and get started with\nyour customizations.\n\nBy default, your stylesheet will be loaded after the theme stylesheets,\nwhich means that your rules can take precedence and override the theme CSS\nrules. Just write here what you want to change, you don\'t need to copy all\nyour theme\'s stylesheet content.\n*/\n.page .entry-title {\n display: none;\n}\n\n#wrapper,\n#featured,\n.widget-wrapper {\n background-color: transparent;\n border: none;\n}\n\n#menu {\n font-family: Verdana, Arial, Helvetica, sans-serif;\n font-size: 1em;\n color: blue;\n}','safecss','Responsive Child','inherit','open','open','','333-revision-v1','','','2014-02-27 07:28:33','2014-02-27 07:28:33','',333,'http://03785f6.netsolhost.com/wordpress/333-revision-v1/',0,'revision','',0),(412,1,'2014-02-27 07:29:21','2014-02-27 07:29:21','/*\nWelcome to Custom CSS!\n\nCSS (Cascading Style Sheets) is a kind of code that tells the browser how\nto render a web page. You may delete these comments and get started with\nyour customizations.\n\nBy default, your stylesheet will be loaded after the theme stylesheets,\nwhich means that your rules can take precedence and override the theme CSS\nrules. Just write here what you want to change, you don\'t need to copy all\nyour theme\'s stylesheet content.\n*/\n.page .entry-title {\n display: none;\n}\n\n#wrapper,\n#featured,\n.widget-wrapper {\n background-color: transparent;\n border: none;\n}\n\n#menu {\n font-family: Helvetica, sans-serif;\n font-size: 1em;\n color: blue;\n}','safecss','Responsive Child','inherit','open','open','','333-revision-v1','','','2014-02-27 07:29:21','2014-02-27 07:29:21','',333,'http://03785f6.netsolhost.com/wordpress/333-revision-v1/',0,'revision','',0),(415,1,'2014-02-27 08:08:17','2014-02-27 08:08:17','/*\nWelcome to Custom CSS!\n\nCSS (Cascading Style Sheets) is a kind of code that tells the browser how\nto render a web page. You may delete these comments and get started with\nyour customizations.\n\nBy default, your stylesheet will be loaded after the theme stylesheets,\nwhich means that your rules can take precedence and override the theme CSS\nrules. Just write here what you want to change, you don\'t need to copy all\nyour theme\'s stylesheet content.\n*/\n.page .entry-title {\n display: none;\n}\n\nnav {\n display: table;\n width: 100%;\n border-collapse: collapse;\n border: none;\n}\n\nnav ul {\n display: table-row;\n}\n\nnav li {\n display: table-cell;\n margin: 0;\n}','safecss','Responsive Child','inherit','open','open','','333-revision-v1','','','2014-02-27 08:08:17','2014-02-27 08:08:17','',333,'http://03785f6.netsolhost.com/wordpress/333-revision-v1/',0,'revision','',0),(414,1,'2014-02-27 08:06:18','2014-02-27 08:06:18','/*\nWelcome to Custom CSS!\n\nCSS (Cascading Style Sheets) is a kind of code that tells the browser how\nto render a web page. You may delete these comments and get started with\nyour customizations.\n\nBy default, your stylesheet will be loaded after the theme stylesheets,\nwhich means that your rules can take precedence and override the theme CSS\nrules. Just write here what you want to change, you don\'t need to copy all\nyour theme\'s stylesheet content.\n*/\n.page .entry-title {\n display: none;\n}\n\n#wrapper,\n#featured,\n.widget-wrapper {\n background-color: transparent;\n border: none;\n}\n\n#nav {\n width: 100%;\n float: left;\n margin: 0 0 1em;\n padding: 0;\n background-color: #f2f2f2;\n border-bottom: 1px solid #ccc;\n}\n\n#nav ul {\n list-style: none;\n width: 800px;\n margin: 0 auto;\n padding: 0;\n}\n\n#nav li {\n float: left;\n}\n\n#nav li a {\n display: block;\n padding: 8px 15px;\n text-decoration: none;\n font-weight: bold;\n color: #069;\n border-right: 1px solid #ccc;\n}\n\n#nav li:first-child a {\n border-left: 1px solid #ccc;\n}\n\n#nav li a:hover {\n color: #c00;\n background-color: #fff;\n}','safecss','Responsive Child','inherit','open','open','','333-revision-v1','','','2014-02-27 08:06:18','2014-02-27 08:06:18','',333,'http://03785f6.netsolhost.com/wordpress/333-revision-v1/',0,'revision','',0),(417,1,'2014-02-27 08:13:21','2014-02-27 08:13:21','/*\nWelcome to Custom CSS!\n\nCSS (Cascading Style Sheets) is a kind of code that tells the browser how\nto render a web page. You may delete these comments and get started with\nyour customizations.\n\nBy default, your stylesheet will be loaded after the theme stylesheets,\nwhich means that your rules can take precedence and override the theme CSS\nrules. Just write here what you want to change, you don\'t need to copy all\nyour theme\'s stylesheet content.\n*/\n***DELETES THE PAGE TITLE ON THE TOP OF EACH PAGE***\n.page .entry-title {\n display: none;\n}','safecss','Responsive Child','inherit','open','open','','333-revision-v1','','','2014-02-27 08:13:21','2014-02-27 08:13:21','',333,'http://03785f6.netsolhost.com/wordpress/333-revision-v1/',0,'revision','',0),(419,1,'2014-02-27 08:15:03','2014-02-27 08:15:03','/*\nWelcome to Custom CSS!\n\nCSS (Cascading Style Sheets) is a kind of code that tells the browser how\nto render a web page. You may delete these comments and get started with\nyour customizations.\n\nBy default, your stylesheet will be loaded after the theme stylesheets,\nwhich means that your rules can take precedence and override the theme CSS\nrules. Just write here what you want to change, you don\'t need to copy all\nyour theme\'s stylesheet content.\n*/\n***DELETES THE PAGE TITLE ON THE TOP OF EACH PAGE***\n.page .entry-title {\n display: none;\n}','safecss','Responsive Child','inherit','open','open','','333-revision-v1','','','2014-02-27 08:15:03','2014-02-27 08:15:03','',333,'http://03785f6.netsolhost.com/wordpress/333-revision-v1/',0,'revision','',0),(418,1,'2014-02-27 08:14:35','2014-02-27 08:14:35','/*\nWelcome to Custom CSS!\n\nCSS (Cascading Style Sheets) is a kind of code that tells the browser how\nto render a web page. You may delete these comments and get started with\nyour customizations.\n\nBy default, your stylesheet will be loaded after the theme stylesheets,\nwhich means that your rules can take precedence and override the theme CSS\nrules. Just write here what you want to change, you don\'t need to copy all\nyour theme\'s stylesheet content.\n*/\n***DELETES THE PAGE TITLE ON THE TOP OF EACH PAGE***\n.page .entry-title {\n display: none;\n}\n\n***\nsection {\n width: 50%;\n margin: 0 auto;\n}\n\nh2 {\n position: relative;\n background: black;\n}\n\nh2:before, h2:after {\n content: \"\";\n position: absolute;\n background: black;\n/* Match the background */\n top: 0;\n bottom: 0;\n width: 9999px;\n/* some huge width */\n}\n\nh2:before {\n right: 100%;\n}\n\nh2:after {\n left: 100%;\n}','safecss','Responsive Child','inherit','open','open','','333-revision-v1','','','2014-02-27 08:14:35','2014-02-27 08:14:35','',333,'http://03785f6.netsolhost.com/wordpress/333-revision-v1/',0,'revision','',0),(416,1,'2014-02-27 08:11:51','2014-02-27 08:11:51','/*\nWelcome to Custom CSS!\n\nCSS (Cascading Style Sheets) is a kind of code that tells the browser how\nto render a web page. You may delete these comments and get started with\nyour customizations.\n\nBy default, your stylesheet will be loaded after the theme stylesheets,\nwhich means that your rules can take precedence and override the theme CSS\nrules. Just write here what you want to change, you don\'t need to copy all\nyour theme\'s stylesheet content.\n*/\n.page .entry-title {\n display: none;\n}\n\nheader, nav, section, article, aside, footer {\n display: block;\n}\n\nbody {\n width: 100%;\n}\n\n#wrapper {\n width: 960px;\n margin: 0 auto;\n}\n\n/* Header\n-----------------------------------------------------------------------------*/\n#header {\n height: 100px;\n}\n\n/* Middle\n-----------------------------------------------------------------------------*/\n#middle {\n width: 100%;\n height: 1%;\n position: relative;\n}\n\n#middle:after {\n content: \'\';\n clear: both;\n display: table;\n}\n\n#container {\n width: 100%;\n float: left;\n overflow: hidden;\n}\n\n#content {\n padding: 0 0 0 200px;\n}\n\n/* Sidebar Left\n-----------------------------------------------------------------------------*/\n#sideLeft {\n float: left;\n width: 180px;\n margin-left: -100%;\n position: relative;\n}\n\n/* Footer\n-----------------------------------------------------------------------------*/\n#footer {\n height: 50px;\n border-top: 1px dashed #999;\n padding-top: .4em;\n font-size: .9em;\n color: #888;\n}\n\n/* End of Layout */\n/* Navigation */\n#nav ul {\n position: fixed;\n top: 50px;\n margin: 0;\n padding: 0;\n background-color: #ddd;\n width: 960px;\n float: left;\n}\n\n#nav li {\n display: inline;\n padding: 0;\n margin: 0;\n}\n\n#nav a:link,\n#nav a:visited {\n color: #333;\n background: #ddd;\n padding: .4em .6em;\n float: left;\n width: auto;\n border-right: 1px solid #fff;\n text-decoration: none;\n}\n\n#nav a:hover {\n color: #fff;\n background-color: #888;\n}\n\n#nav li:first-child a {\n}\n\n/* End of navigation*/','safecss','Responsive Child','inherit','open','open','','333-revision-v1','','','2014-02-27 08:11:51','2014-02-27 08:11:51','',333,'http://03785f6.netsolhost.com/wordpress/333-revision-v1/',0,'revision','',0),(420,1,'2014-02-27 08:16:23','2014-02-27 08:16:23','/*\nWelcome to Custom CSS!\n\nCSS (Cascading Style Sheets) is a kind of code that tells the browser how\nto render a web page. You may delete these comments and get started with\nyour customizations.\n\nBy default, your stylesheet will be loaded after the theme stylesheets,\nwhich means that your rules can take precedence and override the theme CSS\nrules. Just write here what you want to change, you don\'t need to copy all\nyour theme\'s stylesheet content.\n*/\n***DELETES THE PAGE TITLE ON THE TOP OF EACH PAGE***\n\nbody.home .entry-title {\n display: none;\n}','safecss','Responsive Child','inherit','open','open','','333-revision-v1','','','2014-02-27 08:16:23','2014-02-27 08:16:23','',333,'http://03785f6.netsolhost.com/wordpress/333-revision-v1/',0,'revision','',0),(422,1,'2014-02-27 08:17:06','2014-02-27 08:17:06','/*\nWelcome to Custom CSS!\n\nCSS (Cascading Style Sheets) is a kind of code that tells the browser how\nto render a web page. You may delete these comments and get started with\nyour customizations.\n\nBy default, your stylesheet will be loaded after the theme stylesheets,\nwhich means that your rules can take precedence and override the theme CSS\nrules. Just write here what you want to change, you don\'t need to copy all\nyour theme\'s stylesheet content.\n*/\npage.home .entry-title {\n display: none;\n}','safecss','Responsive Child','inherit','open','open','','333-revision-v1','','','2014-02-27 08:17:06','2014-02-27 08:17:06','',333,'http://03785f6.netsolhost.com/wordpress/333-revision-v1/',0,'revision','',0),(424,1,'2014-02-27 08:18:47','2014-02-27 08:18:47','/*\nWelcome to Custom CSS!\n\nCSS (Cascading Style Sheets) is a kind of code that tells the browser how\nto render a web page. You may delete these comments and get started with\nyour customizations.\n\nBy default, your stylesheet will be loaded after the theme stylesheets,\nwhich means that your rules can take precedence and override the theme CSS\nrules. Just write here what you want to change, you don\'t need to copy all\nyour theme\'s stylesheet content.\n*/\n/*\nREMOVES TITLE NAME FROM SHOWING ON EACH PAGE\n*/\n.entry-title {\n display: none;\n}','safecss','Responsive Child','inherit','open','open','','333-revision-v1','','','2014-02-27 08:18:47','2014-02-27 08:18:47','',333,'http://03785f6.netsolhost.com/wordpress/333-revision-v1/',0,'revision','',0),(451,1,'2014-02-28 06:48:33','2014-02-28 06:48:33','','safecss','Responsive','inherit','open','open','','333-revision-v1','','','2014-02-28 06:48:33','2014-02-28 06:48:33','',333,'http://03785f6.netsolhost.com/wordpress/333-revision-v1/',0,'revision','',0),(425,1,'2014-02-27 08:20:13','2014-02-27 08:20:13','/*\nWelcome to Custom CSS!\n\nCSS (Cascading Style Sheets) is a kind of code that tells the browser how\nto render a web page. You may delete these comments and get started with\nyour customizations.\n\nBy default, your stylesheet will be loaded after the theme stylesheets,\nwhich means that your rules can take precedence and override the theme CSS\nrules. Just write here what you want to change, you don\'t need to copy all\nyour theme\'s stylesheet content.\n*/\n/*\nREMOVES TITLE NAME FROM SHOWING ON EACH PAGE\n*/\n.entry-title {\n display: none;\n}\n\n/*\n*/\n#wrapper,\n#featured,\n.widget-wrapper {\n background-color: transparent;\n border: none;\n}','safecss','Responsive Child','inherit','open','open','','333-revision-v1','','','2014-02-27 08:20:13','2014-02-27 08:20:13','',333,'http://03785f6.netsolhost.com/wordpress/333-revision-v1/',0,'revision','',0),(426,1,'2014-02-27 08:21:03','2014-02-27 08:21:03','/*\nWelcome to Custom CSS!\n\nCSS (Cascading Style Sheets) is a kind of code that tells the browser how\nto render a web page. You may delete these comments and get started with\nyour customizations.\n\nBy default, your stylesheet will be loaded after the theme stylesheets,\nwhich means that your rules can take precedence and override the theme CSS\nrules. Just write here what you want to change, you don\'t need to copy all\nyour theme\'s stylesheet content.\n*/\n/*\nREMOVES TITLE NAME FROM SHOWING ON EACH PAGE\n*/\n.entry-title {\n display: none;\n}\n\n/*\nREMOVES BORDER AROUND EACH WIDGET\n*/\n#wrapper,\n#featured,\n.widget-wrapper {\n background-color: transparent;\n border: none;\n}','safecss','Responsive Child','inherit','open','open','','333-revision-v1','','','2014-02-27 08:21:03','2014-02-27 08:21:03','',333,'http://03785f6.netsolhost.com/wordpress/333-revision-v1/',0,'revision','',0),(450,1,'2014-02-28 06:45:30','2014-02-28 06:45:30','','safecss','Responsive Child','inherit','open','open','','333-revision-v1','','','2014-02-28 06:45:30','2014-02-28 06:45:30','',333,'http://03785f6.netsolhost.com/wordpress/333-revision-v1/',0,'revision','',0),(427,1,'2014-02-27 08:22:38','2014-02-27 08:22:38','/*\nWelcome to Custom CSS!\n\nCSS (Cascading Style Sheets) is a kind of code that tells the browser how\nto render a web page. You may delete these comments and get started with\nyour customizations.\n\nBy default, your stylesheet will be loaded after the theme stylesheets,\nwhich means that your rules can take precedence and override the theme CSS\nrules. Just write here what you want to change, you don\'t need to copy all\nyour theme\'s stylesheet content.\n*/\n/*\nREMOVES TITLE NAME FROM SHOWING ON EACH PAGE\n*/\n.entry-title {\n display: none;\n}\n\n/*\nREMOVES BORDER AROUND EACH WIDGET\n*/\n#wrapper,\n#featured,\n.widget-wrapper {\n background-color: transparent;\n border: none;\n}\n\n/*\n*/\n.site-info {\n display: none;\n}','safecss','Responsive Child','inherit','open','open','','333-revision-v1','','','2014-02-27 08:22:38','2014-02-27 08:22:38','',333,'http://03785f6.netsolhost.com/wordpress/333-revision-v1/',0,'revision','',0),(430,1,'2014-02-27 08:47:30','2014-02-27 08:47:30','/*\nWelcome to Custom CSS!\n\nCSS (Cascading Style Sheets) is a kind of code that tells the browser how\nto render a web page. You may delete these comments and get started with\nyour customizations.\n\nBy default, your stylesheet will be loaded after the theme stylesheets,\nwhich means that your rules can take precedence and override the theme CSS\nrules. Just write here what you want to change, you don\'t need to copy all\nyour theme\'s stylesheet content.\n*/\n/*\nREMOVES TITLE NAME FROM SHOWING ON EACH PAGE\n*/\n.entry-title {\n display: none;\n}\n\n/*\nREMOVES BORDER AROUND EACH WIDGET\n*/\n#wrapper,\n#featured,\n.widget-wrapper {\n background-color: transparent;\n border: none;\n}\n\n/*\n*/\n.powered {\n display: none;\n}','safecss','Responsive Child','inherit','open','open','','333-revision-v1','','','2014-02-27 08:47:30','2014-02-27 08:47:30','',333,'http://03785f6.netsolhost.com/wordpress/333-revision-v1/',0,'revision','',0),(428,1,'2014-02-27 08:23:23','2014-02-27 08:23:23','/*\nWelcome to Custom CSS!\n\nCSS (Cascading Style Sheets) is a kind of code that tells the browser how\nto render a web page. You may delete these comments and get started with\nyour customizations.\n\nBy default, your stylesheet will be loaded after the theme stylesheets,\nwhich means that your rules can take precedence and override the theme CSS\nrules. Just write here what you want to change, you don\'t need to copy all\nyour theme\'s stylesheet content.\n*/\n/*\nREMOVES TITLE NAME FROM SHOWING ON EACH PAGE\n*/\n.entry-title {\n display: none;\n}\n\n/*\nREMOVES BORDER AROUND EACH WIDGET\n*/\n#wrapper,\n#featured,\n.widget-wrapper {\n background-color: transparent;\n border: none;\n}\n\n/*\n*/\n#site-generator {\n display: none !important;\n}','safecss','Responsive Child','inherit','open','open','','333-revision-v1','','','2014-02-27 08:23:23','2014-02-27 08:23:23','',333,'http://03785f6.netsolhost.com/wordpress/333-revision-v1/',0,'revision','',0),(429,1,'2014-02-27 08:24:22','2014-02-27 08:24:22','/*\nWelcome to Custom CSS!\n\nCSS (Cascading Style Sheets) is a kind of code that tells the browser how\nto render a web page. You may delete these comments and get started with\nyour customizations.\n\nBy default, your stylesheet will be loaded after the theme stylesheets,\nwhich means that your rules can take precedence and override the theme CSS\nrules. Just write here what you want to change, you don\'t need to copy all\nyour theme\'s stylesheet content.\n*/\n/*\nREMOVES TITLE NAME FROM SHOWING ON EACH PAGE\n*/\n.entry-title {\n display: none;\n}\n\n/*\nREMOVES BORDER AROUND EACH WIDGET\n*/\n#wrapper,\n#featured,\n.widget-wrapper {\n background-color: transparent;\n border: none;\n}\n\n/*\n*/\n#site-generator {\n display: none;\n}','safecss','Responsive Child','inherit','open','open','','333-revision-v1','','','2014-02-27 08:24:22','2014-02-27 08:24:22','',333,'http://03785f6.netsolhost.com/wordpress/333-revision-v1/',0,'revision','',0),(449,1,'2014-02-28 06:45:13','2014-02-28 06:45:13','','safecss','Attitude','inherit','open','open','','333-revision-v1','','','2014-02-28 06:45:13','2014-02-28 06:45:13','',333,'http://03785f6.netsolhost.com/wordpress/333-revision-v1/',0,'revision','',0),(431,1,'2014-02-27 09:11:03','2014-02-27 09:11:03','/*\nWelcome to Custom CSS!\n\nCSS (Cascading Style Sheets) is a kind of code that tells the browser how\nto render a web page. You may delete these comments and get started with\nyour customizations.\n\nBy default, your stylesheet will be loaded after the theme stylesheets,\nwhich means that your rules can take precedence and override the theme CSS\nrules. Just write here what you want to change, you don\'t need to copy all\nyour theme\'s stylesheet content.\n*/\n/*\nREMOVES TITLE NAME FROM SHOWING ON EACH PAGE\n*/\n.entry-title {\n display: none;\n}\n\n/*\nREMOVES BORDER AROUND EACH WIDGET\n*/\n#wrapper,\n#featured,\n.widget-wrapper {\n background-color: transparent;\n border: none;\n}\n\n/*\nREMOVES POWERED BY WORDPRESS AT FOOTER\n*/\n.powered {\n display: none;\n}\n\n/*\nREMOVES COPYRIGHT IN FOOTER\n*/\n.copyright {\n color: transparent;\n}\n\n.copyright a {\n display: none;\n}','safecss','Responsive Child','inherit','open','open','','333-revision-v1','','','2014-02-27 09:11:03','2014-02-27 09:11:03','',333,'http://03785f6.netsolhost.com/wordpress/333-revision-v1/',0,'revision','',0),(432,1,'2014-05-15 17:57:20','2014-05-15 17:57:20','<strong><font size=\"5\">Reporting an Insurance Claim</font></strong>\n\n<strong><u>AUTO ACCIDENT INSTRUCTIONS</u></strong>\n\nMost insurance company claim\'s departments are available <strong>24 hours a day, 7 days a week,</strong> including weekends and holidays. If you are involved in an accident:\n\n<strong>1. Remain at the scene.</strong>\n<strong>2. Call the police</strong> to report the accident.\n<strong>3. Exchange information</strong> with the other driver(s). Provide your policy number and your insurance company\'s claim number (see below).\n<strong>4. Don\'t admit fault</strong> for the accident or discuss your insurance coverage or limits. Also don\'t discuss the accident with anyone except the policy and your insurance company claims representative.\n\n<strong>Ask for this information:</strong>\n<strong>></strong> Name, address, driver\'s license number and phone numbers for other drivers and witnesses.\n<strong>></strong> Year, make, model, and license plate number of all vehicles.\n<strong>></strong> Name of insurance company and/or agent for other drivers.\n\n<u><strong>CLAIM REPORTING PHONE NUMBERS</strong></u>\n\nArrowhead Insurance Services\n • Property/Renters: 800-453-8610\n • Auto: 800-285-2524\n\nFirst American Specialty\n • All Claims: 800-348-3782\n\nThe Hartford\n • All Claims: 800-243-5860\n\nInfinity\n • All Claims: 800-252-2799\n\nKemper Insurance Group\n • Kemper Preferred: 800-252-2799\n • Kemper Specialty: 800-777-4342\n\nMcGraw Insurance Services\n • All Claims: 800-962-1172\n\nMercury Insurance Group\n • Mercury Insurance Company: 800-313-6372\n • California Automobile Insurance Company: 800-313-6372\n\nProgressive\n • All Claims: 800-776-4737\n\nSafeco Insurance Group\n • Safeco Insurance Company:\n • A\n\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Report a Claim','','inherit','open','open','','283-autosave-v1','','','2014-05-15 17:57:20','2014-05-15 17:57:20','',283,'http://03785f6.netsolhost.com/wordpress/283-autosave-v1/',0,'revision','',0),(433,1,'2014-02-27 16:34:05','2014-02-27 16:34:05','/*\nWelcome to Custom CSS!\n\nCSS (Cascading Style Sheets) is a kind of code that tells the browser how\nto render a web page. You may delete these comments and get started with\nyour customizations.\n\nBy default, your stylesheet will be loaded after the theme stylesheets,\nwhich means that your rules can take precedence and override the theme CSS\nrules. Just write here what you want to change, you don\'t need to copy all\nyour theme\'s stylesheet content.\n*/\n/*\nREMOVES TITLE NAME FROM SHOWING ON EACH PAGE\n*/\n.entry-title {\n display: none;\n}\n\n/*\nREMOVES BORDER AROUND EACH WIDGET\n*/\n#wrapper,\n#featured,\n.widget-wrapper {\n background-color: transparent;\n border: none;\n}\n\n/*\nREMOVES POWERED BY WORDPRESS AT FOOTER\n*/\n.powered {\n display: none;\n}\n\n/*\nREMOVES COPYRIGHT IN FOOTER\n*/\n.copyright {\n color: transparent;\n}\n\n.copyright a {\n display: none;\n}\n\n/*\nREMOVES COPYRIGHT IN FOOTER\n*/\n#header-banner {\n float: right;\n margin: 0 auto;\n width: 68.0851%;\n}','safecss','Responsive Child','inherit','open','open','','333-revision-v1','','','2014-02-27 16:34:05','2014-02-27 16:34:05','',333,'http://03785f6.netsolhost.com/wordpress/333-revision-v1/',0,'revision','',0),(435,1,'2014-02-27 16:35:21','2014-02-27 16:35:21','/*\nWelcome to Custom CSS!\n\nCSS (Cascading Style Sheets) is a kind of code that tells the browser how\nto render a web page. You may delete these comments and get started with\nyour customizations.\n\nBy default, your stylesheet will be loaded after the theme stylesheets,\nwhich means that your rules can take precedence and override the theme CSS\nrules. Just write here what you want to change, you don\'t need to copy all\nyour theme\'s stylesheet content.\n*/\n/*\nREMOVES TITLE NAME FROM SHOWING ON EACH PAGE\n*/\n.entry-title {\n display: none;\n}\n\n/*\nREMOVES BORDER AROUND EACH WIDGET\n*/\n#wrapper,\n#featured,\n.widget-wrapper {\n background-color: transparent;\n border: none;\n}\n\n/*\nREMOVES POWERED BY WORDPRESS AT FOOTER\n*/\n.powered {\n display: none;\n}\n\n/*\nREMOVES COPYRIGHT IN FOOTER\n*/\n.copyright {\n color: transparent;\n}\n\n.copyright a {\n display: none;\n}\n\n/*\nREMOVES COPYRIGHT IN FOOTER\n*/\n#header {\n}','safecss','Responsive Child','inherit','open','open','','333-revision-v1','','','2014-02-27 16:35:21','2014-02-27 16:35:21','',333,'http://03785f6.netsolhost.com/wordpress/333-revision-v1/',0,'revision','',0),(434,1,'2014-02-27 16:34:37','2014-02-27 16:34:37','/*\nWelcome to Custom CSS!\n\nCSS (Cascading Style Sheets) is a kind of code that tells the browser how\nto render a web page. You may delete these comments and get started with\nyour customizations.\n\nBy default, your stylesheet will be loaded after the theme stylesheets,\nwhich means that your rules can take precedence and override the theme CSS\nrules. Just write here what you want to change, you don\'t need to copy all\nyour theme\'s stylesheet content.\n*/\n/*\nREMOVES TITLE NAME FROM SHOWING ON EACH PAGE\n*/\n.entry-title {\n display: none;\n}\n\n/*\nREMOVES BORDER AROUND EACH WIDGET\n*/\n#wrapper,\n#featured,\n.widget-wrapper {\n background-color: transparent;\n border: none;\n}\n\n/*\nREMOVES POWERED BY WORDPRESS AT FOOTER\n*/\n.powered {\n display: none;\n}\n\n/*\nREMOVES COPYRIGHT IN FOOTER\n*/\n.copyright {\n color: transparent;\n}\n\n.copyright a {\n display: none;\n}\n\n/*\nREMOVES COPYRIGHT IN FOOTER\n*/\n#branding {\n float: none;\n width: 35%;\n margin: 0 auto;\n text-align: center;\n}','safecss','Responsive Child','inherit','open','open','','333-revision-v1','','','2014-02-27 16:34:37','2014-02-27 16:34:37','',333,'http://03785f6.netsolhost.com/wordpress/333-revision-v1/',0,'revision','',0),(436,1,'2014-02-27 16:35:58','2014-02-27 16:35:58','/*\nWelcome to Custom CSS!\n\nCSS (Cascading Style Sheets) is a kind of code that tells the browser how\nto render a web page. You may delete these comments and get started with\nyour customizations.\n\nBy default, your stylesheet will be loaded after the theme stylesheets,\nwhich means that your rules can take precedence and override the theme CSS\nrules. Just write here what you want to change, you don\'t need to copy all\nyour theme\'s stylesheet content.\n*/\n/*\nREMOVES TITLE NAME FROM SHOWING ON EACH PAGE\n*/\n.entry-title {\n display: none;\n}\n\n/*\nREMOVES BORDER AROUND EACH WIDGET\n*/\n#wrapper,\n#featured,\n.widget-wrapper {\n background-color: transparent;\n border: none;\n}\n\n/*\nREMOVES POWERED BY WORDPRESS AT FOOTER\n*/\n.powered {\n display: none;\n}\n\n/*\nREMOVES COPYRIGHT IN FOOTER\n*/\n.copyright {\n color: transparent;\n}\n\n.copyright a {\n display: none;\n}\n\n/*\nREMOVES COPYRIGHT IN FOOTER\n*/\n.header-image {\n margin-top: 24px;\n margin-top: 2.4rem;\n display: block;\n margin-left: auto;\n margin-right: auto;\n}','safecss','Responsive Child','inherit','open','open','','333-revision-v1','','','2014-02-27 16:35:58','2014-02-27 16:35:58','',333,'http://03785f6.netsolhost.com/wordpress/333-revision-v1/',0,'revision','',0),(438,1,'2014-02-27 16:38:15','2014-02-27 16:38:15','/*\nWelcome to Custom CSS!\n\nCSS (Cascading Style Sheets) is a kind of code that tells the browser how\nto render a web page. You may delete these comments and get started with\nyour customizations.\n\nBy default, your stylesheet will be loaded after the theme stylesheets,\nwhich means that your rules can take precedence and override the theme CSS\nrules. Just write here what you want to change, you don\'t need to copy all\nyour theme\'s stylesheet content.\n*/\n/*\nREMOVES TITLE NAME FROM SHOWING ON EACH PAGE\n*/\n.entry-title {\n display: none;\n}\n\n/*\nREMOVES BORDER AROUND EACH WIDGET\n*/\n#wrapper,\n#featured,\n.widget-wrapper {\n background-color: transparent;\n border: none;\n}\n\n/*\nREMOVES POWERED BY WORDPRESS AT FOOTER\n*/\n.powered {\n display: none;\n}\n\n/*\nREMOVES COPYRIGHT IN FOOTER\n*/\n.copyright {\n color: transparent;\n}\n\n.copyright a {\n display: none;\n}','safecss','Responsive Child','inherit','open','open','','333-revision-v1','','','2014-02-27 16:38:15','2014-02-27 16:38:15','',333,'http://03785f6.netsolhost.com/wordpress/333-revision-v1/',0,'revision','',0),(437,1,'2014-02-27 16:36:49','2014-02-27 16:36:49','/*\nWelcome to Custom CSS!\n\nCSS (Cascading Style Sheets) is a kind of code that tells the browser how\nto render a web page. You may delete these comments and get started with\nyour customizations.\n\nBy default, your stylesheet will be loaded after the theme stylesheets,\nwhich means that your rules can take precedence and override the theme CSS\nrules. Just write here what you want to change, you don\'t need to copy all\nyour theme\'s stylesheet content.\n*/\n/*\nREMOVES TITLE NAME FROM SHOWING ON EACH PAGE\n*/\n.entry-title {\n display: none;\n}\n\n/*\nREMOVES BORDER AROUND EACH WIDGET\n*/\n#wrapper,\n#featured,\n.widget-wrapper {\n background-color: transparent;\n border: none;\n}\n\n/*\nREMOVES POWERED BY WORDPRESS AT FOOTER\n*/\n.powered {\n display: none;\n}\n\n/*\nREMOVES COPYRIGHT IN FOOTER\n*/\n.copyright {\n color: transparent;\n}\n\n.copyright a {\n display: none;\n}\n\n/*\nREMOVES COPYRIGHT IN FOOTER\n*/\n.header-image {\n margin-top: 24px;\n margin-top: 2.4rem;\n display: block;\n margin-left: auto;\n margin-right: auto;\n height: 300px;\n width: 300px;\n}','safecss','Responsive Child','inherit','open','open','','333-revision-v1','','','2014-02-27 16:36:49','2014-02-27 16:36:49','',333,'http://03785f6.netsolhost.com/wordpress/333-revision-v1/',0,'revision','',0),(443,1,'2014-02-27 19:53:32','2014-02-27 19:53:32','/*\nWelcome to Custom CSS!\n\nCSS (Cascading Style Sheets) is a kind of code that tells the browser how\nto render a web page. You may delete these comments and get started with\nyour customizations.\n\nBy default, your stylesheet will be loaded after the theme stylesheets,\nwhich means that your rules can take precedence and override the theme CSS\nrules. Just write here what you want to change, you don\'t need to copy all\nyour theme\'s stylesheet content.\n*/\n/*\nREMOVES TITLE NAME FROM SHOWING ON EACH PAGE\n*/\n.entry-title {\n display: none;\n}\n\n/*\nREMOVES BORDER AROUND EACH WIDGET\n*/\n#wrapper,\n#featured,\n.widget-wrapper {\n background-color: transparent;\n border: none;\n}\n\n/*\nREMOVES POWERED BY WORDPRESS AT FOOTER\n*/\n.powered {\n display: none;\n}\n\n/*\nREMOVES COPYRIGHT IN FOOTER\n*/\n.copyright {\n color: transparent;\n}\n\n.copyright a {\n display: none;\n}\n\n/*\nREMOVES COPYRIGHT IN FOOTER\n*/','safecss','Responsive Child','inherit','open','open','','333-revision-v1','','','2014-02-27 19:53:32','2014-02-27 19:53:32','',333,'http://03785f6.netsolhost.com/wordpress/333-revision-v1/',0,'revision','',0),(442,1,'2014-02-27 19:53:15','2014-02-27 19:53:15','/*\nWelcome to Custom CSS!\n\nCSS (Cascading Style Sheets) is a kind of code that tells the browser how\nto render a web page. You may delete these comments and get started with\nyour customizations.\n\nBy default, your stylesheet will be loaded after the theme stylesheets,\nwhich means that your rules can take precedence and override the theme CSS\nrules. Just write here what you want to change, you don\'t need to copy all\nyour theme\'s stylesheet content.\n*/\n/*\nREMOVES TITLE NAME FROM SHOWING ON EACH PAGE\n*/\n.entry-title {\n display: none;\n}\n\n/*\nREMOVES BORDER AROUND EACH WIDGET\n*/\n#wrapper,\n#featured,\n.widget-wrapper {\n background-color: transparent;\n border: none;\n}\n\n/*\nREMOVES POWERED BY WORDPRESS AT FOOTER\n*/\n.powered {\n display: none;\n}\n\n/*\nREMOVES COPYRIGHT IN FOOTER\n*/\n.copyright {\n color: transparent;\n}\n\n.copyright a {\n display: none;\n}\n\n/*\nREMOVES COPYRIGHT IN FOOTER\n*/\na {\n color: white;\n background: #32C1DA;\n width: 30%;\n text-align: center;\n font-family: Arial;\n font-size: 150%;\n margin: auto;\n word-spacing: normal;\n}','safecss','Responsive Child','inherit','open','open','','333-revision-v1','','','2014-02-27 19:53:15','2014-02-27 19:53:15','',333,'http://03785f6.netsolhost.com/wordpress/333-revision-v1/',0,'revision','',0),(441,1,'2014-02-27 19:52:41','2014-02-27 19:52:41','/*\nWelcome to Custom CSS!\n\nCSS (Cascading Style Sheets) is a kind of code that tells the browser how\nto render a web page. You may delete these comments and get started with\nyour customizations.\n\nBy default, your stylesheet will be loaded after the theme stylesheets,\nwhich means that your rules can take precedence and override the theme CSS\nrules. Just write here what you want to change, you don\'t need to copy all\nyour theme\'s stylesheet content.\n*/\n/*\nREMOVES TITLE NAME FROM SHOWING ON EACH PAGE\n*/\n.entry-title {\n display: none;\n}\n\n/*\nREMOVES BORDER AROUND EACH WIDGET\n*/\n#wrapper,\n#featured,\n.widget-wrapper {\n background-color: transparent;\n border: none;\n}\n\n/*\nREMOVES POWERED BY WORDPRESS AT FOOTER\n*/\n.powered {\n display: none;\n}\n\n/*\nREMOVES COPYRIGHT IN FOOTER\n*/\n.copyright {\n color: transparent;\n}\n\n.copyright a {\n display: none;\n}\n\n/*\nREMOVES COPYRIGHT IN FOOTER\n*/\nheader {\n position: relative;\n background-position: top center;\n background: url(images/header1.png) no-repeat #9f9f9f;\n font-family: arial, verdana, sans-serif;\n width: 800px;\n height: 175px;\n background-color: #242121;\n z-index: 2;\n border-left: solid 2px #237917;\n border-right: solid 2px #237917;\n border-top: solid 2px #237917;\n}','safecss','Responsive Child','inherit','open','open','','333-revision-v1','','','2014-02-27 19:52:41','2014-02-27 19:52:41','',333,'http://03785f6.netsolhost.com/wordpress/333-revision-v1/',0,'revision','',0),(445,1,'2014-02-27 19:54:45','2014-02-27 19:54:45','/*\nWelcome to Custom CSS!\n\nCSS (Cascading Style Sheets) is a kind of code that tells the browser how\nto render a web page. You may delete these comments and get started with\nyour customizations.\n\nBy default, your stylesheet will be loaded after the theme stylesheets,\nwhich means that your rules can take precedence and override the theme CSS\nrules. Just write here what you want to change, you don\'t need to copy all\nyour theme\'s stylesheet content.\n*/\n/*\nREMOVES TITLE NAME FROM SHOWING ON EACH PAGE\n*/\n.entry-title {\n display: none;\n}\n\n/*\nREMOVES BORDER AROUND EACH WIDGET\n*/\n#wrapper,\n#featured,\n.widget-wrapper {\n background-color: transparent;\n border: none;\n}\n\n/*\nREMOVES POWERED BY WORDPRESS AT FOOTER\n*/\n.powered {\n display: none;\n}\n\n/*\nREMOVES COPYRIGHT IN FOOTER\n*/\n.copyright {\n color: transparent;\n}\n\n.copyright a {\n display: none;\n}','safecss','Responsive Child','inherit','open','open','','333-revision-v1','','','2014-02-27 19:54:45','2014-02-27 19:54:45','',333,'http://03785f6.netsolhost.com/wordpress/333-revision-v1/',0,'revision','',0),(444,1,'2014-02-27 19:54:30','2014-02-27 19:54:30','/*\nWelcome to Custom CSS!\n\nCSS (Cascading Style Sheets) is a kind of code that tells the browser how\nto render a web page. You may delete these comments and get started with\nyour customizations.\n\nBy default, your stylesheet will be loaded after the theme stylesheets,\nwhich means that your rules can take precedence and override the theme CSS\nrules. Just write here what you want to change, you don\'t need to copy all\nyour theme\'s stylesheet content.\n*/\n/*\nREMOVES TITLE NAME FROM SHOWING ON EACH PAGE\n*/\n.entry-title {\n display: none;\n}\n\n/*\nREMOVES BORDER AROUND EACH WIDGET\n*/\n#wrapper,\n#featured,\n.widget-wrapper {\n background-color: transparent;\n border: none;\n}\n\n/*\nREMOVES POWERED BY WORDPRESS AT FOOTER\n*/\n.powered {\n display: none;\n}\n\n/*\nREMOVES COPYRIGHT IN FOOTER\n*/\n.copyright {\n color: transparent;\n}\n\n.copyright a {\n display: none;\n}\n\n/*\nREMOVES COPYRIGHT IN FOOTER\n*/\n.header-image {\n margin-top: 24px;\n margin-top: 2.4rem;\n display: block;\n margin-left: auto;\n margin-right: auto;\n}','safecss','Responsive Child','inherit','open','open','','333-revision-v1','','','2014-02-27 19:54:30','2014-02-27 19:54:30','',333,'http://03785f6.netsolhost.com/wordpress/333-revision-v1/',0,'revision','',0),(446,1,'2014-02-27 19:58:17','2014-02-27 19:58:17','/*\nWelcome to Custom CSS!\n\nCSS (Cascading Style Sheets) is a kind of code that tells the browser how\nto render a web page. You may delete these comments and get started with\nyour customizations.\n\nBy default, your stylesheet will be loaded after the theme stylesheets,\nwhich means that your rules can take precedence and override the theme CSS\nrules. Just write here what you want to change, you don\'t need to copy all\nyour theme\'s stylesheet content.\n*/\n/*\nREMOVES TITLE NAME FROM SHOWING ON EACH PAGE\n*/\n.entry-title {\n display: none;\n}\n\n/*\nREMOVES BORDER AROUND EACH WIDGET\n*/\n#wrapper,\n#featured,\n.widget-wrapper {\n background-color: transparent;\n border: none;\n}\n\n/*\nREMOVES POWERED BY WORDPRESS AT FOOTER\n*/\n.powered {\n display: none;\n}\n\n/*\nREMOVES COPYRIGHT IN FOOTER\n*/\n.copyright {\n color: transparent;\n}\n\n.copyright a {\n display: none;\n}\n\n/*\nREMOVES COPYRIGHT IN FOOTER\n*/','safecss','Responsive Child','inherit','open','open','','333-revision-v1','','','2014-02-27 19:58:17','2014-02-27 19:58:17','',333,'http://03785f6.netsolhost.com/wordpress/333-revision-v1/',0,'revision','',0),(448,1,'2014-02-27 20:10:42','2014-02-27 20:10:42','/*\nWelcome to Custom CSS!\n\nCSS (Cascading Style Sheets) is a kind of code that tells the browser how\nto render a web page. You may delete these comments and get started with\nyour customizations.\n\nBy default, your stylesheet will be loaded after the theme stylesheets,\nwhich means that your rules can take precedence and override the theme CSS\nrules. Just write here what you want to change, you don\'t need to copy all\nyour theme\'s stylesheet content.\n*/\n/*\nREMOVES TITLE NAME FROM SHOWING ON EACH PAGE\n*/\n.entry-title {\n display: none;\n}\n\n/*\nREMOVES BORDER AROUND EACH WIDGET\n*/\n#wrapper,\n#featured,\n.widget-wrapper {\n background-color: transparent;\n border: none;\n}\n\n/*\nREMOVES POWERED BY WORDPRESS AT FOOTER\n*/\n.powered {\n display: none;\n}\n\n/*\nREMOVES COPYRIGHT IN FOOTER\n*/\n.copyright {\n color: transparent;\n}\n\n.copyright a {\n display: none;\n}','safecss','Responsive Child','inherit','open','open','','333-revision-v1','','','2014-02-27 20:10:42','2014-02-27 20:10:42','',333,'http://03785f6.netsolhost.com/wordpress/333-revision-v1/',0,'revision','',0),(447,1,'2014-02-27 19:59:09','2014-02-27 19:59:09','/*\nWelcome to Custom CSS!\n\nCSS (Cascading Style Sheets) is a kind of code that tells the browser how\nto render a web page. You may delete these comments and get started with\nyour customizations.\n\nBy default, your stylesheet will be loaded after the theme stylesheets,\nwhich means that your rules can take precedence and override the theme CSS\nrules. Just write here what you want to change, you don\'t need to copy all\nyour theme\'s stylesheet content.\n*/\n/*\nREMOVES TITLE NAME FROM SHOWING ON EACH PAGE\n*/\n.entry-title {\n display: none;\n}\n\n/*\nREMOVES BORDER AROUND EACH WIDGET\n*/\n#wrapper,\n#featured,\n.widget-wrapper {\n background-color: transparent;\n border: none;\n}\n\n/*\nREMOVES POWERED BY WORDPRESS AT FOOTER\n*/\n.powered {\n display: none;\n}\n\n/*\nREMOVES COPYRIGHT IN FOOTER\n*/\n.copyright {\n color: transparent;\n}\n\n.copyright a {\n display: none;\n}\n\n/*\nREMOVES COPYRIGHT IN FOOTER\n*/\n#categorylist {\n font-size: 12px;\n font-style: normal;\n text-transform: uppercase;\n}\n\n#categorylist ul {\n list-style-type: none;\n list-style-image: none;\n margin: 0;\n padding-bottom: 20px;\n}\n\n#categorylist li {\n display: inline;\n padding: 0 5px;\n}\n\n#categorylist a:link, #category a:visited {\n color: blue;\n}\n\n#categorylist a:hover {\n color: red;\n}','safecss','Responsive Child','inherit','open','open','','333-revision-v1','','','2014-02-27 19:59:09','2014-02-27 19:59:09','',333,'http://03785f6.netsolhost.com/wordpress/333-revision-v1/',0,'revision','',0),(455,1,'2014-02-28 07:13:14','2014-02-28 07:13:14','/*\nWelcome to Custom CSS!\n\nCSS (Cascading Style Sheets) is a kind of code that tells the browser how\nto render a web page. You may delete these comments and get started with\nyour customizations.\n\nBy default, your stylesheet will be loaded after the theme stylesheets,\nwhich means that your rules can take precedence and override the theme CSS\nrules. Just write here what you want to change, you don\'t need to copy all\nyour theme\'s stylesheet content.\n*/\n/*\nREMOVES TITLE NAME FROM SHOWING ON EACH PAGE\n*/\n.entry-title {\n display: none;\n}\n\n/*\nREMOVES BORDER AROUND EACH WIDGET\n*/\n#wrapper,\n#featured,\n.widget-wrapper {\n background-color: transparent;\n border: none;\n}\n\n/*\nREMOVES POWERED BY WORDPRESS AT FOOTER\n*/\n.powered {\n display: none;\n}\n\n/*\nREMOVES COPYRIGHT IN FOOTER\n*/\n.copyright {\n color: transparent;\n}\n\n.copyright a {\n display: none;\n}','safecss','Responsive Child','inherit','open','open','','333-revision-v1','','','2014-02-28 07:13:14','2014-02-28 07:13:14','',333,'http://03785f6.netsolhost.com/wordpress/333-revision-v1/',0,'revision','',0),(456,1,'2014-02-28 07:41:03','2014-02-28 07:41:03','/*\nWelcome to Custom CSS!\n\nCSS (Cascading Style Sheets) is a kind of code that tells the browser how\nto render a web page. You may delete these comments and get started with\nyour customizations.\n\nBy default, your stylesheet will be loaded after the theme stylesheets,\nwhich means that your rules can take precedence and override the theme CSS\nrules. Just write here what you want to change, you don\'t need to copy all\nyour theme\'s stylesheet content.\n*/\n/*\nREMOVES TITLE NAME FROM SHOWING ON EACH PAGE\n*/\n.entry-title {\n display: none;\n}\n\n/*\nREMOVES BORDER AROUND EACH WIDGET\n*/\n#wrapper,\n#featured,\n.widget-wrapper {\n background-color: transparent;\n border: none;\n}\n\n/*\nREMOVES POWERED BY WORDPRESS AT FOOTER\n*/\n.powered {\n display: none;\n}\n\n/*\nREMOVES COPYRIGHT IN FOOTER\n*/\n.copyright {\n color: transparent;\n}\n\n.copyright a {\n display: none;\n}\n\n/*\nREMOVES COPYRIGHT IN FOOTER\n*/\n.breadcrumb:nth-child(1) {\n display: none;\n}\n\n.chevron:nth-child(2) {\n display: none;\n}','safecss','Responsive Child','inherit','open','open','','333-revision-v1','','','2014-02-28 07:41:03','2014-02-28 07:41:03','',333,'http://03785f6.netsolhost.com/wordpress/333-revision-v1/',0,'revision','',0),(458,1,'2014-02-28 07:44:46','2014-02-28 07:44:46','/*\nWelcome to Custom CSS!\n\nCSS (Cascading Style Sheets) is a kind of code that tells the browser how\nto render a web page. You may delete these comments and get started with\nyour customizations.\n\nBy default, your stylesheet will be loaded after the theme stylesheets,\nwhich means that your rules can take precedence and override the theme CSS\nrules. Just write here what you want to change, you don\'t need to copy all\nyour theme\'s stylesheet content.\n*/\n/*\nREMOVES TITLE NAME FROM SHOWING ON EACH PAGE\n*/\n.entry-title {\n display: none;\n}\n\n/*\nREMOVES BORDER AROUND EACH WIDGET\n*/\n#wrapper,\n#featured,\n.widget-wrapper {\n background-color: transparent;\n border: none;\n}\n\n/*\nREMOVES POWERED BY WORDPRESS AT FOOTER\n*/\n.powered {\n display: none;\n}\n\n/*\nREMOVES COPYRIGHT IN FOOTER\n*/\n.copyright {\n color: transparent;\n}\n\n.copyright a {\n display: none;\n}','safecss','Responsive Child','inherit','open','open','','333-revision-v1','','','2014-02-28 07:44:46','2014-02-28 07:44:46','',333,'http://03785f6.netsolhost.com/wordpress/333-revision-v1/',0,'revision','',0),(457,1,'2014-02-28 07:41:54','2014-02-28 07:41:54','/*\nWelcome to Custom CSS!\n\nCSS (Cascading Style Sheets) is a kind of code that tells the browser how\nto render a web page. You may delete these comments and get started with\nyour customizations.\n\nBy default, your stylesheet will be loaded after the theme stylesheets,\nwhich means that your rules can take precedence and override the theme CSS\nrules. Just write here what you want to change, you don\'t need to copy all\nyour theme\'s stylesheet content.\n*/\n/*\nREMOVES TITLE NAME FROM SHOWING ON EACH PAGE\n*/\n.entry-title {\n display: none;\n}\n\n/*\nREMOVES BORDER AROUND EACH WIDGET\n*/\n#wrapper,\n#featured,\n.widget-wrapper {\n background-color: transparent;\n border: none;\n}\n\n/*\nREMOVES POWERED BY WORDPRESS AT FOOTER\n*/\n.powered {\n display: none;\n}\n\n/*\nREMOVES COPYRIGHT IN FOOTER\n*/\n.copyright {\n color: transparent;\n}\n\n.copyright a {\n display: none;\n}\n\n/*\nREMOVES \"HOME\" IN BREADCRUMB\n*/\n.breadcrumb:nth-child(1) {\n display: none;\n}\n\n.chevron:nth-child(2) {\n display: none;\n}','safecss','Responsive Child','inherit','open','open','','333-revision-v1','','','2014-02-28 07:41:54','2014-02-28 07:41:54','',333,'http://03785f6.netsolhost.com/wordpress/333-revision-v1/',0,'revision','',0),(459,1,'2014-02-28 07:45:07','2014-02-28 07:45:07','','Homeowners','','inherit','open','open','','183-revision-v1','','','2014-02-28 07:45:07','2014-02-28 07:45:07','',183,'http://03785f6.netsolhost.com/wordpress/183-revision-v1/',0,'revision','',0),(463,1,'2014-04-24 04:53:50','2014-04-24 04:53:50','<font size=\"5\"><strong>Welcome to the Online Home of Sean Womack</strong></font>\n\nSean Womack is a licensed insurance agent for Beissel Insurance Services--an agency that has been proudly serving the insurance needs of Californians for almost 40 years!\n\nProudly located in the heart of Southern California, Beissel Insurance Services have been serving the coverage needs of individuals, families, and businesses all across the state. With a dedication to our local community, Sean and his team have continued to become a leader for California insurance in Orange County.\n\nAs an agent for a local independent agency, Sean Womack represents a multitude of insurance companies, from companies that write insurance across the nation to companies that focus writing insurance in California. Therefore, we are able to effectively compare coverages and rates to ensure that our clients have options.\n\nWhether you are looking for a California Auto Insurance policy or California Home Insurance, Sean Womack and his team have the policy that you are looking for.\n\nContact Sean Womack today to discover your options of California insurance options. Call us at 949-940-6934 and receive your free California insurance quotes today!\n\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>\n\n<div class=\"google-maps\">\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d3317.762318952849!2d-117.81888190000001!3d33.740961699999986!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x80dcdbe80288a8ad%3A0x987bbb910365b8e6!2s13732+Newport+Ave+%235!5e0!3m2!1sen!2sus!4v1398313865543\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\"></iframe>','Home Page','','inherit','open','open','','8-autosave-v1','','','2014-04-24 04:53:50','2014-04-24 04:53:50','',8,'http://03785f6.netsolhost.com/wordpress/8-autosave-v1/',0,'revision','',0),(467,1,'2014-03-01 05:28:12','2014-03-01 05:28:12','Proudly located in the heart of Southern California, Sean Womack and his team have been serving the coverage needs of individuals, families, and businesses in California for over a decade. With a dedication to our local community, Sean and his team have continue to become a leader for California insurance in Orange County.\r\n\r\nAs a agent for a local independent agency, Sean and his team represent a multitude of insurance companies, from companies that write insurance across the nation to companies that focus writing insurance in California. Therefore, we are able to effectively compare coverages and rates to ensure that our clients have options.\r\n\r\nWhether you are looking for a California Auto Insurance policy or California Home Insurance, Sean Womack and his team have the policy that you are looking for.\r\n\r\nContact Sean Womack today to discover your options of California insurance strategies. Call us at 714-838-0601 and receive your free California insurance quotes today!\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Home Page','','inherit','open','open','','8-revision-v1','','','2014-03-01 05:28:12','2014-03-01 05:28:12','',8,'http://03785f6.netsolhost.com/wordpress/8-revision-v1/',0,'revision','',0),(465,1,'2014-03-01 05:23:11','2014-03-01 05:23:11','Proudly located in the heart of Southern California, Sean Womack and his team have been serving the coverage needs of individuals, families, and businesses in California for over a decade. With a dedication to our local community, Sean and his team have continue to become a leader for California insurance in Orange County.\r\n\r\nAs a agent for a local independent agency, Sean and his team represent a multitude of insurance companies, from companies that write insurance across the nation to companies that focus writing insurance in California. Therefore, we are able to effectively compare coverages and rates to ensure that our clients have options.\r\n\r\nWhether you are looking for a California Auto Insurance policy or California Home Insurance, Sean Womack and his team have the policy that you are looking for.\r\n\r\nContact Sean Womack today to discover your options of California insurance strategies. Call us at 714-838-0601 and receive your free California insurance quotes today!\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-464\" /></a>','Home Page','','inherit','open','open','','8-revision-v1','','','2014-03-01 05:23:11','2014-03-01 05:23:11','',8,'http://03785f6.netsolhost.com/wordpress/8-revision-v1/',0,'revision','',0),(466,1,'2014-03-01 05:27:58','2014-03-01 05:27:58','','Initals','','inherit','open','open','','initals-2','','','2014-03-01 05:27:58','2014-03-01 05:27:58','',8,'http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg',0,'attachment','image/svg+xml',0),(470,1,'2014-03-01 05:41:45','2014-03-01 05:41:45','Sean Womack is a second generation insurance agent. His mentor and step-father, Richard Beissel, was an independent insurance agent who focused on the construction industry. In 1995, after graduating from high school, Sean took the California Agent-Broker Insurance License Exam and passed. After working for his step-father’s insurance agency for a few years, Sean decided that he would leave the agency to gain experience with other insurance agencies. In 2010, Sean came back to work for his step-father to apply the knowledge he learned while away.\r\n','About Sean','','inherit','open','open','','42-revision-v1','','','2014-03-01 05:41:45','2014-03-01 05:41:45','',42,'http://03785f6.netsolhost.com/wordpress/42-revision-v1/',0,'revision','',0),(469,1,'2014-03-01 05:41:27','2014-03-01 05:41:27','Sean Womack is a second generation insurance agent. His mentor and step-father, Richard Beissel, was an independent insurance agent who focused on the construction industry. In 1995, after graduating from high school, Sean took the California Agent-Broker Insurance License Exam and passed. After working for his step-father’s insurance agency for a few years, Sean decided that he would leave the agency to gain experience with other insurance agencies. In 2010, Sean came back to work for his step-father to apply the knowledge he learned while away.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Profile.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Profile.jpg\" alt=\"Profile\" width=\"200\" height=\"301\" class=\"alignnone size-full wp-image-468\" /></a>','About Sean','','inherit','open','open','','42-revision-v1','','','2014-03-01 05:41:27','2014-03-01 05:41:27','',42,'http://03785f6.netsolhost.com/wordpress/42-revision-v1/',0,'revision','',0),(472,1,'2014-03-01 05:43:58','2014-03-01 05:43:58','','Profile','','inherit','open','open','','profile','','','2014-03-01 05:43:58','2014-03-01 05:43:58','',42,'http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Profile.jpg',0,'attachment','image/jpeg',0),(474,1,'2014-03-01 05:44:40','2014-03-01 05:44:40','Sean Womack is a second generation insurance agent. His mentor and step-father, Richard Beissel, was an independent insurance agent who focused on the construction industry. In 1995, after graduating from high school, Sean took the California Agent-Broker Insurance License Exam and passed. After working for his step-father’s insurance agency for a few years, Sean decided that he would leave the agency to gain experience with other insurance agencies. In 2010, Sean came back to work for his step-father to apply the knowledge he learned while away.\r\n','About Sean','','inherit','open','open','','42-revision-v1','','','2014-03-01 05:44:40','2014-03-01 05:44:40','',42,'http://03785f6.netsolhost.com/wordpress/42-revision-v1/',0,'revision','',0),(473,1,'2014-03-01 05:44:13','2014-03-01 05:44:13','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Profile.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Profile.jpg\" alt=\"Profile\" width=\"66\" height=\"100\" class=\"alignnone size-full wp-image-472\" /></a>\r\n\r\nSean Womack is a second generation insurance agent. His mentor and step-father, Richard Beissel, was an independent insurance agent who focused on the construction industry. In 1995, after graduating from high school, Sean took the California Agent-Broker Insurance License Exam and passed. After working for his step-father’s insurance agency for a few years, Sean decided that he would leave the agency to gain experience with other insurance agencies. In 2010, Sean came back to work for his step-father to apply the knowledge he learned while away.\r\n','About Sean','','inherit','open','open','','42-revision-v1','','','2014-03-01 05:44:13','2014-03-01 05:44:13','',42,'http://03785f6.netsolhost.com/wordpress/42-revision-v1/',0,'revision','',0),(477,1,'2014-03-11 05:59:43','2014-03-11 05:59:43','<strong><font size=\"5\">About Sean Womack</font></strong>\n\nSean Womack is a second generation insurance agent. His mentor and step-father, Richard Beissel, was an independent insurance agent who focused on the construction industry. In 1995, Sean obtained his California Agent-Broker Insurance License. After working for his step-father’s insurance agency for a few years, Sean decided that he would leave the agency to gain experience with other agencies. In 2010, Sean came back to work for his step-father to apply the knowledge he learned while away.\n\nSean now manages his step-father\'s insurance agency, Beissel Insurance Services. Beissel Insurance Services has been in Tustin, CA for over 35 years and is becoming one of Southern California\'s fastest growing insurance agencies. We nearly offer every insurance product available through our access to the many insurance companies we work with.\n\nThe mission of Beissel Insurance Services is to work with our clients to provide them coverage options--empowering them to choose the protection they want for what matters most in their lives.\n\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','About Sean','','inherit','open','open','','42-autosave-v1','','','2014-03-11 05:59:43','2014-03-11 05:59:43','',42,'http://03785f6.netsolhost.com/wordpress/42-autosave-v1/',0,'revision','',0),(479,1,'2014-03-03 18:30:42','2014-03-03 18:30:42','Sean Womack is a second generation insurance agent. His mentor and step-father, Richard Beissel, was an independent insurance agent who focused on the construction industry. In 1995, after graduating from high school, Sean took the California Agent-Broker Insurance License Exam and passed. After working for his step-father’s insurance agency for a few years, Sean decided that he would leave the agency to gain experience with other insurance agencies. In 2010, Sean came back to work for his step-father to apply the knowledge he learned while away.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','About Sean','','inherit','open','open','','42-revision-v1','','','2014-03-03 18:30:42','2014-03-03 18:30:42','',42,'http://03785f6.netsolhost.com/wordpress/42-revision-v1/',0,'revision','',0),(480,1,'2014-03-03 18:30:58','2014-03-03 18:30:58','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Blog','','inherit','open','open','','170-revision-v1','','','2014-03-03 18:30:58','2014-03-03 18:30:58','',170,'http://03785f6.netsolhost.com/wordpress/170-revision-v1/',0,'revision','',0),(481,1,'2014-03-03 18:31:08','2014-03-03 18:31:08','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Privacy Policy','','inherit','open','open','','323-revision-v1','','','2014-03-03 18:31:08','2014-03-03 18:31:08','',323,'http://03785f6.netsolhost.com/wordpress/323-revision-v1/',0,'revision','',0),(482,1,'2014-03-03 18:31:18','2014-03-03 18:31:18','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Questions','','inherit','open','open','','319-revision-v1','','','2014-03-03 18:31:18','2014-03-03 18:31:18','',319,'http://03785f6.netsolhost.com/wordpress/319-revision-v1/',0,'revision','',0),(483,1,'2014-03-03 18:31:27','2014-03-03 18:31:27','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Testimonials','','inherit','open','open','','321-revision-v1','','','2014-03-03 18:31:27','2014-03-03 18:31:27','',321,'http://03785f6.netsolhost.com/wordpress/321-revision-v1/',0,'revision','',0),(592,1,'2014-03-07 19:57:19','2014-03-07 19:57:19','<strong>Not all insurance agents are the same! Choosing the right one can make a big difference – in price, service, and value.</strong>\r\n\r\nWith other agencies, you get one company that sells one brand of insurance. With an independent insurance agent like Sean Womack you get choices.\r\n\r\nWhy? Because independent insurance agents, like Sean Womack, represent a number of different insurance companies, and can compare coverage and prices to find the best possible value for your individual circumstances. As independent agents, we are members of the Orange County community, and we’re committed to doing business face-to-face and being your advocate in times of need.\r\n\r\n<strong>Serving Orange County and the state of California, here are a few reasons why Sean Womack should be your first and last stop when looking for insurance.</strong>\r\n\r\n• We work for you when you have a claim.\r\n• We are not beholden to any one company. This means you don’t have to change agencies as your insurance and service needs change.\r\n• We are your consultants, working with you as you determine your needs.\r\n• We are value-hunters who look after your pocketbook in finding the best combination of price, coverage, and service.\r\n• We offer one-stop shopping for a full range of products, including home, renters, auto, business, life, health, and retirement plans.\r\n• We can periodically review your coverage to keep up with your changing insurance needs.\r\n• We are committed to customer satisfaction – it’s the key to our livelihood.\r\n• We treat you like a person, not a number.\r\n• We are licensed professionals with strong customer and community ties.\r\n\r\nThere is a difference. To find out how our independent insurance agency can help you find the right insurance coverage, please contact Sean Womack today. Give us a call today at 949-940-6934.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Why an Independent Agent?','','inherit','open','open','','54-revision-v1','','','2014-03-07 19:57:19','2014-03-07 19:57:19','',54,'http://03785f6.netsolhost.com/wordpress/54-revision-v1/',0,'revision','',0),(484,1,'2014-03-03 18:32:08','2014-03-03 18:32:08','<div class=\"entry-content\">\r\n<div class=\"panel-grid\" id=\"pg-494-0\">\r\n<div class=\"panel-grid-cell\" id=\"pgc-494-0-0\">\r\n<div class=\"panel widget widget_text panel-first-child panel-last-child\" id=\"panel-0-0-0\">\r\n<div class=\"textwidget\">\r\n\r\n<b>Not all insurance agents are the same! Choosing the right one can make a big difference – in price, service, and value.</b>\r\n\r\nWith other agencies, you get one company that sells one brand of insurance. With an independent insurance agent like Sean Womack you get choices.\r\n\r\nWhy? Because independent insurance agents, like Sean Womack, represent a number of different insurance companies, and can compare coverage and prices to find the best possible value for your individual circumstances. As independent agents, we are members of the Orange County community, and we’re committed to doing business face-to-face and being your advocate in times of need.\r\n\r\n<b>Serving Orange County and the state of California, here are a few reasons why Sean Womack should be your first and last stop when looking for insurance.</b>\r\n\r\n• We work for you when you have a claim.\r\n• We are not beholden to any one company. This means you don’t have to change agencies as your insurance and service needs change.\r\n• We are your consultants, working with you as you determine your needs.\r\n• We are value-hunters who look after your pocketbook in finding the best combination of price, coverage, and service.\r\n• We offer one-stop shopping for a full range of products, including home, renters, auto, business, life, health, and retirement plans.\r\n• We can periodically review your coverage to keep up with your changing insurance needs.\r\n• We are committed to customer satisfaction – it’s the key to our livelihood.\r\n• We treat you like a person, not a number.\r\n• We are licensed professionals with strong customer and community ties.\r\n\r\nThere is a difference. To find out how our independent insurance agency can help you find the right insurance coverage, please contact Sean Womack today. Give us a call today at 949-940-6934.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Why an Independent Agent?','','inherit','open','open','','54-revision-v1','','','2014-03-03 18:32:08','2014-03-03 18:32:08','',54,'http://03785f6.netsolhost.com/wordpress/54-revision-v1/',0,'revision','',0),(485,1,'2014-03-03 18:32:20','2014-03-03 18:32:20','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Communities We Serve','','inherit','open','open','','12-revision-v1','','','2014-03-03 18:32:20','2014-03-03 18:32:20','',12,'http://03785f6.netsolhost.com/wordpress/12-revision-v1/',0,'revision','',0),(486,1,'2014-03-03 18:32:23','2014-03-03 18:32:23','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','& Elsewhere in California','','inherit','open','open','','132-revision-v1','','','2014-03-03 18:32:23','2014-03-03 18:32:23','',132,'http://03785f6.netsolhost.com/wordpress/132-revision-v1/',0,'revision','',0),(487,1,'2014-03-03 18:32:27','2014-03-03 18:32:27','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Anaheim','','inherit','open','open','','16-revision-v1','','','2014-03-03 18:32:27','2014-03-03 18:32:27','',16,'http://03785f6.netsolhost.com/wordpress/16-revision-v1/',0,'revision','',0),(488,1,'2014-03-03 18:32:30','2014-03-03 18:32:30','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Brea','','inherit','open','open','','18-revision-v1','','','2014-03-03 18:32:30','2014-03-03 18:32:30','',18,'http://03785f6.netsolhost.com/wordpress/18-revision-v1/',0,'revision','',0),(489,1,'2014-03-03 18:32:33','2014-03-03 18:32:33','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Costa Mesa','','inherit','open','open','','22-revision-v1','','','2014-03-03 18:32:33','2014-03-03 18:32:33','',22,'http://03785f6.netsolhost.com/wordpress/22-revision-v1/',0,'revision','',0),(490,1,'2014-03-03 18:32:36','2014-03-03 18:32:36','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Fountain Valley','','inherit','open','open','','26-revision-v1','','','2014-03-03 18:32:36','2014-03-03 18:32:36','',26,'http://03785f6.netsolhost.com/wordpress/26-revision-v1/',0,'revision','',0),(491,1,'2014-03-03 18:32:39','2014-03-03 18:32:39','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Fullerton','','inherit','open','open','','28-revision-v1','','','2014-03-03 18:32:39','2014-03-03 18:32:39','',28,'http://03785f6.netsolhost.com/wordpress/28-revision-v1/',0,'revision','',0),(492,1,'2014-03-03 18:32:42','2014-03-03 18:32:42','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Garden Grove','','inherit','open','open','','30-revision-v1','','','2014-03-03 18:32:42','2014-03-03 18:32:42','',30,'http://03785f6.netsolhost.com/wordpress/30-revision-v1/',0,'revision','',0),(493,1,'2014-03-07 20:07:07','2014-03-07 20:07:07','<strong><font size=\"5\">Why Choose an Independent Insurance Agent?</font></strong>\n\n<strong>Not all insurance agents are the same! Choosing the right one can make a big difference – in price, service, and value.</strong>\n\nWith other agencies, you get one company that sells one brand of insurance. With an independent insurance agent like Sean Womack you get choices.\n\nWhy? Because independent insurance agents, like Sean Womack, represent a number of different insurance companies, and can compare coverage and prices to find the best possible value for your individual circumstances. As independent agents, we are members of the Orange County community, and we’re committed to doing business face-to-face and being your advocate in times of need.\n\n<strong>Serving Orange County and the state of California, here are a few reasons why Sean Womack should be your first and last stop when looking for insurance.</strong>\n\n• We work for you when you have a claim.\n• We are not beholden to any one company. This means you don’t have to change agencies as your insurance and service needs change.\n• We are your consultants, working with you as you determine your needs.\n• We are value-hunters who look after your pocketbook in finding the best combination of price, coverage, and service.\n• We offer one-stop shopping for a full range of products, including home, renters, auto, business, life.\n• We can periodically review your coverage to keep up with your changing insurance needs.\n• We are committed to customer satisfaction – it’s the key to our livelihood.\n• We treat you like a person, not a number.\n• We are licensed professionals with strong customer and community ties.\n\nThere is a difference. To find out how our independent insurance agency can help you find the right insurance coverage, please contact Sean Womack today. Give us a call today at 949-940-6934.\n\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Why an Independent Agent?','','inherit','open','open','','54-autosave-v1','','','2014-03-07 20:07:07','2014-03-07 20:07:07','',54,'http://03785f6.netsolhost.com/wordpress/54-autosave-v1/',0,'revision','',0),(494,1,'2014-03-03 18:33:39','2014-03-03 18:33:39','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Huntington Beach','','inherit','open','open','','62-revision-v1','','','2014-03-03 18:33:39','2014-03-03 18:33:39','',62,'http://03785f6.netsolhost.com/wordpress/62-revision-v1/',0,'revision','',0),(495,1,'2014-03-03 18:33:42','2014-03-03 18:33:42','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Irvine','','inherit','open','open','','64-revision-v1','','','2014-03-03 18:33:42','2014-03-03 18:33:42','',64,'http://03785f6.netsolhost.com/wordpress/64-revision-v1/',0,'revision','',0),(496,1,'2014-03-03 18:33:46','2014-03-03 18:33:46','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Newport Beach','','inherit','open','open','','94-revision-v1','','','2014-03-03 18:33:46','2014-03-03 18:33:46','',94,'http://03785f6.netsolhost.com/wordpress/94-revision-v1/',0,'revision','',0),(497,1,'2014-03-03 18:33:49','2014-03-03 18:33:49','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Orange','','inherit','open','open','','96-revision-v1','','','2014-03-03 18:33:49','2014-03-03 18:33:49','',96,'http://03785f6.netsolhost.com/wordpress/96-revision-v1/',0,'revision','',0),(498,1,'2014-03-03 18:33:53','2014-03-03 18:33:53','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Placentia','','inherit','open','open','','98-revision-v1','','','2014-03-03 18:33:53','2014-03-03 18:33:53','',98,'http://03785f6.netsolhost.com/wordpress/98-revision-v1/',0,'revision','',0),(499,1,'2014-03-03 18:33:56','2014-03-03 18:33:56','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Santa Ana','','inherit','open','open','','106-revision-v1','','','2014-03-03 18:33:56','2014-03-03 18:33:56','',106,'http://03785f6.netsolhost.com/wordpress/106-revision-v1/',0,'revision','',0),(500,1,'2014-03-03 18:34:10','2014-03-03 18:34:10','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Tustin-Banner.jpg\"><img class=\"alignnone size-full wp-image-141\" alt=\"Tustin Banner\" src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Tustin-Banner.jpg\" width=\"957\" height=\"235\" /></a>\r\n<h2><strong>Tustin Auto Insurance</strong></h2>\r\n \r\n<h2><strong>Tustin Home Insurance</strong></h2>\r\n<h2><strong>Tustin Business Insurance</strong></h2>\r\nRunning a business requires a significant investment. As your trusted choice for Tustin business insurance, we know how important it is to protect that investment.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Tustin','','inherit','open','open','','124-revision-v1','','','2014-03-03 18:34:10','2014-03-03 18:34:10','',124,'http://03785f6.netsolhost.com/wordpress/124-revision-v1/',0,'revision','',0),(501,1,'2014-03-03 18:34:14','2014-03-03 18:34:14','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Villa Park','','inherit','open','open','','126-revision-v1','','','2014-03-03 18:34:14','2014-03-03 18:34:14','',126,'http://03785f6.netsolhost.com/wordpress/126-revision-v1/',0,'revision','',0),(502,1,'2014-03-03 18:34:18','2014-03-03 18:34:18','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Westminster','','inherit','open','open','','128-revision-v1','','','2014-03-03 18:34:18','2014-03-03 18:34:18','',128,'http://03785f6.netsolhost.com/wordpress/128-revision-v1/',0,'revision','',0),(503,1,'2014-03-03 18:34:21','2014-03-03 18:34:21','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Yorba Linda','','inherit','open','open','','130-revision-v1','','','2014-03-03 18:34:21','2014-03-03 18:34:21','',130,'http://03785f6.netsolhost.com/wordpress/130-revision-v1/',0,'revision','',0),(504,1,'2014-03-03 18:34:24','2014-03-03 18:34:24','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Contact Sean','','inherit','open','open','','173-revision-v1','','','2014-03-03 18:34:24','2014-03-03 18:34:24','',173,'http://03785f6.netsolhost.com/wordpress/173-revision-v1/',0,'revision','',0),(891,1,'2014-05-15 19:20:28','2014-05-15 19:20:28','<strong><font size=\"5\">California Roadside Assistance</font></strong>\r\n\r\n<i>Never be stranded again</i>\r\n\r\nYou put your keys in the ignition, and the only sound you hear is a click.\r\n\r\nYou\'re driving down the road at 55 miles per hour, when a red warning light suddenly pops up before your car sputters to a stop.\r\n\r\nYour hands were full when you shut the locked car door and noticed your car keys laying in the driver seat.\r\n\r\nYou were running late to your daughter\'s recital and thought you could squeeze a couple of extra miles out of an empty gas tank.\r\n\r\nYou need help. You need Roadside Assistance.\r\n\r\nOne call puts you in touch instantly with the help you need no matter where you break down. It provides you affordable peace-of-mind for pennies a day.\r\n\r\n<strong>Here is a list of services that some companies offer (mileage and claim frequency rules apply):</strong>\r\n\r\n<strong>• 24 Hour emergency towing service</strong>\r\n A network of authorized towing service operators will tow your vehicle to a repair facility.\r\n\r\n<strong>• 24 Hour essential fluid & supplies delivery</strong>\r\n A service truck will deliver emergency supplies of gasoline, water, oil, or other necessary supplies. Cost of the supplies not covered.\r\n\r\n<strong>• 24 Hour emergency battery service</strong>\r\n The service covers battery boosts as well as minor adjustments on alternators, starters, and other electrical malfunctions while you are on the road.\r\n\r\n<strong>• 24 Hour flat tire service</strong>\r\n A service technician will inflate your tire or mount your spare.\r\n\r\n<strong>• 24 Hour lost key and lock out service</strong>\r\n A licensed locksmith will help if you lose or break your keys or if you are accidentally locked out.\r\n\r\n<strong>• 24 winching / extrication</strong>\r\n The service covers you if your vehicle gets stuck.\r\n\r\n<strong>Simple to use</strong>\r\n\r\nSign up for Roadside Assistance at the same time you sign up for your vehicle insurance policy. That\'s it. When you need the service, one call puts you in touch with a Roadside Assistance Service Provider who will get you back on the road quickly.\r\n\r\nCall Sean Womack and his team at (949) 940-6934 today if you are interested in Roadside Assistance coverage!\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Roadside Assistance','','publish','closed','closed','','roadside-assistance','','','2014-05-15 19:22:43','2014-05-15 19:22:43','',46,'http://03785f6.netsolhost.com/wordpress/?page_id=891',0,'page','',0),(738,1,'2014-04-24 04:41:25','2014-04-24 04:41:25','<font size=\"5\"><strong>Welcome to the Online Home of Sean Womack</strong></font>\r\n\r\nSean Womack is a licensed insurance agent for Beissel Insurance Services--an agency that has been proudly serving the insurance needs of Californians for almost 40 years!\r\n\r\nProudly located in the heart of Southern California, Beissel Insurance Services have been serving the coverage needs of individuals, families, and businesses all across the state. With a dedication to our local community, Sean and his team have continued to become a leader for California insurance in Orange County.\r\n\r\nAs an agent for a local independent agency, Sean Womack represents a multitude of insurance companies, from companies that write insurance across the nation to companies that focus writing insurance in California. Therefore, we are able to effectively compare coverages and rates to ensure that our clients have options.\r\n\r\nWhether you are looking for a California Auto Insurance policy or California Home Insurance, Sean Womack and his team have the policy that you are looking for.\r\n\r\nContact Sean Womack today to discover your options of California insurance options. Call us at 949-940-6934 and receive your free California insurance quotes today!\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Home Page','','inherit','open','open','','8-revision-v1','','','2014-04-24 04:41:25','2014-04-24 04:41:25','',8,'http://03785f6.netsolhost.com/wordpress/8-revision-v1/',0,'revision','',0),(736,1,'2014-04-24 04:32:50','2014-04-24 04:32:50','<font size=\"5\"><strong>Welcome to the Online Home of Sean Womack</strong></font>\r\n\r\nSean Womack is a licensed insurance agent for Beissel Insurance Services--an agency that has been proudly serving the insurance needs of Californians for almost 40 years!\r\n\r\nProudly located in the heart of Southern California, Beissel Insurance Services have been serving the coverage needs of individuals, families, and businesses all across the state. With a dedication to our local community, Sean and his team have continued to become a leader for California insurance in Orange County.\r\n\r\nAs an agent for a local independent agency, Sean Womack represents a multitude of insurance companies, from companies that write insurance across the nation to companies that focus writing insurance in California. Therefore, we are able to effectively compare coverages and rates to ensure that our clients have options.\r\n\r\nWhether you are looking for a California Auto Insurance policy or California Home Insurance, Sean Womack and his team have the policy that you are looking for.\r\n\r\nContact Sean Womack today to discover your options of California insurance options. Call us at 949-940-6934 and receive your free California insurance quotes today!\r\n\r\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d3317.762318952849!2d-117.81888190000001!3d33.740961699999986!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x80dcdbe80288a8ad%3A0x987bbb910365b8e6!2s13732+Newport+Ave+%235!5e0!3m2!1sen!2sus!4v1398313865543\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\"></iframe>\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Home Page','','inherit','open','open','','8-revision-v1','','','2014-04-24 04:32:50','2014-04-24 04:32:50','',8,'http://03785f6.netsolhost.com/wordpress/8-revision-v1/',0,'revision','',0),(506,1,'2014-03-03 18:34:30','2014-03-03 18:34:30','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Customer Service','','inherit','open','open','','274-revision-v1','','','2014-03-03 18:34:30','2014-03-03 18:34:30','',274,'http://03785f6.netsolhost.com/wordpress/274-revision-v1/',0,'revision','',0),(507,1,'2014-03-03 18:35:22','2014-03-03 18:35:22','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Business Savings Analysis','','inherit','open','open','','289-revision-v1','','','2014-03-03 18:35:22','2014-03-03 18:35:22','',289,'http://03785f6.netsolhost.com/wordpress/289-revision-v1/',0,'revision','',0),(508,1,'2014-03-03 18:35:26','2014-03-03 18:35:26','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Certificate of Insurance Request','','inherit','open','open','','291-revision-v1','','','2014-03-03 18:35:26','2014-03-03 18:35:26','',291,'http://03785f6.netsolhost.com/wordpress/291-revision-v1/',0,'revision','',0),(509,1,'2014-03-03 18:35:29','2014-03-03 18:35:29','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Combine and Save','','inherit','open','open','','287-revision-v1','','','2014-03-03 18:35:29','2014-03-03 18:35:29','',287,'http://03785f6.netsolhost.com/wordpress/287-revision-v1/',0,'revision','',0),(510,1,'2014-03-03 18:35:32','2014-03-03 18:35:32','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Go Paperless','','inherit','open','open','','301-revision-v1','','','2014-03-03 18:35:32','2014-03-03 18:35:32','',301,'http://03785f6.netsolhost.com/wordpress/301-revision-v1/',0,'revision','',0),(511,1,'2014-03-03 18:35:35','2014-03-03 18:35:35','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Make a Change to Policy','','inherit','open','open','','285-revision-v1','','','2014-03-03 18:35:35','2014-03-03 18:35:35','',285,'http://03785f6.netsolhost.com/wordpress/285-revision-v1/',0,'revision','',0),(512,1,'2014-03-03 18:35:38','2014-03-03 18:35:38','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Make a Payment','','inherit','open','open','','281-revision-v1','','','2014-03-03 18:35:38','2014-03-03 18:35:38','',281,'http://03785f6.netsolhost.com/wordpress/281-revision-v1/',0,'revision','',0),(513,1,'2014-03-03 18:35:41','2014-03-03 18:35:41','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Our Contest','','inherit','open','open','','295-revision-v1','','','2014-03-03 18:35:41','2014-03-03 18:35:41','',295,'http://03785f6.netsolhost.com/wordpress/295-revision-v1/',0,'revision','',0),(514,1,'2014-03-03 18:35:45','2014-03-03 18:35:45','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Refer a Friend','','inherit','open','open','','293-revision-v1','','','2014-03-03 18:35:45','2014-03-03 18:35:45','',293,'http://03785f6.netsolhost.com/wordpress/293-revision-v1/',0,'revision','',0),(515,1,'2014-03-03 18:35:48','2014-03-03 18:35:48','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Report a Claim','','inherit','open','open','','283-revision-v1','','','2014-03-03 18:35:48','2014-03-03 18:35:48','',283,'http://03785f6.netsolhost.com/wordpress/283-revision-v1/',0,'revision','',0),(516,1,'2014-03-03 18:35:51','2014-03-03 18:35:51','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Se Habla Espanol','','inherit','open','open','','297-revision-v1','','','2014-03-03 18:35:51','2014-03-03 18:35:51','',297,'http://03785f6.netsolhost.com/wordpress/297-revision-v1/',0,'revision','',0),(517,1,'2014-03-03 18:35:57','2014-03-03 18:35:57','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','View Our Partners','','inherit','open','open','','299-revision-v1','','','2014-03-03 18:35:57','2014-03-03 18:35:57','',299,'http://03785f6.netsolhost.com/wordpress/299-revision-v1/',0,'revision','',0),(518,1,'2014-03-03 18:36:01','2014-03-03 18:36:01','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','We\'re Hiring!','','inherit','open','open','','303-revision-v1','','','2014-03-03 18:36:01','2014-03-03 18:36:01','',303,'http://03785f6.netsolhost.com/wordpress/303-revision-v1/',0,'revision','',0),(519,1,'2014-03-03 18:43:48','2014-03-03 18:43:48','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Insurance For You','','inherit','open','open','','46-revision-v1','','','2014-03-03 18:43:48','2014-03-03 18:43:48','',46,'http://03785f6.netsolhost.com/wordpress/46-revision-v1/',0,'revision','',0),(520,1,'2014-03-03 18:43:52','2014-03-03 18:43:52','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Aircraft','','inherit','open','open','','204-revision-v1','','','2014-03-03 18:43:52','2014-03-03 18:43:52','',204,'http://03785f6.netsolhost.com/wordpress/204-revision-v1/',0,'revision','',0),(588,1,'2014-03-07 18:14:01','2014-03-07 18:14:01','<strong>California Auto Insurance</strong>\r\n\r\nThe right auto insurance policy can help you get back\r\n\r\nCalifornia, like most states, requires drivers to have auto liability insurance before they can drive a car. Liability insurance pays the other driver’s medical, car repair, and other costs when the insured is at fault in an auto accident.\r\n\r\nMost California auto insurance policies are six months. However, if you have a clean driving record, it may make more sense to obtain an annual auto insurance policy to lock in your rates for a whole year.\r\n\r\nThe basic California auto insurance policy is comprised of the following two coverages:\r\n\r\n<strong>1. Bodily Injury Liability: </strong>This coverage applies to injuries that the insured caused to someone else.\r\n\r\n<strong>2. Property Damage Liability:</strong> This coverage pays for damage that the insured may cause to someone else’s property.\r\n\r\nThe following list contains just a few of the coverages that can be added to a CA auto insurance policy for an additional premium:\r\n\r\n<strong>• Uninsured Motorist Coverage: </strong>This coverage will reimburse the insured damages caused by the operator of an uninsured motor vehicle.\r\n\r\n<strong>• Medical Payments: </strong>This coverage pays for the treatment of injuries to the insured and passengers of the insured’s vehicle.\r\n\r\n<strong>• Comprehensive:</strong> This coverage will repair the covered automobile up to the market value of the vehicle for loss caused by theft or loss caused by direct and accidental non-collision damage. Comprehensive coverage is usually sold with a deductible. The policyholder may opt for a higher deductible as a way to lower their premium. However, cracked or shattered windshields are generally considered a comprehensive loss. Therefore, many individuals choose to have a lower deductible for comprehensive coverage and opt for a higher collision deductible.\r\n\r\n<strong>• Collision: </strong>This coverage will repair the covered automobile up to the market value of the vehicle for loss caused by collision damage. Collision coverage is usually sold with a deductible. Since the higher the deductible, the lower the premium—many policyholders choose to insure their vehicle with higher deductibles to save money. Plus, if the policyholder was not at fault in the accident, the insurance company may be able to recover the deductible from the other party’s insurance company.\r\n\r\n<strong>• Rental Car Benefit:</strong> This coverage will pay the expense incurred for a rental car for a limited period of time if the policy vehicle is covered for a comprehensive or collision loss.\r\n\r\n<strong>• Roadside Assistance:</strong> Provides towing and other towing related services, such as, changing a flat tire or a battery jump-start, for all automobiles listed on the policy with this coverage.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Auto','','inherit','open','open','','147-revision-v1','','','2014-03-07 18:14:01','2014-03-07 18:14:01','',147,'http://03785f6.netsolhost.com/wordpress/147-revision-v1/',0,'revision','',0),(586,1,'2014-03-07 18:13:04','2014-03-07 18:13:04','<strong>California Auto Insurance</strong>\r\n\r\nThe right auto insurance policy can help you get back\r\n\r\nCalifornia, like most states, requires drivers to have auto liability insurance before they can drive a car. Liability insurance pays the other driver’s medical, car repair, and other costs when the insured is at fault in an auto accident.\r\n\r\nMost California auto insurance policies are six months. However, if you have a clean driving record, it may make more sense to obtain an annual auto insurance policy to lock in your rates for a whole year.\r\n\r\nThe basic California auto insurance policy is comprised of the following two coverages:\r\n\r\n<strong>1. Bodily Injury Liability: </strong>This coverage applies to injuries that the insured caused to someone else.\r\n\r\n<strong>2. Property Damage Liability:</strong> This coverage pays for damage that the insured may cause to someone else’s property.\r\n\r\nThe following list contains just a few of the coverages that can be added to a CA auto insurance policy for an additional premium:\r\n\r\n<strong>• Uninsured Motorist Coverage: </strong>This coverage will reimburse the insured damages caused by the operator of an uninsured motor vehicle.\r\n\r\n<strong>• Medical Payments: </strong>This coverage pays for the treatment of injuries to the insured and passengers of the insured’s vehicle.\r\n\r\n<strong>• Comprehensive:</strong> This coverage will repair the covered automobile up to the market value of the vehicle for loss caused by theft or loss caused by direct and accidental non-collision damage. Comprehensive coverage is usually sold with a deductible. The policyholder may opt for a higher deductible as a way to lower their premium. However, cracked or shattered windshields are generally considered a comprehensive loss. Therefore, many individuals choose to have a lower deductible for comprehensive coverage and opt for a higher collision deductible.\r\n\r\n<strong>• Collision: </strong>This coverage will repair the covered automobile up to the market value of the vehicle for loss caused by collision damage. Collision coverage is usually sold with a deductible. Since the higher the deductible, the lower the premium—many policyholders choose to insure their vehicle with higher deductibles to save money. Plus, if the policyholder was not at fault in the accident, the insurance company may be able to recover the deductible from the other party’s insurance company.\r\n\r\n<strong>• Rental Car Benefit:</strong> This coverage will pay the expense incurred for a rental car for a limited period of time if the policy vehicle is covered for a comprehensive or collision loss.\r\n\r\n<strong>• Roadside Assistance:</strong> Provides towing and other towing related services, such as, changing a flat tire or a battery jump-start, for all automobiles listed on the policy with this coverage.\r\n\r\n<!--[if gte mso 9]><xml>\r\n<w:WordDocument>\r\n<w:View>Normal</w:View>\r\n<w:Zoom>0</w:Zoom>\r\n<w:TrackMoves/>\r\n<w:TrackFormatting/>\r\n<w:PunctuationKerning/>\r\n<w:ValidateAgainstSchemas/>\r\n<w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n<w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n<w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n<w:DoNotPromoteQF/>\r\n<w:LidThemeOther>EN-US</w:LidThemeOther>\r\n<w:LidThemeAsian>X-NONE</w:LidThemeAsian>\r\n<w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n<w:Compatibility>\r\n<w:BreakWrappedTables/>\r\n<w:SnapToGridInCell/>\r\n<w:WrapTextWithPunct/>\r\n<w:UseAsianBreakRules/>\r\n<w:DontGrowAutofit/>\r\n<w:SplitPgBreakAndParaMark/>\r\n<w:DontVertAlignCellWithSp/>\r\n<w:DontBreakConstrainedForcedTables/>\r\n<w:DontVertAlignInTxbx/>\r\n<w:Word11KerningPairs/>\r\n<w:CachedColBalance/>\r\n</w:Compatibility>\r\n<w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>\r\n<m:mathPr>\r\n<m:mathFont m:val=\"Cambria Math\"/>\r\n<m:brkBin m:val=\"before\"/>\r\n<m:brkBinSub m:val=\"--\"/>\r\n<m:smallFrac m:val=\"off\"/>\r\n<m:dispDef/>\r\n<m:lMargin m:val=\"0\"/>\r\n<m:rMargin m:val=\"0\"/>\r\n<m:defJc m:val=\"centerGroup\"/>\r\n<m:wrapIndent m:val=\"1440\"/>\r\n<m:intLim m:val=\"subSup\"/>\r\n<m:naryLim m:val=\"undOvr\"/>\r\n</m:mathPr></w:WordDocument>\r\n</xml><![endif]-->\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Auto','','inherit','open','open','','147-revision-v1','','','2014-03-07 18:13:04','2014-03-07 18:13:04','',147,'http://03785f6.netsolhost.com/wordpress/147-revision-v1/',0,'revision','',0),(521,1,'2014-03-03 18:44:01','2014-03-03 18:44:01','<strong>California Auto Insurance</strong>\r\n\r\n<!--[if gte mso 9]><xml>\r\n<o:OfficeDocumentSettings>\r\n<o:RelyOnVML/>\r\n</o:OfficeDocumentSettings>\r\n</xml><![endif]-->\r\n\r\nThe right auto insurance policy can help you get back\r\n\r\nCalifornia, like most states, requires drivers to have auto liability insurance before they can drive a car. Liability insurance pays the other driver’s medical, car repair, and other costs when the insured is at fault in an auto accident.\r\n\r\nMost California auto insurance policies are six months. However, if you have a clean driving record, it may make more sense to obtain an annual auto insurance policy to lock in your rates for a whole year.\r\n\r\nThe basic California auto insurance policy is comprised of the following two coverages:\r\n\r\n<strong>1. Bodily Injury Liability: </strong>This coverage applies to injuries that the insured caused to someone else.\r\n\r\n<strong>2. Property Damage Liability:</strong> This coverage pays for damage that the insured may cause to someone else’s property.\r\n\r\nThe following list contains just a few of the coverages that can be added to a CA auto insurance policy for an additional premium:\r\n\r\n<strong>• Uninsured Motorist Coverage: </strong>This coverage will reimburse the insured damages caused by the operator of an uninsured motor vehicle.\r\n\r\n<strong>• Medical Payments: </strong>This coverage pays for the treatment of injuries to the insured and passengers of the insured’s vehicle.\r\n\r\n<strong>• Comprehensive:</strong> This coverage will repair the covered automobile up to the market value of the vehicle for loss caused by theft or loss caused by direct and accidental non-collision damage. Comprehensive coverage is usually sold with a deductible. The policyholder may opt for a higher deductible as a way to lower their premium. However, cracked or shattered windshields are generally considered a comprehensive loss. Therefore, many individuals choose to have a lower deductible for comprehensive coverage and opt for a higher collision deductible.\r\n\r\n<strong>• Collision: </strong>This coverage will repair the covered automobile up to the market value of the vehicle for loss caused by collision damage. Collision coverage is usually sold with a deductible. Since the higher the deductible, the lower the premium—many policyholders choose to insure their vehicle with higher deductibles to save money. Plus, if the policyholder was not at fault in the accident, the insurance company may be able to recover the deductible from the other party’s insurance company.\r\n\r\n<strong>• Rental Car Benefit:</strong> This coverage will pay the expense incurred for a rental car for a limited period of time if the policy vehicle is covered for a comprehensive or collision loss.\r\n\r\n<strong>• Roadside Assistance:</strong> Provides towing and other towing related services, such as, changing a flat tire or a battery jump-start, for all automobiles listed on the policy with this coverage.\r\n\r\n<!--[if gte mso 9]><xml>\r\n<w:WordDocument>\r\n<w:View>Normal</w:View>\r\n<w:Zoom>0</w:Zoom>\r\n<w:TrackMoves/>\r\n<w:TrackFormatting/>\r\n<w:PunctuationKerning/>\r\n<w:ValidateAgainstSchemas/>\r\n<w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n<w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n<w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n<w:DoNotPromoteQF/>\r\n<w:LidThemeOther>EN-US</w:LidThemeOther>\r\n<w:LidThemeAsian>X-NONE</w:LidThemeAsian>\r\n<w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n<w:Compatibility>\r\n<w:BreakWrappedTables/>\r\n<w:SnapToGridInCell/>\r\n<w:WrapTextWithPunct/>\r\n<w:UseAsianBreakRules/>\r\n<w:DontGrowAutofit/>\r\n<w:SplitPgBreakAndParaMark/>\r\n<w:DontVertAlignCellWithSp/>\r\n<w:DontBreakConstrainedForcedTables/>\r\n<w:DontVertAlignInTxbx/>\r\n<w:Word11KerningPairs/>\r\n<w:CachedColBalance/>\r\n</w:Compatibility>\r\n<w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>\r\n<m:mathPr>\r\n<m:mathFont m:val=\"Cambria Math\"/>\r\n<m:brkBin m:val=\"before\"/>\r\n<m:brkBinSub m:val=\"--\"/>\r\n<m:smallFrac m:val=\"off\"/>\r\n<m:dispDef/>\r\n<m:lMargin m:val=\"0\"/>\r\n<m:rMargin m:val=\"0\"/>\r\n<m:defJc m:val=\"centerGroup\"/>\r\n<m:wrapIndent m:val=\"1440\"/>\r\n<m:intLim m:val=\"subSup\"/>\r\n<m:naryLim m:val=\"undOvr\"/>\r\n</m:mathPr></w:WordDocument>\r\n</xml><![endif]-->\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Auto','','inherit','open','open','','147-revision-v1','','','2014-03-03 18:44:01','2014-03-03 18:44:01','',147,'http://03785f6.netsolhost.com/wordpress/147-revision-v1/',0,'revision','',0),(522,1,'2014-03-03 18:44:05','2014-03-03 18:44:05','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Boat & Jet Ski','','inherit','open','open','','202-revision-v1','','','2014-03-03 18:44:05','2014-03-03 18:44:05','',202,'http://03785f6.netsolhost.com/wordpress/202-revision-v1/',0,'revision','',0),(523,1,'2014-03-03 18:44:08','2014-03-03 18:44:08','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Classic & Antique Car','','inherit','open','open','','200-revision-v1','','','2014-03-03 18:44:08','2014-03-03 18:44:08','',200,'http://03785f6.netsolhost.com/wordpress/200-revision-v1/',0,'revision','',0),(524,1,'2014-03-03 18:44:12','2014-03-03 18:44:12','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Condo','','inherit','open','open','','185-revision-v1','','','2014-03-03 18:44:12','2014-03-03 18:44:12','',185,'http://03785f6.netsolhost.com/wordpress/185-revision-v1/',0,'revision','',0),(525,1,'2014-03-03 18:44:15','2014-03-03 18:44:15','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Earthquake','','inherit','open','open','','206-revision-v1','','','2014-03-03 18:44:15','2014-03-03 18:44:15','',206,'http://03785f6.netsolhost.com/wordpress/206-revision-v1/',0,'revision','',0),(526,1,'2014-03-03 18:44:18','2014-03-03 18:44:18','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Flood','','inherit','open','open','','208-revision-v1','','','2014-03-03 18:44:18','2014-03-03 18:44:18','',208,'http://03785f6.netsolhost.com/wordpress/208-revision-v1/',0,'revision','',0),(527,1,'2014-03-03 18:44:21','2014-03-03 18:44:21','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Health','','inherit','open','open','','212-revision-v1','','','2014-03-03 18:44:21','2014-03-03 18:44:21','',212,'http://03785f6.netsolhost.com/wordpress/212-revision-v1/',0,'revision','',0),(528,1,'2014-03-03 18:44:26','2014-03-03 18:44:26','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Homeowners','','inherit','open','open','','183-revision-v1','','','2014-03-03 18:44:26','2014-03-03 18:44:26','',183,'http://03785f6.netsolhost.com/wordpress/183-revision-v1/',0,'revision','',0),(529,1,'2014-03-03 18:44:29','2014-03-03 18:44:29','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Jewelry and Other Valuables','','inherit','open','open','','214-revision-v1','','','2014-03-03 18:44:29','2014-03-03 18:44:29','',214,'http://03785f6.netsolhost.com/wordpress/214-revision-v1/',0,'revision','',0),(530,1,'2014-03-03 18:44:31','2014-03-03 18:44:31','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Landlord Protection','','inherit','open','open','','191-revision-v1','','','2014-03-03 18:44:31','2014-03-03 18:44:31','',191,'http://03785f6.netsolhost.com/wordpress/191-revision-v1/',0,'revision','',0),(531,1,'2014-03-03 18:44:35','2014-03-03 18:44:35','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Life','','inherit','open','open','','210-revision-v1','','','2014-03-03 18:44:35','2014-03-03 18:44:35','',210,'http://03785f6.netsolhost.com/wordpress/210-revision-v1/',0,'revision','',0),(532,1,'2014-03-03 18:44:42','2014-03-03 18:44:42','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Motorcycle','','inherit','open','open','','193-revision-v1','','','2014-03-03 18:44:42','2014-03-03 18:44:42','',193,'http://03785f6.netsolhost.com/wordpress/193-revision-v1/',0,'revision','',0),(533,1,'2014-03-03 18:44:46','2014-03-03 18:44:46','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Off Road Vehicle','','inherit','open','open','','198-revision-v1','','','2014-03-03 18:44:46','2014-03-03 18:44:46','',198,'http://03785f6.netsolhost.com/wordpress/198-revision-v1/',0,'revision','',0),(534,1,'2014-03-03 18:44:49','2014-03-03 18:44:49','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Recreational Vehicle (RV)','','inherit','open','open','','195-revision-v1','','','2014-03-03 18:44:49','2014-03-03 18:44:49','',195,'http://03785f6.netsolhost.com/wordpress/195-revision-v1/',0,'revision','',0),(535,1,'2014-03-03 18:44:52','2014-03-03 18:44:52','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Renters','','inherit','open','open','','187-revision-v1','','','2014-03-03 18:44:52','2014-03-03 18:44:52','',187,'http://03785f6.netsolhost.com/wordpress/187-revision-v1/',0,'revision','',0),(536,1,'2014-03-03 18:44:55','2014-03-03 18:44:55','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Umbrella','','inherit','open','open','','189-revision-v1','','','2014-03-03 18:44:55','2014-03-03 18:44:55','',189,'http://03785f6.netsolhost.com/wordpress/189-revision-v1/',0,'revision','',0),(537,1,'2014-03-03 18:44:57','2014-03-03 18:44:57','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Wedding Coverage','','inherit','open','open','','387-revision-v1','','','2014-03-03 18:44:57','2014-03-03 18:44:57','',387,'http://03785f6.netsolhost.com/wordpress/387-revision-v1/',0,'revision','',0),(634,1,'2014-03-10 16:18:25','2014-03-10 16:18:25','<font size=\"5\"><strong>California Business and Commercial Insurance</font></strong>\r\n\r\n<strong>Insurance coverage that protects your company – so you can get back to business</strong>\r\n\r\nSean Womack knows business in our communities – you can find our office in Tustin, and our clients all around California. As an independent insurance agency, we take pride in reviewing your options with multiple insurance companies and comparing protection and prices to find the best value for your business.\r\n\r\nWe’re proud members of Orange County, and we’re committed to being an advocate for you and your business in times of need.\r\n\r\n<strong>Our commitment is to serving you.</strong>\r\n\r\nSean Womack and his team know that in California, there are as many unique insurance needs as we have neighbors who live here! To talk with one of our helpful team members about your insurance needs, contact us today.\r\n\r\n<strong>Commercial & Business Insurance– Insurance coverage that helps protect your business</strong>\r\n\r\n<strong>• General Liability Insurance</strong> – Broad insurance coverage for your business and activities.\r\n\r\n<strong>• Commercial Property Insurance</strong> – Protect your business with insurance for your commercial property.\r\n\r\n<strong>• Business Auto Insurance</strong> – Cover your business with insurance for commercial vehicles.\r\n\r\n<strong>• Commercial Umbrella Insurance</strong> – Insurance coverage that helps protect your business from the rising costs of lawsuits.\r\n\r\n<strong>• Workers\' Compensation Insurance</strong> – Insurance coverage that helps you take care of your employees.\r\n\r\n<strong>• Bonds</strong> - Protect your assets with financial backups for promises made by others.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Insurance For Your Business','','inherit','open','open','','50-revision-v1','','','2014-03-10 16:18:25','2014-03-10 16:18:25','',50,'http://03785f6.netsolhost.com/wordpress/50-revision-v1/',0,'revision','',0),(633,1,'2014-03-10 16:17:45','2014-03-10 16:17:45','<font size=\"5\"><strong>Business insurance professionals, serving California</font></strong>\r\n\r\n<strong>Insurance coverage that protects your company – so you can get back to business</strong>\r\n\r\nSean Womack knows business in our communities – you can find our office in Tustin, and our clients all around California. As an independent insurance agency, we take pride in reviewing your options with multiple insurance companies and comparing protection and prices to find the best value for your business.\r\n\r\nWe’re proud members of Orange County, and we’re committed to being an advocate for you and your business in times of need.\r\n\r\n<strong>Our commitment is to serving you.</strong>\r\n\r\nSean Womack and his team know that in California, there are as many unique insurance needs as we have neighbors who live here! To talk with one of our helpful team members about your insurance needs, contact us today.\r\n\r\n<strong>Commercial & Business Insurance– Insurance coverage that helps protect your business</strong>\r\n\r\n<strong>• General Liability Insurance</strong> – Broad insurance coverage for your business and activities.\r\n\r\n<strong>• Commercial Property Insurance</strong> – Protect your business with insurance for your commercial property.\r\n\r\n<strong>• Business Auto Insurance</strong> – Cover your business with insurance for commercial vehicles.\r\n\r\n<strong>• Commercial Umbrella Insurance</strong> – Insurance coverage that helps protect your business from the rising costs of lawsuits.\r\n\r\n<strong>• Workers\' Compensation Insurance</strong> – Insurance coverage that helps you take care of your employees.\r\n\r\n<strong>• Bonds</strong> - Protect your assets with financial backups for promises made by others.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Insurance For Your Business','','inherit','open','open','','50-revision-v1','','','2014-03-10 16:17:45','2014-03-10 16:17:45','',50,'http://03785f6.netsolhost.com/wordpress/50-revision-v1/',0,'revision','',0),(538,1,'2014-03-03 18:45:06','2014-03-03 18:45:06','<div class=\"entry-content\">\r\n<div class=\"panel-grid\" id=\"pg-75-0\">\r\n<div class=\"panel-grid-cell\" id=\"pgc-75-0-0\">\r\n<div class=\"panel widget widget_text panel-first-child panel-last-child\" id=\"panel-0-0-0\">\r\n<div class=\"textwidget\">\r\n\r\nBusiness insurance professionals, serving California\r\n\r\nInsurance coverage that protects your company – so you can get back to business\r\n\r\nSean Womack knows business in our communities – you can find our office in Tustin, and our clients all around California. As an independent insurance agency, we take pride in reviewing your options with multiple insurance companies and comparing protection and prices to find the best value for your business.\r\n\r\nWe’re proud members of Orange County, and we’re committed to being an advocate for you and your business in times of need.\r\n\r\nOur commitment is to serving you.\r\n\r\nSean Womack and his team know that in California, there are as many unique insurance needs as we have neighbors who live here! To talk with one of our helpful team members about your insurance needs, contact us today. [LINK-TO-CONTACT-US-PAGE]\r\n\r\n[In the section below, all proper names of products also link to their respective product pages]\r\n\r\nCommercial & Business Insurance– Insurance coverage that helps protect your business\r\n\r\n• General Liability Insurance – Broad insurance coverage for your business and activities.\r\n\r\n• Commercial Property Insurance – Protect your business with insurance for your commercial property.\r\n\r\n• Business Auto Insurance – Cover your business with insurance for commercial vehicles.\r\n\r\n• Commercial Umbrella Insurance – Insurance coverage that helps protect your business from the rising costs of lawsuits.\r\n\r\n• Workers\' Compensation Insurance – Insurance coverage that helps you take care of your employees.\r\n\r\n• Bonds - Protect your assets with financial backups for promises made by others.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Insurance For Your Business','','inherit','open','open','','50-revision-v1','','','2014-03-03 18:45:06','2014-03-03 18:45:06','',50,'http://03785f6.netsolhost.com/wordpress/50-revision-v1/',0,'revision','',0),(539,1,'2014-03-03 18:45:17','2014-03-03 18:45:17','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Apartment Building Insurance','','inherit','open','open','','251-revision-v1','','','2014-03-03 18:45:17','2014-03-03 18:45:17','',251,'http://03785f6.netsolhost.com/wordpress/251-revision-v1/',0,'revision','',0),(540,1,'2014-03-03 18:45:22','2014-03-03 18:45:22','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Business Owners Policy (BOP) Insurance','','inherit','open','open','','245-revision-v1','','','2014-03-03 18:45:22','2014-03-03 18:45:22','',245,'http://03785f6.netsolhost.com/wordpress/245-revision-v1/',0,'revision','',0),(541,1,'2014-03-03 18:45:25','2014-03-03 18:45:25','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Commercial Package Insurance','','inherit','open','open','','239-revision-v1','','','2014-03-03 18:45:25','2014-03-03 18:45:25','',239,'http://03785f6.netsolhost.com/wordpress/239-revision-v1/',0,'revision','',0),(644,1,'2014-03-10 17:17:47','2014-03-10 17:17:47','<strong><font size=\"5\">California Commercial Property Insurance</font></strong>\r\n\r\nOne of the most common types of business insurance, commercial property insurance provides a wide range of coverage for buildings, inventory, equipment, tools and more. Losses from fire, break-in, vandalism, windstorm and other natural or man-made disasters are examples of what is typically covered.\r\n\r\nA basic commercial property insurance policy may be all you need, although the types of coverage can vary between different insurance companies. As an independent agent, Sean Womack can help you determine the type of insurance policy and range of coverage that is best for your business. For a full list of coverage available, or to learn more about this product, contact us today at sean@seanwomack.com.\r\n\r\n<strong>California - What you need to know about commercial property insurance</strong>\r\n\r\n<strong>Building</strong>\r\n\r\nDo you own a commercial building? If so, do you have enough commercial property insurance to cover replacement costs? Although cost estimators are available, we recommend that you secure an appraisal from a third party to accurately determine the current replacement cost of your building. Give Sean Womack a call today at 949-940-6934, and we’ll help you determine if you have enough commercial property insurance for your business.\r\n\r\n<strong>Flood</strong>\r\n\r\nMost commercial property policies exclude flood as a covered cause of loss. A separate policy must be purchased to protect you from resulting damage. Check your current property insurance policy to be sure you are covered. If you’re unsure, just ask for Sean Womack to review your coverage, and we’ll help you find the best solution.\r\n\r\n<strong>Business Personal Property</strong>\r\n\r\nBusiness personal property insurance covers property at a specified location for furniture, fixtures, equipment and inventory. Be aware that most commercial property policies have very limited coverage for property taken off the specified location. If you have equipment that is frequently taken off-site to various locations, it is important that you have an inland marine policy (equipment or installation floater).\r\n\r\n<strong>Business Income (Business Interruption Coverage)</strong>\r\n\r\nThis coverage reimburses a business owner for lost profits and fixed expenses during the time that a business is closed. It applies while the premises are being restored because of damage from an event, such as a fire. Business income insurance may also cover financial losses that occur if civil authorities limit customer access to your neighborhood or business after a disaster. Sean Womack strongly recommends that all businesses acquire this coverage.\r\n\r\n<strong>Electronic Data Processing (EDP)</strong>\r\n\r\nThis coverage is separate property coverage specifically designed to protect your computer related equipment. Most commercial property policies have limited coverage for computer networks. EDP broadens the causes of loss to include things like power surges and in some cases virus attacks.\r\n\r\nBased in California, Sean Womack understands the business insurance needs of our customers.\r\n\r\nThe right coverage for you is unique – call us at 949-940-6934 or email us at sean@seanwomack.com today to find out how to protect your business and your future with the right insurance.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Commercial Property','','inherit','open','open','','48-revision-v1','','','2014-03-10 17:17:47','2014-03-10 17:17:47','',48,'http://03785f6.netsolhost.com/wordpress/48-revision-v1/',0,'revision','',0),(542,1,'2014-03-03 18:45:33','2014-03-03 18:45:33','<div class=\"entry-content\">\r\n<div class=\"panel-grid\" id=\"pg-81-0\">\r\n<div class=\"panel-grid-cell\" id=\"pgc-81-0-0\">\r\n<div class=\"panel widget widget_text panel-first-child panel-last-child\" id=\"panel-0-0-0\">\r\n<div class=\"textwidget\">\r\n\r\nServing the unique needs of businesses in Tustin and all of California\r\n\r\nOne of the most common types of business insurance, commercial property insurance provides a wide range of coverage for buildings, inventory, equipment, tools and more. Losses from fire, break-in, vandalism, windstorm and other natural or man-made disasters are examples of what is typically covered.\r\n\r\nA basic commercial property insurance policy may be all you need, although the types of coverage can vary between different insurance companies. As an independent agent, Sean Womack can help you determine the type of insurance policy and range of coverage that is best for your business. For a full list of coverage available, or to learn more about this product, contact us today at sean@seanwomack.com.\r\n\r\nCalifornia - What you need to know about commercial property insurance\r\n\r\nBuilding\r\n\r\nDo you own a commercial building? If so, do you have enough commercial property insurance to cover replacement costs? Although cost estimators are available, we recommend that you secure an appraisal from a third party to accurately determine the current replacement cost of your building. Give Sean Womack a call today at 949-940-6934, and we’ll help you determine if you have enough commercial property insurance for your business.\r\n\r\nFlood\r\n\r\nMost commercial property policies exclude flood as a covered cause of loss. A separate policy must be purchased to protect you from resulting damage. Check your current property insurance policy to be sure you are covered. If you’re unsure, just ask for Sean Womack to review your coverage, and we’ll help you find the best solution.\r\n\r\nBusiness Personal Property\r\n\r\nBusiness personal property insurance covers property at a specified location for furniture, fixtures, equipment and inventory. Be aware that most commercial property policies have very limited coverage for property taken off the specified location. If you have equipment that is frequently taken off-site to various locations, it is important that you have an inland marine policy (equipment or installation floater).\r\n\r\nBusiness Income (Business Interruption Coverage)\r\n\r\nThis coverage reimburses a business owner for lost profits and fixed expenses during the time that a business is closed. It applies while the premises are being restored because of damage from an event, such as a fire. Business income insurance may also cover financial losses that occur if civil authorities limit customer access to your neighborhood or business after a disaster. Sean Womack strongly recommends that all businesses acquire this coverage.\r\n\r\nElectronic Data Processing (EDP)\r\n\r\nThis coverage is separate property coverage specifically designed to protect your computer related equipment. Most commercial property policies have limited coverage for computer networks. EDP broadens the causes of loss to include things like power surges and in some cases virus attacks.\r\n\r\nBased in California, Sean Womack understands the business insurance needs of our customers.\r\n\r\nThe right coverage for you is unique – call us at 949-940-6934 or email us at sean@seanwomack.com today to find out how to protect your business and your future with the right insurance.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Commercial Property Insurance','','inherit','open','open','','48-revision-v1','','','2014-03-03 18:45:33','2014-03-03 18:45:33','',48,'http://03785f6.netsolhost.com/wordpress/48-revision-v1/',0,'revision','',0),(543,1,'2014-03-03 18:45:36','2014-03-03 18:45:36','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Commercial Umbrella Insurance','','inherit','open','open','','247-revision-v1','','','2014-03-03 18:45:36','2014-03-03 18:45:36','',247,'http://03785f6.netsolhost.com/wordpress/247-revision-v1/',0,'revision','',0),(544,1,'2014-03-03 18:45:39','2014-03-03 18:45:39','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Commercial Vehicle','','inherit','open','open','','243-revision-v1','','','2014-03-03 18:45:39','2014-03-03 18:45:39','',243,'http://03785f6.netsolhost.com/wordpress/243-revision-v1/',0,'revision','',0),(545,1,'2014-03-03 18:45:42','2014-03-03 18:45:42','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Contractor Insurance','','inherit','open','open','','249-revision-v1','','','2014-03-03 18:45:42','2014-03-03 18:45:42','',249,'http://03785f6.netsolhost.com/wordpress/249-revision-v1/',0,'revision','',0),(546,1,'2014-03-03 18:45:45','2014-03-03 18:45:45','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Cyber Liability Insurance','','inherit','open','open','','270-revision-v1','','','2014-03-03 18:45:45','2014-03-03 18:45:45','',270,'http://03785f6.netsolhost.com/wordpress/270-revision-v1/',0,'revision','',0),(547,1,'2014-03-03 18:45:47','2014-03-03 18:45:47','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Employee/Group Benefits','','inherit','open','open','','272-revision-v1','','','2014-03-03 18:45:47','2014-03-03 18:45:47','',272,'http://03785f6.netsolhost.com/wordpress/272-revision-v1/',0,'revision','',0),(548,1,'2014-03-03 18:45:50','2014-03-03 18:45:50','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','General Liability','','inherit','open','open','','241-revision-v1','','','2014-03-03 18:45:50','2014-03-03 18:45:50','',241,'http://03785f6.netsolhost.com/wordpress/241-revision-v1/',0,'revision','',0),(549,1,'2014-03-03 18:45:53','2014-03-03 18:45:53','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Professional Liability / Errors & Omissions (E&O)','','inherit','open','open','','255-revision-v1','','','2014-03-03 18:45:53','2014-03-03 18:45:53','',255,'http://03785f6.netsolhost.com/wordpress/255-revision-v1/',0,'revision','',0),(550,1,'2014-03-03 18:45:56','2014-03-03 18:45:56','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Restaurant Insurance','','inherit','open','open','','253-revision-v1','','','2014-03-03 18:45:56','2014-03-03 18:45:56','',253,'http://03785f6.netsolhost.com/wordpress/253-revision-v1/',0,'revision','',0),(551,1,'2014-03-03 18:45:59','2014-03-03 18:45:59','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Workers Compensation Insurance','','inherit','open','open','','268-revision-v1','','','2014-03-03 18:45:59','2014-03-03 18:45:59','',268,'http://03785f6.netsolhost.com/wordpress/268-revision-v1/',0,'revision','',0),(552,1,'2014-03-03 18:46:02','2014-03-03 18:46:02','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Knowledge Center','','inherit','open','open','','155-revision-v1','','','2014-03-03 18:46:02','2014-03-03 18:46:02','',155,'http://03785f6.netsolhost.com/wordpress/155-revision-v1/',0,'revision','',0),(553,1,'2014-03-03 18:46:06','2014-03-03 18:46:06','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Auto Insurance Basics','','inherit','open','open','','157-revision-v1','','','2014-03-03 18:46:06','2014-03-03 18:46:06','',157,'http://03785f6.netsolhost.com/wordpress/157-revision-v1/',0,'revision','',0),(554,1,'2014-03-03 18:46:09','2014-03-03 18:46:09','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Newsletter Sign Up','','inherit','open','open','','164-revision-v1','','','2014-03-03 18:46:09','2014-03-03 18:46:09','',164,'http://03785f6.netsolhost.com/wordpress/164-revision-v1/',0,'revision','',0),(555,1,'2014-03-03 18:46:12','2014-03-03 18:46:12','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Request a Quote','','inherit','open','open','','162-revision-v1','','','2014-03-03 18:46:12','2014-03-03 18:46:12','',162,'http://03785f6.netsolhost.com/wordpress/162-revision-v1/',0,'revision','',0),(576,1,'2014-03-10 15:58:09','2014-03-10 15:58:09','<font size=\"5\"><strong>California Auto Insurance</strong></font>\n\nThe right auto insurance policy can help get you back on the road quickly if your car is damaged or destroyed by accident, fire, theft, or other covered event. Your policy may also provide protection against medical and legal expenses resulting from injury, loss of life, or property damage caused by an accident involving your vehicle.\n\nAn auto insurance policy is a contract between you and an insurance company. You pay a premium, and in exchange, the insurance company promises to pay for specific car-related financial losses during the term of the policy. Work with us to determine the best coverage for you.\n\n<strong>Insurance for cars, trucks, boats and more!</strong>\n\nSean Womack can insure your Motorcycle, Classic Car, Motor Home & RV, Boat & Jet Ski, and ATV too! Contact us for more information today!\n\n<strong>California – How much auto insurance is right for you?</strong>\n\nBased in Tustin, CA, our team understands the auto insurance needs of our customers.\n\nAuto insurance requirements vary by state. In some states, to drive you must carry:\n\n• Liability coverage – to pay for losses you cause others, or:\n• No-fault coverage – to pay you and your passengers for medical and related expenses caused by injuries from a car accident, regardless of who is at fault, or\n• Both liability and no-fault coverage.\nWe write insurance in {STATES-YOU-WRITE-IN} and would be happy to help you ensure you have the right coverage for where you live.\nEven in states where coverage isn’t required, drivers must, by law, be able to pay for losses they cause others. Having insurance is the simplest way for most people to comply. To finance a car, it is usually necessary to have insurance which covers damage to your vehicle. This includes:\nCollision Insurance\nCollision insurance coverage pays for damage caused to your vehicle in an automobile accident. Standard collision coverage will pay for any repairs up to the fair market value of your car. Collision coverage usually also comes with an insurance deductible. It’s the amount of money you pay toward repairs before your collision insurance kicks in. The higher the deductible you’re willing to pay, the less the collision coverage will cost.\nComprehensive Insurance (Other than Collision)\nComprehensive insurance covers damage done to your car in some way other than a collision, such as if it were stolen or vandalized. Flood, hurricane, theft, windshield damage and fire are also events usually covered by comprehensive car insurance. Like collision, comprehensive will pay up to the fair market value of your car (less your insurance deductible). And although it’s not legally required by any state, you will probably need it if your car is financed. \nEvery person is unique – talk to us {LINK-TO-CONTACT-US-PAGE} today to find out how to get the best price and value on auto insurance for you.\n{YOUR-AGENCY-NAME}: {TAGLINE}. Call for a quote today at {AGENCY-PHONE-NUMBER}\n\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Auto','','inherit','open','open','','147-autosave-v1','','','2014-03-10 15:58:09','2014-03-10 15:58:09','',147,'http://03785f6.netsolhost.com/wordpress/147-autosave-v1/',0,'revision','',0),(556,1,'2014-03-03 20:40:08','2014-03-03 20:40:08','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Apartment Building','','inherit','open','open','','251-revision-v1','','','2014-03-03 20:40:08','2014-03-03 20:40:08','',251,'http://03785f6.netsolhost.com/wordpress/251-revision-v1/',0,'revision','',0),(557,1,'2014-03-03 20:40:14','2014-03-03 20:40:14','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Business Owners Policy (BOP)','','inherit','open','open','','245-revision-v1','','','2014-03-03 20:40:14','2014-03-03 20:40:14','',245,'http://03785f6.netsolhost.com/wordpress/245-revision-v1/',0,'revision','',0),(558,1,'2014-03-03 20:40:18','2014-03-03 20:40:18','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Commercial Package','','inherit','open','open','','239-revision-v1','','','2014-03-03 20:40:18','2014-03-03 20:40:18','',239,'http://03785f6.netsolhost.com/wordpress/239-revision-v1/',0,'revision','',0),(559,1,'2014-03-03 20:40:21','2014-03-03 20:40:21','<div class=\"entry-content\">\r\n<div class=\"panel-grid\" id=\"pg-81-0\">\r\n<div class=\"panel-grid-cell\" id=\"pgc-81-0-0\">\r\n<div class=\"panel widget widget_text panel-first-child panel-last-child\" id=\"panel-0-0-0\">\r\n<div class=\"textwidget\">\r\n\r\nServing the unique needs of businesses in Tustin and all of California\r\n\r\nOne of the most common types of business insurance, commercial property insurance provides a wide range of coverage for buildings, inventory, equipment, tools and more. Losses from fire, break-in, vandalism, windstorm and other natural or man-made disasters are examples of what is typically covered.\r\n\r\nA basic commercial property insurance policy may be all you need, although the types of coverage can vary between different insurance companies. As an independent agent, Sean Womack can help you determine the type of insurance policy and range of coverage that is best for your business. For a full list of coverage available, or to learn more about this product, contact us today at sean@seanwomack.com.\r\n\r\nCalifornia - What you need to know about commercial property insurance\r\n\r\nBuilding\r\n\r\nDo you own a commercial building? If so, do you have enough commercial property insurance to cover replacement costs? Although cost estimators are available, we recommend that you secure an appraisal from a third party to accurately determine the current replacement cost of your building. Give Sean Womack a call today at 949-940-6934, and we’ll help you determine if you have enough commercial property insurance for your business.\r\n\r\nFlood\r\n\r\nMost commercial property policies exclude flood as a covered cause of loss. A separate policy must be purchased to protect you from resulting damage. Check your current property insurance policy to be sure you are covered. If you’re unsure, just ask for Sean Womack to review your coverage, and we’ll help you find the best solution.\r\n\r\nBusiness Personal Property\r\n\r\nBusiness personal property insurance covers property at a specified location for furniture, fixtures, equipment and inventory. Be aware that most commercial property policies have very limited coverage for property taken off the specified location. If you have equipment that is frequently taken off-site to various locations, it is important that you have an inland marine policy (equipment or installation floater).\r\n\r\nBusiness Income (Business Interruption Coverage)\r\n\r\nThis coverage reimburses a business owner for lost profits and fixed expenses during the time that a business is closed. It applies while the premises are being restored because of damage from an event, such as a fire. Business income insurance may also cover financial losses that occur if civil authorities limit customer access to your neighborhood or business after a disaster. Sean Womack strongly recommends that all businesses acquire this coverage.\r\n\r\nElectronic Data Processing (EDP)\r\n\r\nThis coverage is separate property coverage specifically designed to protect your computer related equipment. Most commercial property policies have limited coverage for computer networks. EDP broadens the causes of loss to include things like power surges and in some cases virus attacks.\r\n\r\nBased in California, Sean Womack understands the business insurance needs of our customers.\r\n\r\nThe right coverage for you is unique – call us at 949-940-6934 or email us at sean@seanwomack.com today to find out how to protect your business and your future with the right insurance.\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Commercial Property','','inherit','open','open','','48-revision-v1','','','2014-03-03 20:40:21','2014-03-03 20:40:21','',48,'http://03785f6.netsolhost.com/wordpress/48-revision-v1/',0,'revision','',0),(560,1,'2014-03-03 20:40:24','2014-03-03 20:40:24','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Commercial Umbrella','','inherit','open','open','','247-revision-v1','','','2014-03-03 20:40:24','2014-03-03 20:40:24','',247,'http://03785f6.netsolhost.com/wordpress/247-revision-v1/',0,'revision','',0),(561,1,'2014-03-03 20:40:29','2014-03-03 20:40:29','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Contractors','','inherit','open','open','','249-revision-v1','','','2014-03-03 20:40:29','2014-03-03 20:40:29','',249,'http://03785f6.netsolhost.com/wordpress/249-revision-v1/',0,'revision','',0),(562,1,'2014-03-03 20:40:34','2014-03-03 20:40:34','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Cyber Liability','','inherit','open','open','','270-revision-v1','','','2014-03-03 20:40:34','2014-03-03 20:40:34','',270,'http://03785f6.netsolhost.com/wordpress/270-revision-v1/',0,'revision','',0),(563,1,'2014-03-03 20:40:39','2014-03-03 20:40:39','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Restaurants','','inherit','open','open','','253-revision-v1','','','2014-03-03 20:40:39','2014-03-03 20:40:39','',253,'http://03785f6.netsolhost.com/wordpress/253-revision-v1/',0,'revision','',0),(564,1,'2014-03-03 20:40:43','2014-03-03 20:40:43','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Workers Compensation','','inherit','open','open','','268-revision-v1','','','2014-03-03 20:40:43','2014-03-03 20:40:43','',268,'http://03785f6.netsolhost.com/wordpress/268-revision-v1/',0,'revision','',0),(565,1,'2014-03-03 20:42:34','2014-03-03 20:42:34','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Apartment Buildings','','inherit','open','open','','251-revision-v1','','','2014-03-03 20:42:34','2014-03-03 20:42:34','',251,'http://03785f6.netsolhost.com/wordpress/251-revision-v1/',0,'revision','',0),(566,1,'2014-03-03 21:11:44','2014-03-03 21:11:44','<h1><strong> </strong></h1>\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Equipment Breakdown','','publish','closed','closed','','equipment-breakdown-insurance','','','2014-05-15 03:56:35','2014-05-15 03:56:35','',46,'http://03785f6.netsolhost.com/wordpress/?page_id=566',0,'page','',0),(567,1,'2014-03-03 21:11:44','2014-03-03 21:11:44','<h1><strong><span style=\"text-decoration: underline;\"></span>Hi Dawn!</strong></h1>','Equipment Breakdown','','inherit','open','open','','566-revision-v1','','','2014-03-03 21:11:44','2014-03-03 21:11:44','',566,'http://03785f6.netsolhost.com/wordpress/566-revision-v1/',0,'revision','',0),(568,1,'2014-03-03 21:18:09','2014-03-03 21:18:09','<h1><strong> </strong></h1>','Equipment Breakdown','','inherit','open','open','','566-autosave-v1','','','2014-03-03 21:18:09','2014-03-03 21:18:09','',566,'http://03785f6.netsolhost.com/wordpress/566-autosave-v1/',0,'revision','',0),(569,1,'2014-03-03 21:19:13','2014-03-03 21:19:13','<h1><strong> </strong></h1>','Equipment Breakdown','','inherit','open','open','','566-revision-v1','','','2014-03-03 21:19:13','2014-03-03 21:19:13','',566,'http://03785f6.netsolhost.com/wordpress/566-revision-v1/',0,'revision','',0),(570,1,'2014-03-03 21:20:28','2014-03-03 21:20:28','<strong><font size=\"5\">California Mechanical Breakdown Protection</font></strong>\r\n\r\n<i>Protect your investment</i>\r\n\r\nHow may times have you heard stories about cars breaking down <strong>right after the warranty expires?</strong> With Mechanical Breakdown Protection, you can <strong>rest easy knowing you are covered.</strong>\r\n\r\n<i>Avoid costly repairs</i>\r\n\r\nMechanical Breakdown Protection Plans extend coverage to virtually all mechanical and electrical components of your vehicle. They are available for both new and pre-owned vehicles, and coverage is transferable if you sell your vehicle before your agreement expires providing added resale value.\r\n\r\n<i>We make it easy for you!</i>\r\n\r\n • Repairs can be done at any licensed U.S. or Canadian repair facility.\r\n • No limit to the number of claims and one deductible per visit.\r\n • All claims are handled by the insurance company, not a third party administrator, with direct payments to repair facilities.\r\n • Enjoy additional saving up to 50% or more off manufacturer extended warranties.\r\n\r\n<u>COVERAGE BENEFITS*</u>\r\n\r\n<strong>24-Hour Roadside Assistance.</strong> In the event your vehicle is disabled during the term of your coverage, Roadside Assistance Service is provided. These services include:\r\n • Towing\r\n • Lost Key / Lock-Out Services\r\n • Other Road Services\r\n\r\n<strong>Rental Vehicle Assistance.</strong> In the event of a covered Mechanical Breakdown during the term of your contract, you will be covered for alternate transportation expenses according to the schedule in your agreement.\r\n\r\n<strong>Tire Protection.</strong> If the tires on your vehicle are damaged during their normal life by glass, nails or other road hazards, they will be repaired or replaced.\r\n\r\n<Strong>Trip Interruption.</strong> You can be reimbursed for meals and lodging up to three days if you are stranded because of a covered breakdown more than 100 miles away from your home.\r\n\r\n* Exclusions Apply\r\n\r\nCall Sean Womack and his team at (949) 940-6934 today if you are interested in Mechanical Breakdown Protection coverage!\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Mechanical Breakdown','','publish','closed','closed','','mechanical-breakdown-insurance','','','2014-05-15 19:37:45','2014-05-15 19:37:45','',46,'http://03785f6.netsolhost.com/wordpress/?page_id=570',0,'page','',0),(571,1,'2014-03-03 21:20:28','2014-03-03 21:20:28','','Mechanical Breakdown','','inherit','open','open','','570-revision-v1','','','2014-03-03 21:20:28','2014-03-03 21:20:28','',570,'http://03785f6.netsolhost.com/wordpress/570-revision-v1/',0,'revision','',0),(572,1,'2014-05-15 19:36:15','2014-05-15 19:36:15','<strong><font size=\"5\">California Mechanical Breakdown Protection</font></strong>\n\n<i>Protect your investment</i>\n\nHow may times have you heard stories about cars breaking down <strong>right after the warranty expires?</strong> With Mechanical Breakdown Protection, you can <strong>rest easy knowing you are covered.</strong>\n\n<i>Avoid costly repairs</i>\n\nMechanical Breakdown Protection Plans extend coverage to virtually all mechanical and electrical components of your vehicle. They are available for both new and pre-owned vehicles, and coverage is transferable if you sell your vehicle before your agreement expires providing added resale value.\n\n<i>We make it easy for you!</i>\n\n • Repairs can be done at any licensed U.S. or Canadian repair facility.\n • No limit to the number of claims and one deductible per visit.\n • All claims are handled by the insurance company, not a third party administrator, with direct payments to repair facilities.\n • Enjoy additional saving up to 50% or more off manufacturer extended warranties.\n\n<u>COVERAGE BENEFITS</u>\n\n<strong>24-Hour Roadside Assistance.</strong> In the event your vehicle is disabled during the term of your coverage, Roadside Assistance Service is provided. These services include:\n • Towing\n • Lost Key / Lock-Out Services\n • Other Road Services\n\n<strong>Rental Vehicle Assistance.</strong> In the event of a covered Mechanical Breakdown during the term of your contract, you will be covered for alternate transportation expenses according to the schedule in your agreement.*\n\n<strong>Tire Protection.</strong> If the tires on your vehicle are damaged during their normal life by glass, naile or other road hazards, they will be repaired or replaced.\n\n<Strong>Trip Interruption</strong>\n\nCall Sean Womack and his team at (949) 940-6934 today if you are interested in Mechanical Breakdown Protection coverage!\n\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Mechanical Breakdown','','inherit','open','open','','570-autosave-v1','','','2014-05-15 19:36:15','2014-05-15 19:36:15','',570,'http://03785f6.netsolhost.com/wordpress/570-autosave-v1/',0,'revision','',0),(573,1,'2014-03-03 21:22:00','2014-03-03 21:22:00',' ','','','publish','open','open','','573','','','2014-05-15 19:21:09','2014-05-15 19:21:09','',46,'http://03785f6.netsolhost.com/wordpress/?p=573',22,'nav_menu_item','',0),(574,1,'2014-03-03 21:22:00','2014-03-03 21:22:00',' ','','','publish','open','open','','574','','','2014-05-15 19:21:09','2014-05-15 19:21:09','',46,'http://03785f6.netsolhost.com/wordpress/?p=574',23,'nav_menu_item','',0),(575,1,'2014-03-05 18:11:22','2014-03-05 18:11:22','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img class=\"alignnone size-full wp-image-466\" alt=\"Initals\" src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" /></a>','Privacy Policy','','inherit','open','open','','323-revision-v1','','','2014-03-05 18:11:22','2014-03-05 18:11:22','',323,'http://03785f6.netsolhost.com/wordpress/323-revision-v1/',0,'revision','',0),(584,1,'2014-03-06 21:04:49','2014-03-06 21:04:49','/*\nWelcome to Custom CSS!\n\nCSS (Cascading Style Sheets) is a kind of code that tells the browser how\nto render a web page. You may delete these comments and get started with\nyour customizations.\n\nBy default, your stylesheet will be loaded after the theme stylesheets,\nwhich means that your rules can take precedence and override the theme CSS\nrules. Just write here what you want to change, you don\'t need to copy all\nyour theme\'s stylesheet content.\n*/\n/*\nREMOVES TITLE NAME FROM SHOWING ON EACH PAGE\n*/\n.entry-title {\n display: none;\n}\n\n/*\nREMOVES BORDER AROUND EACH WIDGET\n*/\n#wrapper,\n#featured,\n.widget-wrapper {\n background-color: transparent;\n border: none;\n}\n\n/*\nREMOVES POWERED BY WORDPRESS AT FOOTER\n*/\n.powered {\n display: none;\n}\n\n/*\nREMOVES COPYRIGHT IN FOOTER\n*/\n.copyright {\n color: transparent;\n}\n\n.copyright a {\n display: none;\n}','safecss','Responsive Child','inherit','open','open','','333-revision-v1','','','2014-03-06 21:04:49','2014-03-06 21:04:49','',333,'http://03785f6.netsolhost.com/wordpress/333-revision-v1/',0,'revision','',0),(583,1,'2014-03-06 21:03:25','2014-03-06 21:03:25','/*\nWelcome to Custom CSS!\n\nCSS (Cascading Style Sheets) is a kind of code that tells the browser how\nto render a web page. You may delete these comments and get started with\nyour customizations.\n\nBy default, your stylesheet will be loaded after the theme stylesheets,\nwhich means that your rules can take precedence and override the theme CSS\nrules. Just write here what you want to change, you don\'t need to copy all\nyour theme\'s stylesheet content.\n*/\n/*\nREMOVES TITLE NAME FROM SHOWING ON EACH PAGE\n*/\n.entry-title {\n display: none;\n}\n\n/*\nREMOVES BORDER AROUND EACH WIDGET\n*/\n#wrapper,\n#featured,\n.widget-wrapper {\n background-color: transparent;\n border: none;\n}\n\n/*\nREMOVES POWERED BY WORDPRESS AT FOOTER\n*/\n.powered {\n display: none;\n}\n\n/*\nREMOVES COPYRIGHT IN FOOTER\n*/\n.copyright {\n color: transparent;\n}\n\n.copyright a {\n display: none;\n}\n\n/*\nREMOVES SUCCESS MESSAGE FROM \'CONTACT FORM 7\'\n*/\ndiv.wpcf7-mail-sent-ok {\n display: none;\n}','safecss','Responsive Child','inherit','open','open','','333-revision-v1','','','2014-03-06 21:03:25','2014-03-06 21:03:25','',333,'http://03785f6.netsolhost.com/wordpress/333-revision-v1/',0,'revision','',0),(585,1,'2014-03-06 22:41:51','2014-03-06 22:41:51','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img class=\"alignnone size-full wp-image-466\" alt=\"Initals\" src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" /></a>','Surrounding Areas','','inherit','open','open','','132-revision-v1','','','2014-03-06 22:41:51','2014-03-06 22:41:51','',132,'http://03785f6.netsolhost.com/wordpress/132-revision-v1/',0,'revision','',0),(587,1,'2014-03-07 18:13:32','2014-03-07 18:13:32','<strong>California Auto Insurance</strong>\r\n\r\nThe right auto insurance policy can help you get back\r\n\r\nCalifornia, like most states, requires drivers to have auto liability insurance before they can drive a car. Liability insurance pays the other driver’s medical, car repair, and other costs when the insured is at fault in an auto accident.\r\n\r\nMost California auto insurance policies are six months. However, if you have a clean driving record, it may make more sense to obtain an annual auto insurance policy to lock in your rates for a whole year.\r\n\r\nThe basic California auto insurance policy is comprised of the following two coverages:\r\n\r\n<strong>1. Bodily Injury Liability: </strong>This coverage applies to injuries that the insured caused to someone else.\r\n\r\n<strong>2. Property Damage Liability:</strong> This coverage pays for damage that the insured may cause to someone else’s property.\r\n\r\nThe following list contains just a few of the coverages that can be added to a CA auto insurance policy for an additional premium:\r\n\r\n<strong>• Uninsured Motorist Coverage: </strong>This coverage will reimburse the insured damages caused by the operator of an uninsured motor vehicle.\r\n\r\n<strong>• Medical Payments: </strong>This coverage pays for the treatment of injuries to the insured and passengers of the insured’s vehicle.\r\n\r\n<strong>• Comprehensive:</strong> This coverage will repair the covered automobile up to the market value of the vehicle for loss caused by theft or loss caused by direct and accidental non-collision damage. Comprehensive coverage is usually sold with a deductible. The policyholder may opt for a higher deductible as a way to lower their premium. However, cracked or shattered windshields are generally considered a comprehensive loss. Therefore, many individuals choose to have a lower deductible for comprehensive coverage and opt for a higher collision deductible.\r\n\r\n<strong>• Collision: </strong>This coverage will repair the covered automobile up to the market value of the vehicle for loss caused by collision damage. Collision coverage is usually sold with a deductible. Since the higher the deductible, the lower the premium—many policyholders choose to insure their vehicle with higher deductibles to save money. Plus, if the policyholder was not at fault in the accident, the insurance company may be able to recover the deductible from the other party’s insurance company.\r\n\r\n<strong>• Rental Car Benefit:</strong> This coverage will pay the expense incurred for a rental car for a limited period of time if the policy vehicle is covered for a comprehensive or collision loss.\r\n\r\n<strong>• Roadside Assistance:</strong> Provides towing and other towing related services, such as, changing a flat tire or a battery jump-start, for all automobiles listed on the policy with this coverage.\r\n\r\n<!--[if gte mso 9]><xml>\r\n<w:WordDocument>\r\n<w:View>Normal</w:View>\r\n<w:Zoom>0</w:Zoom>\r\n<w:TrackMoves/>\r\n<w:TrackFormatting/>\r\n<w:PunctuationKerning/>\r\n<w:ValidateAgainstSchemas/>\r\n<w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\r\n<w:IgnoreMixedContent>false</w:IgnoreMixedContent>\r\n<w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\r\n<w:DoNotPromoteQF/>\r\n<w:LidThemeOther>EN-US</w:LidThemeOther>\r\n<w:LidThemeAsian>X-NONE</w:LidThemeAsian>\r\n<w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\r\n<w:Compatibility>\r\n<w:BreakWrappedTables/>\r\n<w:SnapToGridInCell/>\r\n<w:WrapTextWithPunct/>\r\n<w:UseAsianBreakRules/>\r\n<w:DontGrowAutofit/>\r\n<w:SplitPgBreakAndParaMark/>\r\n<w:DontVertAlignCellWithSp/>\r\n<w:DontBreakConstrainedForcedTables/>\r\n<w:DontVertAlignInTxbx/>\r\n<w:Word11KerningPairs/>\r\n<w:CachedColBalance/>\r\n</w:Compatibility>\r\n<w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>\r\n<m:mathPr>\r\n<m:mathFont m:val=\"Cambria Math\"/>\r\n<m:brkBin m:val=\"before\"/>\r\n<m:brkBinSub m:val=\"--\"/>\r\n<m:smallFrac m:val=\"off\"/>\r\n<m:dispDef/>\r\n<m:lMargin m:val=\"0\"/>\r\n<m:rMargin m:val=\"0\"/>\r\n<m:defJc m:val=\"centerGroup\"/>\r\n<m:wrapIndent m:val=\"1440\"/>\r\n<m:intLim m:val=\"subSup\"/>\r\n<m:naryLim m:val=\"undOvr\"/>\r\n</m:mathPr></w:WordDocument>\r\n</xml><![endif]-->\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Auto','','inherit','open','open','','147-revision-v1','','','2014-03-07 18:13:32','2014-03-07 18:13:32','',147,'http://03785f6.netsolhost.com/wordpress/147-revision-v1/',0,'revision','',0),(593,1,'2014-03-07 20:00:08','2014-03-07 20:00:08','<strong><font=\"4\">Why an Independent Agent?</font></strong>\r\n\r\n<strong>Not all insurance agents are the same! Choosing the right one can make a big difference – in price, service, and value.</strong>\r\n\r\nWith other agencies, you get one company that sells one brand of insurance. With an independent insurance agent like Sean Womack you get choices.\r\n\r\nWhy? Because independent insurance agents, like Sean Womack, represent a number of different insurance companies, and can compare coverage and prices to find the best possible value for your individual circumstances. As independent agents, we are members of the Orange County community, and we’re committed to doing business face-to-face and being your advocate in times of need.\r\n\r\n<strong>Serving Orange County and the state of California, here are a few reasons why Sean Womack should be your first and last stop when looking for insurance.</strong>\r\n\r\n• We work for you when you have a claim.\r\n• We are not beholden to any one company. This means you don’t have to change agencies as your insurance and service needs change.\r\n• We are your consultants, working with you as you determine your needs.\r\n• We are value-hunters who look after your pocketbook in finding the best combination of price, coverage, and service.\r\n• We offer one-stop shopping for a full range of products, including home, renters, auto, business, life, health, and retirement plans.\r\n• We can periodically review your coverage to keep up with your changing insurance needs.\r\n• We are committed to customer satisfaction – it’s the key to our livelihood.\r\n• We treat you like a person, not a number.\r\n• We are licensed professionals with strong customer and community ties.\r\n\r\nThere is a difference. To find out how our independent insurance agency can help you find the right insurance coverage, please contact Sean Womack today. Give us a call today at 949-940-6934.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Why an Independent Agent?','','inherit','open','open','','54-revision-v1','','','2014-03-07 20:00:08','2014-03-07 20:00:08','',54,'http://03785f6.netsolhost.com/wordpress/54-revision-v1/',0,'revision','',0),(594,1,'2014-03-07 20:00:18','2014-03-07 20:00:18','<strong><font=\"5\">Why an Independent Agent?</font></strong>\r\n\r\n<strong>Not all insurance agents are the same! Choosing the right one can make a big difference – in price, service, and value.</strong>\r\n\r\nWith other agencies, you get one company that sells one brand of insurance. With an independent insurance agent like Sean Womack you get choices.\r\n\r\nWhy? Because independent insurance agents, like Sean Womack, represent a number of different insurance companies, and can compare coverage and prices to find the best possible value for your individual circumstances. As independent agents, we are members of the Orange County community, and we’re committed to doing business face-to-face and being your advocate in times of need.\r\n\r\n<strong>Serving Orange County and the state of California, here are a few reasons why Sean Womack should be your first and last stop when looking for insurance.</strong>\r\n\r\n• We work for you when you have a claim.\r\n• We are not beholden to any one company. This means you don’t have to change agencies as your insurance and service needs change.\r\n• We are your consultants, working with you as you determine your needs.\r\n• We are value-hunters who look after your pocketbook in finding the best combination of price, coverage, and service.\r\n• We offer one-stop shopping for a full range of products, including home, renters, auto, business, life, health, and retirement plans.\r\n• We can periodically review your coverage to keep up with your changing insurance needs.\r\n• We are committed to customer satisfaction – it’s the key to our livelihood.\r\n• We treat you like a person, not a number.\r\n• We are licensed professionals with strong customer and community ties.\r\n\r\nThere is a difference. To find out how our independent insurance agency can help you find the right insurance coverage, please contact Sean Womack today. Give us a call today at 949-940-6934.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Why an Independent Agent?','','inherit','open','open','','54-revision-v1','','','2014-03-07 20:00:18','2014-03-07 20:00:18','',54,'http://03785f6.netsolhost.com/wordpress/54-revision-v1/',0,'revision','',0),(595,1,'2014-03-07 20:00:34','2014-03-07 20:00:34','<strong><font size=\"5\">Why an Independent Agent?</font></strong>\r\n\r\n<strong>Not all insurance agents are the same! Choosing the right one can make a big difference – in price, service, and value.</strong>\r\n\r\nWith other agencies, you get one company that sells one brand of insurance. With an independent insurance agent like Sean Womack you get choices.\r\n\r\nWhy? Because independent insurance agents, like Sean Womack, represent a number of different insurance companies, and can compare coverage and prices to find the best possible value for your individual circumstances. As independent agents, we are members of the Orange County community, and we’re committed to doing business face-to-face and being your advocate in times of need.\r\n\r\n<strong>Serving Orange County and the state of California, here are a few reasons why Sean Womack should be your first and last stop when looking for insurance.</strong>\r\n\r\n• We work for you when you have a claim.\r\n• We are not beholden to any one company. This means you don’t have to change agencies as your insurance and service needs change.\r\n• We are your consultants, working with you as you determine your needs.\r\n• We are value-hunters who look after your pocketbook in finding the best combination of price, coverage, and service.\r\n• We offer one-stop shopping for a full range of products, including home, renters, auto, business, life, health, and retirement plans.\r\n• We can periodically review your coverage to keep up with your changing insurance needs.\r\n• We are committed to customer satisfaction – it’s the key to our livelihood.\r\n• We treat you like a person, not a number.\r\n• We are licensed professionals with strong customer and community ties.\r\n\r\nThere is a difference. To find out how our independent insurance agency can help you find the right insurance coverage, please contact Sean Womack today. Give us a call today at 949-940-6934.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Why an Independent Agent?','','inherit','open','open','','54-revision-v1','','','2014-03-07 20:00:34','2014-03-07 20:00:34','',54,'http://03785f6.netsolhost.com/wordpress/54-revision-v1/',0,'revision','',0),(597,1,'2014-03-07 20:07:44','2014-03-07 20:07:44','<strong><font size=\"5\">Why Choose an Independent Insurance Agent?</font></strong>\r\n\r\n<strong>Not all insurance agents are the same! Choosing the right one can make a big difference – in price, service, and value.</strong>\r\n\r\nWith other agencies, you get one company that sells one brand of insurance. With an independent insurance agent like Sean Womack you get choices.\r\n\r\nWhy? Because independent insurance agents, like Sean Womack, represent a number of different insurance companies, and can compare coverage and prices to find the best possible value for your individual circumstances. As independent agents, we are members of the Orange County community, and we’re committed to doing business face-to-face and being your advocate in times of need.\r\n\r\n<strong>Serving Orange County and the state of California, here are a few reasons why Sean Womack should be your first and last stop when looking for insurance.</strong>\r\n\r\n• We work for you when you have a claim.\r\n• We are not beholden to any one company. This means you don’t have to change agencies as your insurance and service needs change.\r\n• We are your consultants, working with you as you determine your needs.\r\n• We are value-hunters who look after your pocketbook in finding the best combination of price, coverage, and service.\r\n• We offer one-stop shopping for a full range of products, including home, renters, auto, business, and life.\r\n• We can periodically review your coverage to keep up with your changing insurance needs.\r\n• We are committed to customer satisfaction – it’s the key to our livelihood.\r\n• We treat you like a person, not a number.\r\n• We are licensed professionals with strong customer and community ties.\r\n\r\nThere is a difference. To find out how our independent insurance agency can help you find the right insurance coverage, please contact Sean Womack today. Give us a call today at 949-940-6934.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Why an Independent Agent?','','inherit','open','open','','54-revision-v1','','','2014-03-07 20:07:44','2014-03-07 20:07:44','',54,'http://03785f6.netsolhost.com/wordpress/54-revision-v1/',0,'revision','',0),(596,1,'2014-03-07 20:01:02','2014-03-07 20:01:02','<strong><font size=\"5\">Why Choose an Independent Insurance Agent?</font></strong>\r\n\r\n<strong>Not all insurance agents are the same! Choosing the right one can make a big difference – in price, service, and value.</strong>\r\n\r\nWith other agencies, you get one company that sells one brand of insurance. With an independent insurance agent like Sean Womack you get choices.\r\n\r\nWhy? Because independent insurance agents, like Sean Womack, represent a number of different insurance companies, and can compare coverage and prices to find the best possible value for your individual circumstances. As independent agents, we are members of the Orange County community, and we’re committed to doing business face-to-face and being your advocate in times of need.\r\n\r\n<strong>Serving Orange County and the state of California, here are a few reasons why Sean Womack should be your first and last stop when looking for insurance.</strong>\r\n\r\n• We work for you when you have a claim.\r\n• We are not beholden to any one company. This means you don’t have to change agencies as your insurance and service needs change.\r\n• We are your consultants, working with you as you determine your needs.\r\n• We are value-hunters who look after your pocketbook in finding the best combination of price, coverage, and service.\r\n• We offer one-stop shopping for a full range of products, including home, renters, auto, business, life, health, and retirement plans.\r\n• We can periodically review your coverage to keep up with your changing insurance needs.\r\n• We are committed to customer satisfaction – it’s the key to our livelihood.\r\n• We treat you like a person, not a number.\r\n• We are licensed professionals with strong customer and community ties.\r\n\r\nThere is a difference. To find out how our independent insurance agency can help you find the right insurance coverage, please contact Sean Womack today. Give us a call today at 949-940-6934.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Why an Independent Agent?','','inherit','open','open','','54-revision-v1','','','2014-03-07 20:01:02','2014-03-07 20:01:02','',54,'http://03785f6.netsolhost.com/wordpress/54-revision-v1/',0,'revision','',0),(598,1,'2014-03-07 20:09:22','2014-03-07 20:09:22','<strong><font size=\"5\">California Worker’s Compensation Insurance</strong></font>\r\n\r\nWorkers’ compensation coverage pays for medical care and physical rehabilitation of employees injured at work and helps to replace lost wages while they are unable to work. Additionally, this coverage protects an employer from being sued by an injured worker in most cases. \r\n\r\nSean Womack can help your business find complete solutions to your unique workers compensation insurance needs. We’ll find solutions that create safer and more productive workplaces, more confident and secure workers and overall savings you\'ll see on the bottom line. \r\n\r\nCoverage for office workers using their own vehicles on company business is often needed, as well. If you have employees, it is critical that you consider this workers compensation coverage.\r\n\r\nCalifornia - What you need to know about workers compensation insurance\r\n\r\nSome Workers Compensation coverage can include:\r\n\r\n• Innovative payment systems\r\n• Medical disability case managers\r\n• Utilization management nurses\r\n• Certified life care planning nurses\r\n• Vocational rehabilitation consultants\r\n• Physician consulting services\r\n• Legal staff\r\n• Contracts with medical network providers\r\n• Managed prescription drug program\r\n\r\nTo find out more about this product and other products and services, contact Sean Womack today by calling 949-940-6934.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Workers Compensation','','inherit','open','open','','268-revision-v1','','','2014-03-07 20:09:22','2014-03-07 20:09:22','',268,'http://03785f6.netsolhost.com/wordpress/268-revision-v1/',0,'revision','',0),(599,1,'2014-03-07 20:09:46','2014-03-07 20:09:46','<strong><font size=\"5\">California Worker’s Compensation Insurance</strong></font>\r\n\r\nWorkers’ compensation coverage pays for medical care and physical rehabilitation of employees injured at work and helps to replace lost wages while they are unable to work. Additionally, this coverage protects an employer from being sued by an injured worker in most cases. \r\n\r\nSean Womack can help your business find complete solutions to your unique workers compensation insurance needs. We’ll find solutions that create safer and more productive workplaces, more confident and secure workers and overall savings you\'ll see on the bottom line. \r\n\r\nCoverage for office workers using their own vehicles on company business is often needed, as well. If you have employees, it is critical that you consider this workers compensation coverage.\r\n\r\n<strong>California - What you need to know about workers compensation insurance</strong>\r\n\r\nSome Workers Compensation coverage can include:\r\n\r\n• Innovative payment systems\r\n• Medical disability case managers\r\n• Utilization management nurses\r\n• Certified life care planning nurses\r\n• Vocational rehabilitation consultants\r\n• Physician consulting services\r\n• Legal staff\r\n• Contracts with medical network providers\r\n• Managed prescription drug program\r\n\r\nTo find out more about this product and other products and services, contact Sean Womack today by calling 949-940-6934.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Workers Compensation','','inherit','open','open','','268-revision-v1','','','2014-03-07 20:09:46','2014-03-07 20:09:46','',268,'http://03785f6.netsolhost.com/wordpress/268-revision-v1/',0,'revision','',0),(600,1,'2014-05-15 04:06:58','2014-05-15 04:06:58','<strong><font size=\"5\">Free Insurance Quotes</font>\r\n\r\nRequest Your Free Insurance Quote</strong>\r\n\r\nWhat makes a quote from Sean Womack better? Options.\r\n\r\nSean Womack is an independent insurance agent – meaning we do business with multiple insurance companies and compare protection and prices to find the best value for you. We know our local market - for our neighbors in California, we can help you quickly and easily find the best value in insurance protection.\r\n\r\nPlease take a moment and fill out the form below – nothing is required, share only what you like. Our team will contact you immediately to help you find the right insurance at the right price.\r\n\r\n[contact-form-7 id=\"603\" title=\"Full Quote Request Form\"]','Request a Quote','','inherit','open','open','','162-autosave-v1','','','2014-05-15 04:06:58','2014-05-15 04:06:58','',162,'http://03785f6.netsolhost.com/wordpress/162-autosave-v1/',0,'revision','',0),(869,1,'2014-05-15 16:37:46','2014-05-15 16:37:46','<strong><font size=\"5\">California Personal Umbrella Insurance</font></strong>\r\n\r\n<i>What would happen to you or to your family...</i>\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Umbrella','','inherit','open','open','','189-revision-v1','','','2014-05-15 16:37:46','2014-05-15 16:37:46','',189,'http://03785f6.netsolhost.com/wordpress/189-revision-v1/',0,'revision','',0),(607,1,'2014-03-07 23:22:54','2014-03-07 23:22:54','<strong><font size=\"5\">Free Insurance Quotes</font>\r\n\r\nRequest Your Free Insurance Quote</strong>\r\n\r\nWhat makes a quote from Sean Womack better? Options.\r\n\r\nSean Womack is an independent insurance agent – meaning we do business with multiple insurance companies and compare protection and prices to find the best value for you. We know our local market - for our neighbors in California, we can help you quickly and easily find the best value in insurance protection.\r\n\r\nPlease take a moment and fill out the form below – nothing is required, share only what you like. Our team will contact you immediately to help you find the right insurance at the right price.\r\n\r\n[contact-form-7 id=\"603\" title=\"Full Quote Request Form\"]','Request a Quote','','inherit','open','open','','162-revision-v1','','','2014-03-07 23:22:54','2014-03-07 23:22:54','',162,'http://03785f6.netsolhost.com/wordpress/162-revision-v1/',0,'revision','',0),(604,1,'2014-03-07 20:31:52','2014-03-07 20:31:52','<strong><font size=\"5\">Free Insurance Quotes</font>\r\n\r\nRequest Your Free Insurance Quote</strong>\r\n\r\nWhat makes a quote from Sean Womack better? Options.\r\n\r\nSean Womack is an independent insurance agent – meaning we do business with multiple insurance companies and compare protection and prices to find the best value for you. We know our local market - for our neighbors in California, we can help you quickly and easily find the best value in insurance protection.\r\n\r\nPlease take a moment and fill out the form below – nothing is required, share only what you like. Our team will contact you immediately to help you find the right insurance at the right price.\r\n\r\n[contact-form-7 id=\"603\" title=\"Full Quote Request Form\"]\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Request a Quote','','inherit','open','open','','162-revision-v1','','','2014-03-07 20:31:52','2014-03-07 20:31:52','',162,'http://03785f6.netsolhost.com/wordpress/162-revision-v1/',0,'revision','',0),(602,1,'2014-03-07 20:15:17','2014-03-07 20:15:17','<strong><font size=\"5\">Free Insurance Quotes</font>\r\n\r\nRequest Your Free Insurance Quote</strong>\r\n\r\nWhat makes a quote from Sean Womack better? Options.\r\n\r\nSean Womack is an independent insurance agent – meaning we do business with multiple insurance companies and compare protection and prices to find the best value for you. We know our local market - for our neighbors in California, we can help you quickly and easily find the best value in insurance protection.\r\n\r\nPlease take a moment and fill out the form below – nothing is required, share only what you like. Our team will contact you immediately to help you find the right insurance at the right price.\r\n\r\nName: \r\nPhone: \r\nEmail:\r\nPreferred Means of Contact: (drop list, phone or email)\r\nAdditional Personal Information: (open input text box)\r\nWhat kind of insurance can would you like to discuss? Select any that apply.\r\nVehicle Insurance\r\n \r\n Auto Insurance\r\n Motorcycle Insurance\r\n Boat and Watercraft Insurance\r\n Motorsport and ATV Insurance\r\n Classic Car Insurance\r\n RV and Mobile Home Insurance\r\n \r\n\r\nHome Insurance\r\n \r\n Home Insurance \r\n Renters Insurance\r\n Condo Insurance\r\n Landlord Protection\r\n Flood Insurance\r\n Earthquake Insurance\r\n \r\n\r\nBusiness Insurance\r\n \r\n Commercial Property Insurance\r\n Commercial Umbrella Insurance\r\n General Liability Insurance\r\n Business Auto Insurance\r\n Workers\' Compensation Insurance\r\n Bonds\r\n \r\n\r\nLife & Health Insurance\r\n \r\n Personal Umbrella Insurance\r\n Health Insurance \r\n Whole Life Insurance\r\n Term Life Insurance\r\n \r\n\r\nOther Insurance Requests: (open input text box)\r\n\r\nSubmit My Request {This is the submit button}\r\n\r\n{Pressing Submit My Request should bring up a separate “Thank You” page. Page must be wholly separate from quote form so it can be measured in Google Analytics. Text for Thank You page is on the following page.}\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Request a Quote','','inherit','open','open','','162-revision-v1','','','2014-03-07 20:15:17','2014-03-07 20:15:17','',162,'http://03785f6.netsolhost.com/wordpress/162-revision-v1/',0,'revision','',0),(601,1,'2014-03-07 20:13:02','2014-03-07 20:13:02','<strong><font size=\"5\">Free Insurance Quotes</font>\r\n\r\nRequest Your Free Insurance Quote</strong>\r\n\r\nWhat makes a quote from {YOUR_AGENCY_NAME} better? Options.\r\n{YOUR_AGENCY_NAME} is an independent insurance agency – meaning we do business with multiple insurance companies and compare protection and prices to find the best value for you. We know our local market - for our neighbors in {MAIN_STATE(S) YOU WRITE IN}, we can help you quickly and easily find the best value in insurance protection.\r\n\r\nPlease take a moment and fill out the form below – nothing is required, share only what you like. Our team will contact you directly within 24 hours to help you find the right insurance at the right price. {Response time would be an ideal variable that could be collected at signup. I’m writing 24 hours as standard, but agents with 2 hour (or 10 minute, etc) policies would benefit from stating those instead.}\r\n\r\nName: \r\nPhone: \r\nEmail:\r\nPreferred Means of Contact: (drop list, phone or email)\r\nAdditional Personal Information: (open input text box)\r\nWhat kind of insurance can would you like to discuss? Select any that apply.\r\nVehicle Insurance\r\n \r\n Auto Insurance\r\n Motorcycle Insurance\r\n Boat and Watercraft Insurance\r\n Motorsport and ATV Insurance\r\n Classic Car Insurance\r\n RV and Mobile Home Insurance\r\n \r\n\r\nHome Insurance\r\n \r\n Home Insurance \r\n Renters Insurance\r\n Condo Insurance\r\n Landlord Protection\r\n Flood Insurance\r\n Earthquake Insurance\r\n \r\n\r\nBusiness Insurance\r\n \r\n Commercial Property Insurance\r\n Commercial Umbrella Insurance\r\n General Liability Insurance\r\n Business Auto Insurance\r\n Workers\' Compensation Insurance\r\n Bonds\r\n \r\n\r\nLife & Health Insurance\r\n \r\n Personal Umbrella Insurance\r\n Health Insurance \r\n Whole Life Insurance\r\n Term Life Insurance\r\n \r\n\r\nOther Insurance Requests: (open input text box)\r\n\r\nSubmit My Request {This is the submit button}\r\n\r\n{Pressing Submit My Request should bring up a separate “Thank You” page. Page must be wholly separate from quote form so it can be measured in Google Analytics. Text for Thank You page is on the following page.}\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Request a Quote','','inherit','open','open','','162-revision-v1','','','2014-03-07 20:13:02','2014-03-07 20:13:02','',162,'http://03785f6.netsolhost.com/wordpress/162-revision-v1/',0,'revision','',0),(603,1,'2014-03-07 20:31:05','2014-03-07 20:31:05','Name*\r\n[text* your-name]</br>\r\nPhone Number*\r\n[text* text-634]</br>\r\nEmail*\r\n[email* your-email]</br>\r\nPreferred Means of Contact*\r\n[select* menu-939 \"Phone\" \"Email\"]</br>\r\nAdditional Personal Information\r\n[textarea textarea-630]</br>\r\nWhat kind of insurance would you like to discuss? Select any that apply.</br>\r\nVehicle Insurance\r\n[checkbox checkbox-687a \"Auto Insurance\"]\r\n[checkbox checkbox-687b \"Motorcycle Insurance\"]\r\n[checkbox checkbox-687c \"Boat and Watercraft Insurance\"]\r\n[checkbox checkbox-687d \"Motorsport and ATV Insurance\"]\r\n[checkbox checkbox-687e \"Classic Car Insurance\"]\r\n[checkbox checkbox-687f \"RV and Mobile Home Insurance\"]</br>\r\nHome Insurance\r\n[checkbox checkbox-450a \"Home Insurance \"]\r\n[checkbox checkbox-450b \"Renters Insurance\"]\r\n[checkbox checkbox-450c \"Condo Insurance\"]\r\n[checkbox checkbox-450d \"Landlord Protection\"]\r\n[checkbox checkbox-450e \"Flood Insurance\"]\r\n[checkbox checkbox-450f \"Earthquake Insurance\"]</br>\r\nBusiness Insurance\r\n[checkbox checkbox-725a \"Commercial Property Insurance\"]\r\n[checkbox checkbox-725b \"Commercial Umbrella Insurance\"]\r\n[checkbox checkbox-725c \"General Liability Insurance\"]\r\n[checkbox checkbox-725d \"Business Auto Insurance\"]\r\n[checkbox checkbox-725e \"Workers\' Compensation Insurance\"]\r\n[checkbox checkbox-725f \"Bonds\"]</br>\r\nLife & Health Insurance\r\n[checkbox checkbox-218a \"Personal Umbrella Insurance\"]\r\n[checkbox checkbox-218b \"Health Insurance \"]\r\n[checkbox checkbox-218c \"Whole Life Insurance\"]\r\n[checkbox checkbox-218d \"Term Life Insurance\"]</br>\r\nOther Insurance Requests:\r\n[textarea textarea-796]</br>\r\n[submit \"Submit My Request\"]\nProspect has requested a quote from www.seanwomack.com [Full Quote Request Form]\n[your-name] <[your-email]>\nFrom: [your-name] <[your-email]>\r\nSubject: Prospect has requested a quote from www.seanwomack.com [Full Quote Request Form]\r\n\r\nProspect\'s Name: [your-name]\r\nProspect\'s Phone Number: [text-634]\r\nProspect\'s Email: [your-email]\r\nPreferred Means of Contact: [menu-939]\r\nAdditional Personal Information: [textarea-630]\r\nType of Insurance Prospect Would Like to Discuss:\r\n[checkbox-687a]\r\n[checkbox-687b]\r\n[checkbox-687c]\r\n[checkbox-687d]\r\n[checkbox-687e]\r\n[checkbox-687f]\r\n[checkbox-450a]\r\n[checkbox-450b]\r\n[checkbox-450c]\r\n[checkbox-450d]\r\n[checkbox-450e]\r\n[checkbox-450f]\r\n[checkbox-725a]\r\n[checkbox-725b]\r\n[checkbox-725c]\r\n[checkbox-725d]\r\n[checkbox-725e]\r\n[checkbox-725f]\r\n[checkbox-218c]\r\n[checkbox-218b]\r\n[checkbox-218c]\r\n[checkbox-218d]\r\n\r\nOther Insurance Requests:\r\n[textarea-796]\r\n\r\n--\r\n\r\nThis e-mail was sent from a contact form on http://03785f6.netsolhost.com/wordpress\nsean@seanwomack.com\n\n\n\n\n[your-subject]\n[your-name] <[your-email]>\nMessage Body:\r\n[your-message]\r\n\r\n--\r\nThis e-mail was sent from a contact form on (http://03785f6.netsolhost.com/wordpress)\n[your-email]\n\n\n\nYour message was sent successfully. Thanks.\nFailed to send your message. Please try later or contact the administrator by another method.\nValidation errors occurred. Please confirm the fields and submit it again.\nFailed to send your message. Please try later or contact the administrator by another method.\nPlease accept the terms to proceed.\nPlease fill the required field.\nYour entered code is incorrect.\nNumber format seems invalid.\nThis number is too small.\nThis number is too large.\nEmail address seems invalid.\nURL seems invalid.\nTelephone number seems invalid.\nYour answer is not correct.\nDate format seems invalid.\nThis date is too early.\nThis date is too late.\nFailed to upload file.\nThis file type is not allowed.\nThis file is too large.\nFailed to upload file. Error occurred.','Full Quote Request Form','','publish','open','open','','untitled','','','2014-03-07 23:19:00','2014-03-07 23:19:00','',0,'http://03785f6.netsolhost.com/wordpress/?post_type=wpcf7_contact_form&p=603',0,'wpcf7_contact_form','',0),(608,1,'2014-03-07 23:50:52','2014-03-07 23:50:52','','New Slider','','publish','open','open','','new-slider-2','','','2014-03-07 23:52:49','2014-03-07 23:52:49','',0,'http://03785f6.netsolhost.com/wordpress/?post_type=ml-slider&p=608',0,'ml-slider','',0),(609,1,'2014-03-07 23:53:25','2014-03-07 23:53:25','[metaslider id=608]\r\n\r\nSean Womack is a second generation insurance agent. His mentor and step-father, Richard Beissel, was an independent insurance agent who focused on the construction industry. In 1995, after graduating from high school, Sean took the California Agent-Broker Insurance License Exam and passed. After working for his step-father’s insurance agency for a few years, Sean decided that he would leave the agency to gain experience with other insurance agencies. In 2010, Sean came back to work for his step-father to apply the knowledge he learned while away.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','About Sean','','inherit','open','open','','42-revision-v1','','','2014-03-07 23:53:25','2014-03-07 23:53:25','',42,'http://03785f6.netsolhost.com/wordpress/42-revision-v1/',0,'revision','',0),(613,1,'2014-03-08 00:06:02','2014-03-08 00:06:02','\r\nSean Womack is a second generation insurance agent. His mentor and step-father, Richard Beissel, was an independent insurance agent who focused on the construction industry. In 1995, after graduating from high school, Sean took the California Agent-Broker Insurance License Exam and passed. After working for his step-father’s insurance agency for a few years, Sean decided that he would leave the agency to gain experience with other insurance agencies. In 2010, Sean came back to work for his step-father to apply the knowledge he learned while away.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','About Sean','','inherit','open','open','','42-revision-v1','','','2014-03-08 00:06:02','2014-03-08 00:06:02','',42,'http://03785f6.netsolhost.com/wordpress/42-revision-v1/',0,'revision','',0),(610,1,'2014-03-08 00:02:47','2014-03-08 00:02:47','</br>\r\n</br>\r\n\r\n[metaslider id=608]\r\n\r\nSean Womack is a second generation insurance agent. His mentor and step-father, Richard Beissel, was an independent insurance agent who focused on the construction industry. In 1995, after graduating from high school, Sean took the California Agent-Broker Insurance License Exam and passed. After working for his step-father’s insurance agency for a few years, Sean decided that he would leave the agency to gain experience with other insurance agencies. In 2010, Sean came back to work for his step-father to apply the knowledge he learned while away.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','About Sean','','inherit','open','open','','42-revision-v1','','','2014-03-08 00:02:47','2014-03-08 00:02:47','',42,'http://03785f6.netsolhost.com/wordpress/42-revision-v1/',0,'revision','',0),(611,1,'2014-03-08 00:03:00','2014-03-08 00:03:00','</br>\r\n[metaslider id=608]\r\n\r\nSean Womack is a second generation insurance agent. His mentor and step-father, Richard Beissel, was an independent insurance agent who focused on the construction industry. In 1995, after graduating from high school, Sean took the California Agent-Broker Insurance License Exam and passed. After working for his step-father’s insurance agency for a few years, Sean decided that he would leave the agency to gain experience with other insurance agencies. In 2010, Sean came back to work for his step-father to apply the knowledge he learned while away.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','About Sean','','inherit','open','open','','42-revision-v1','','','2014-03-08 00:03:00','2014-03-08 00:03:00','',42,'http://03785f6.netsolhost.com/wordpress/42-revision-v1/',0,'revision','',0),(612,1,'2014-03-08 00:03:14','2014-03-08 00:03:14','</p>\r\n[metaslider id=608]\r\n\r\nSean Womack is a second generation insurance agent. His mentor and step-father, Richard Beissel, was an independent insurance agent who focused on the construction industry. In 1995, after graduating from high school, Sean took the California Agent-Broker Insurance License Exam and passed. After working for his step-father’s insurance agency for a few years, Sean decided that he would leave the agency to gain experience with other insurance agencies. In 2010, Sean came back to work for his step-father to apply the knowledge he learned while away.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','About Sean','','inherit','open','open','','42-revision-v1','','','2014-03-08 00:03:14','2014-03-08 00:03:14','',42,'http://03785f6.netsolhost.com/wordpress/42-revision-v1/',0,'revision','',0),(614,1,'2014-03-10 16:28:54','2014-03-10 16:28:54','<font size=\"5\"><strong>California Classic and Antique Car Insurance</strong></font>\n\nIt takes more than age to make it a classic. A collector car isn’t just a way to get around. It’s an investment that will continue to appreciate in coming years.\n \nNot all classic or antique cars are used the same, so Sean Womack will work with you to select the appropriate policy to accommodate coverage needs, miles driven, vehicle age, and vehicle modifications to make sure you have the best policy to meet your needs. Here are some features you should look for when shopping for classic car insurance: \n\n<strong>• Agreed Value:</strong> This means the provider will pay you the full (agreed to) amount in the event of a covered total loss, less any applicable deductible. This type of coverage is much better than “actual cash value” or “stated value” that you may get with some companies.\n\n<strong>• Low Rates:</strong> Why pay full-time insurance when you driver your collector car only part-time. \n\n<• Coverage Options: Not all collector cars are the same, so Sean Womack can work with you to determine the right amount of coverage to meet your specific needs. \n\n• Generous Mileage: You’re proud of your collector car, so drive it. Not all insurance companies have a mileage limit, but most collector cars should be driven less than 5,000 annual miles to maintain their value.\n\n• Roadside Assistance: Whether you’re down the street or on a classic rally through the mountains, you’ll want to find coverage that will flatbed your car to the closest qualified repair facility.\n\nDo you need the insurance for your prize Mustang, Camaro, Charger, Corvette, Thunderbird, or other collector car? Talk with Sean Womack today to identify the best combination of coverage, value, and price for you. We can help make sure your insurance continually meets your needs. Give us a call today at 949-940-6934. \n\n\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Classic & Antique Car','','inherit','open','open','','200-autosave-v1','','','2014-03-10 16:28:54','2014-03-10 16:28:54','',200,'http://03785f6.netsolhost.com/wordpress/200-autosave-v1/',0,'revision','',0),(615,1,'2014-03-08 00:48:25','2014-03-08 00:48:25','<font size=\"5\"><strong>Modern Insurance for Your Classic Car</strong></font>\r\n\r\nIt takes more than age to make it a classic. A collector car isn’t just a way to get around. It’s an investment that will continue to appreciate in coming years.\r\n \r\nNot all classic or antique cars are used the same, so Sean Womack will work with you to select the appropriate policy to accommodate coverage needs, miles driven, vehicle age, and vehicle modifications to make sure you have the best policy to meet your needs. Here are some features you should look for when shopping for classic car insurance: \r\n\r\n• Agreed Value: This means the provider will pay you the full (agreed to) amount in the event of a covered total loss, less any applicable deductible. This type of coverage is much better than “actual cash value” or “stated value” that you may get with some companies.\r\n\r\n• Low Rates: Why pay full-time insurance when you driver your collector car only part-time. \r\n\r\n• Coverage Options: Not all collector cars are the same, so Sean Womack can work with you to determine the right amount of coverage to meet your specific needs. \r\n\r\n• Generous Mileage: You’re proud of your collector car, so drive it. Not all insurance companies have a mileage limit, but most collector cars should be driven less than 5,000 annual miles to maintain their value.\r\n\r\n• Roadside Assistance: Whether you’re down the street or on a classic rally through the mountains, you’ll want to find coverage that will flatbed your car to the closest qualified repair facility.\r\n\r\nDo you need the insurance for your prize Mustang, Camaro, Charger, Corvette, Thunderbird, or other collector car? Talk with Sean Womack today to identify the best combination of coverage, value, and price for you. We can help make sure your insurance continually meets your needs. Give us a call today at 949-940-6934. \r\n\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Classic & Antique Car','','inherit','open','open','','200-revision-v1','','','2014-03-08 00:48:25','2014-03-08 00:48:25','',200,'http://03785f6.netsolhost.com/wordpress/200-revision-v1/',0,'revision','',0),(617,1,'2014-03-08 21:41:50','2014-03-08 21:41:50','/*\nWelcome to Custom CSS!\n\nCSS (Cascading Style Sheets) is a kind of code that tells the browser how\nto render a web page. You may delete these comments and get started with\nyour customizations.\n\nBy default, your stylesheet will be loaded after the theme stylesheets,\nwhich means that your rules can take precedence and override the theme CSS\nrules. Just write here what you want to change, you don\'t need to copy all\nyour theme\'s stylesheet content.\n*/\n/*\nREMOVES TITLE NAME FROM SHOWING ON EACH PAGE\n*/\n.entry-title {\n display: none;\n}\n\n/*\nREMOVES BORDER AROUND EACH WIDGET\n*/\n#wrapper,\n#featured,\n.widget-wrapper {\n background-color: transparent;\n border: none;\n}\n\n/*\nREMOVES POWERED BY WORDPRESS AT FOOTER\n*/\n.powered {\n display: none;\n}\n\n/*\nREMOVES COPYRIGHT IN FOOTER\n*/\n.copyright {\n color: transparent;\n}\n\n.copyright a {\n display: none;\n}','safecss','Responsive Child','inherit','open','open','','333-revision-v1','','','2014-03-08 21:41:50','2014-03-08 21:41:50','',333,'http://03785f6.netsolhost.com/wordpress/333-revision-v1/',0,'revision','',0),(616,1,'2014-03-08 21:40:43','2014-03-08 21:40:43','/*\nWelcome to Custom CSS!\n\nCSS (Cascading Style Sheets) is a kind of code that tells the browser how\nto render a web page. You may delete these comments and get started with\nyour customizations.\n\nBy default, your stylesheet will be loaded after the theme stylesheets,\nwhich means that your rules can take precedence and override the theme CSS\nrules. Just write here what you want to change, you don\'t need to copy all\nyour theme\'s stylesheet content.\n*/\n/*\nREMOVES TITLE NAME FROM SHOWING ON EACH PAGE\n*/\n.entry-title {\n display: none;\n}\n\n/*\nREMOVES BORDER AROUND EACH WIDGET\n*/\n#wrapper,\n#featured,\n.widget-wrapper {\n background-color: transparent;\n border: none;\n}\n\n/*\nREMOVES POWERED BY WORDPRESS AT FOOTER\n*/\n.powered {\n display: none;\n}\n\n/*\nREMOVES COPYRIGHT IN FOOTER\n*/\n.copyright {\n color: transparent;\n}\n\n.copyright a {\n display: none;\n}\n\n/*\nREMOVES COPYRIGHT IN FOOTER\n*/','safecss','Responsive Child','inherit','open','open','','333-revision-v1','','','2014-03-08 21:40:43','2014-03-08 21:40:43','',333,'http://03785f6.netsolhost.com/wordpress/333-revision-v1/',0,'revision','',0),(618,1,'2014-03-10 15:27:41','2014-03-10 15:27:41','<font size=\"5\"><strong>Surety Bonds</strong></font>\r\n\r\nWhether you’re a contractor looking for a complex bid bond or a business owner in need of a simple license and permit bond, Sean Womack is here to help. We know that you can’t conduct business or win the job without the backing of a solid surety bond. That’s why we only work with the most reputable and trustworthy surety providers.\r\n\r\nSean Womack partners with only the best sureties to give you outstanding products supported by value-added services to contractors and businesses. \r\n\r\nHere are some of the types of bonds we can provide: \r\n\r\n<strong>Contract Bonds</strong> \r\n• Bid Bonds \r\n• Performance & Payment Bonds \r\n• Supply bonds\r\n \r\n<strong>Commercial Bonds</strong>\r\n• <strong>License and Permit Bonds</strong> – Contractor License; Highway and Street Permit; Agent/Adjuster/Broker License; Fuel Dealer; Professional License; Automobile Dealer; and Alcoholic Beverage Compliance Bonds \r\n• <strong>Probate Bonds</strong> – Administrator; Executor; Guardian; and Trustee Bonds \r\n• <strong>Receiver or Trustee Bond in Bankruptcy</strong> \r\n• <strong>Public Official</strong> – Notary Public; Sheriff; Deputy Sheriff; Constable; Jailer; County/City/School Treasurer Bonds; Court Clerk; Loan Closing Attorney; and FHA Schedule Bonds \r\n• <strong>Court Bonds</strong> – Plaintiff Replevin; Plaintiff Attachment; and Cost Bonds \r\n• <strong>Miscellaneous Bonds</strong> \r\n\r\n<strong>Fidelity Bonds </strong>\r\n• ERISA (Pension Plans), \r\n• Business Services Bonds (e.g. janitorial, home health care or security) \r\n\r\n<strong>Financial Institution Bonds and D&O Coverage </strong>\r\n• Commercial Banks and Savings Institutions, etc. \r\n\r\nTo find out more about our surety products and services, contact Sean Womack today at 949-949-6934.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Bonds','','publish','closed','closed','','bonds','','','2014-05-15 04:03:24','2014-05-15 04:03:25','',50,'http://03785f6.netsolhost.com/wordpress/?page_id=618',0,'page','',0),(619,1,'2014-03-10 15:27:41','2014-03-10 15:27:41','<font size=\"5\"><strong>Surety Bonds</strong></font>\r\n\r\nWhether you’re a contractor looking for a complex bid bond or a business owner in need of a simple license and permit bond, Sean Womack is here to help. We know that you can’t conduct business or win the job without the backing of a solid surety bond. That’s why we only work with the most reputable and trustworthy surety providers.\r\n\r\nSean Womack partners with only the best sureties to give you outstanding products supported by value-added services to contractors and businesses. \r\n\r\nHere are some of the types of bonds we can provide: \r\n\r\n• Contract Bonds \r\n o Bid Bonds \r\n o Performance & Payment Bonds \r\n o Supply bonds \r\n• Commercial Bonds \r\n o License and Permit Bonds – Contractor License; Highway and Street Permit; Agent/Adjuster/Broker License; Fuel Dealer; Professional License; Automobile Dealer; and Alcoholic Beverage Compliance Bonds \r\n o Probate Bonds – Administrator; Executor; Guardian; and Trustee Bonds \r\n o Receiver or Trustee Bond in Bankruptcy \r\n o Public Official – Notary Public; Sheriff; Deputy Sheriff; Constable; Jailer; County/City/School Treasurer Bonds; Court Clerk; Loan Closing Attorney; and FHA Schedule Bonds \r\n o Court Bonds – Plaintiff Replevin; Plaintiff Attachment; and Cost Bonds \r\n o Miscellaneous Bonds \r\n• Fidelity Bonds \r\n o ERISA (Pension Plans), \r\n o Business Services Bonds (e.g. janitorial, home health care or security) \r\n• Financial Institution Bonds and D&O Coverage \r\n o Commercial Banks and Savings Institutions, etc. \r\n\r\nTo find out more about our surety products and services, contact Sean Womack today at 949-949-6934.\r\n','Bonds','','inherit','open','open','','618-revision-v1','','','2014-03-10 15:27:41','2014-03-10 15:27:41','',618,'http://03785f6.netsolhost.com/wordpress/618-revision-v1/',0,'revision','',0),(620,1,'2014-03-10 15:30:30','2014-03-10 15:30:30',' ','','','publish','open','open','','620','','','2014-05-15 19:21:09','2014-05-15 19:21:09','',50,'http://03785f6.netsolhost.com/wordpress/?p=620',37,'nav_menu_item','',0),(621,1,'2014-03-10 15:31:05','2014-03-10 15:31:05','<font size=\"5\"><strong>Surety Bonds</strong></font>\r\n\r\nWhether you’re a contractor looking for a complex bid bond or a business owner in need of a simple license and permit bond, Sean Womack is here to help. We know that you can’t conduct business or win the job without the backing of a solid surety bond. That’s why we only work with the most reputable and trustworthy surety providers.\r\n\r\nSean Womack partners with only the best sureties to give you outstanding products supported by value-added services to contractors and businesses. \r\n\r\nHere are some of the types of bonds we can provide: \r\n\r\nContract Bonds \r\n o Bid Bonds \r\n o Performance & Payment Bonds \r\n o Supply bonds \r\nCommercial Bonds \r\n o License and Permit Bonds – Contractor License; Highway and Street Permit; Agent/Adjuster/Broker License; Fuel Dealer; Professional License; Automobile Dealer; and Alcoholic Beverage Compliance Bonds \r\n o Probate Bonds – Administrator; Executor; Guardian; and Trustee Bonds \r\n o Receiver or Trustee Bond in Bankruptcy \r\n o Public Official – Notary Public; Sheriff; Deputy Sheriff; Constable; Jailer; County/City/School Treasurer Bonds; Court Clerk; Loan Closing Attorney; and FHA Schedule Bonds \r\n o Court Bonds – Plaintiff Replevin; Plaintiff Attachment; and Cost Bonds \r\n o Miscellaneous Bonds \r\nFidelity Bonds \r\n o ERISA (Pension Plans), \r\n o Business Services Bonds (e.g. janitorial, home health care or security) \r\nFinancial Institution Bonds and D&O Coverage \r\n o Commercial Banks and Savings Institutions, etc. \r\n\r\nTo find out more about our surety products and services, contact Sean Womack today at 949-949-6934.\r\n','Bonds','','inherit','open','open','','618-revision-v1','','','2014-03-10 15:31:05','2014-03-10 15:31:05','',618,'http://03785f6.netsolhost.com/wordpress/618-revision-v1/',0,'revision','',0),(622,1,'2014-03-10 15:31:26','2014-03-10 15:31:26','<font size=\"5\"><strong>Surety Bonds</strong></font>\r\n\r\nWhether you’re a contractor looking for a complex bid bond or a business owner in need of a simple license and permit bond, Sean Womack is here to help. We know that you can’t conduct business or win the job without the backing of a solid surety bond. That’s why we only work with the most reputable and trustworthy surety providers.\r\n\r\nSean Womack partners with only the best sureties to give you outstanding products supported by value-added services to contractors and businesses. \r\n\r\nHere are some of the types of bonds we can provide: \r\n\r\nContract Bonds \r\n o Bid Bonds \r\n o Performance & Payment Bonds \r\n o Supply bonds\r\n \r\nCommercial Bonds \r\n o License and Permit Bonds – Contractor License; Highway and Street Permit; Agent/Adjuster/Broker License; Fuel Dealer; Professional License; Automobile Dealer; and Alcoholic Beverage Compliance Bonds \r\n o Probate Bonds – Administrator; Executor; Guardian; and Trustee Bonds \r\n o Receiver or Trustee Bond in Bankruptcy \r\n o Public Official – Notary Public; Sheriff; Deputy Sheriff; Constable; Jailer; County/City/School Treasurer Bonds; Court Clerk; Loan Closing Attorney; and FHA Schedule Bonds \r\n o Court Bonds – Plaintiff Replevin; Plaintiff Attachment; and Cost Bonds \r\n o Miscellaneous Bonds \r\n\r\nFidelity Bonds \r\n o ERISA (Pension Plans), \r\n o Business Services Bonds (e.g. janitorial, home health care or security) \r\n\r\nFinancial Institution Bonds and D&O Coverage \r\n o Commercial Banks and Savings Institutions, etc. \r\n\r\nTo find out more about our surety products and services, contact Sean Womack today at 949-949-6934.\r\n','Bonds','','inherit','open','open','','618-revision-v1','','','2014-03-10 15:31:26','2014-03-10 15:31:26','',618,'http://03785f6.netsolhost.com/wordpress/618-revision-v1/',0,'revision','',0),(623,1,'2014-03-10 15:39:43','2014-03-10 15:39:43','<font size=\"5\"><strong>Surety Bonds</strong></font>\n\nWhether you’re a contractor looking for a complex bid bond or a business owner in need of a simple license and permit bond, Sean Womack is here to help. We know that you can’t conduct business or win the job without the backing of a solid surety bond. That’s why we only work with the most reputable and trustworthy surety providers.\n\nSean Womack partners with only the best sureties to give you outstanding products supported by value-added services to contractors and businesses. \n\nHere are some of the types of bonds we can provide: \n\n<strong>Contract Bonds</strong> \n• Bid Bonds \n• Performance & Payment Bonds \n• Supply bonds\n \n<strong>Commercial Bonds</strong>\n• <strong>License and Permit Bonds</strong> – Contractor License; Highway and Street Permit; Agent/Adjuster/Broker License; Fuel Dealer; Professional License; Automobile Dealer; and Alcoholic Beverage Compliance Bonds \n• <strong>Probate Bonds</strong> – Administrator; Executor; Guardian; and Trustee Bonds \n• <strong>Receiver or Trustee Bond in Bankruptcy</strong> \n• <strong>Public Official – Notary Public; Sheriff; Deputy Sheriff; Constable; Jailer; County/City/School Treasurer Bonds; Court Clerk; Loan Closing Attorney; and FHA Schedule Bonds \n• Court Bonds – Plaintiff Replevin; Plaintiff Attachment; and Cost Bonds \n• Miscellaneous Bonds \n\n<strong>Fidelity Bonds </strong>\n• ERISA (Pension Plans), \n• Business Services Bonds (e.g. janitorial, home health care or security) \n\n<strong>Financial Institution Bonds and D&O Coverage </strong>\n• Commercial Banks and Savings Institutions, etc. \n\nTo find out more about our surety products and services, contact Sean Womack today at 949-949-6934.\n','Bonds','','inherit','open','open','','618-autosave-v1','','','2014-03-10 15:39:43','2014-03-10 15:39:43','',618,'http://03785f6.netsolhost.com/wordpress/618-autosave-v1/',0,'revision','',0),(624,1,'2014-03-10 15:38:38','2014-03-10 15:38:38','<font size=\"5\"><strong>Surety Bonds</strong></font>\r\n\r\nWhether you’re a contractor looking for a complex bid bond or a business owner in need of a simple license and permit bond, Sean Womack is here to help. We know that you can’t conduct business or win the job without the backing of a solid surety bond. That’s why we only work with the most reputable and trustworthy surety providers.\r\n\r\nSean Womack partners with only the best sureties to give you outstanding products supported by value-added services to contractors and businesses. \r\n\r\nHere are some of the types of bonds we can provide: \r\n\r\n<strong>Contract Bonds</strong> \r\n• Bid Bonds \r\n• Performance & Payment Bonds \r\n• Supply bonds\r\n \r\n<strong>Commercial Bonds</strong>\r\n• License and Permit Bonds – Contractor License; Highway and Street Permit; Agent/Adjuster/Broker License; Fuel Dealer; Professional License; Automobile Dealer; and Alcoholic Beverage Compliance Bonds \r\n• Probate Bonds – Administrator; Executor; Guardian; and Trustee Bonds \r\n• Receiver or Trustee Bond in Bankruptcy \r\n• Public Official – Notary Public; Sheriff; Deputy Sheriff; Constable; Jailer; County/City/School Treasurer Bonds; Court Clerk; Loan Closing Attorney; and FHA Schedule Bonds \r\n• Court Bonds – Plaintiff Replevin; Plaintiff Attachment; and Cost Bonds \r\n• Miscellaneous Bonds \r\n\r\n<strong>Fidelity Bonds </strong>\r\n• ERISA (Pension Plans), \r\n• Business Services Bonds (e.g. janitorial, home health care or security) \r\n\r\n<strong>Financial Institution Bonds and D&O Coverage </strong>\r\n• Commercial Banks and Savings Institutions, etc. \r\n\r\nTo find out more about our surety products and services, contact Sean Womack today at 949-949-6934.\r\n','Bonds','','inherit','open','open','','618-revision-v1','','','2014-03-10 15:38:38','2014-03-10 15:38:38','',618,'http://03785f6.netsolhost.com/wordpress/618-revision-v1/',0,'revision','',0),(625,1,'2014-03-10 15:40:15','2014-03-10 15:40:15','<font size=\"5\"><strong>Surety Bonds</strong></font>\r\n\r\nWhether you’re a contractor looking for a complex bid bond or a business owner in need of a simple license and permit bond, Sean Womack is here to help. We know that you can’t conduct business or win the job without the backing of a solid surety bond. That’s why we only work with the most reputable and trustworthy surety providers.\r\n\r\nSean Womack partners with only the best sureties to give you outstanding products supported by value-added services to contractors and businesses. \r\n\r\nHere are some of the types of bonds we can provide: \r\n\r\n<strong>Contract Bonds</strong> \r\n• Bid Bonds \r\n• Performance & Payment Bonds \r\n• Supply bonds\r\n \r\n<strong>Commercial Bonds</strong>\r\n• <strong>License and Permit Bonds</strong> – Contractor License; Highway and Street Permit; Agent/Adjuster/Broker License; Fuel Dealer; Professional License; Automobile Dealer; and Alcoholic Beverage Compliance Bonds \r\n• <strong>Probate Bonds</strong> – Administrator; Executor; Guardian; and Trustee Bonds \r\n• <strong>Receiver or Trustee Bond in Bankruptcy</strong> \r\n• <strong>Public Official</strong> – Notary Public; Sheriff; Deputy Sheriff; Constable; Jailer; County/City/School Treasurer Bonds; Court Clerk; Loan Closing Attorney; and FHA Schedule Bonds \r\n• <strong>Court Bonds</strong> – Plaintiff Replevin; Plaintiff Attachment; and Cost Bonds \r\n• <strong>Miscellaneous Bonds</strong> \r\n\r\n<strong>Fidelity Bonds </strong>\r\n• ERISA (Pension Plans), \r\n• Business Services Bonds (e.g. janitorial, home health care or security) \r\n\r\n<strong>Financial Institution Bonds and D&O Coverage </strong>\r\n• Commercial Banks and Savings Institutions, etc. \r\n\r\nTo find out more about our surety products and services, contact Sean Womack today at 949-949-6934.\r\n','Bonds','','inherit','open','open','','618-revision-v1','','','2014-03-10 15:40:15','2014-03-10 15:40:15','',618,'http://03785f6.netsolhost.com/wordpress/618-revision-v1/',0,'revision','',0),(626,1,'2014-05-15 03:44:42','2014-05-15 03:44:42','<font size=\"5\"><strong>Privacy Policy</strong></font>\r\n\r\n<strong>What information do we collect?</strong>\r\n\r\nWe collect information from you when fill out a form. You may be asked to enter your name, e-mail address, mailing address or phone number. You may, however, visit our site anonymously.\r\nWhat do we use your information for?\r\n\r\n<strong>Any of the information we collect from you may be used in one of the following ways:</strong>\r\n<i>\r\n1. To process transactions\r\n\r\nYour information, whether public or private, will not be sold, exchanged, transferred, or given to any other company for any reason whatsoever, without your consent, other than for the express purpose of delivering the purchased product or service requested.\r\n\r\n2. To send periodic emails\r\n\r\nThe email address you provide will only be used to send you information and updates pertaining to the request you request submitted online.\r\n</i>\r\n<strong>How do we protect your information?</strong>\r\n\r\nWe implement a variety of security measures to maintain the safety of your personal information when you place an order or access your personal information.\r\n\r\n<strong>Do we disclose any information to outside parties?</strong>\r\n\r\nWe do not sell, trade, or otherwise transfer to outside parties your personally identifiable information. This does not include trusted third parties who assist us in operating our website, conducting our business, or servicing you, so long as those parties agree to keep this information confidential. We may also release your information when we believe release is appropriate to comply with the law, enforce our site policies, or protect ours or others rights, property, or safety. However, non-personally identifiable visitor information may be provided to other parties for marketing, advertising, or other uses.\r\n\r\n<strong>Third party links</strong>\r\n\r\nOccasionally, at our discretion, we may include or offer third party products or services on our website or one of our blogs. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.\r\n\r\n<strong>California Online Privacy Protection Act Compliance</strong>\r\n\r\nBecause we value your privacy we have taken the necessary precautions to be in compliance with the California Online Privacy Protection Act. We therefore will not distribute your personal information to outside parties without your consent.\r\n\r\n<strong>Children’s Online Privacy Protection Act Compliance</strong>\r\n\r\nWe are in compliance with the requirements of COPPA (Children’s Online Privacy Protection Act), we do not collect any information from anyone under 13 years of age. Our website, products and services are all directed to people who are at least 13 years old or older.\r\n\r\n<strong>Your Consent</strong>\r\n\r\nBy using our site, you consent to our privacy policy.\r\n\r\n<strong>Changes to our Privacy Policy</strong>\r\n\r\nIf we decide to change our privacy policy, we will post those changes on this page.\r\n\r\n<strong>Contacting Us</strong>\r\n\r\nIf there are any questions regarding this privacy policy you may contact us using the information below.\r\n\r\nSean Womack\r\n13732 Newport Avenue, Suite #5 (Second Floor)\r\nTustin, CA 92780\r\nPhone: 949-940-6934\r\nsean@seanwomack.com\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Privacy Policy','','inherit','open','open','','323-autosave-v1','','','2014-05-15 03:44:42','2014-05-15 03:44:42','',323,'http://03785f6.netsolhost.com/wordpress/323-autosave-v1/',0,'revision','',0),(627,1,'2014-03-10 15:50:57','2014-03-10 15:50:57','<font size=\"5\"><strong>Privacy Policy</strong></font>\r\n\r\n<strong>What information do we collect?</strong>\r\n\r\nWe collect information from you when fill out a form. You may be asked to enter your name, e-mail address, mailing address or phone number. You may, however, visit our site anonymously.\r\nWhat do we use your information for?\r\n\r\n<strong>Any of the information we collect from you may be used in one of the following ways:</strong>\r\n<i>\r\n1. To process transactions\r\nYour information, whether public or private, will not be sold, exchanged, transferred, or given to any other company for any reason whatsoever, without your consent, other than for the express purpose of delivering the purchased product or service requested.\r\n\r\n2. To send periodic emails\r\nThe email address you provide will only be used to send you information and updates pertaining to the request you request submitted online.\r\n</i>\r\n<strong>How do we protect your information?</strong>\r\n\r\nWe implement a variety of security measures to maintain the safety of your personal information when you place an order or access your personal information.\r\n\r\n<strong>Do we disclose any information to outside parties?</strong>\r\n\r\nWe do not sell, trade, or otherwise transfer to outside parties your personally identifiable information. This does not include trusted third parties who assist us in operating our website, conducting our business, or servicing you, so long as those parties agree to keep this information confidential. We may also release your information when we believe release is appropriate to comply with the law, enforce our site policies, or protect ours or others rights, property, or safety. However, non-personally identifiable visitor information may be provided to other parties for marketing, advertising, or other uses.\r\n\r\n<strong>Third party links</strong>\r\n\r\nOccasionally, at our discretion, we may include or offer third party products or services on our website or one of our blogs. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.\r\n\r\n<strong>California Online Privacy Protection Act Compliance</strong>\r\n\r\nBecause we value your privacy we have taken the necessary precautions to be in compliance with the California Online Privacy Protection Act. We therefore will not distribute your personal information to outside parties without your consent.\r\n\r\n<strong>Children’s Online Privacy Protection Act Compliance</strong>\r\n\r\nWe are in compliance with the requirements of COPPA (Children’s Online Privacy Protection Act), we do not collect any information from anyone under 13 years of age. Our website, products and services are all directed to people who are at least 13 years old or older.\r\n\r\n<strong>Your Consent</strong>\r\n\r\nBy using our site, you consent to our privacy policy.\r\n\r\n<strong>Changes to our Privacy Policy</strong>\r\n\r\nIf we decide to change our privacy policy, we will post those changes on this page.\r\n\r\n<strong>Contacting Us</strong>\r\n\r\nIf there are any questions regarding this privacy policy you may contact us using the information below.\r\n\r\nSean Womack\r\n13732 Newport Avenue, Suite #5 (Second Floor)\r\nTustin, CA 92780\r\nPhone: 949-940-6934\r\nsean@seanwomack.com\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img class=\"alignnone size-full wp-image-466\" alt=\"Initals\" src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" /></a>','Privacy Policy','','inherit','open','open','','323-revision-v1','','','2014-03-10 15:50:57','2014-03-10 15:50:57','',323,'http://03785f6.netsolhost.com/wordpress/323-revision-v1/',0,'revision','',0),(628,1,'2014-03-10 15:55:56','2014-03-10 15:55:56','<font size=\"5\"><strong>California Auto Insurance</strong></font>\r\n\r\nThe right auto insurance policy can help you get back\r\n\r\nCalifornia, like most states, requires drivers to have auto liability insurance before they can drive a car. Liability insurance pays the other driver’s medical, car repair, and other costs when the insured is at fault in an auto accident.\r\n\r\nMost California auto insurance policies are six months. However, if you have a clean driving record, it may make more sense to obtain an annual auto insurance policy to lock in your rates for a whole year.\r\n\r\nThe basic California auto insurance policy is comprised of the following two coverages:\r\n\r\n<strong>1. Bodily Injury Liability: </strong>This coverage applies to injuries that the insured caused to someone else.\r\n\r\n<strong>2. Property Damage Liability:</strong> This coverage pays for damage that the insured may cause to someone else’s property.\r\n\r\nThe following list contains just a few of the coverages that can be added to a CA auto insurance policy for an additional premium:\r\n\r\n<strong>• Uninsured Motorist Coverage: </strong>This coverage will reimburse the insured damages caused by the operator of an uninsured motor vehicle.\r\n\r\n<strong>• Medical Payments: </strong>This coverage pays for the treatment of injuries to the insured and passengers of the insured’s vehicle.\r\n\r\n<strong>• Comprehensive:</strong> This coverage will repair the covered automobile up to the market value of the vehicle for loss caused by theft or loss caused by direct and accidental non-collision damage. Comprehensive coverage is usually sold with a deductible. The policyholder may opt for a higher deductible as a way to lower their premium. However, cracked or shattered windshields are generally considered a comprehensive loss. Therefore, many individuals choose to have a lower deductible for comprehensive coverage and opt for a higher collision deductible.\r\n\r\n<strong>• Collision: </strong>This coverage will repair the covered automobile up to the market value of the vehicle for loss caused by collision damage. Collision coverage is usually sold with a deductible. Since the higher the deductible, the lower the premium—many policyholders choose to insure their vehicle with higher deductibles to save money. Plus, if the policyholder was not at fault in the accident, the insurance company may be able to recover the deductible from the other party’s insurance company.\r\n\r\n<strong>• Rental Car Benefit:</strong> This coverage will pay the expense incurred for a rental car for a limited period of time if the policy vehicle is covered for a comprehensive or collision loss.\r\n\r\n<strong>• Roadside Assistance:</strong> Provides towing and other towing related services, such as, changing a flat tire or a battery jump-start, for all automobiles listed on the policy with this coverage.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Auto','','inherit','open','open','','147-revision-v1','','','2014-03-10 15:55:56','2014-03-10 15:55:56','',147,'http://03785f6.netsolhost.com/wordpress/147-revision-v1/',0,'revision','',0),(629,1,'2014-03-10 16:04:34','2014-03-10 16:04:34','<strong><font size=\"5\">California Boat and Jet Ski Insurance</strong></font>\r\n\r\nSean Womack can help make your time on the water relaxed and worry-free! We will find you comprehensive protection that protects you, your friends and family, your watercraft and your boating equipment. The average boat costs less than a dollar a day to insure. You’ll enjoy being on the water even more when you aren’t worried about your safety, the safety your passengers, or your investment.\r\n\r\n<strong>California – Do you know what to look for in a watercraft insurance policy?</strong>\r\n\r\nSean Womack can help you determine the right amount of coverage to meet your specific needs. Just give us a call today at 949-940-6934 to get started. Here are some items you’ll need to consider when shopping for boat insurance in California.\r\n \r\n<strong>• Navigational Area:</strong>\r\n\r\nKnow where you are covered in the water. Some companies, such as Safeco Insurance, offer protection that covers you up to 75 miles from the U.S. coastline; into Canadian coastal or inland waters; and into the Pacific coastal waters of Mexico. In California, Florida and Oregon, additional coverage area can be purchased.\r\n\r\n<strong>• Agreed Value Coverage:</strong>\r\n\r\nWatercrafts depreciate just like automobiles. Actual cash value policies can make it difficult to replace a boat that’s been stolen or destroyed. This means that if your boat is a total loss you will get the value you insured it for, minus any deductible.\r\n\r\n<strong>• Liability</strong>\r\n\r\nLike car insurance, personal liability coverage provides coverage to other boaters and boat owners in the event you are at-fault for an accident on the water. This coverage will pay to repair or replace the property of someone else as well as for their medical care, lost wages and other costs incurred as a result of a boating accident for which you are at-fault.\r\n\r\n<strong>• Medical Payments</strong>\r\n\r\nMedical payments coverage will pay for the cost of needed care that is the result of a boating accident. This coverage is available from $500 to $10,000 and covers you, your passengers, and even your water skiers/tubers, regardless of who is at-fault.\r\n\r\n<strong>• Physical Damage Coverage</strong>\r\n\r\nPhysical damage coverage pays for the cost to repair or replace your watercraft, its motor, any permanently attached equipment, and your trailer, if it is stolen or damaged.\r\n\r\n<strong>• Uninsured/Underinsured Watercraft Bodily Injury</strong>\r\n\r\nSince boat coverage is not always mandatory, many boaters choose not to get insurance. If you are hit by an uninsured or underinsured boater, and you are injured, this type of coverage pays for medical treatment, lost wages, and other costs associated with the accident.\r\n\r\n<strong>• Fuel Spill Liability and Wreckage Removal</strong>\r\n\r\nShould your boat sink or be seriously damaged, there is a chance that it could leak oil or fuel into the water. As the boat’s owner you are required by law to have this cleaned up, which can be time consuming and expensive.\r\n\r\n<strong>• Personal Effects</strong>\r\n\r\nYour policy can provide coverage for many personal effects, including clothing, jewelry, cell phones, scuba/snorkeling and other sporting equipment, and fishing equipment. Limits vary by state – check with {YOUR-AGENCY-NAME} for information. Personal effects coverage does not include jewelry, watches or furs.\r\n\r\n<strong>• Unattached Equipment Coverage</strong>\r\n\r\nThis pays to repair or replace equipment that isn’t permanently attached to your boat or personal watercraft, but is designed for use primarily on a boat. This includes items like lifesaving equipment, water skis, anchors, oars, fire extinguishers, tarps etc.\r\n\r\n<strong>• Emergency Assistance</strong>\r\n\r\nThe Emergency Assistance Package provides coverage for towing, labor and delivery of gas, oil or loaned battery if the watercraft is disabled while on the water.\r\nEvery need is unique – contact {YOUR-AGENCY-NAME} today {LINK-TO-CONTACT-US-PAGE} to find out how to get the best boat and watercraft insurance coverage for you.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Boat & Jet Ski','','inherit','open','open','','202-revision-v1','','','2014-03-10 16:04:34','2014-03-10 16:04:34','',202,'http://03785f6.netsolhost.com/wordpress/202-revision-v1/',0,'revision','',0),(630,1,'2014-03-10 16:05:32','2014-03-10 16:05:32','<strong><font size=\"5\">California Boat and Jet Ski Insurance</strong></font>\r\n\r\nSean Womack can help make your time on the water relaxed and worry-free! We will find you comprehensive protection that protects you, your friends and family, your watercraft and your boating equipment. The average boat costs less than a dollar a day to insure. You’ll enjoy being on the water even more when you aren’t worried about your safety, the safety your passengers, or your investment.\r\n\r\n<strong>California – Do you know what to look for in a watercraft insurance policy?</strong>\r\n\r\nSean Womack can help you determine the right amount of coverage to meet your specific needs. Just give us a call today at 949-940-6934 to get started. Here are some items you’ll need to consider when shopping for boat insurance in California.\r\n \r\n<strong>• Navigational Area</strong>\r\n\r\nKnow where you are covered in the water. Some companies, such as Safeco Insurance, offer protection that covers you up to 75 miles from the U.S. coastline; into Canadian coastal or inland waters; and into the Pacific coastal waters of Mexico. In California, Florida and Oregon, additional coverage area can be purchased.\r\n\r\n<strong>• Agreed Value Coverage</strong>\r\n\r\nWatercrafts depreciate just like automobiles. Actual cash value policies can make it difficult to replace a boat that’s been stolen or destroyed. This means that if your boat is a total loss you will get the value you insured it for, minus any deductible.\r\n\r\n<strong>• Liability</strong>\r\n\r\nLike car insurance, personal liability coverage provides coverage to other boaters and boat owners in the event you are at-fault for an accident on the water. This coverage will pay to repair or replace the property of someone else as well as for their medical care, lost wages and other costs incurred as a result of a boating accident for which you are at-fault.\r\n\r\n<strong>• Medical Payments</strong>\r\n\r\nMedical payments coverage will pay for the cost of needed care that is the result of a boating accident. This coverage is available from $500 to $10,000 and covers you, your passengers, and even your water skiers/tubers, regardless of who is at-fault.\r\n\r\n<strong>• Physical Damage Coverage</strong>\r\n\r\nPhysical damage coverage pays for the cost to repair or replace your watercraft, its motor, any permanently attached equipment, and your trailer, if it is stolen or damaged.\r\n\r\n<strong>• Uninsured/Underinsured Watercraft Bodily Injury</strong>\r\n\r\nSince boat coverage is not always mandatory, many boaters choose not to get insurance. If you are hit by an uninsured or underinsured boater, and you are injured, this type of coverage pays for medical treatment, lost wages, and other costs associated with the accident.\r\n\r\n<strong>• Fuel Spill Liability and Wreckage Removal</strong>\r\n\r\nShould your boat sink or be seriously damaged, there is a chance that it could leak oil or fuel into the water. As the boat’s owner you are required by law to have this cleaned up, which can be time consuming and expensive.\r\n\r\n<strong>• Personal Effects</strong>\r\n\r\nYour policy can provide coverage for many personal effects, including clothing, jewelry, cell phones, scuba/snorkeling and other sporting equipment, and fishing equipment. Limits vary by state – check with {YOUR-AGENCY-NAME} for information. Personal effects coverage does not include jewelry, watches or furs.\r\n\r\n<strong>• Unattached Equipment Coverage</strong>\r\n\r\nThis pays to repair or replace equipment that isn’t permanently attached to your boat or personal watercraft, but is designed for use primarily on a boat. This includes items like lifesaving equipment, water skis, anchors, oars, fire extinguishers, tarps etc.\r\n\r\n<strong>• Emergency Assistance</strong>\r\n\r\nThe Emergency Assistance Package provides coverage for towing, labor and delivery of gas, oil or loaned battery if the watercraft is disabled while on the water.\r\nEvery need is unique – contact Sean Womack today to find out how to get the best boat and watercraft insurance coverage for you.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Boat & Jet Ski','','inherit','open','open','','202-revision-v1','','','2014-03-10 16:05:32','2014-03-10 16:05:32','',202,'http://03785f6.netsolhost.com/wordpress/202-revision-v1/',0,'revision','',0),(631,1,'2014-03-10 16:09:12','2014-03-10 16:09:12','<strong><font size=\"5\">California Boat and Jet Ski Insurance</strong></font>\r\n\r\nSean Womack can help make your time on the water relaxed and worry-free! We will find you comprehensive protection that protects you, your friends and family, your watercraft and your boating equipment. The average boat costs less than a dollar a day to insure. You’ll enjoy being on the water even more when you aren’t worried about your safety, the safety your passengers, or your investment.\r\n\r\n<strong>California – Do you know what to look for in a watercraft insurance policy?</strong>\r\n\r\nSean Womack can help you determine the right amount of coverage to meet your specific needs. Just give us a call today at 949-940-6934 to get started. Here are some items you’ll need to consider when shopping for boat insurance in California.\r\n \r\n<strong>• Navigational Area</strong>\r\n\r\nKnow where you are covered in the water. Some companies, such as Safeco Insurance, offer protection that covers you up to 75 miles from the U.S. coastline; into Canadian coastal or inland waters; and into the Pacific coastal waters of Mexico. In California, Florida and Oregon, additional coverage area can be purchased.\r\n\r\n<strong>• Agreed Value Coverage</strong>\r\n\r\nWatercrafts depreciate just like automobiles. Actual cash value policies can make it difficult to replace a boat that’s been stolen or destroyed. This means that if your boat is a total loss you will get the value you insured it for, minus any deductible.\r\n\r\n<strong>• Liability</strong>\r\n\r\nLike car insurance, personal liability coverage provides coverage to other boaters and boat owners in the event you are at-fault for an accident on the water. This coverage will pay to repair or replace the property of someone else as well as for their medical care, lost wages and other costs incurred as a result of a boating accident for which you are at-fault.\r\n\r\n<strong>• Medical Payments</strong>\r\n\r\nMedical payments coverage will pay for the cost of needed care that is the result of a boating accident. This coverage is available from $500 to $10,000 and covers you, your passengers, and even your water skiers/tubers, regardless of who is at-fault.\r\n\r\n<strong>• Physical Damage Coverage</strong>\r\n\r\nPhysical damage coverage pays for the cost to repair or replace your watercraft, its motor, any permanently attached equipment, and your trailer, if it is stolen or damaged.\r\n\r\n<strong>• Uninsured/Underinsured Watercraft Bodily Injury</strong>\r\n\r\nSince boat coverage is not always mandatory, many boaters choose not to get insurance. If you are hit by an uninsured or underinsured boater, and you are injured, this type of coverage pays for medical treatment, lost wages, and other costs associated with the accident.\r\n\r\n<strong>• Fuel Spill Liability and Wreckage Removal</strong>\r\n\r\nShould your boat sink or be seriously damaged, there is a chance that it could leak oil or fuel into the water. As the boat’s owner you are required by law to have this cleaned up, which can be time consuming and expensive.\r\n\r\n<strong>• Personal Effects</strong>\r\n\r\nYour policy can provide coverage for many personal effects, including clothing, jewelry, cell phones, scuba/snorkeling and other sporting equipment, and fishing equipment. Limits vary by state – check with Sean Womack for information. Personal effects coverage does not include jewelry, watches or furs.\r\n\r\n<strong>• Unattached Equipment Coverage</strong>\r\n\r\nThis pays to repair or replace equipment that isn’t permanently attached to your boat or personal watercraft, but is designed for use primarily on a boat. This includes items like lifesaving equipment, water skis, anchors, oars, fire extinguishers, tarps etc.\r\n\r\n<strong>• Emergency Assistance</strong>\r\n\r\nThe Emergency Assistance Package provides coverage for towing, labor and delivery of gas, oil or loaned battery if the watercraft is disabled while on the water.\r\n\r\nEvery need is unique – contact Sean Womack today to find out how to get the best boat and watercraft insurance coverage for you.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Boat & Jet Ski','','inherit','open','open','','202-revision-v1','','','2014-03-10 16:09:12','2014-03-10 16:09:12','',202,'http://03785f6.netsolhost.com/wordpress/202-revision-v1/',0,'revision','',0),(632,1,'2014-03-10 16:10:23','2014-03-10 16:10:23','<strong><font size=\"5\">California Boat and Jet Ski Insurance</strong></font>\r\n\r\nSean Womack can help make your time on the water relaxed and worry-free! We will find you comprehensive protection that protects you, your friends and family, your watercraft and your boating equipment. The average boat costs less than a dollar a day to insure. You’ll enjoy being on the water even more when you aren\'t worried about your safety, the safety your passengers, or your investment.\r\n\r\n<strong>California – Do you know what to look for in a watercraft insurance policy?</strong>\r\n\r\nSean Womack can help you determine the right amount of coverage to meet your specific needs. Just give us a call today at 949-940-6934 to get started. Here are some items you’ll need to consider when shopping for boat insurance in California.\r\n \r\n<strong>• Navigational Area</strong>\r\n\r\nKnow where you are covered in the water. Some companies, such as Safeco Insurance, offer protection that covers you up to 75 miles from the U.S. coastline; into Canadian coastal or inland waters; and into the Pacific coastal waters of Mexico. In California, Florida and Oregon, additional coverage area can be purchased.\r\n\r\n<strong>• Agreed Value Coverage</strong>\r\n\r\nWatercrafts depreciate just like automobiles. Actual cash value policies can make it difficult to replace a boat that’s been stolen or destroyed. This means that if your boat is a total loss you will get the value you insured it for, minus any deductible.\r\n\r\n<strong>• Liability</strong>\r\n\r\nLike car insurance, personal liability coverage provides coverage to other boaters and boat owners in the event you are at-fault for an accident on the water. This coverage will pay to repair or replace the property of someone else as well as for their medical care, lost wages and other costs incurred as a result of a boating accident for which you are at-fault.\r\n\r\n<strong>• Medical Payments</strong>\r\n\r\nMedical payments coverage will pay for the cost of needed care that is the result of a boating accident. This coverage is available from $500 to $10,000 and covers you, your passengers, and even your water skiers/tubers, regardless of who is at-fault.\r\n\r\n<strong>• Physical Damage Coverage</strong>\r\n\r\nPhysical damage coverage pays for the cost to repair or replace your watercraft, its motor, any permanently attached equipment, and your trailer, if it is stolen or damaged.\r\n\r\n<strong>• Uninsured/Underinsured Watercraft Bodily Injury</strong>\r\n\r\nSince boat coverage is not always mandatory, many boaters choose not to get insurance. If you are hit by an uninsured or underinsured boater, and you are injured, this type of coverage pays for medical treatment, lost wages, and other costs associated with the accident.\r\n\r\n<strong>• Fuel Spill Liability and Wreckage Removal</strong>\r\n\r\nShould your boat sink or be seriously damaged, there is a chance that it could leak oil or fuel into the water. As the boat’s owner you are required by law to have this cleaned up, which can be time consuming and expensive.\r\n\r\n<strong>• Personal Effects</strong>\r\n\r\nYour policy can provide coverage for many personal effects, including clothing, jewelry, cell phones, scuba/snorkeling and other sporting equipment, and fishing equipment. Limits vary by state – check with Sean Womack for information. Personal effects coverage does not include jewelry, watches or furs.\r\n\r\n<strong>• Unattached Equipment Coverage</strong>\r\n\r\nThis pays to repair or replace equipment that isn’t permanently attached to your boat or personal watercraft, but is designed for use primarily on a boat. This includes items like lifesaving equipment, water skis, anchors, oars, fire extinguishers, tarps etc.\r\n\r\n<strong>• Emergency Assistance</strong>\r\n\r\nThe Emergency Assistance Package provides coverage for towing, labor and delivery of gas, oil or loaned battery if the watercraft is disabled while on the water.\r\n\r\nEvery need is unique – contact Sean Womack today to find out how to get the best boat and watercraft insurance coverage for you.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Boat & Jet Ski','','inherit','open','open','','202-revision-v1','','','2014-03-10 16:10:23','2014-03-10 16:10:23','',202,'http://03785f6.netsolhost.com/wordpress/202-revision-v1/',0,'revision','',0),(636,1,'2014-03-10 16:21:55','2014-03-10 16:21:55','<font size=\"5\"><strong>California Business Owners Policy (BOP) Insurance</font></strong>\n\nAs a business owner, you strive to make decisions that are right for your business, your employees and yourself. This includes decisions about business insurance. You know you need excellent coverage. You don\'t, however, have time to become an expert in business insurance. That’s where Sean Womack can help.\n \nA Business Owners Policy (BOP) combines property, liability and business interruption coverage for small to medium-sized businesses. This packaged coverage is generally less expensive than when purchasing coverage separately. With a BOP you have the ability to customize the policy to meet your individual business needs.\n \nPerhaps you need general liability coverage that includes operations. Or, you need to add business auto coverage or commercial property insurance. Whether you are a home-based business, small service provider or contractor, Sean Womack will work with you to find the right combination of business insurance coverage to meet your specific needs. Contact us today!\n\n<strong>Supplemental Coverage Available</strong>\n \n• Extended liability for additional insureds.\n• Debris removal, personal property.\n• Tools and equipment.\n• Valuable records protection and accounts receivable.\n\nIn addition to advising you on the right coverage, we provide additional services, such as:\n\n<strong>• Loss Prevention Programs</strong>—with our insurance company partners, we can evaluate your business\'s current conditions and recommend ways to lower property, auto, workers compensation or liability losses. Lower losses will not only lower your insurance costs, but also increase your productivity by avoiding downtime.\n\n<stron• Quick Claim Response—when you do have a claim and need fast and fair service, we work with you to make that happen. That\'s why we only represent companies with excellent records for settling claims fairly and promptly. \n\n• Competitive Rates—many of the insurance companies we represent specialize in insuring specific types of businesses or industries, offering special coverage and pricing. \n\nTo see if your business qualifies for one of these special programs, contact {YOUR-AGENCY-NAME} for more information. Give us a call at {AGENCY-PHONE-NUMBER}. \n\n\n\n\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Business Owners Policy (BOP)','','inherit','open','open','','245-autosave-v1','','','2014-03-10 16:21:55','2014-03-10 16:21:55','',245,'http://03785f6.netsolhost.com/wordpress/245-autosave-v1/',0,'revision','',0),(637,1,'2014-03-10 16:22:34','2014-03-10 16:22:34','<font size=\"5\"><strong>California Business Owners Policy (BOP) Insurance</font></strong>\r\n\r\nAs a business owner, you strive to make decisions that are right for your business, your employees and yourself. This includes decisions about business insurance. You know you need excellent coverage. You don\'t, however, have time to become an expert in business insurance. That’s where Sean Womack can help.\r\n \r\nA Business Owners Policy (BOP) combines property, liability and business interruption coverage for small to medium-sized businesses. This packaged coverage is generally less expensive than when purchasing coverage separately. With a BOP you have the ability to customize the policy to meet your individual business needs.\r\n \r\nPerhaps you need general liability coverage that includes operations. Or, you need to add business auto coverage or commercial property insurance. Whether you are a home-based business, small service provider or contractor, Sean Womack will work with you to find the right combination of business insurance coverage to meet your specific needs. Contact us today!\r\n\r\n<strong>Supplemental Coverage Available</strong>\r\n \r\n• Extended liability for additional insureds.\r\n• Debris removal, personal property.\r\n• Tools and equipment.\r\n• Valuable records protection and accounts receivable.\r\n\r\nIn addition to advising you on the right coverage, we provide additional services, such as:\r\n\r\n<strong>• Loss Prevention Programs</strong>—with our insurance company partners, we can evaluate your business\'s current conditions and recommend ways to lower property, auto, workers compensation or liability losses. Lower losses will not only lower your insurance costs, but also increase your productivity by avoiding downtime.\r\n\r\n<strong>• Quick Claim Response</strong>—when you do have a claim and need fast and fair service, we work with you to make that happen. That\'s why we only represent companies with excellent records for settling claims fairly and promptly. \r\n\r\n<strong>• Competitive Rates</strong>—many of the insurance companies we represent specialize in insuring specific types of businesses or industries, offering special coverage and pricing. \r\n\r\nTo see if your business qualifies for one of these special programs, contact Sean Womack for more information. Give us a call at 949-940-6934. \r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Business Owners Policy (BOP)','','inherit','open','open','','245-revision-v1','','','2014-03-10 16:22:34','2014-03-10 16:22:34','',245,'http://03785f6.netsolhost.com/wordpress/245-revision-v1/',0,'revision','',0),(638,1,'2014-03-10 16:27:49','2014-03-10 16:27:49','<font size=\"5\"><strong>California Classic and Antique Car Insurance</strong></font>\r\n\r\nIt takes more than age to make it a classic. A collector car isn’t just a way to get around. It’s an investment that will continue to appreciate in coming years.\r\n \r\nNot all classic or antique cars are used the same, so Sean Womack will work with you to select the appropriate policy to accommodate coverage needs, miles driven, vehicle age, and vehicle modifications to make sure you have the best policy to meet your needs. Here are some features you should look for when shopping for classic car insurance: \r\n\r\n• Agreed Value: This means the provider will pay you the full (agreed to) amount in the event of a covered total loss, less any applicable deductible. This type of coverage is much better than “actual cash value” or “stated value” that you may get with some companies.\r\n\r\n• Low Rates: Why pay full-time insurance when you driver your collector car only part-time. \r\n\r\n• Coverage Options: Not all collector cars are the same, so Sean Womack can work with you to determine the right amount of coverage to meet your specific needs. \r\n\r\n• Generous Mileage: You’re proud of your collector car, so drive it. Not all insurance companies have a mileage limit, but most collector cars should be driven less than 5,000 annual miles to maintain their value.\r\n\r\n• Roadside Assistance: Whether you’re down the street or on a classic rally through the mountains, you’ll want to find coverage that will flatbed your car to the closest qualified repair facility.\r\n\r\nDo you need the insurance for your prize Mustang, Camaro, Charger, Corvette, Thunderbird, or other collector car? Talk with Sean Womack today to identify the best combination of coverage, value, and price for you. We can help make sure your insurance continually meets your needs. Give us a call today at 949-940-6934. \r\n\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Classic & Antique Car','','inherit','open','open','','200-revision-v1','','','2014-03-10 16:27:49','2014-03-10 16:27:49','',200,'http://03785f6.netsolhost.com/wordpress/200-revision-v1/',0,'revision','',0),(639,1,'2014-03-10 16:29:52','2014-03-10 16:29:52','<font size=\"5\"><strong>California Classic and Antique Car Insurance</strong></font>\r\n\r\nIt takes more than age to make it a classic. A collector car isn’t just a way to get around. It’s an investment that will continue to appreciate in coming years.\r\n \r\nNot all classic or antique cars are used the same, so Sean Womack will work with you to select the appropriate policy to accommodate coverage needs, miles driven, vehicle age, and vehicle modifications to make sure you have the best policy to meet your needs. Here are some features you should look for when shopping for classic car insurance: \r\n\r\n<strong>• Agreed Value:</strong> This means the provider will pay you the full (agreed to) amount in the event of a covered total loss, less any applicable deductible. This type of coverage is much better than “actual cash value” or “stated value” that you may get with some companies.\r\n\r\n<strong>• Low Rates:</strong> Why pay full-time insurance when you driver your collector car only part-time. \r\n\r\n<strong>• Coverage Options:</strong> Not all collector cars are the same, so Sean Womack can work with you to determine the right amount of coverage to meet your specific needs. \r\n\r\n<strong>• Generous Mileage:</strong> You’re proud of your collector car, so drive it. Not all insurance companies have a mileage limit, but most collector cars should be driven less than 5,000 annual miles to maintain their value.\r\n\r\n<strong>• Roadside Assistance:</strong> Whether you’re down the street or on a classic rally through the mountains, you’ll want to find coverage that will flatbed your car to the closest qualified repair facility.\r\n\r\nDo you need the insurance for your prize Mustang, Camaro, Charger, Corvette, Thunderbird, or other collector car? Talk with Sean Womack today to identify the best combination of coverage, value, and price for you. We can help make sure your insurance continually meets your needs. Give us a call today at 949-940-6934. \r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Classic & Antique Car','','inherit','open','open','','200-revision-v1','','','2014-03-10 16:29:52','2014-03-10 16:29:52','',200,'http://03785f6.netsolhost.com/wordpress/200-revision-v1/',0,'revision','',0),(640,1,'2014-03-10 17:09:43','2014-03-10 17:09:43','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Commercial Auto','','inherit','open','open','','243-revision-v1','','','2014-03-10 17:09:43','2014-03-10 17:09:43','',243,'http://03785f6.netsolhost.com/wordpress/243-revision-v1/',0,'revision','',0),(641,1,'2014-03-10 17:11:48','2014-03-10 17:11:48','<strong><font size=\"5\">California Commercial Auto Insurance</font></strong>\n\nCommercial auto insurance can cover a combination of vehicle types (trucks, cars) and drivers, as well as some types of motorized equipment. It provides for bodily injury liability and property damage while operating a company automobile, medical payments for the driver and passengers of the policyholder\'s car. Injuries or damage to someone else are also covered. \n\n<strong>Hired/Non-owned Auto Liability</strong>\n\nAre you renting cars or are your employees using their own vehicles? This particular coverage provides business insurance coverage for certain liabilities arising from the use of a rented or leased vehicle (hired), or a non-owned vehicle (employee using their own vehicle on company business). Oftentimes this coverage can be added inexpensively to a business auto policy, or in some cases, a general liability policy.\n\n<strong>Use of Personal Vehicles</strong>\nInsurance policies for privately owned vehicles may not cover damage to your privately owned car or truck when it is used for business, even home cosmetics, jewelry sales or a pizza delivery business. \n\nEvery business is unique – talk to Sean Womack today to find out how to get the best commercial auto insurance, service, price and value. Give Sean a call at 949-94. \n\n\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Commercial Auto','','inherit','open','open','','243-autosave-v1','','','2014-03-10 17:11:48','2014-03-10 17:11:48','',243,'http://03785f6.netsolhost.com/wordpress/243-autosave-v1/',0,'revision','',0),(642,1,'2014-03-10 17:11:54','2014-03-10 17:11:54','<strong><font size=\"5\">California Commercial Auto Insurance</font></strong>\r\n\r\nCommercial auto insurance can cover a combination of vehicle types (trucks, cars) and drivers, as well as some types of motorized equipment. It provides for bodily injury liability and property damage while operating a company automobile, medical payments for the driver and passengers of the policyholder\'s car. Injuries or damage to someone else are also covered. \r\n\r\n<strong>Hired/Non-owned Auto Liability</strong>\r\n\r\nAre you renting cars or are your employees using their own vehicles? This particular coverage provides business insurance coverage for certain liabilities arising from the use of a rented or leased vehicle (hired), or a non-owned vehicle (employee using their own vehicle on company business). Oftentimes this coverage can be added inexpensively to a business auto policy, or in some cases, a general liability policy.\r\n\r\n<strong>Use of Personal Vehicles</strong>\r\nInsurance policies for privately owned vehicles may not cover damage to your privately owned car or truck when it is used for business, even home cosmetics, jewelry sales or a pizza delivery business. \r\n\r\nEvery business is unique – talk to Sean Womack today to find out how to get the best commercial auto insurance, service, price and value. Give Sean a call at 949-940-6934. \r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Commercial Auto','','inherit','open','open','','243-revision-v1','','','2014-03-10 17:11:54','2014-03-10 17:11:54','',243,'http://03785f6.netsolhost.com/wordpress/243-revision-v1/',0,'revision','',0),(643,1,'2014-03-10 17:17:04','2014-03-10 17:17:04','<strong><font size=\"5\">California Commercial Property Insurance</font></strong>\n\nOne of the most common types of business insurance, commercial property insurance provides a wide range of coverage for buildings, inventory, equipment, tools and more. Losses from fire, break-in, vandalism, windstorm and other natural or man-made disasters are examples of what is typically covered.\n\nA basic commercial property insurance policy may be all you need, although the types of coverage can vary between different insurance companies. As an independent agent, Sean Womack can help you determine the type of insurance policy and range of coverage that is best for your business. For a full list of coverage available, or to learn more about this product, contact us today at sean@seanwomack.com.\n\n<strong>California - What you need to know about commercial property insurance</strong>\n\n<strong>Building</strong>\n\nDo you own a commercial building? If so, do you have enough commercial property insurance to cover replacement costs? Although cost estimators are available, we recommend that you secure an appraisal from a third party to accurately determine the current replacement cost of your building. Give Sean Womack a call today at 949-940-6934, and we’ll help you determine if you have enough commercial property insurance for your business.\n\nFlood\n\nMost commercial property policies exclude flood as a covered cause of loss. A separate policy must be purchased to protect you from resulting damage. Check your current property insurance policy to be sure you are covered. If you’re unsure, just ask for Sean Womack to review your coverage, and we’ll help you find the best solution.\n\nBusiness Personal Property\n\nBusiness personal property insurance covers property at a specified location for furniture, fixtures, equipment and inventory. Be aware that most commercial property policies have very limited coverage for property taken off the specified location. If you have equipment that is frequently taken off-site to various locations, it is important that you have an inland marine policy (equipment or installation floater).\n\nBusiness Income (Business Interruption Coverage)\n\nThis coverage reimburses a business owner for lost profits and fixed expenses during the time that a business is closed. It applies while the premises are being restored because of damage from an event, such as a fire. Business income insurance may also cover financial losses that occur if civil authorities limit customer access to your neighborhood or business after a disaster. Sean Womack strongly recommends that all businesses acquire this coverage.\n\nElectronic Data Processing (EDP)\n\nThis coverage is separate property coverage specifically designed to protect your computer related equipment. Most commercial property policies have limited coverage for computer networks. EDP broadens the causes of loss to include things like power surges and in some cases virus attacks.\n\nBased in California, Sean Womack understands the business insurance needs of our customers.\n\nThe right coverage for you is unique – call us at 949-940-6934 or email us at sean@seanwomack.com today to find out how to protect your business and your future with the right insurance.\n\n</div>\n</div>\n</div>\n</div>\n</div>\n\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Commercial Property','','inherit','open','open','','48-autosave-v1','','','2014-03-10 17:17:04','2014-03-10 17:17:04','',48,'http://03785f6.netsolhost.com/wordpress/48-autosave-v1/',0,'revision','',0),(645,1,'2014-03-10 17:22:13','2014-03-10 17:22:13','<font size=\"5\"><strong>California Commercial Umbrella Insurance</font></strong>\n\nIf umbrella policies are good for individuals, then they are imperative for business. When a catastrophic liability loss occurs, an umbrella insurance policy can mean the difference between a business surviving, or not. \n\nThe rising costs of lawsuits and judgments are important for today\'s business owner to consider. Catastrophic liability losses can happen to any business at any time, and a commercial umbrella policy protects you when those losses exceed your basic liability coverage. The time and effort you have taken to build your business is too important for it to disappear after one unforeseen event. Call Sean Womack at 949-940-6934 or email us at sean@seanwomack.com today about a commercial umbrella insurance policy. \n\n\n<strong>California - What you need to know about commercial umbrella insurance</strong>\n\nCommercial Umbrella helps you protect your assets by providing liability limits above and beyond your other policies. In some cases, it even broadens your protection. Due to the unpredictable nature of jury awards Sean Womack recommends that your business insurance program include this coverage.\n\n<strong>What is Excess Liability Coverage?</strong>\n\nThis coverage provides extra liability limits over an Umbrella policy. This coverage typically follows the terms of the first underlying insurance policy. \n \n<strong>Who needs Excess Liability Coverage?</strong>\n\nHigher limits may be necessary for businesses with high loss potential, high profile, sizable sales, numerous assets, large auto fleets, worldwide presence, significant public exposure. \n\nTalk to Sean Womack today about your business operations and we can advise you what kind of liability coverage you need to protect yourself and your company. Just give us a call at 949-940-6934 and we’ll help make sure you’re covered. \n\n\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Commercial Umbrella','','inherit','open','open','','247-autosave-v1','','','2014-03-10 17:22:13','2014-03-10 17:22:13','',247,'http://03785f6.netsolhost.com/wordpress/247-autosave-v1/',0,'revision','',0),(646,1,'2014-03-10 17:22:17','2014-03-10 17:22:17','<font size=\"5\"><strong>California Commercial Umbrella Insurance</font></strong>\r\n\r\nIf umbrella policies are good for individuals, then they are imperative for business. When a catastrophic liability loss occurs, an umbrella insurance policy can mean the difference between a business surviving, or not. \r\n\r\nThe rising costs of lawsuits and judgments are important for today\'s business owner to consider. Catastrophic liability losses can happen to any business at any time, and a commercial umbrella policy protects you when those losses exceed your basic liability coverage. The time and effort you have taken to build your business is too important for it to disappear after one unforeseen event. Call Sean Womack at 949-940-6934 or email us at sean@seanwomack.com today about a commercial umbrella insurance policy. \r\n\r\n\r\n<strong>California - What you need to know about commercial umbrella insurance</strong>\r\n\r\nCommercial Umbrella helps you protect your assets by providing liability limits above and beyond your other policies. In some cases, it even broadens your protection. Due to the unpredictable nature of jury awards Sean Womack recommends that your business insurance program include this coverage.\r\n\r\n<strong>What is Excess Liability Coverage?</strong>\r\n\r\nThis coverage provides extra liability limits over an Umbrella policy. This coverage typically follows the terms of the first underlying insurance policy. \r\n \r\n<strong>Who needs Excess Liability Coverage?</strong>\r\n\r\nHigher limits may be necessary for businesses with high loss potential, high profile, sizable sales, numerous assets, large auto fleets, worldwide presence, significant public exposure. \r\n\r\nTalk to Sean Womack today about your business operations and we can advise you what kind of liability coverage you need to protect yourself and your company. Just give us a call at 949-940-6934 and we’ll help make sure you’re covered. \r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Commercial Umbrella','','inherit','open','open','','247-revision-v1','','','2014-03-10 17:22:17','2014-03-10 17:22:17','',247,'http://03785f6.netsolhost.com/wordpress/247-revision-v1/',0,'revision','',0),(647,1,'2014-03-10 17:26:19','2014-03-10 17:26:19','<strong><font size=\"5\">California Condo Insurance</font></strong>\n\nCondominium insurance is unique. Your condo insurance policy covers your personal property and liability, as well as any additions, alterations and improvements you make to your unit that are your responsibility based on the condo association agreement. \n\nOptional loss assessment coverage is also available to protect you against certain assessments that may be levied by the association. You would be compensated for additional living expenses incurred should you need to vacate your condo after a covered loss. Let Sean Womack help you find the right amount of coverage to suit your insurance needs. Call us today at 949-940-6934. \n\n<strong>California – What you need to know about condo insurance</strong>\n\nCondo insurance provides coverage for your personal property and much more. For a few more dollars, you can elect to carry Full Value Personal Property which ensures that you are reimbursed full replacement value without regard for depreciation after a covered loss. \n\nIf you have upgraded cabinets or put in hardwood floors, condo building item coverage protects these investments. Be sure to consult your HOA agreement to determine what the Association policy covers and what you are responsible for. If common areas are damaged, your condo association may levy assessments against all the owners to pay the deductible on their association policy.\n \nVarious limits of loss assessment coverage are available. Be sure to consult the HOA agreement to determine the potential for such assessments. Sean Womack can help you determine your coverage needs to make sure you’re properly covered. Call us at 949-949-6934 or online at sean@seanwomack.com.\n \n<strong>Protect yourself and your guests</strong>\n\nYour condo insurance policy protects you and your family members against bodily injury and property damage liability claims and any litigation that may result subject to the limits you select. In addition, you can select medical payments coverage which will pay for medical expenses incurred by a visitor who is injured at your residence regardless of fault. Various limits are available. \n\n<strong>Extra coverage doesn’t have to cost a lot</strong>\n\nMany people supplement their condo insurance coverage with personal umbrella liability insurance for broader protection. If you have special valuable items such as jewelry, art, antiques or collectibles, ask about our Valuable Articles option which provides broader coverage and no deductible in the event of a covered loss.\n\n<strong>Find unique insurance that is right for your condo<\nContact {YOUR-AGENCY-NAME} to identify the best combination of coverage, value, and price for you. We can help make sure your condo insurance continually meets your needs. Call us at {AGENCY-PHONE-NUMBER} or online at {AGENCY-EMAIL}. \n\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Condo','','inherit','open','open','','185-autosave-v1','','','2014-03-10 17:26:19','2014-03-10 17:26:19','',185,'http://03785f6.netsolhost.com/wordpress/185-autosave-v1/',0,'revision','',0),(648,1,'2014-03-10 17:26:51','2014-03-10 17:26:51','<strong><font size=\"5\">California Condo Insurance</font></strong>\r\n\r\nCondominium insurance is unique. Your condo insurance policy covers your personal property and liability, as well as any additions, alterations and improvements you make to your unit that are your responsibility based on the condo association agreement. \r\n\r\nOptional loss assessment coverage is also available to protect you against certain assessments that may be levied by the association. You would be compensated for additional living expenses incurred should you need to vacate your condo after a covered loss. Let Sean Womack help you find the right amount of coverage to suit your insurance needs. Call us today at 949-940-6934. \r\n\r\n<strong>California – What you need to know about condo insurance</strong>\r\n\r\nCondo insurance provides coverage for your personal property and much more. For a few more dollars, you can elect to carry Full Value Personal Property which ensures that you are reimbursed full replacement value without regard for depreciation after a covered loss. \r\n\r\nIf you have upgraded cabinets or put in hardwood floors, condo building item coverage protects these investments. Be sure to consult your HOA agreement to determine what the Association policy covers and what you are responsible for. If common areas are damaged, your condo association may levy assessments against all the owners to pay the deductible on their association policy.\r\n \r\nVarious limits of loss assessment coverage are available. Be sure to consult the HOA agreement to determine the potential for such assessments. Sean Womack can help you determine your coverage needs to make sure you’re properly covered. Call us at 949-949-6934 or online at sean@seanwomack.com.\r\n \r\n<strong>Protect yourself and your guests</strong>\r\n\r\nYour condo insurance policy protects you and your family members against bodily injury and property damage liability claims and any litigation that may result subject to the limits you select. In addition, you can select medical payments coverage which will pay for medical expenses incurred by a visitor who is injured at your residence regardless of fault. Various limits are available. \r\n\r\n<strong>Extra coverage doesn’t have to cost a lot</strong>\r\n\r\nMany people supplement their condo insurance coverage with personal umbrella liability insurance for broader protection. If you have special valuable items such as jewelry, art, antiques or collectibles, ask about our Valuable Articles option which provides broader coverage and no deductible in the event of a covered loss.\r\n\r\n<strong>Find unique insurance that is right for your condo</strong>\r\n\r\nContact Sean Womack to identify the best combination of coverage, value, and price for you. We can help make sure your condo insurance continually meets your needs. Call us at 949-940-6934 or online at sean@seanwomack.com. \r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Condo','','inherit','open','open','','185-revision-v1','','','2014-03-10 17:26:51','2014-03-10 17:26:51','',185,'http://03785f6.netsolhost.com/wordpress/185-revision-v1/',0,'revision','',0),(649,1,'2014-03-10 17:31:38','2014-03-10 17:31:38','<font size=\"5\"><strong>California Earthquake Insurance</font></strong>\n\n<strong>Earthquake Insurance – What California needs to know</strong>\n\nWhat are the two most important things to know about earthquake insurance?\n1. Most home insurance policies do not cover earthquake damage. \n2. Even if you don\'t live near a fault line, you may still need earthquake insurance.\n\nEarthquakes have occurred in 39 states since 1900, and about 90% of Americans live in areas considered seismically active. For many of our neighbors in California, earthquake insurance can be inexpensive – contact Sean Womack to find out what the costs would be for your home. \n\n<strong>Earthquake insurance can have many options</strong>\n\nMost homeowner, condo and rental insurance policies do not cover damage caused by an earthquake, but coverage can be purchased as an endorsement or a separate policy. You may be able to choose to purchase earthquake insurance from the same company that provides your home insurance, from a specialized earthquake insurance provider, or from an independent organization such as the California Earthquake Authority (CEA).\n\n<strong>Does Orange County really need earthquake insurance?</strong>\n\nIn all likelihood, almost the entire US would be better protected by purchasing earthquake insurance. Consider the facts: \n\n<strong>In the West:</strong> According to the U.S. Geological Survey, there is a 70 percent probability that one or more damaging earthquakes of magnitude 6.7 or larger will strike the San Francisco Bay area during the next 30 years. \n\n<strong>In the East:</strong> The Earthquake Education Center at Charleston Southern University claims there\'s a 40 to 60 percent chance of a major earthquake somewhere in the eastern United States in the next 20 years. \n\n<strong>In the Midwest:</strong> According to the Insurance Information Institute, there\'s a 40 to 63 percent chance the New Madrid Fault (which runs through Arkansas, Kentucky, Missouri and Tennessee) region will suffer an earthquake with a 6.0 magnitude in the next 15 years.\n\nWhat does earthquake insurance cover?\nEarthquake insurance provides coverage if your home is damaged by an earthquake. Standard homeowner and renters policies will not cover earthquake damage. Earthquake insurance is a separate endorsement you must buy and add to your homeowner or renters policy.\n\nAn earthquake endorsement generally excludes damages or losses from floods and tidal waves – even when caused or compounded by an earthquake. However, if you experience a loss due to a landslide, settlement, mudflow, or the rising, sinking and contracting of earth, your endorsement may cover it if the damage resulted from an earthquake.\n\nThere are several options to consider when purchasing earthquake insurance, including:\n• Does the policy cover only your home? Are other structures, such as garages, also included?\n• Will your policy pay for the contents of your home and for additional living expenses if your home is badly damaged or destroyed?\n• Are there any exclusions or limitations to coverage?\n• What deductible must you pay before the insurance kicks in?\n\nEarthquakes can happen in {STATES-YOU-WRITE-IN} – here’s how you can protect yourself\n• Make sure your water heater, gas appliances, and other fixtures are fastened securely.\n• Check that bookcases and furniture are secure and fastened to walls.\n• Have a family emergency plan that all family members know. Designate a meeting place outside the home where family members can gather once the danger has passed.\n• Designate a distant relative or friend who can serve as a point of contact and communication for you and your family members if you get separated.\n• Plan ahead. Keep flashlights, batteries, and candles on hand. Have a portable radio.\n• Be sure everyone in your house knows how to turn off utilities (electricity, water, and gas).\n• When shopping for earthquake insurance, ask the company to help you identify possible repairs and other improvements that will make your home safer and minimize damage.\n\nWhat to do when an earthquake strikes\nIf you are inside when an earthquake hits, stay inside and get under a heavy table or desk. Stay away from windows. Do not evacuate the building unless emergency personnel direct you to leave.\n\nIf you are outside, get away from buildings and power lines, and remember that stone and masonry facings can break loose and fall away from upper parts of buildings.\n\nIf you are in a car, stop safely away from structures, large trees, power lines, and other hazards. Stay inside the vehicle.\n\nKeep in mind:\n• Don’t use candles until gas lines are checked. Also, check throughout your home before you use certain utilities, such as water and electric, sewage connections, and even chimneys.\n• Don’t tie up phone lines except to report emergencies.\n• Be prepared. Remember that you will need food and water, even for the short term. Keep your family together and stay alert for aftershocks.\n\nEarthquake insurance needs can vary significantly – talk to us today to find out how to get the best price and value on earthquake insurance for you. [LINK TO CONTACT US PAGE]\n\n\n\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Earthquake','','inherit','open','open','','206-autosave-v1','','','2014-03-10 17:31:38','2014-03-10 17:31:38','',206,'http://03785f6.netsolhost.com/wordpress/206-autosave-v1/',0,'revision','',0),(650,1,'2014-03-10 17:32:20','2014-03-10 17:32:20','<font size=\"5\"><strong>California Earthquake Insurance</font></strong>\r\n\r\n<strong>Earthquake Insurance – What California needs to know</strong>\r\n\r\nWhat are the two most important things to know about earthquake insurance?\r\n\r\n1. Most home insurance policies do not cover earthquake damage. \r\n2. Even if you don\'t live near a fault line, you may still need earthquake insurance.\r\n\r\nEarthquakes have occurred in 39 states since 1900, and about 90% of Americans live in areas considered seismically active. For many of our neighbors in California, earthquake insurance can be inexpensive – contact Sean Womack to find out what the costs would be for your home. \r\n\r\n<strong>Earthquake insurance can have many options</strong>\r\n\r\nMost homeowner, condo and rental insurance policies do not cover damage caused by an earthquake, but coverage can be purchased as an endorsement or a separate policy. You may be able to choose to purchase earthquake insurance from the same company that provides your home insurance, from a specialized earthquake insurance provider, or from an independent organization such as the California Earthquake Authority (CEA).\r\n\r\n<strong>Does Orange County really need earthquake insurance?</strong>\r\n\r\nIn all likelihood, almost the entire US would be better protected by purchasing earthquake insurance. Consider the facts: \r\n\r\n<strong>In the West:</strong> According to the U.S. Geological Survey, there is a 70 percent probability that one or more damaging earthquakes of magnitude 6.7 or larger will strike the San Francisco Bay area during the next 30 years. \r\n\r\n<strong>In the East:</strong> The Earthquake Education Center at Charleston Southern University claims there\'s a 40 to 60 percent chance of a major earthquake somewhere in the eastern United States in the next 20 years. \r\n\r\n<strong>In the Midwest:</strong> According to the Insurance Information Institute, there\'s a 40 to 63 percent chance the New Madrid Fault (which runs through Arkansas, Kentucky, Missouri and Tennessee) region will suffer an earthquake with a 6.0 magnitude in the next 15 years.\r\n\r\n<strong>What does earthquake insurance cover?</strong>\r\n\r\nEarthquake insurance provides coverage if your home is damaged by an earthquake. Standard homeowner and renters policies will not cover earthquake damage. Earthquake insurance is a separate endorsement you must buy and add to your homeowner or renters policy.\r\n\r\nAn earthquake endorsement generally excludes damages or losses from floods and tidal waves – even when caused or compounded by an earthquake. However, if you experience a loss due to a landslide, settlement, mudflow, or the rising, sinking and contracting of earth, your endorsement may cover it if the damage resulted from an earthquake.\r\n\r\nThere are several options to consider when purchasing earthquake insurance, including:\r\n\r\n• Does the policy cover only your home? Are other structures, such as garages, also included?\r\n• Will your policy pay for the contents of your home and for additional living expenses if your home is badly damaged or destroyed?\r\n• Are there any exclusions or limitations to coverage?\r\n• What deductible must you pay before the insurance kicks in?\r\n\r\nEarthquakes can happen in {STATES-YOU-WRITE-IN} – here’s how you can protect yourself\r\n\r\n• Make sure your water heater, gas appliances, and other fixtures are fastened securely.\r\n• Check that bookcases and furniture are secure and fastened to walls.\r\n• Have a family emergency plan that all family members know. Designate a meeting place outside the home where family members can gather once the danger has passed.\r\n• Designate a distant relative or friend who can serve as a point of contact and communication for you and your family members if you get separated.\r\n• Plan ahead. Keep flashlights, batteries, and candles on hand. Have a portable radio.\r\n• Be sure everyone in your house knows how to turn off utilities (electricity, water, and gas).\r\n• When shopping for earthquake insurance, ask the company to help you identify possible repairs and other improvements that will make your home safer and minimize damage.\r\n\r\nWhat to do when an earthquake strikes\r\nIf you are inside when an earthquake hits, stay inside and get under a heavy table or desk. Stay away from windows. Do not evacuate the building unless emergency personnel direct you to leave.\r\n\r\nIf you are outside, get away from buildings and power lines, and remember that stone and masonry facings can break loose and fall away from upper parts of buildings.\r\n\r\nIf you are in a car, stop safely away from structures, large trees, power lines, and other hazards. Stay inside the vehicle.\r\n\r\nKeep in mind:\r\n\r\n• Don’t use candles until gas lines are checked. Also, check throughout your home before you use certain utilities, such as water and electric, sewage connections, and even chimneys.\r\n• Don’t tie up phone lines except to report emergencies.\r\n• Be prepared. Remember that you will need food and water, even for the short term. Keep your family together and stay alert for aftershocks.\r\n\r\nEarthquake insurance needs can vary significantly – talk to us today to find out how to get the best price and value on earthquake insurance for you.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Earthquake','','inherit','open','open','','206-revision-v1','','','2014-03-10 17:32:20','2014-03-10 17:32:20','',206,'http://03785f6.netsolhost.com/wordpress/206-revision-v1/',0,'revision','',0),(651,1,'2014-05-20 15:34:27','2014-05-20 15:34:27','<font size=\"5\"><strong>California Flood Insurance</font></strong>\n\n<i>Your Homeowners insurance doesn\'t cover floods...Federal flood insurance does.</i>\n\n<strong>Floods can happen anytime, anywhere.</strong>\n\nThey cause anguish and destruction-physical, emotional, and financial. Especially when the victims realize the damage isn\'t covered by their homeowners insurance policy.\n\n<strong>Federal disaster assistance? It\'s not the answer either.</strong>\n\nHere are the benefits of flood insurance versus disaster assistance:\n\n<u>Disaster Assistance</u>\n* Most forms of federal disaster assistance require a Presidential declaration.\n* Federal disaster assistance declarations are awarded in less than 50% of flooding incidents.\n* The most typical form of disaster assistance is a loan that must be repaid with interest.\n* The duration of a Small Business Administration (SBA) disaster home loan is approximately 30 years.\n* The average Individuals and Households Program award is about $4,000.\n* Repayment on a $50,000 SBA disaster home loan is $240 a month or $2,880 annual at 4% interest.\n\n<u>Flood Insurance:</u>\n* You are in control. Flood insurance claims are paid even if a disaster is not declared by the President.\n* Between 20 and 25 percent of all claims paid by the National Flood Insurance Program (NFIP) are outside of Special Flood Hazard Areas.\n* There is no payback requirement.\n* Flood insurance policies are continuous, and not non-renewed or cancelled for repeat losses.\n* Flood insurance reimburses you for all covered losses up to $250,000 for homeowners and $500,000 for businesses.\n* The average cost of a $100,000 flood policy is a little more than $400 annual, or just over one dollar per day. The cost of a $50,000 flood policy may be as low as $180 annually, depending on where you live, or less than 50 cents per day.\n\n<strong>Flood Risk Scenarios</strong>\n\n<strong>The Cost of Flooding</S\n\n\n\n<strong>Only Federal flood insurance reimburses you for flood damage to your property!</strong>\n\nWith one annual premium, you can protect your most important investment-your home and your finances.\n\nTalk with Sean today at 949-940-6934 or sean@seanwomack.com and ask about the National Flood Insurance Program. There\'s no better way to save for a rainy day.\n\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Flood','','inherit','open','open','','208-autosave-v1','','','2014-05-20 15:34:27','2014-05-20 15:34:27','',208,'http://03785f6.netsolhost.com/wordpress/208-autosave-v1/',0,'revision','',0),(652,1,'2014-03-10 17:58:12','2014-03-10 17:58:12','<font size=\"5\"><strong>California Flood Insurance</font></strong>\r\n\r\n<strong>Flood Protection for Orange County</strong>\r\n\r\nThe right coverage is unique to you in California. To find out how to protect your family and your future, call Sean Womack at 949-940-6934 with the right flood insurance provided for you.\r\n\r\nAll flood Insurance is offered through the National Flood Insurance Program: http://www.fema.gov/business/nfip/.\r\n\r\nThough the government actually provides flood coverage, at Sean Womack, we issue this policy in the event of flood damage to your insured property, and Sean can also service your claim.\r\n\r\nTalk with Sean today at 949-940-6934 or sean@seanwomack.com to identify the best combination of coverage, value and price just for you.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Flood','','inherit','open','open','','208-revision-v1','','','2014-03-10 17:58:12','2014-03-10 17:58:12','',208,'http://03785f6.netsolhost.com/wordpress/208-revision-v1/',0,'revision','',0),(653,1,'2014-03-10 17:58:46','2014-03-10 17:58:46','<font size=\"5\"><strong>California Flood Insurance</font></strong>\r\n\r\n<strong>Flood Protection for You</strong>\r\n\r\nThe right coverage is unique to you in California. To find out how to protect your family and your future, call Sean Womack at 949-940-6934 with the right flood insurance provided for you.\r\n\r\nAll flood Insurance is offered through the National Flood Insurance Program: http://www.fema.gov/business/nfip/.\r\n\r\nThough the government actually provides flood coverage, at Sean Womack, we issue this policy in the event of flood damage to your insured property, and Sean can also service your claim.\r\n\r\nTalk with Sean today at 949-940-6934 or sean@seanwomack.com to identify the best combination of coverage, value and price just for you.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Flood','','inherit','open','open','','208-revision-v1','','','2014-03-10 17:58:46','2014-03-10 17:58:46','',208,'http://03785f6.netsolhost.com/wordpress/208-revision-v1/',0,'revision','',0),(654,1,'2014-03-10 19:05:07','2014-03-10 19:05:07','<font size=\"5\"><strong>California General Liability Insurance</strong></font>\n\nGeneral liability, also known as “commercial liability insurance” is a broad commercial insurance policy that covers general liability exposures of a business. Coverage typically includes product Sean Womack recommends that all businesses have general liability coverage in place.\n\n<strong>California - What you need to know about commercial liability insurance</strong>\n\nTake a look at the list below for additional general liability coverages that are often available.\n\n<strong>Professional Liability Insurance (Errors & Omissions)</strong>\n\nErrors & Omissions (E&O) covers professionals for negligence and errors or omissions that injure their clients or cause damage to a third party’s data. This type of insurance is particularly important to licensed professionals such as accountants, attorneys, insurance agents, architects, engineers and technology companies. {YOUR-AGENCY-NAME} recommends that all professional and technology companies have E&O coverage.\n\nEmployment Practices Liability Insurance (EPLI)\nEmployment Practices Liability Insurance for employers covers employment-related liabilities other than on-the-job injuries. This can include legal fees and damages for suits such as wrongful termination, discrimination, sexual harassment, and other alleged violations of employees’ legal rights. If you have employees, {YOUR-AGENCY-NAME} recommends considering this type of coverage.\n\nDirectors and Officers Insurance (D&O)\nD&O covers directors and officers of a company for negligent acts or omissions and for misleading statements that result in lawsuits against the company. There is a variety of Directors and Officers coverage available such as corporate reimbursement coverage, personal liability, and entity coverage. D&O policies may be broadened to include coverage for employment practices liability as well.\n\nTo find out more about these, as well as other products and services, call {YOUR-AGENCY-NAME} at {AGENCY-PHONE-NUMBER} and we’ll help make sure you’re properly covered. \n\n\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','General Liability','','inherit','open','open','','241-autosave-v1','','','2014-03-10 19:05:07','2014-03-10 19:05:07','',241,'http://03785f6.netsolhost.com/wordpress/241-autosave-v1/',0,'revision','',0),(655,1,'2014-03-10 19:06:00','2014-03-10 19:06:00','<font size=\"5\"><strong>California General Liability Insurance</strong></font>\r\n\r\nGeneral liability, also known as “commercial liability insurance” is a broad commercial insurance policy that covers general liability exposures of a business. Coverage typically includes product Sean Womack recommends that all businesses have general liability coverage in place.\r\n\r\n<strong>California - What you need to know about commercial liability insurance</strong>\r\n\r\nTake a look at the list below for additional general liability coverages that are often available.\r\n\r\n<strong>Professional Liability Insurance (Errors & Omissions)</strong>\r\n\r\nErrors & Omissions (E&O) covers professionals for negligence and errors or omissions that injure their clients or cause damage to a third party’s data. This type of insurance is particularly important to licensed professionals such as accountants, attorneys, insurance agents, architects, engineers and technology companies. Sean Womack recommends that all professional and technology companies have E&O coverage.\r\n\r\n<strong>Employment Practices Liability Insurance (EPLI)</strong>\r\n\r\nEmployment Practices Liability Insurance for employers covers employment-related liabilities other than on-the-job injuries. This can include legal fees and damages for suits such as wrongful termination, discrimination, sexual harassment, and other alleged violations of employees’ legal rights. If you have employees, Sean Womack recommends considering this type of coverage.\r\n\r\n<strong>Directors and Officers Insurance (D&O)</strong>\r\n\r\nD&O covers directors and officers of a company for negligent acts or omissions and for misleading statements that result in lawsuits against the company. There is a variety of Directors and Officers coverage available such as corporate reimbursement coverage, personal liability, and entity coverage. D&O policies may be broadened to include coverage for employment practices liability as well.\r\n\r\nTo find out more about these, as well as other products and services, call Sean at 949-940-6934 and we’ll help make sure you’re properly covered. \r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','General Liability','','inherit','open','open','','241-revision-v1','','','2014-03-10 19:06:00','2014-03-10 19:06:00','',241,'http://03785f6.netsolhost.com/wordpress/241-revision-v1/',0,'revision','',0),(656,1,'2014-03-10 19:19:49','2014-03-10 19:19:49','<font size=\"5\"><strong>Understanding Insurance Terms</strong></font>\r\n\r\nWe know the language used by the insurance industry can be confusing. We want to make sure that you clearly understand your options and know precisely what you’re paying for.\r\nHere are some terms we use for types of coverage. There are also a variety of other terms that might be unfamiliar to you. We hope this glossary helps make the world of insurance easier to understand.\r\n \r\n<strong>Additional Living Expenses</strong>\r\n \r\nIf you can’t live in your home because of a covered loss, your insurance company may pay the necessary increase in living expenses while damage is assessed and your home is repaired or rebuilt. \r\n\r\n<strong>Broad Form Liability Coverage</strong>\r\n\r\nHelps protect you from expenses related to injuries or property damage you or your watercraft cause in an accident. Some policies also cover certain accidental fuel spill liabilities and wreckage removal.\r\n\r\n<strong>C.L.U.E.</strong>\r\n\r\nC.L.U.E. (Comprehensive Loss Underwriting Exchange) is a claims history database created by ChoicePoint that enables insurance companies to access consumer claims information when they are underwriting or rating an insurance policy. It typically contains up to five years of personal auto or personal property claims history. \r\n\r\nYou can order a C.L.U.E. report:\r\n\r\nLexisNexis Personal Reports\r\nCall toll free 1-866-312-8076\r\nOr you can request a copy from the seller of a home you are purchasing. \r\n\r\n<strong>Collision Coverage</strong>\r\n\r\nPays to repair your auto, classic auto, motorcycle, RV damages caused by an accident. Your agent can help you determine the limits you need based on the agreed value of your vehicle.\r\n\r\n<strong>Comprehensive Coverage</strong>\r\n\r\nPays to repair or replace your vehicle if it is stolen, vandalized or damaged in some way other than in a collision. May include loss from fire, cracked windshields, floods, falling objects, and wind. \r\n\r\n<strong>Custom Parts & Equipment Coverage</strong>\r\n\r\nMany motorcycle owners like to customize their rides, and some policies pay for customized parts and equipment, often at no extra charge. Ask Sean Womack for details. \r\n\r\n<strong>Deductible</strong>\r\n\r\nWhen you get insurance, you agree to pay up to a certain amount out-of-pocket in case of a loss. This amount is called your “deductible.” The deductible you choose often affects how much you pay for your premium. For example, a higher deductible usually means a lower premium. In the case of a covered loss, you’ll only be required to pay your deductible, and the insurance company usually covers the excess, up to the applicable limit for that loss under your policy. \r\n\r\n<strong>Emergency & Roadside Assistance</strong>\r\n\r\nFor auto, boat and personal watercraft, emergency assistance pays for the cost of towing or emergency service. For RVs, it also covers housing and transportation costs if your RV becomes uninhabitable and covers the loss of personal property in your RV. Some policies also provide roadside assistance for motorcycles.\r\n\r\n<strong>Excess Liability</strong>\r\n\r\nSometimes used interchangeably with \"umbrella\", \"excess liability\" refers to extended liability coverage. This coverage is meant to supplement your insurance coverage if the damages exceed your liability coverage. Be sure to talk to Sean Womack about what your excess liability covers. \r\n\r\n<strong>Fidelity Coverage</strong>\r\n\r\nCompanies and businesses often purchase this coverage to protect them against loss from employee dishonesty (such as theft of money, equipment, or other assets). \r\n\r\n<strong>Identity Theft</strong>\r\n\r\nIdentity theft occurs when someone steals your personal information and uses it to open accounts or incur charges without your permission. Thieves can access your personal information in a variety of ways, such as stealing your personal mail, your wallet, or hacking your computer files. The thief then uses your identity to rack up debt in your name or perhaps to issue fake IDs. For more information on identity theft and tips on prevention visit the FTC’s Identity Theft Site. \r\n\r\n<strong>Indemnity</strong>\r\n\r\nProviding indemnity means to financially restore someone after a loss, through payment, repair or replacement. \r\n\r\n<strong>Insurance Score</strong>\r\n\r\nA Credit Based Insurance Score (CBIS) is derived from information on your credit report. It is a number that measures likelihood of having an insurance claim—not a measure of credit worthiness. Insurers use CBIS along with a number of other factors, including driving records, claims history, and the type of home or vehicle owned, to evaluate new and renewal auto and homeowner insurance policies. \r\n\r\nMost states have rules about how credit information can be used in insurance. Contact your state’s Department of Insurance for the latest information on your state’s rules.\r\n\r\n<strong>Medical Coverage (Home) </strong>\r\n\r\nCovers medical expenses for guests if they are injured on your property, and in certain cases covers people who are injured off of your property. It does not cover healthcare costs for you or other members of your household. \r\n\r\n<strong>Medical Coverage (Auto, Boat & Personal Watercraft, Motorcycle, RV)</strong>\r\n\r\nProvides for your passenger and your medical expenses that are the result of an accident. \r\n\r\n<strong>Liability & Personal Liability Coverage</strong>\r\n\r\nFor homeowners, this coverage applies if someone is injured or property is damaged and you are to blame. The coverage applies anywhere in the world. When choosing liability coverage for your home, auto, boat, personal watercraft, or RV, consider things like how much money you make and what you own. Your liability coverage should be high enough to protect your belongings if you are sued. \r\n\r\n<strong>Personal Property Coverage</strong>\r\n\r\nYour home is filled with furniture, clothes, sports equipment, and other items that mean a lot to you. This coverage helps repair or replace these items if they are lost, stolen or destroyed as a result of an insured event. \r\n\r\n<strong>Personal Watercraft (PWC) </strong>\r\n\r\nA personal watercraft (PWC) is a recreational watercraft that the rider sits or stands on, rather than inside of, as in a boat. Models have an inboard engine driving a pump jet that has a screw-shaped impeller to create thrust for propulsion and steering. \r\n\r\n<strong>Physical Damage Coverage for Watercraft </strong>\r\n\r\nPays to repair the damage done to your watercraft due to an accident. It also generally pays to repair or replace your watercraft for insured situations such as theft, fire, vandalism or other non-collision damages that occur in or out of the water\r\n\r\n<strong>Premium</strong>\r\n\r\nSimply put, a premium is the payment you make in exchange for one term of policy coverage. \r\n\r\n<strong>Property or Dwelling Coverage</strong>\r\n\r\nTypically pays to repair or rebuild your home if it’s damaged or destroyed by an insured event. \r\n\r\n<strong>Scheduled Personal Property Coverage</strong>\r\n\r\nIf you have special possessions such as jewelry, art, antiques or collectibles, you may want to talk to your agent about this additional coverage.\r\n\r\n<strong>Umbrella Insurance</strong>\r\n\r\nUmbrella insurance is the coverage that may kick in when your losses under other insurance policies, such as homeowner’s and auto coverage, have exceeded policy limits. \r\n\r\n<strong>Underwriter/Underwriting</strong>\r\n\r\nUnderwriting is the process of assessing risks when deciding whether to issue a policy of insurance. \r\n\r\n<strong>Uninsured/Underinsured Motorist Coverage</strong>\r\n\r\nPays for damages associated with bodily injury or death from an accident caused by an uninsured, underinsured or hit-and-run driver, as defined by the law in the jurisdiction where the accident occurred, who is at fault. It also covers you if you are hit as a pedestrian. \r\n\r\n<strong>Unattached Equipment Coverage </strong>\r\n\r\nPays to repair or replace equipment that isn’t permanently attached to your boat or personal watercraft. This includes items like life jackets and water-skis.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Glossary of Insurance Terms','','publish','closed','closed','','glossary','','','2014-05-15 03:51:22','2014-05-15 03:51:22','',274,'http://03785f6.netsolhost.com/wordpress/?page_id=656',0,'page','',0),(657,1,'2014-03-10 19:19:49','2014-03-10 19:19:49','<font size=\"5\"><strong>Understanding Insurance Terms</strong></font>\r\n\r\nWe know the language used by the insurance industry can be confusing. We want to make sure that you clearly understand your options and know precisely what you’re paying for.\r\nHere are some terms we use for types of coverage. There are also a variety of other terms that might be unfamiliar to you. We hope this glossary helps make the world of insurance easier to understand.\r\n \r\n<strong>Additional Living Expenses</strong>\r\n \r\nIf you can’t live in your home because of a covered loss, your insurance company may pay the necessary increase in living expenses while damage is assessed and your home is repaired or rebuilt. \r\n\r\n<strong>Broad Form Liability Coverage</strong>\r\n\r\nHelps protect you from expenses related to injuries or property damage you or your watercraft cause in an accident. Some policies also cover certain accidental fuel spill liabilities and wreckage removal.\r\n\r\n<strong>C.L.U.E.</strong>\r\n\r\nC.L.U.E. (Comprehensive Loss Underwriting Exchange) is a claims history database created by ChoicePoint that enables insurance companies to access consumer claims information when they are underwriting or rating an insurance policy. It typically contains up to five years of personal auto or personal property claims history. \r\n\r\nYou can order a C.L.U.E. report:\r\n\r\nLexisNexis Personal Reports\r\nCall toll free 1-866-312-8076\r\nOr you can request a copy from the seller of a home you are purchasing. \r\n\r\n<strong>Collision Coverage</strong>\r\n\r\nPays to repair your auto, classic auto, motorcycle, RV damages caused by an accident. Your agent can help you determine the limits you need based on the agreed value of your vehicle.\r\n\r\n<strong>Comprehensive Coverage</strong>\r\n\r\nPays to repair or replace your vehicle if it is stolen, vandalized or damaged in some way other than in a collision. May include loss from fire, cracked windshields, floods, falling objects, and wind. \r\n\r\n<strong>Custom Parts & Equipment Coverage</strong>\r\n\r\nMany motorcycle owners like to customize their rides, and some policies pay for customized parts and equipment, often at no extra charge. Ask {YOUR-AGENCY-NAME} for details. \r\n\r\n<strong>Deductible</strong>\r\n\r\nWhen you get insurance, you agree to pay up to a certain amount out-of-pocket in case of a loss. This amount is called your “deductible.” The deductible you choose often affects how much you pay for your premium. For example, a higher deductible usually means a lower premium. In the case of a covered loss, you’ll only be required to pay your deductible, and the insurance company usually covers the excess, up to the applicable limit for that loss under your policy. \r\n\r\n<strong>Emergency & Roadside Assistance</strong>\r\n\r\nFor auto, boat and personal watercraft, emergency assistance pays for the cost of towing or emergency service. For RVs, it also covers housing and transportation costs if your RV becomes uninhabitable and covers the loss of personal property in your RV. Some policies also provide roadside assistance for motorcycles.\r\n\r\n<strong>Excess Liability</strong>\r\n\r\nSometimes used interchangeably with \"umbrella\", \"excess liability\" refers to extended liability coverage. This coverage is meant to supplement your insurance coverage if the damages exceed your liability coverage. Be sure to talk to {YOUR-AGENCY-NAME} about what your excess liability covers. \r\n\r\n<strong>Fidelity Coverage</strong>\r\n\r\nCompanies and businesses often purchase this coverage to protect them against loss from employee dishonesty (such as theft of money, equipment, or other assets). \r\n\r\n<strong>Identity Theft</strong>\r\n\r\nIdentity theft occurs when someone steals your personal information and uses it to open accounts or incur charges without your permission. Thieves can access your personal information in a variety of ways, such as stealing your personal mail, your wallet, or hacking your computer files. The thief then uses your identity to rack up debt in your name or perhaps to issue fake IDs. For more information on identity theft and tips on prevention visit the FTC’s Identity Theft Site. \r\n\r\n<strong>Indemnity</strong>\r\n\r\nProviding indemnity means to financially restore someone after a loss, through payment, repair or replacement. \r\n\r\n<strong>Insurance Score</strong>\r\n\r\nAn Credit Based Insurance Score (CBIS) is derived from information on your credit report. It is a number that measures likelihood of having an insurance claim—not a measure of credit worthiness. Insurers use CBIS along with a number of other factors, including driving records, claims history, and the type of home or vehicle owned, to evaluate new and renewal auto and homeowner insurance policies. \r\n\r\nMost states have rules about how credit information can be used in insurance. Contact your state’s Department of Insurance for the latest information on your state’s rules.\r\n\r\n<strong>Medical Coverage (Home) </strong>\r\n\r\nCovers medical expenses for guests if they are injured on your property, and in certain cases covers people who are injured off of your property. It does not cover healthcare costs for you or other members of your household. \r\n\r\n<strong>Medical Coverage (Auto, Boat & Personal Watercraft, Motorcycle, RV)</strong>\r\n\r\nProvides for your passenger and your medical expenses that are the result of an accident. \r\n\r\n<strong>Liability & Personal Liability Coverage</strong>\r\n\r\nFor homeowners, this coverage applies if someone is injured or property is damaged and you are to blame. The coverage applies anywhere in the world. When choosing liability coverage for your home, auto, boat, personal watercraft, or RV, consider things like how much money you make and what you own. Your liability coverage should be high enough to protect your belongings if you are sued. \r\n\r\n<strong>Personal Property Coverage</strong>\r\n\r\nYour home is filled with furniture, clothes, sports equipment, and other items that mean a lot to you. This coverage helps repair or replace these items if they are lost, stolen or destroyed as a result of an insured event. \r\n\r\n<strong>Personal Watercraft (PWC) </strong>\r\n\r\nA personal watercraft (PWC) is a recreational watercraft that the rider sits or stands on, rather than inside of, as in a boat. Models have an inboard engine driving a pump jet that has a screw-shaped impeller to create thrust for propulsion and steering. \r\n\r\n<strong>Physical Damage Coverage for Watercraft </strong>\r\n\r\nPays to repair the damage done to your watercraft due to an accident. It also generally pays to repair or replace your watercraft for insured situations such as theft, fire, vandalism or other non-collision damages that occur in or out of the water\r\n\r\n<strong>Premium</strong>\r\n\r\nSimply put, a premium is the payment you make in exchange for one term of policy coverage. \r\n\r\n<strong>Property or Dwelling Coverage</strong>\r\n\r\nTypically pays to repair or rebuild your home if it’s damaged or destroyed by an insured event. \r\n\r\n<strong>Scheduled Personal Property Coverage</strong>\r\n\r\nIf you have special possessions such as jewelry, art, antiques or collectibles, you may want to talk to your agent about this additional coverage.\r\n\r\n<strong>Umbrella Insurance</strong\r\n\r\nUmbrella insurance is the coverage that may kick in when your losses under other insurance policies, such as homeowner’s and auto coverage, have exceeded policy limits. \r\n\r\n<strong>Underwriter/Underwriting</strong>\r\n\r\nUnderwriting is the process of assessing risks when deciding whether to issue a policy of insurance. \r\n\r\n<strong>Uninsured/Underinsured Motorist Coverage</strong>\r\n\r\nPays for damages associated with bodily injury or death from an accident caused by an uninsured, underinsured or hit-and-run driver, as defined by the law in the jurisdiction where the accident occurred, who is at fault. It also covers you if you are hit as a pedestrian. \r\n\r\n<strong>Unattached Equipment Coverage </strong>\r\n\r\nPays to repair or replace equipment that isn’t permanently attached to your boat or personal watercraft. This includes items like life jackets and water-skis.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Glossary of Insurance Terms','','inherit','open','open','','656-revision-v1','','','2014-03-10 19:19:49','2014-03-10 19:19:49','',656,'http://03785f6.netsolhost.com/wordpress/656-revision-v1/',0,'revision','',0),(658,1,'2014-03-10 19:20:24','2014-03-10 19:20:24',' ','','','publish','open','open','','658','','','2014-05-15 19:21:09','2014-05-15 19:21:09','',274,'http://03785f6.netsolhost.com/wordpress/?p=658',55,'nav_menu_item','',0),(660,1,'2014-03-10 19:23:02','2014-03-10 19:23:02','<font size=\"5\"><strong>Understanding Insurance Terms</strong></font>\r\n\r\nWe know the language used by the insurance industry can be confusing. We want to make sure that you clearly understand your options and know precisely what you’re paying for.\r\nHere are some terms we use for types of coverage. There are also a variety of other terms that might be unfamiliar to you. We hope this glossary helps make the world of insurance easier to understand.\r\n \r\n<strong>Additional Living Expenses</strong>\r\n \r\nIf you can’t live in your home because of a covered loss, your insurance company may pay the necessary increase in living expenses while damage is assessed and your home is repaired or rebuilt. \r\n\r\n<strong>Broad Form Liability Coverage</strong>\r\n\r\nHelps protect you from expenses related to injuries or property damage you or your watercraft cause in an accident. Some policies also cover certain accidental fuel spill liabilities and wreckage removal.\r\n\r\n<strong>C.L.U.E.</strong>\r\n\r\nC.L.U.E. (Comprehensive Loss Underwriting Exchange) is a claims history database created by ChoicePoint that enables insurance companies to access consumer claims information when they are underwriting or rating an insurance policy. It typically contains up to five years of personal auto or personal property claims history. \r\n\r\nYou can order a C.L.U.E. report:\r\n\r\nLexisNexis Personal Reports\r\nCall toll free 1-866-312-8076\r\nOr you can request a copy from the seller of a home you are purchasing. \r\n\r\n<strong>Collision Coverage</strong>\r\n\r\nPays to repair your auto, classic auto, motorcycle, RV damages caused by an accident. Your agent can help you determine the limits you need based on the agreed value of your vehicle.\r\n\r\n<strong>Comprehensive Coverage</strong>\r\n\r\nPays to repair or replace your vehicle if it is stolen, vandalized or damaged in some way other than in a collision. May include loss from fire, cracked windshields, floods, falling objects, and wind. \r\n\r\n<strong>Custom Parts & Equipment Coverage</strong>\r\n\r\nMany motorcycle owners like to customize their rides, and some policies pay for customized parts and equipment, often at no extra charge. Ask Sean Womack for details. \r\n\r\n<strong>Deductible</strong>\r\n\r\nWhen you get insurance, you agree to pay up to a certain amount out-of-pocket in case of a loss. This amount is called your “deductible.” The deductible you choose often affects how much you pay for your premium. For example, a higher deductible usually means a lower premium. In the case of a covered loss, you’ll only be required to pay your deductible, and the insurance company usually covers the excess, up to the applicable limit for that loss under your policy. \r\n\r\n<strong>Emergency & Roadside Assistance</strong>\r\n\r\nFor auto, boat and personal watercraft, emergency assistance pays for the cost of towing or emergency service. For RVs, it also covers housing and transportation costs if your RV becomes uninhabitable and covers the loss of personal property in your RV. Some policies also provide roadside assistance for motorcycles.\r\n\r\n<strong>Excess Liability</strong>\r\n\r\nSometimes used interchangeably with \"umbrella\", \"excess liability\" refers to extended liability coverage. This coverage is meant to supplement your insurance coverage if the damages exceed your liability coverage. Be sure to talk to Sean Womack about what your excess liability covers. \r\n\r\n<strong>Fidelity Coverage</strong>\r\n\r\nCompanies and businesses often purchase this coverage to protect them against loss from employee dishonesty (such as theft of money, equipment, or other assets). \r\n\r\n<strong>Identity Theft</strong>\r\n\r\nIdentity theft occurs when someone steals your personal information and uses it to open accounts or incur charges without your permission. Thieves can access your personal information in a variety of ways, such as stealing your personal mail, your wallet, or hacking your computer files. The thief then uses your identity to rack up debt in your name or perhaps to issue fake IDs. For more information on identity theft and tips on prevention visit the FTC’s Identity Theft Site. \r\n\r\n<strong>Indemnity</strong>\r\n\r\nProviding indemnity means to financially restore someone after a loss, through payment, repair or replacement. \r\n\r\n<strong>Insurance Score</strong>\r\n\r\nA Credit Based Insurance Score (CBIS) is derived from information on your credit report. It is a number that measures likelihood of having an insurance claim—not a measure of credit worthiness. Insurers use CBIS along with a number of other factors, including driving records, claims history, and the type of home or vehicle owned, to evaluate new and renewal auto and homeowner insurance policies. \r\n\r\nMost states have rules about how credit information can be used in insurance. Contact your state’s Department of Insurance for the latest information on your state’s rules.\r\n\r\n<strong>Medical Coverage (Home) </strong>\r\n\r\nCovers medical expenses for guests if they are injured on your property, and in certain cases covers people who are injured off of your property. It does not cover healthcare costs for you or other members of your household. \r\n\r\n<strong>Medical Coverage (Auto, Boat & Personal Watercraft, Motorcycle, RV)</strong>\r\n\r\nProvides for your passenger and your medical expenses that are the result of an accident. \r\n\r\n<strong>Liability & Personal Liability Coverage</strong>\r\n\r\nFor homeowners, this coverage applies if someone is injured or property is damaged and you are to blame. The coverage applies anywhere in the world. When choosing liability coverage for your home, auto, boat, personal watercraft, or RV, consider things like how much money you make and what you own. Your liability coverage should be high enough to protect your belongings if you are sued. \r\n\r\n<strong>Personal Property Coverage</strong>\r\n\r\nYour home is filled with furniture, clothes, sports equipment, and other items that mean a lot to you. This coverage helps repair or replace these items if they are lost, stolen or destroyed as a result of an insured event. \r\n\r\n<strong>Personal Watercraft (PWC) </strong>\r\n\r\nA personal watercraft (PWC) is a recreational watercraft that the rider sits or stands on, rather than inside of, as in a boat. Models have an inboard engine driving a pump jet that has a screw-shaped impeller to create thrust for propulsion and steering. \r\n\r\n<strong>Physical Damage Coverage for Watercraft </strong>\r\n\r\nPays to repair the damage done to your watercraft due to an accident. It also generally pays to repair or replace your watercraft for insured situations such as theft, fire, vandalism or other non-collision damages that occur in or out of the water\r\n\r\n<strong>Premium</strong>\r\n\r\nSimply put, a premium is the payment you make in exchange for one term of policy coverage. \r\n\r\n<strong>Property or Dwelling Coverage</strong>\r\n\r\nTypically pays to repair or rebuild your home if it’s damaged or destroyed by an insured event. \r\n\r\n<strong>Scheduled Personal Property Coverage</strong>\r\n\r\nIf you have special possessions such as jewelry, art, antiques or collectibles, you may want to talk to your agent about this additional coverage.\r\n\r\n<strong>Umbrella Insurance</strong\r\n\r\nUmbrella insurance is the coverage that may kick in when your losses under other insurance policies, such as homeowner’s and auto coverage, have exceeded policy limits. \r\n\r\n<strong>Underwriter/Underwriting</strong>\r\n\r\nUnderwriting is the process of assessing risks when deciding whether to issue a policy of insurance. \r\n\r\n<strong>Uninsured/Underinsured Motorist Coverage</strong>\r\n\r\nPays for damages associated with bodily injury or death from an accident caused by an uninsured, underinsured or hit-and-run driver, as defined by the law in the jurisdiction where the accident occurred, who is at fault. It also covers you if you are hit as a pedestrian. \r\n\r\n<strong>Unattached Equipment Coverage </strong>\r\n\r\nPays to repair or replace equipment that isn’t permanently attached to your boat or personal watercraft. This includes items like life jackets and water-skis.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Glossary of Insurance Terms','','inherit','open','open','','656-revision-v1','','','2014-03-10 19:23:02','2014-03-10 19:23:02','',656,'http://03785f6.netsolhost.com/wordpress/656-revision-v1/',0,'revision','',0),(659,1,'2014-03-10 19:21:49','2014-03-10 19:21:49','<font size=\"5\"><strong>Understanding Insurance Terms</strong></font>\n\nWe know the language used by the insurance industry can be confusing. We want to make sure that you clearly understand your options and know precisely what you’re paying for.\nHere are some terms we use for types of coverage. There are also a variety of other terms that might be unfamiliar to you. We hope this glossary helps make the world of insurance easier to understand.\n \n<strong>Additional Living Expenses</strong>\n \nIf you can’t live in your home because of a covered loss, your insurance company may pay the necessary increase in living expenses while damage is assessed and your home is repaired or rebuilt. \n\n<strong>Broad Form Liability Coverage</strong>\n\nHelps protect you from expenses related to injuries or property damage you or your watercraft cause in an accident. Some policies also cover certain accidental fuel spill liabilities and wreckage removal.\n\n<strong>C.L.U.E.</strong>\n\nC.L.U.E. (Comprehensive Loss Underwriting Exchange) is a claims history database created by ChoicePoint that enables insurance companies to access consumer claims information when they are underwriting or rating an insurance policy. It typically contains up to five years of personal auto or personal property claims history. \n\nYou can order a C.L.U.E. report:\n\nLexisNexis Personal Reports\nCall toll free 1-866-312-8076\nOr you can request a copy from the seller of a home you are purchasing. \n\n<strong>Collision Coverage</strong>\n\nPays to repair your auto, classic auto, motorcycle, RV damages caused by an accident. Your agent can help you determine the limits you need based on the agreed value of your vehicle.\n\n<strong>Comprehensive Coverage</strong>\n\nPays to repair or replace your vehicle if it is stolen, vandalized or damaged in some way other than in a collision. May include loss from fire, cracked windshields, floods, falling objects, and wind. \n\n<strong>Custom Parts & Equipment Coverage</strong>\n\nMany motorcycle owners like to customize their rides, and some policies pay for customized parts and equipment, often at no extra charge. Ask Sean Womack for details. \n\n<strong>Deductible</strong>\n\nWhen you get insurance, you agree to pay up to a certain amount out-of-pocket in case of a loss. This amount is called your “deductible.” The deductible you choose often affects how much you pay for your premium. For example, a higher deductible usually means a lower premium. In the case of a covered loss, you’ll only be required to pay your deductible, and the insurance company usually covers the excess, up to the applicable limit for that loss under your policy. \n\n<strong>Emergency & Roadside Assistance</strong>\n\nFor auto, boat and personal watercraft, emergency assistance pays for the cost of towing or emergency service. For RVs, it also covers housing and transportation costs if your RV becomes uninhabitable and covers the loss of personal property in your RV. Some policies also provide roadside assistance for motorcycles.\n\n<strong>Excess Liability</strong>\n\nSometimes used interchangeably with \"umbrella\", \"excess liability\" refers to extended liability coverage. This coverage is meant to supplement your insurance coverage if the damages exceed your liability coverage. Be sure to talk to Sean Womack about what your excess liability covers. \n\n<strong>Fidelity Coverage</strong>\n\nCompanies and businesses often purchase this coverage to protect them against loss from employee dishonesty (such as theft of money, equipment, or other assets). \n\n<strong>Identity Theft</strong>\n\nIdentity theft occurs when someone steals your personal information and uses it to open accounts or incur charges without your permission. Thieves can access your personal information in a variety of ways, such as stealing your personal mail, your wallet, or hacking your computer files. The thief then uses your identity to rack up debt in your name or perhaps to issue fake IDs. For more information on identity theft and tips on prevention visit the FTC’s Identity Theft Site. \n\n<strong>Indemnity</strong>\n\nProviding indemnity means to financially restore someone after a loss, through payment, repair or replacement. \n\n<strong>Insurance Score</strong>\n\nAn Credit Based Insurance Score (CBIS) is derived from information on your credit report. It is a number that measures likelihood of having an insurance claim—not a measure of credit worthiness. Insurers use CBIS along with a number of other factors, including driving records, claims history, and the type of home or vehicle owned, to evaluate new and renewal auto and homeowner insurance policies. \n\nMost states have rules about how credit information can be used in insurance. Contact your state’s Department of Insurance for the latest information on your state’s rules.\n\n<strong>Medical Coverage (Home) </strong>\n\nCovers medical expenses for guests if they are injured on your property, and in certain cases covers people who are injured off of your property. It does not cover healthcare costs for you or other members of your household. \n\n<strong>Medical Coverage (Auto, Boat & Personal Watercraft, Motorcycle, RV)</strong>\n\nProvides for your passenger and your medical expenses that are the result of an accident. \n\n<strong>Liability & Personal Liability Coverage</strong>\n\nFor homeowners, this coverage applies if someone is injured or property is damaged and you are to blame. The coverage applies anywhere in the world. When choosing liability coverage for your home, auto, boat, personal watercraft, or RV, consider things like how much money you make and what you own. Your liability coverage should be high enough to protect your belongings if you are sued. \n\n<strong>Personal Property Coverage</strong>\n\nYour home is filled with furniture, clothes, sports equipment, and other items that mean a lot to you. This coverage helps repair or replace these items if they are lost, stolen or destroyed as a result of an insured event. \n\n<strong>Personal Watercraft (PWC) </strong>\n\nA personal watercraft (PWC) is a recreational watercraft that the rider sits or stands on, rather than inside of, as in a boat. Models have an inboard engine driving a pump jet that has a screw-shaped impeller to create thrust for propulsion and steering. \n\n<strong>Physical Damage Coverage for Watercraft </strong>\n\nPays to repair the damage done to your watercraft due to an accident. It also generally pays to repair or replace your watercraft for insured situations such as theft, fire, vandalism or other non-collision damages that occur in or out of the water\n\n<strong>Premium</strong>\n\nSimply put, a premium is the payment you make in exchange for one term of policy coverage. \n\n<strong>Property or Dwelling Coverage</strong>\n\nTypically pays to repair or rebuild your home if it’s damaged or destroyed by an insured event. \n\n<strong>Scheduled Personal Property Coverage</strong>\n\nIf you have special possessions such as jewelry, art, antiques or collectibles, you may want to talk to your agent about this additional coverage.\n\n<strong>Umbrella Insurance</strong\n\nUmbrella insurance is the coverage that may kick in when your losses under other insurance policies, such as homeowner’s and auto coverage, have exceeded policy limits. \n\n<strong>Underwriter/Underwriting</strong>\n\nUnderwriting is the process of assessing risks when deciding whether to issue a policy of insurance. \n\n<strong>Uninsured/Underinsured Motorist Coverage</strong>\n\nPays for damages associated with bodily injury or death from an accident caused by an uninsured, underinsured or hit-and-run driver, as defined by the law in the jurisdiction where the accident occurred, who is at fault. It also covers you if you are hit as a pedestrian. \n\n<strong>Unattached Equipment Coverage </strong>\n\nPays to repair or replace equipment that isn’t permanently attached to your boat or personal watercraft. This includes items like life jackets and water-skis.\n\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Glossary of Insurance Terms','','inherit','open','open','','656-autosave-v1','','','2014-03-10 19:21:49','2014-03-10 19:21:49','',656,'http://03785f6.netsolhost.com/wordpress/656-autosave-v1/',0,'revision','',0),(661,1,'2014-03-10 19:23:45','2014-03-10 19:23:45','<font size=\"5\"><strong>Understanding Insurance Terms</strong></font>\r\n\r\nWe know the language used by the insurance industry can be confusing. We want to make sure that you clearly understand your options and know precisely what you’re paying for.\r\nHere are some terms we use for types of coverage. There are also a variety of other terms that might be unfamiliar to you. We hope this glossary helps make the world of insurance easier to understand.\r\n \r\n<strong>Additional Living Expenses</strong>\r\n \r\nIf you can’t live in your home because of a covered loss, your insurance company may pay the necessary increase in living expenses while damage is assessed and your home is repaired or rebuilt. \r\n\r\n<strong>Broad Form Liability Coverage</strong>\r\n\r\nHelps protect you from expenses related to injuries or property damage you or your watercraft cause in an accident. Some policies also cover certain accidental fuel spill liabilities and wreckage removal.\r\n\r\n<strong>C.L.U.E.</strong>\r\n\r\nC.L.U.E. (Comprehensive Loss Underwriting Exchange) is a claims history database created by ChoicePoint that enables insurance companies to access consumer claims information when they are underwriting or rating an insurance policy. It typically contains up to five years of personal auto or personal property claims history. \r\n\r\nYou can order a C.L.U.E. report:\r\n\r\nLexisNexis Personal Reports\r\nCall toll free 1-866-312-8076\r\nOr you can request a copy from the seller of a home you are purchasing. \r\n\r\n<strong>Collision Coverage</strong>\r\n\r\nPays to repair your auto, classic auto, motorcycle, RV damages caused by an accident. Your agent can help you determine the limits you need based on the agreed value of your vehicle.\r\n\r\n<strong>Comprehensive Coverage</strong>\r\n\r\nPays to repair or replace your vehicle if it is stolen, vandalized or damaged in some way other than in a collision. May include loss from fire, cracked windshields, floods, falling objects, and wind. \r\n\r\n<strong>Custom Parts & Equipment Coverage</strong>\r\n\r\nMany motorcycle owners like to customize their rides, and some policies pay for customized parts and equipment, often at no extra charge. Ask Sean Womack for details. \r\n\r\n<strong>Deductible</strong>\r\n\r\nWhen you get insurance, you agree to pay up to a certain amount out-of-pocket in case of a loss. This amount is called your “deductible.” The deductible you choose often affects how much you pay for your premium. For example, a higher deductible usually means a lower premium. In the case of a covered loss, you’ll only be required to pay your deductible, and the insurance company usually covers the excess, up to the applicable limit for that loss under your policy. \r\n\r\n<strong>Emergency & Roadside Assistance</strong>\r\n\r\nFor auto, boat and personal watercraft, emergency assistance pays for the cost of towing or emergency service. For RVs, it also covers housing and transportation costs if your RV becomes uninhabitable and covers the loss of personal property in your RV. Some policies also provide roadside assistance for motorcycles.\r\n\r\n<strong>Excess Liability</strong>\r\n\r\nSometimes used interchangeably with \"umbrella\", \"excess liability\" refers to extended liability coverage. This coverage is meant to supplement your insurance coverage if the damages exceed your liability coverage. Be sure to talk to Sean Womack about what your excess liability covers. \r\n\r\n<strong>Fidelity Coverage</strong>\r\n\r\nCompanies and businesses often purchase this coverage to protect them against loss from employee dishonesty (such as theft of money, equipment, or other assets). \r\n\r\n<strong>Identity Theft</strong>\r\n\r\nIdentity theft occurs when someone steals your personal information and uses it to open accounts or incur charges without your permission. Thieves can access your personal information in a variety of ways, such as stealing your personal mail, your wallet, or hacking your computer files. The thief then uses your identity to rack up debt in your name or perhaps to issue fake IDs. For more information on identity theft and tips on prevention visit the FTC’s Identity Theft Site. \r\n\r\n<strong>Indemnity</strong>\r\n\r\nProviding indemnity means to financially restore someone after a loss, through payment, repair or replacement. \r\n\r\n<strong>Insurance Score</strong>\r\n\r\nA Credit Based Insurance Score (CBIS) is derived from information on your credit report. It is a number that measures likelihood of having an insurance claim—not a measure of credit worthiness. Insurers use CBIS along with a number of other factors, including driving records, claims history, and the type of home or vehicle owned, to evaluate new and renewal auto and homeowner insurance policies. \r\n\r\nMost states have rules about how credit information can be used in insurance. Contact your state’s Department of Insurance for the latest information on your state’s rules.\r\n\r\n<strong>Medical Coverage (Home) </strong>\r\n\r\nCovers medical expenses for guests if they are injured on your property, and in certain cases covers people who are injured off of your property. It does not cover healthcare costs for you or other members of your household. \r\n\r\n<strong>Medical Coverage (Auto, Boat & Personal Watercraft, Motorcycle, RV)</strong>\r\n\r\nProvides for your passenger and your medical expenses that are the result of an accident. \r\n\r\n<strong>Liability & Personal Liability Coverage</strong>\r\n\r\nFor homeowners, this coverage applies if someone is injured or property is damaged and you are to blame. The coverage applies anywhere in the world. When choosing liability coverage for your home, auto, boat, personal watercraft, or RV, consider things like how much money you make and what you own. Your liability coverage should be high enough to protect your belongings if you are sued. \r\n\r\n<strong>Personal Property Coverage</strong>\r\n\r\nYour home is filled with furniture, clothes, sports equipment, and other items that mean a lot to you. This coverage helps repair or replace these items if they are lost, stolen or destroyed as a result of an insured event. \r\n\r\n<strong>Personal Watercraft (PWC) </strong>\r\n\r\nA personal watercraft (PWC) is a recreational watercraft that the rider sits or stands on, rather than inside of, as in a boat. Models have an inboard engine driving a pump jet that has a screw-shaped impeller to create thrust for propulsion and steering. \r\n\r\n<strong>Physical Damage Coverage for Watercraft </strong>\r\n\r\nPays to repair the damage done to your watercraft due to an accident. It also generally pays to repair or replace your watercraft for insured situations such as theft, fire, vandalism or other non-collision damages that occur in or out of the water\r\n\r\n<strong>Premium</strong>\r\n\r\nSimply put, a premium is the payment you make in exchange for one term of policy coverage. \r\n\r\n<strong>Property or Dwelling Coverage</strong>\r\n\r\nTypically pays to repair or rebuild your home if it’s damaged or destroyed by an insured event. \r\n\r\n<strong>Scheduled Personal Property Coverage</strong>\r\n\r\nIf you have special possessions such as jewelry, art, antiques or collectibles, you may want to talk to your agent about this additional coverage.\r\n\r\n<strong>Umbrella Insurance</strong>\r\n\r\nUmbrella insurance is the coverage that may kick in when your losses under other insurance policies, such as homeowner’s and auto coverage, have exceeded policy limits. \r\n\r\n<strong>Underwriter/Underwriting</strong>\r\n\r\nUnderwriting is the process of assessing risks when deciding whether to issue a policy of insurance. \r\n\r\n<strong>Uninsured/Underinsured Motorist Coverage</strong>\r\n\r\nPays for damages associated with bodily injury or death from an accident caused by an uninsured, underinsured or hit-and-run driver, as defined by the law in the jurisdiction where the accident occurred, who is at fault. It also covers you if you are hit as a pedestrian. \r\n\r\n<strong>Unattached Equipment Coverage </strong>\r\n\r\nPays to repair or replace equipment that isn’t permanently attached to your boat or personal watercraft. This includes items like life jackets and water-skis.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Glossary of Insurance Terms','','inherit','open','open','','656-revision-v1','','','2014-03-10 19:23:45','2014-03-10 19:23:45','',656,'http://03785f6.netsolhost.com/wordpress/656-revision-v1/',0,'revision','',0),(662,1,'2014-03-10 19:35:45','2014-03-10 19:35:45','<strong><font size=\"5\">California Health Insurance</font></strong>\n\nA healthy body is a happy body, and there’s no better way to preserve your health and your family’s health than with a health insurance policy from Sean Womack.\n\nLet’s face it, medical treatments aren\'t cheap. Without health insurance coverage you could end up paying off medical bills for the rest of your life. Sean can help you find an affordable healthcare plan that’s right for you. Call 949-940-6934 and talk with one of our friendly agents today to learn more. \n\n<strong>What are the major types of health insurance policies in California?</strong>\n\nThere are basically three major types of health insurance policies for California residents to choose from--consumer-directed, fee for service, and managed care. These health insurance plans help cover your medical, surgical, and hospital expenses. They may even cover dental expenses, mental health services, and prescription drugs, depending on the coverage you choose.\n\n<strong>Consumer-directed</strong>\n\nA consumer-directed health plan (a.k.a. “consumer-driven” or “consumer choice”) is a newer type of healthcare plan that’s designed to give you more control. As part of the plan, you setup a health fund that can be used to cover medical expenses. \n\n<strong>Fee for Service</strong>\n\nA fee for service plan is a more traditional healthcare plan. It means you pay a fee to your provider for every healthcare service you receive. The benefit of this type of health insurance plan is that it allows for a lot of flexibility when choosing a physician or healthcare provider. \n\n<strong>Managed Care</strong>\n\nMembers of managed care health plans generally enjoy more benefits like lower out-of-pocket costs. However, you can only receive treatment from physicians that participate in the managed care network. Typical managed care plans include health maintenance organizations (HMOs), preferred provider organizations (PPO), and point-of service (POS) plans.\n\n<strong>Common Health Insurance Terms</strong>\n\nWhen discussing health insurance with an agent, it helps to understand some of the common terms you’ll run into. Below you’ll find definitions to some of the most common health insurance terms.\n\n<strong>Deductible</strong>--the amount of money you pay toward medical bills before your insurance coverage begins. \n\n<strong>Co-pay</strong>--a specified amount of money you pay upfront for doctor visits and prescription refills.\n\n<strong>Coinsurance</strong>--the percentage of medical bills you pay after meeting the deductible.\n\nTo learn more about health insurance, call Sean Womack at 949-940-6934 and talk with one of our agents today. We’re right here in California, ready to guide you toward a more secure future.\n\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Health','','inherit','open','open','','212-autosave-v1','','','2014-03-10 19:35:45','2014-03-10 19:35:45','',212,'http://03785f6.netsolhost.com/wordpress/212-autosave-v1/',0,'revision','',0),(663,1,'2014-03-10 19:35:48','2014-03-10 19:35:48','<strong><font size=\"5\">California Health Insurance</font></strong>\r\n\r\nA healthy body is a happy body, and there’s no better way to preserve your health and your family’s health than with a health insurance policy from Sean Womack.\r\n\r\nLet’s face it, medical treatments aren\'t cheap. Without health insurance coverage you could end up paying off medical bills for the rest of your life. Sean can help you find an affordable healthcare plan that’s right for you. Call 949-940-6934 and talk with one of our friendly agents today to learn more. \r\n\r\n<strong>What are the major types of health insurance policies in California?</strong>\r\n\r\nThere are basically three major types of health insurance policies for California residents to choose from--consumer-directed, fee for service, and managed care. These health insurance plans help cover your medical, surgical, and hospital expenses. They may even cover dental expenses, mental health services, and prescription drugs, depending on the coverage you choose.\r\n\r\n<strong>Consumer-directed</strong>\r\n\r\nA consumer-directed health plan (a.k.a. “consumer-driven” or “consumer choice”) is a newer type of healthcare plan that’s designed to give you more control. As part of the plan, you setup a health fund that can be used to cover medical expenses. \r\n\r\n<strong>Fee for Service</strong>\r\n\r\nA fee for service plan is a more traditional healthcare plan. It means you pay a fee to your provider for every healthcare service you receive. The benefit of this type of health insurance plan is that it allows for a lot of flexibility when choosing a physician or healthcare provider. \r\n\r\n<strong>Managed Care</strong>\r\n\r\nMembers of managed care health plans generally enjoy more benefits like lower out-of-pocket costs. However, you can only receive treatment from physicians that participate in the managed care network. Typical managed care plans include health maintenance organizations (HMOs), preferred provider organizations (PPO), and point-of service (POS) plans.\r\n\r\n<strong>Common Health Insurance Terms</strong>\r\n\r\nWhen discussing health insurance with an agent, it helps to understand some of the common terms you’ll run into. Below you’ll find definitions to some of the most common health insurance terms.\r\n\r\n<strong>Deductible</strong>--the amount of money you pay toward medical bills before your insurance coverage begins. \r\n\r\n<strong>Co-pay</strong>--a specified amount of money you pay upfront for doctor visits and prescription refills.\r\n\r\n<strong>Coinsurance</strong>--the percentage of medical bills you pay after meeting the deductible.\r\n\r\nTo learn more about health insurance, call Sean Womack at 949-940-6934 and talk with one of our agents today. We’re right here in California, ready to guide you toward a more secure future.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Health','','inherit','open','open','','212-revision-v1','','','2014-03-10 19:35:48','2014-03-10 19:35:48','',212,'http://03785f6.netsolhost.com/wordpress/212-revision-v1/',0,'revision','',0),(664,1,'2014-03-10 21:03:24','2014-03-10 21:03:24','<strong><font size=\"5\">California Home Insurance</strong></font>\n\nYour home is the center of your daily life, and likely your most valuable asset. When your home is damaged or destroyed, you need your claim settled by an insurance company that understands this simple fact. Sean Womack can help you find the homeowner’s insurance that will best meet your needs and provide the most valuable combination of tailored coverage, quality service and fair pricing.\n\n<strong>Insurance for All Kinds of Homes</strong>\n\nDepending on where you live – a house, apartment, or condominium – the right home insurance policy can provide you peace of mind as well as the money you need to repair or replace your home and/or belongings. Contact us for more information today!\n\n<strong>California – What you need to know about homeowners insurance</strong>\n\nWhether you own or rent, insuring the place you call home can help protect you financially if you suffer a loss due to fire, theft, vandalism, or other covered events. It will also cover you in the event someone is injured while on your property and wins a legal judgment against you.\n\nHomeowners policies differ by which losses are covered, which coverages you choose, and what type of residence you own. You choose which policy is best for you, whether it’s a comprehensive policy that cover losses such as fire, hail, smoke, falling objects, vandalism and theft of personal property, or whether it’s a policy that covers only specified losses.\n\nSean Womack is here to help you find the right insurance for your home. Whether you’re a home or condo owner, a renter, or a landlord, Sean will work with you to find a home insurance policy that fits your needs. We specialize in making it easy to choose the insurance coverage that gives you the best value for the best price.\n\nYour home insurance policy is most often made up of the specific options you choose, so how much you\'ll pay for your policy depends on:\n\n<strong>• What you select.</strong> Oftentimes homeowners insurance options are priced individually, so how much you\'ll pay for your policy depends on what coverages you buy. \n\n<strong>• How much you want to cover.</strong> Higher deductibles usually lower your premium price by shifting part of the loss payment to you. For example, if you had a $500 deductible, you would be responsible for paying the first $500 of the covered loss. \n\n<strong>• Where you set your limits.</strong> You may choose to set higher limits than the recommended amount if appropriate to your situation and needs.\n\n<i> o Worried you aren’t completely covered? Consider an umbrella insurance policy that extends your coverage.</i>\n\n\n<strong>The Right Coverage. The Right Price. The Right Value</strong>\n\nThe amount you pay for your homeowners insurance depends on many factors. Think of your personal housing situation, and the assets you want to protect.\n\n<strong>Protection for Your Home</strong>\n\nProperty or Dwelling Coverage typically pays to repair or rebuild your home if it’s damaged or destroyed by an insured event like a kitchen fire or windstorm.\n\n<strong>Protection for You and Other People</strong>\n\nPersonal Liability Coverage applies if someone is injured or their property is damaged and you are to blame. The coverage generally applies anywhere in the world. \n\n • When choosing your liability coverage limits, consider things like how much money you make and the assets you own. Your personal liability coverage should be high enough to protect your assets if you are sued.\n\n<strong>Medical Coverage</strong>\n\nThis covers medical expenses for guests if they are injured on your property, and in certain cases covers people who are injured off of your property. It does not cover health care costs for you or other members of your household.\n\n<strong>Additional Living Expenses</strong>\n\nIf you can’t live in your home because of a covered loss, your home insurance policy will pay additional living expenses—commonly for up to 24 months—while damage is assessed and your home is repaired or rebuilt.\n\n<strong>Protection for Your Belongings</strong>\n\nYour home is filled with furniture, clothes, electronics and other items that mean a lot to you. Personal Property Insurance helps replace these items if they are lost, stolen or destroyed as a result of a covered loss.\n\n<strong>Scheduled Personal Property Coverage</strong>\n\nIf you have special possessions such as jewelry, art, antiques or collectibles you may want to talk to your agent about this additional coverage. It provides broader coverage for specific items.\n\n<strong>If You Rent Out Your Home</strong>\n\nLandlords may have the option to buy optional liability coverage for the risks posed by tenant-occupied dwellings. Visit our Landlord Protection Insurance page for more information.\n\n<strong>Protect the Things that Matter to You</strong>\n\nMake an inventory of your home and personal belongings. If possible, make a list as well as take photos or video – using two inventory methods can help expedite the claim resolution process. Keep this list somewhere other than your home. Keep in mind that your policy doesn’t cover damages caused by poor or deferred maintenance on your part.\n\nEvery home is unique – talk to us today to find out how to get the best price and value on homeowners insurance for you. [LINK TO CONTACT PAGE]\n\n\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Homeowners','','inherit','open','open','','183-autosave-v1','','','2014-03-10 21:03:24','2014-03-10 21:03:24','',183,'http://03785f6.netsolhost.com/wordpress/183-autosave-v1/',0,'revision','',0),(665,1,'2014-03-10 21:00:14','2014-03-10 21:00:14','<strong><font size=\"5\">California Home Insurance</strong></font>\r\n\r\nYour home is the center of your daily life, and likely your most valuable asset. When your home is damaged or destroyed, you need your claim settled by an insurance company that understands this simple fact. Sean Womack can help you find the homeowner’s insurance that will best meet your needs and provide the most valuable combination of tailored coverage, quality service and fair pricing.\r\n\r\n<strong>Insurance for All Kinds of Homes</strong>\r\n\r\nDepending on where you live – a house, apartment, or condominium – the right home insurance policy can provide you peace of mind as well as the money you need to repair or replace your home and/or belongings. Contact us for more information today!\r\n\r\n<strong>California – What you need to know about homeowners insurance</strong>\r\n\r\nWhether you own or rent, insuring the place you call home can help protect you financially if you suffer a loss due to fire, theft, vandalism, or other covered events. It will also cover you in the event someone is injured while on your property and wins a legal judgment against you.\r\n\r\nHomeowners policies differ by which losses are covered, which coverages you choose, and what type of residence you own. You choose which policy is best for you, whether it’s a comprehensive policy that cover losses such as fire, hail, smoke, falling objects, vandalism and theft of personal property, or whether it’s a policy that covers only specified losses.\r\n\r\nSean Womack is here to help you find the right insurance for your home. Whether you’re a home or condo owner, a renter, or a landlord, Sean will work with you to find a home insurance policy that fits your needs. We specialize in making it easy to choose the insurance coverage that gives you the best value for the best price.\r\n\r\nYour home insurance policy is most often made up of the specific options you choose, so how much you\'ll pay for your policy depends on:\r\n\r\n<strong>• What you select.</strong> Oftentimes homeowners insurance options are priced individually, so how much you\'ll pay for your policy depends on what coverages you buy. \r\n<strong>• How much you want to cover.</strong> Higher deductibles usually lower your premium price by shifting part of the loss payment to you. For example, if you had a $500 deductible, you would be responsible for paying the first $500 of the covered loss. \r\n<strong>• Where you set your limits.</strong> You may choose to set higher limits than the recommended amount if appropriate to your situation and needs.\r\n<i> o Worried you aren’t completely covered? Consider an umbrella insurance policy that extends your coverage.</i>\r\n\r\n\r\nThe Right Coverage. The Right Price. The Right Value\r\nThe amount you pay for your homeowners insurance depends on many factors. Think of your personal housing situation, and the assets you want to protect.\r\n\r\nProtection for Your Home\r\nProperty or Dwelling Coverage typically pays to repair or rebuild your home if it’s damaged or destroyed by an insured event like a kitchen fire or windstorm.\r\n\r\nProtection for You and Other People\r\nPersonal Liability Coverage applies if someone is injured or their property is damaged and you are to blame. The coverage generally applies anywhere in the world. \r\n• When choosing your liability coverage limits, consider things like how much money you make and the assets you own. Your personal liability coverage should be high enough to protect your assets if you are sued.\r\n\r\nMedical Coverage\r\nThis covers medical expenses for guests if they are injured on your property, and in certain cases covers people who are injured off of your property. It does not cover health care costs for you or other members of your household.\r\n\r\nAdditional Living Expenses\r\nIf you can’t live in your home because of a covered loss, your home insurance policy will pay additional living expenses—commonly for up to 24 months—while damage is assessed and your home is repaired or rebuilt.\r\n\r\nProtection for Your Belongings\r\nYour home is filled with furniture, clothes, electronics and other items that mean a lot to you. Personal Property Insurance helps replace these items if they are lost, stolen or destroyed as a result of a covered loss.\r\n\r\nScheduled Personal Property Coverage\r\nIf you have special possessions such as jewelry, art, antiques or collectibles you may want to talk to your agent about this additional coverage. It provides broader coverage for specific items.\r\n\r\nIf You Rent Out Your Home\r\nLandlords may have the option to buy optional liability coverage for the risks posed by tenant-occupied dwellings. Visit our Landlord Protection Insurance page for more information. [LINK TO LANDLORD PROTECTION PAGE]\r\n\r\n{CITY/CITIES-OF-OFFICE-LOCATION(S)} – Protect the Things that Matter to You\r\nMake an inventory of your home and personal belongings. If possible, make a list as well as take photos or video – using two inventory methods can help expedite the claim resolution process. Keep this list somewhere other than your home. Keep in mind that your policy doesn’t cover damages caused by poor or deferred maintenance on your part.\r\n\r\nEvery home is unique – talk to us today to find out how to get the best price and value on homeowners insurance for you. [LINK TO CONTACT PAGE]\r\n\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Homeowners','','inherit','open','open','','183-revision-v1','','','2014-03-10 21:00:14','2014-03-10 21:00:14','',183,'http://03785f6.netsolhost.com/wordpress/183-revision-v1/',0,'revision','',0),(666,1,'2014-03-10 21:01:19','2014-03-10 21:01:19','<strong><font size=\"5\">California Home Insurance</strong></font>\r\n\r\nYour home is the center of your daily life, and likely your most valuable asset. When your home is damaged or destroyed, you need your claim settled by an insurance company that understands this simple fact. Sean Womack can help you find the homeowner’s insurance that will best meet your needs and provide the most valuable combination of tailored coverage, quality service and fair pricing.\r\n\r\n<strong>Insurance for All Kinds of Homes</strong>\r\n\r\nDepending on where you live – a house, apartment, or condominium – the right home insurance policy can provide you peace of mind as well as the money you need to repair or replace your home and/or belongings. Contact us for more information today!\r\n\r\n<strong>California – What you need to know about homeowners insurance</strong>\r\n\r\nWhether you own or rent, insuring the place you call home can help protect you financially if you suffer a loss due to fire, theft, vandalism, or other covered events. It will also cover you in the event someone is injured while on your property and wins a legal judgment against you.\r\n\r\nHomeowners policies differ by which losses are covered, which coverages you choose, and what type of residence you own. You choose which policy is best for you, whether it’s a comprehensive policy that cover losses such as fire, hail, smoke, falling objects, vandalism and theft of personal property, or whether it’s a policy that covers only specified losses.\r\n\r\nSean Womack is here to help you find the right insurance for your home. Whether you’re a home or condo owner, a renter, or a landlord, Sean will work with you to find a home insurance policy that fits your needs. We specialize in making it easy to choose the insurance coverage that gives you the best value for the best price.\r\n\r\nYour home insurance policy is most often made up of the specific options you choose, so how much you\'ll pay for your policy depends on:\r\n\r\n<strong>• What you select.</strong> Oftentimes homeowners insurance options are priced individually, so how much you\'ll pay for your policy depends on what coverages you buy. \r\n\r\n<strong>• How much you want to cover.</strong> Higher deductibles usually lower your premium price by shifting part of the loss payment to you. For example, if you had a $500 deductible, you would be responsible for paying the first $500 of the covered loss. \r\n\r\n<strong>• Where you set your limits.</strong> You may choose to set higher limits than the recommended amount if appropriate to your situation and needs.\r\n\r\n<i> o Worried you aren’t completely covered? Consider an umbrella insurance policy that extends your coverage.</i>\r\n\r\n\r\nThe Right Coverage. The Right Price. The Right Value\r\nThe amount you pay for your homeowners insurance depends on many factors. Think of your personal housing situation, and the assets you want to protect.\r\n\r\nProtection for Your Home\r\nProperty or Dwelling Coverage typically pays to repair or rebuild your home if it’s damaged or destroyed by an insured event like a kitchen fire or windstorm.\r\n\r\nProtection for You and Other People\r\nPersonal Liability Coverage applies if someone is injured or their property is damaged and you are to blame. The coverage generally applies anywhere in the world. \r\n• When choosing your liability coverage limits, consider things like how much money you make and the assets you own. Your personal liability coverage should be high enough to protect your assets if you are sued.\r\n\r\nMedical Coverage\r\nThis covers medical expenses for guests if they are injured on your property, and in certain cases covers people who are injured off of your property. It does not cover health care costs for you or other members of your household.\r\n\r\nAdditional Living Expenses\r\nIf you can’t live in your home because of a covered loss, your home insurance policy will pay additional living expenses—commonly for up to 24 months—while damage is assessed and your home is repaired or rebuilt.\r\n\r\nProtection for Your Belongings\r\nYour home is filled with furniture, clothes, electronics and other items that mean a lot to you. Personal Property Insurance helps replace these items if they are lost, stolen or destroyed as a result of a covered loss.\r\n\r\nScheduled Personal Property Coverage\r\nIf you have special possessions such as jewelry, art, antiques or collectibles you may want to talk to your agent about this additional coverage. It provides broader coverage for specific items.\r\n\r\nIf You Rent Out Your Home\r\nLandlords may have the option to buy optional liability coverage for the risks posed by tenant-occupied dwellings. Visit our Landlord Protection Insurance page for more information. [LINK TO LANDLORD PROTECTION PAGE]\r\n\r\n{CITY/CITIES-OF-OFFICE-LOCATION(S)} – Protect the Things that Matter to You\r\nMake an inventory of your home and personal belongings. If possible, make a list as well as take photos or video – using two inventory methods can help expedite the claim resolution process. Keep this list somewhere other than your home. Keep in mind that your policy doesn’t cover damages caused by poor or deferred maintenance on your part.\r\n\r\nEvery home is unique – talk to us today to find out how to get the best price and value on homeowners insurance for you. [LINK TO CONTACT PAGE]\r\n\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Homeowners','','inherit','open','open','','183-revision-v1','','','2014-03-10 21:01:19','2014-03-10 21:01:19','',183,'http://03785f6.netsolhost.com/wordpress/183-revision-v1/',0,'revision','',0),(667,1,'2014-03-10 21:03:36','2014-03-10 21:03:36','<strong><font size=\"5\">California Home Insurance</strong></font>\r\n\r\nYour home is the center of your daily life, and likely your most valuable asset. When your home is damaged or destroyed, you need your claim settled by an insurance company that understands this simple fact. Sean Womack can help you find the homeowner’s insurance that will best meet your needs and provide the most valuable combination of tailored coverage, quality service and fair pricing.\r\n\r\n<strong>Insurance for All Kinds of Homes</strong>\r\n\r\nDepending on where you live – a house, apartment, or condominium – the right home insurance policy can provide you peace of mind as well as the money you need to repair or replace your home and/or belongings. Contact us for more information today!\r\n\r\n<strong>California – What you need to know about homeowners insurance</strong>\r\n\r\nWhether you own or rent, insuring the place you call home can help protect you financially if you suffer a loss due to fire, theft, vandalism, or other covered events. It will also cover you in the event someone is injured while on your property and wins a legal judgment against you.\r\n\r\nHomeowners policies differ by which losses are covered, which coverages you choose, and what type of residence you own. You choose which policy is best for you, whether it’s a comprehensive policy that cover losses such as fire, hail, smoke, falling objects, vandalism and theft of personal property, or whether it’s a policy that covers only specified losses.\r\n\r\nSean Womack is here to help you find the right insurance for your home. Whether you’re a home or condo owner, a renter, or a landlord, Sean will work with you to find a home insurance policy that fits your needs. We specialize in making it easy to choose the insurance coverage that gives you the best value for the best price.\r\n\r\nYour home insurance policy is most often made up of the specific options you choose, so how much you\'ll pay for your policy depends on:\r\n\r\n<strong>• What you select.</strong> Oftentimes homeowners insurance options are priced individually, so how much you\'ll pay for your policy depends on what coverages you buy. \r\n\r\n<strong>• How much you want to cover.</strong> Higher deductibles usually lower your premium price by shifting part of the loss payment to you. For example, if you had a $500 deductible, you would be responsible for paying the first $500 of the covered loss. \r\n\r\n<strong>• Where you set your limits.</strong> You may choose to set higher limits than the recommended amount if appropriate to your situation and needs.\r\n\r\n<i> o Worried you aren’t completely covered? Consider an umbrella insurance policy that extends your coverage.</i>\r\n\r\n\r\n<strong>The Right Coverage. The Right Price. The Right Value</strong>\r\n\r\nThe amount you pay for your homeowners insurance depends on many factors. Think of your personal housing situation, and the assets you want to protect.\r\n\r\n<strong>Protection for Your Home</strong>\r\n\r\nProperty or Dwelling Coverage typically pays to repair or rebuild your home if it’s damaged or destroyed by an insured event like a kitchen fire or windstorm.\r\n\r\n<strong>Protection for You and Other People</strong>\r\n\r\nPersonal Liability Coverage applies if someone is injured or their property is damaged and you are to blame. The coverage generally applies anywhere in the world. \r\n\r\n • When choosing your liability coverage limits, consider things like how much money you make and the assets you own. Your personal liability coverage should be high enough to protect your assets if you are sued.\r\n\r\n<strong>Medical Coverage</strong>\r\n\r\nThis covers medical expenses for guests if they are injured on your property, and in certain cases covers people who are injured off of your property. It does not cover health care costs for you or other members of your household.\r\n\r\n<strong>Additional Living Expenses</strong>\r\n\r\nIf you can’t live in your home because of a covered loss, your home insurance policy will pay additional living expenses—commonly for up to 24 months—while damage is assessed and your home is repaired or rebuilt.\r\n\r\n<strong>Protection for Your Belongings</strong>\r\n\r\nYour home is filled with furniture, clothes, electronics and other items that mean a lot to you. Personal Property Insurance helps replace these items if they are lost, stolen or destroyed as a result of a covered loss.\r\n\r\n<strong>Scheduled Personal Property Coverage</strong>\r\n\r\nIf you have special possessions such as jewelry, art, antiques or collectibles you may want to talk to your agent about this additional coverage. It provides broader coverage for specific items.\r\n\r\n<strong>If You Rent Out Your Home</strong>\r\n\r\nLandlords may have the option to buy optional liability coverage for the risks posed by tenant-occupied dwellings. Visit our Landlord Protection Insurance page for more information.\r\n\r\n<strong>Protect the Things that Matter to You</strong>\r\n\r\nMake an inventory of your home and personal belongings. If possible, make a list as well as take photos or video – using two inventory methods can help expedite the claim resolution process. Keep this list somewhere other than your home. Keep in mind that your policy doesn\'t cover damages caused by poor or deferred maintenance on your part.\r\n\r\nEvery home is unique – talk to us today to find out how to get the best price and value on homeowners insurance for you.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Homeowners','','inherit','open','open','','183-revision-v1','','','2014-03-10 21:03:36','2014-03-10 21:03:36','',183,'http://03785f6.netsolhost.com/wordpress/183-revision-v1/',0,'revision','',0),(668,1,'2014-03-10 23:16:20','2014-03-10 23:16:20','<font size=\"5\"><strong>Landlord Protection Insurance</strong></font>\n\nAs a landlord, you want insurance that’s tailored specifically to protect your rental properties. A Landlord Protection policy gives you choices when purchasing the insurance coverage you need.\n\n<strong>California – What you need to know about landlord protection insurance</strong>\n\nRental property is a great investment, especially if you protect your assets with excellent coverage. Make sure that you and your property are covered when choosing a landlord protection insurance policy.\n\n<strong>Protect Yourself </strong>\n\nLandlord Protection liability insurance options protect you and your spouse or domestic partner against personal injury, wrongful eviction, or wrongful entry as well as other non-bodily injury claims such as libel and slander.\n\n<strong>Extra Coverage Doesn’t Have to Cost a Lot</strong>\n\nMany landlords supplement their coverage with personal umbrella liability insurance for broader protection. Talk to us <LINK “talk to us” TO CONTACT US/ABOUT US PAGE> today about the amount of coverage that’s right for you.\n\nTo find out more about this product and other products and services, contact {YOUR-AGENCY-NAME} today at {AGENCY-PHONE-NUMBER}.\n\n\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Landlord Protection','','inherit','open','open','','191-autosave-v1','','','2014-03-10 23:16:20','2014-03-10 23:16:20','',191,'http://03785f6.netsolhost.com/wordpress/191-autosave-v1/',0,'revision','',0),(669,1,'2014-03-10 23:16:52','2014-03-10 23:16:52','<font size=\"5\"><strong>Landlord Protection Insurance</strong></font>\r\n\r\nAs a landlord, you want insurance that’s tailored specifically to protect your rental properties. A Landlord Protection policy gives you choices when purchasing the insurance coverage you need.\r\n\r\n<strong>California – What you need to know about landlord protection insurance</strong>\r\n\r\nRental property is a great investment, especially if you protect your assets with excellent coverage. Make sure that you and your property are covered when choosing a landlord protection insurance policy.\r\n\r\n<strong>Protect Yourself </strong>\r\n\r\nLandlord Protection liability insurance options protect you and your spouse or domestic partner against personal injury, wrongful eviction, or wrongful entry as well as other non-bodily injury claims such as libel and slander.\r\n\r\n<strong>Extra Coverage Doesn’t Have to Cost a Lot</strong>\r\n\r\nMany landlords supplement their coverage with personal umbrella liability insurance for broader protection. Talk to us today about the amount of coverage that’s right for you.\r\n\r\nTo find out more about this product and other products and services, contact Sean Womack today at 949-940-6934.\r\n\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Landlord Protection','','inherit','open','open','','191-revision-v1','','','2014-03-10 23:16:52','2014-03-10 23:16:52','',191,'http://03785f6.netsolhost.com/wordpress/191-revision-v1/',0,'revision','',0),(670,1,'2014-03-10 23:17:05','2014-03-10 23:17:05','<font size=\"5\"><strong>California Landlord Protection Insurance</strong></font>\r\n\r\nAs a landlord, you want insurance that’s tailored specifically to protect your rental properties. A Landlord Protection policy gives you choices when purchasing the insurance coverage you need.\r\n\r\n<strong>California – What you need to know about landlord protection insurance</strong>\r\n\r\nRental property is a great investment, especially if you protect your assets with excellent coverage. Make sure that you and your property are covered when choosing a landlord protection insurance policy.\r\n\r\n<strong>Protect Yourself </strong>\r\n\r\nLandlord Protection liability insurance options protect you and your spouse or domestic partner against personal injury, wrongful eviction, or wrongful entry as well as other non-bodily injury claims such as libel and slander.\r\n\r\n<strong>Extra Coverage Doesn’t Have to Cost a Lot</strong>\r\n\r\nMany landlords supplement their coverage with personal umbrella liability insurance for broader protection. Talk to us today about the amount of coverage that’s right for you.\r\n\r\nTo find out more about this product and other products and services, contact Sean Womack today at 949-940-6934.\r\n\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Landlord Protection','','inherit','open','open','','191-revision-v1','','','2014-03-10 23:17:05','2014-03-10 23:17:05','',191,'http://03785f6.netsolhost.com/wordpress/191-revision-v1/',0,'revision','',0),(828,1,'2014-05-15 03:54:39','2014-05-15 03:54:39','<font size=\"5\"><strong>Welcome to the Online Home of Sean Womack</strong></font>\r\n\r\nSean Womack is a licensed insurance agent for Beissel Insurance Services--an agency that has been proudly serving the insurance needs of Californians for almost 40 years!\r\n\r\nProudly located in the heart of Southern California, Beissel Insurance Services have been serving the coverage needs of individuals, families, and businesses all across the state. With a dedication to our local community, Sean and his team have continued to become a leader for California insurance in Orange County.\r\n\r\nAs an agent for a local independent agency, Sean Womack represents a multitude of insurance companies, from companies that write insurance across the nation to companies that focus writing insurance in California. Therefore, we are able to effectively compare coverages and rates to ensure that our clients have options.\r\n\r\nWhether you are looking for a California Auto Insurance policy or California Home Insurance, Sean Womack and his team have the policy that you are looking for.\r\n\r\nContact Sean Womack today to discover your options of California insurance options. Call us at 949-940-6934 and receive your free California insurance quotes today!\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>\r\n\r\n</p>','Home Page','','inherit','open','open','','8-revision-v1','','','2014-05-15 03:54:39','2014-05-15 03:54:39','',8,'http://03785f6.netsolhost.com/wordpress/8-revision-v1/',0,'revision','',0),(829,1,'2014-05-15 03:54:44','2014-05-15 03:54:44','<font size=\"5\"><strong>California Personal Insurance</font></strong>\r\n\r\nWhether you want to protect your car and home, need to insure your belongings in your apartment, or want a personal umbrella policy to protect your assets, Sean Womack and his team will provide you with you the guidance and outstanding service you need.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Insurance For You','','inherit','open','open','','46-revision-v1','','','2014-05-15 03:54:44','2014-05-15 03:54:44','',46,'http://03785f6.netsolhost.com/wordpress/46-revision-v1/',0,'revision','',0),(830,1,'2014-05-15 03:54:50','2014-05-15 03:54:50','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Aircraft','','inherit','open','open','','204-revision-v1','','','2014-05-15 03:54:50','2014-05-15 03:54:50','',204,'http://03785f6.netsolhost.com/wordpress/204-revision-v1/',0,'revision','',0),(831,1,'2014-05-15 03:55:06','2014-05-15 03:55:06','<font size=\"5\"><strong>California Auto Insurance</strong></font>\r\n\r\nThe right auto insurance policy can help you get back\r\n\r\nCalifornia, like most states, requires drivers to have auto liability insurance before they can drive a car. Liability insurance pays the other driver’s medical, car repair, and other costs when the insured is at fault in an auto accident.\r\n\r\nMost California auto insurance policies are six months. However, if you have a clean driving record, it may make more sense to obtain an annual auto insurance policy to lock in your rates for a whole year.\r\n\r\nThe basic California auto insurance policy is comprised of the following two coverages:\r\n\r\n<strong>1. Bodily Injury Liability: </strong>This coverage applies to injuries that the insured caused to someone else.\r\n\r\n<strong>2. Property Damage Liability:</strong> This coverage pays for damage that the insured may cause to someone else’s property.\r\n\r\nThe following list contains just a few of the coverages that can be added to a CA auto insurance policy for an additional premium:\r\n\r\n<strong>• Uninsured Motorist Coverage: </strong>This coverage will reimburse the insured damages caused by the operator of an uninsured motor vehicle.\r\n\r\n<strong>• Medical Payments: </strong>This coverage pays for the treatment of injuries to the insured and passengers of the insured’s vehicle.\r\n\r\n<strong>• Comprehensive:</strong> This coverage will repair the covered automobile up to the market value of the vehicle for loss caused by theft or loss caused by direct and accidental non-collision damage. Comprehensive coverage is usually sold with a deductible. The policyholder may opt for a higher deductible as a way to lower their premium. However, cracked or shattered windshields are generally considered a comprehensive loss. Therefore, many individuals choose to have a lower deductible for comprehensive coverage and opt for a higher collision deductible.\r\n\r\n<strong>• Collision: </strong>This coverage will repair the covered automobile up to the market value of the vehicle for loss caused by collision damage. Collision coverage is usually sold with a deductible. Since the higher the deductible, the lower the premium—many policyholders choose to insure their vehicle with higher deductibles to save money. Plus, if the policyholder was not at fault in the accident, the insurance company may be able to recover the deductible from the other party’s insurance company.\r\n\r\n<strong>• Rental Car Benefit:</strong> This coverage will pay the expense incurred for a rental car for a limited period of time if the policy vehicle is covered for a comprehensive or collision loss.\r\n\r\n<strong>• Roadside Assistance:</strong> Provides towing and other towing related services, such as, changing a flat tire or a battery jump-start, for all automobiles listed on the policy with this coverage.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Auto','','inherit','open','open','','147-revision-v1','','','2014-05-15 03:55:06','2014-05-15 03:55:06','',147,'http://03785f6.netsolhost.com/wordpress/147-revision-v1/',0,'revision','',0),(672,1,'2014-03-10 23:28:18','2014-03-10 23:28:18','<font size=\"5\"><strong>California Life Insurance</strong></font>\r\n\r\nHaving the right life insurance is pivotal in planning for the future of you and your loved ones. Life insurance can help you fulfill promises you’ve made your family when you are gone.\r\nDon’t leave the future of you and your loved ones to chance. The {AGENCY_NAME} can help you find the right life insurance coverage for you, and help ensure that your policy continually meets your needs.\r\n\r\n<strong>Life changes – so should your policy</strong>\r\n\r\nFor each of our neighbors in California, the right life insurance will be unique for you and dependent on your personal and financial needs. As your life changes, your life insurance coverage may need to change in order to adapt to your current needs. Some life transformations that may require a policy “tune-up” and our help include: \r\n\r\n• You recently married or divorced\r\n• You have a new child or grandchild\r\n• You have opened or expanded a business\r\n• Your health or your spouse’s health has deteriorated\r\n• You are providing care or financial assistance to a parent\r\n• Your child or grandchild requires assistance or long-term care\r\n• You recently purchased a new home\r\n• You are planning for a child or grandchild’s education\r\n• You are concerned about retirement income\r\n• You have refinanced your home mortgage in the past six months\r\n• You or your spouse recently received an inheritance\r\n• You have a sizable estate\r\n\r\n<strong>California – What you need to know about life insurance</strong>\r\n\r\nSean Womack can help you select the best life insurance coverage for your needs. There are several different types of life insurance products available – the most common include:\r\n\r\n<strong>Term Life Insurance</strong>\r\n\r\nTerm life insurance provides protection for a specified period of time. If you do not currently have life insurance, term can be a good place to start. It’s generally less expensive than permanent (whole) life insurance, and is available in varying time periods with fixed premiums from a one year (annual renewable term) to 20-year (level term) period. Furthermore, term life insurance is sometimes convertible to permanent coverage, providing you with flexibility as your needs change.\r\n\r\n<strong>Whole Life Insurance</strong>\r\n\r\nWhole life insurance is a form of permanent life insurance that remains in force for your entire lifetime, provided premiums are paid as specified in the policy. Whole life insurance can be an investment opportunity, as many whole life insurance policies also build cash value over time.\r\n\r\n<strong>Universal Life Insurance</strong>\r\n\r\nUniversal life is a form of permanent life insurance characterized by its flexible premiums, face amounts and unbundled pricing structure. Universal life can build cash value, which earns an interest rate that may adjust periodically, but is usually guaranteed not to fall below a certain percentage.\r\n\r\nSo what type of life insurance is best for you? Talk with our team today at 949-940-6934, and we can assist in identifying the best protection for you. \r\n\r\n<strong>What are the advantages of life insurance?</strong>\r\n\r\nHaving the right life insurance is essential to planning for your present, and your future. Not only can life insurance provide assurance for your family after you are gone, many life insurance options offer other benefits and investment opportunities you can take advantage of while you are living.\r\n\r\n<i>Advantages of the life insurance death benefit:</i> When you pass away, your life insurance provides income tax-free money to your named beneficiary or beneficiaries that can be used to pay funeral expenses, debt, tuition, estate taxes or virtually any financial need. Your policy can help provide security for your business security as well, by enabling partners to buy out the interests of a deceased partner and prevent a forced liquidation.\r\n\r\n<i>Advantages of Living Benefits:</i> The cash value growth of a permanent (whole) life insurance policy is tax-deferred, meaning you do not pay taxes on the growth of cash value, unless money is withdrawn. Loans or withdrawals can be taken against the cash value of a permanent life insurance policy to help with expenses, such as college tuition or the down payment on a home. \r\n\r\nThe right life insurance coverage for each and every one of our neighbors in California is unique – talk with our team today to find out how to protect your family and your future with the right life insurance.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Life','','inherit','open','open','','210-revision-v1','','','2014-03-10 23:28:18','2014-03-10 23:28:18','',210,'http://03785f6.netsolhost.com/wordpress/210-revision-v1/',0,'revision','',0),(674,1,'2014-03-11 05:11:37','2014-03-11 05:11:37','<font size=\"5\"><strong>Contact Us</font>\r\n\r\nSean Womack\r\nBeissel Insurance Service, Inc.</strong>\r\n13732 Newport Avenue\r\nSuite #5 (2nd Floor)\r\nTustin, CA 92780\r\n\r\nPhone Number:\r\nMobile: 949-940-6934\r\n\r\nOffice Hours:\r\nMonday - Friday: 8 AM - 5 PM\r\nSaturday & Sunday: Closed\r\n\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Contact Us','','inherit','open','open','','173-revision-v1','','','2014-03-11 05:11:37','2014-03-11 05:11:37','',173,'http://03785f6.netsolhost.com/wordpress/173-revision-v1/',0,'revision','',0),(675,1,'2014-03-11 05:13:09','2014-03-11 05:13:09','<font size=\"5\"><strong>Contact Us</font>\r\n\r\nSean Womack\r\nBeissel Insurance Service, Inc.</strong>\r\n13732 Newport Avenue\r\nSuite #5 (2nd Floor)\r\nTustin, CA 92780\r\n\r\n<strong>Phone Number:</strong>\r\nMobile: 949-940-6934\r\n\r\n<strong>Office Hours:</strong>\r\nMonday - Friday: 8 AM - 5 PM\r\nSaturday & Sunday: Closed\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Contact Us','','inherit','open','open','','173-revision-v1','','','2014-03-11 05:13:09','2014-03-11 05:13:09','',173,'http://03785f6.netsolhost.com/wordpress/173-revision-v1/',0,'revision','',0),(683,1,'2014-03-11 05:59:51','2014-03-11 05:59:51','<strong><font size=\"5\">About Sean Womack</font></strong>\r\n\r\nSean Womack is a second generation insurance agent. His mentor and step-father, Richard Beissel, was an independent insurance agent who focused on the construction industry. In 1995, Sean obtained his California Agent-Broker Insurance License. After working for his step-father’s insurance agency for a few years, Sean decided that he would leave the agency to gain experience with other agencies. In 2010, Sean came back to work for his step-father to apply the knowledge he learned while away.\r\n\r\nSean now manages his step-father\'s insurance agency, Beissel Insurance Services. Beissel Insurance Services has been in Tustin, CA for over 35 years and is becoming one of Southern California\'s fastest growing insurance agencies. We nearly offer every insurance product available through our access to the many insurance companies we work with.\r\n\r\nThe mission of Beissel Insurance Services is to work with our clients to provide them coverage options--empowering them to choose the protection they want for what matters most in their lives.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','About Sean','','inherit','open','open','','42-revision-v1','','','2014-03-11 05:59:51','2014-03-11 05:59:51','',42,'http://03785f6.netsolhost.com/wordpress/42-revision-v1/',0,'revision','',0),(676,1,'2014-03-11 05:25:50','2014-03-11 05:25:50','<strong><font size=\"5\">About Sean Womack</font></strong>\r\n\r\nSean Womack is a second generation insurance agent. His mentor and step-father, Richard Beissel, was an independent insurance agent who focused on the construction industry. In 1995, after graduating from high school, Sean took the California Agent-Broker Insurance License Exam and passed. After working for his step-father’s insurance agency for a few years, Sean decided that he would leave the agency to gain experience with other insurance agencies. In 2010, Sean came back to work for his step-father to apply the knowledge he learned while away.\r\n\r\nSean is now manages his step-father\'s insurance agency, Beissel Insurance Services. Beissel Insurance Services has been in Tustin, CA for over 35 years and is becoming one of Southern California\'s fastest growing insurance agencies. We nearly offer every insurance product available through our access to the many insurance companies we work with.\r\n\r\nThe mission of Beissel Insurance Services is to work with our clients to provide them coverage options--empowering them to choose the protection they want for what matters most in their lives.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','About Sean','','inherit','open','open','','42-revision-v1','','','2014-03-11 05:25:50','2014-03-11 05:25:50','',42,'http://03785f6.netsolhost.com/wordpress/42-revision-v1/',0,'revision','',0),(677,1,'2014-03-11 05:27:50','2014-03-11 05:27:50','<strong><font size=\"5\">About Sean Womack</font></strong>\r\n\r\nSean Womack is a second generation insurance agent. His mentor and step-father, Richard Beissel, was an independent insurance agent who focused on the construction industry. In 1995, after graduating from high school, Sean obtained his California Agent-Broker Insurance License Exam. After working for his step-father’s insurance agency for a few years, Sean decided that he would leave the agency to gain experience with other insurance agencies. In 2010, Sean came back to work for his step-father to apply the knowledge he learned while away.\r\n\r\nSean now manages his step-father\'s insurance agency, Beissel Insurance Services. Beissel Insurance Services has been in Tustin, CA for over 35 years and is becoming one of Southern California\'s fastest growing insurance agencies. We nearly offer every insurance product available through our access to the many insurance companies we work with.\r\n\r\nThe mission of Beissel Insurance Services is to work with our clients to provide them coverage options--empowering them to choose the protection they want for what matters most in their lives.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','About Sean','','inherit','open','open','','42-revision-v1','','','2014-03-11 05:27:50','2014-03-11 05:27:50','',42,'http://03785f6.netsolhost.com/wordpress/42-revision-v1/',0,'revision','',0),(710,1,'2014-03-11 19:36:49','2014-03-11 19:36:49','<font size=\"5\"><strong>Contact Us</font>\r\n\r\nSean Womack\r\nBeissel Insurance Service, Inc.</strong>\r\n13732 Newport Avenue\r\nSuite #5 (2nd Floor)\r\nTustin, CA 92780\r\n\r\n<strong>Phone Number:</strong>\r\nMobile: 949-940-6934\r\n\r\n<strong>Office Hours:</strong>\r\nMonday - Friday: 8 AM - 5 PM\r\nSaturday & Sunday: Closed\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Map-e1394566568773.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Map-150x150.jpg\" alt=\"Map\" width=\"150\" height=\"150\" class=\"alignnone size-thumbnail wp-image-709\" /></a>\r\n\r\n<strong><u>Directions</strong></u>\r\n\r\n<strong>From I-5 Northbound</strong>\r\n\r\n1. Follow I-5 North and take the Red Hill Ave exit \r\n2. Turn right onto Red Hill Ave\r\n3. Take the 1st left onto El Camino Real\r\n4. Turn right onto Newport Ave\r\n\r\nOur office is on the right after you pass San Juan St\r\n\r\n<strong>From I-5 Southbound</strong>\r\n\r\n1. Follow I-5 South and take the Newport Ave exit\r\n2. Turn left onto Newport Ave\r\n\r\nOur office is on the right after you pass San Juan St\r\n\r\n<strong>From I-55 Northbound</strong>\r\n\r\n1. Follow I-55 North and take the McFadden Ave exit\r\n2. Merge onto Sycamore Ave\r\n3. Turn left onto Newport Ave\r\n\r\nOur office is on the right after you pass San Juan St\r\n\r\n<strong>From I-55 Southbound</strong>\r\n\r\n1. Follow I-55 South and take the ramp onto I-5 South\r\n2. Keep right at the fork, follow signs for Newport Avenue\r\n3. Turn left onto Newport Ave\r\n\r\nOur office is on the right after you pass San Juan St\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Contact Us','','inherit','open','open','','173-revision-v1','','','2014-03-11 19:36:49','2014-03-11 19:36:49','',173,'http://03785f6.netsolhost.com/wordpress/173-revision-v1/',0,'revision','',0),(678,1,'2014-03-11 05:42:31','2014-03-11 05:42:31','<font size=\"5\"><strong>Contact Us</font>\r\n\r\nSean Womack\r\nBeissel Insurance Service, Inc.</strong>\r\n13732 Newport Avenue\r\nSuite #5 (2nd Floor)\r\nTustin, CA 92780\r\n\r\n<strong>Phone Number:</strong>\r\nMobile: 949-940-6934\r\n\r\n<strong>Office Hours:</strong>\r\nMonday - Friday: 8 AM - 5 PM\r\nSaturday & Sunday: Closed\r\n\r\n<strong>Directions</strong>\r\n\r\n<strong>From I-5 Northbound</strong>\r\n\r\n1. Follow I-5 North and take the Red Hill Ave exit \r\n2. Turn right onto Red Hill Ave\r\n3. Take the 1st left onto El Camino Real\r\n4. Turn right onto Newport Ave\r\n\r\nOur office is on the right after you pass San Juan St\r\n\r\n<strong>From I-5 Southbound</strong>\r\n\r\n1. Follow I-5 South and take the Newport Ave exit\r\n2. Turn left onto Newport Ave\r\n\r\nOur office is on the right after you pass San Juan St\r\n\r\n<strong>From I-55 Northbound</strong>\r\n\r\n1. Follow I-55 North and take the McFadden Ave exit\r\n2. Merge onto Sycamore Ave\r\n3. Turn left onto Newport Ave\r\n\r\nOur office is on the right after you pass San Juan St\r\n\r\n<strong>From I-55 Southbound</strong>\r\n\r\n1. Follow I-55 South and take the ramp onto I-5 South\r\n2. Keep right at the fork, follow signs for Newport Avenue\r\n3. Turn left onto Newport Ave\r\n\r\nOur office is on the right after you pass San Juan St\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Contact Us','','inherit','open','open','','173-revision-v1','','','2014-03-11 05:42:31','2014-03-11 05:42:31','',173,'http://03785f6.netsolhost.com/wordpress/173-revision-v1/',0,'revision','',0),(679,1,'2014-03-11 05:43:05','2014-03-11 05:43:05','<font size=\"5\"><strong>Contact Us</font>\r\n\r\nSean Womack\r\nBeissel Insurance Service, Inc.</strong>\r\n13732 Newport Avenue\r\nSuite #5 (2nd Floor)\r\nTustin, CA 92780\r\n\r\n<strong>Phone Number:</strong>\r\nMobile: 949-940-6934\r\n\r\n<strong>Office Hours:</strong>\r\nMonday - Friday: 8 AM - 5 PM\r\nSaturday & Sunday: Closed\r\n\r\n<strong><u>Directions</strong></u>\r\n\r\n<strong>From I-5 Northbound</strong>\r\n\r\n1. Follow I-5 North and take the Red Hill Ave exit \r\n2. Turn right onto Red Hill Ave\r\n3. Take the 1st left onto El Camino Real\r\n4. Turn right onto Newport Ave\r\n\r\nOur office is on the right after you pass San Juan St\r\n\r\n<strong>From I-5 Southbound</strong>\r\n\r\n1. Follow I-5 South and take the Newport Ave exit\r\n2. Turn left onto Newport Ave\r\n\r\nOur office is on the right after you pass San Juan St\r\n\r\n<strong>From I-55 Northbound</strong>\r\n\r\n1. Follow I-55 North and take the McFadden Ave exit\r\n2. Merge onto Sycamore Ave\r\n3. Turn left onto Newport Ave\r\n\r\nOur office is on the right after you pass San Juan St\r\n\r\n<strong>From I-55 Southbound</strong>\r\n\r\n1. Follow I-55 South and take the ramp onto I-5 South\r\n2. Keep right at the fork, follow signs for Newport Avenue\r\n3. Turn left onto Newport Ave\r\n\r\nOur office is on the right after you pass San Juan St\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Contact Us','','inherit','open','open','','173-revision-v1','','','2014-03-11 05:43:05','2014-03-11 05:43:05','',173,'http://03785f6.netsolhost.com/wordpress/173-revision-v1/',0,'revision','',0),(680,1,'2014-03-11 05:47:33','2014-03-11 05:47:33','<font size=\"5\"><strong>Welcome to the Online Home of Sean Womack</strong></font>\r\n\r\nProudly located in the heart of Southern California, Sean Womack and his team have been serving the coverage needs of individuals, families, and businesses in California for over a decade. With a dedication to our local community, Sean and his team have continue to become a leader for California insurance in Orange County.\r\n\r\nAs a agent for a local independent agency, Sean and his team represent a multitude of insurance companies, from companies that write insurance across the nation to companies that focus writing insurance in California. Therefore, we are able to effectively compare coverages and rates to ensure that our clients have options.\r\n\r\nWhether you are looking for a California Auto Insurance policy or California Home Insurance, Sean Womack and his team have the policy that you are looking for.\r\n\r\nContact Sean Womack today to discover your options of California insurance strategies. Call us at 714-838-0601 and receive your free California insurance quotes today!\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Home Page','','inherit','open','open','','8-revision-v1','','','2014-03-11 05:47:33','2014-03-11 05:47:33','',8,'http://03785f6.netsolhost.com/wordpress/8-revision-v1/',0,'revision','',0),(681,1,'2014-03-11 05:52:09','2014-03-11 05:52:09','<font size=\"5\"><strong>Welcome to the Online Home of Sean Womack</strong></font>\r\n\r\nSean Womack is a licensed insurance agent for Beissel Insurance Services--an agency that has been proudly serving the insurance needs of Californians for almost 40 years!\r\n\r\nProudly located in the heart of Southern California, Beissel Insurance Services have been serving the coverage needs of individuals, families, and businesses all across the state. With a dedication to our local community, Sean and his team have continued to become a leader for California insurance in Orange County.\r\n\r\nAs an agent for a local independent agency, Sean Womack represents a multitude of insurance companies, from companies that write insurance across the nation to companies that focus writing insurance in California. Therefore, we are able to effectively compare coverages and rates to ensure that our clients have options.\r\n\r\nWhether you are looking for a California Auto Insurance policy or California Home Insurance, Sean Womack and his team have the policy that you are looking for.\r\n\r\nContact Sean Womack today to discover your options of California insurance strategies. Call us at 949-940-6934 and receive your free California insurance quotes today!\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Home Page','','inherit','open','open','','8-revision-v1','','','2014-03-11 05:52:09','2014-03-11 05:52:09','',8,'http://03785f6.netsolhost.com/wordpress/8-revision-v1/',0,'revision','',0),(682,1,'2014-03-11 05:53:21','2014-03-11 05:53:21','<font size=\"5\"><strong>Welcome to the Online Home of Sean Womack</strong></font>\r\n\r\nSean Womack is a licensed insurance agent for Beissel Insurance Services--an agency that has been proudly serving the insurance needs of Californians for almost 40 years!\r\n\r\nProudly located in the heart of Southern California, Beissel Insurance Services have been serving the coverage needs of individuals, families, and businesses all across the state. With a dedication to our local community, Sean and his team have continued to become a leader for California insurance in Orange County.\r\n\r\nAs an agent for a local independent agency, Sean Womack represents a multitude of insurance companies, from companies that write insurance across the nation to companies that focus writing insurance in California. Therefore, we are able to effectively compare coverages and rates to ensure that our clients have options.\r\n\r\nWhether you are looking for a California Auto Insurance policy or California Home Insurance, Sean Womack and his team have the policy that you are looking for.\r\n\r\nContact Sean Womack today to discover your options of California insurance options. Call us at 949-940-6934 and receive your free California insurance quotes today!\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Home Page','','inherit','open','open','','8-revision-v1','','','2014-03-11 05:53:21','2014-03-11 05:53:21','',8,'http://03785f6.netsolhost.com/wordpress/8-revision-v1/',0,'revision','',0),(684,1,'2014-03-11 06:32:24','2014-03-11 06:32:24','<strong><font size=\"5\">Our Approach</font></strong>\r\n\r\nOur approach to insurance is both simple and complex. Simply, we operate with integrity and professionalism--always remembering that our business is centered and driven by the client. Therefore, we always try to make sure that the needs of our clients come first.\r\n\r\nOn the other hand, the insurance industry, by nature, is complex. Every client is assigned an insurance professional to manage the complex process, however, all of our licensed agents are available to assist our clients if need be.\r\n\r\nAt every part of the insurance experience--from signing an application to making a change to a policy--Sean Womack and his team try to make insurance understandable to our clients and answer any questions they have regarding coverage, billing, claims, or any other insurance related matter.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Our Approach','','publish','closed','closed','','our-approach','','','2014-05-15 03:44:01','2014-05-15 03:44:01','',42,'http://03785f6.netsolhost.com/wordpress/?page_id=684',0,'page','',0),(685,1,'2014-03-11 06:32:24','2014-03-11 06:32:24','<strong><font size=\"5\">Our Approach</font></strong>\r\n\r\nOur approach to insurance is both simple and complex. Simply, we operate with integrity and professionalism--always remembering that our business is centered and driven by the client. Therefore, we always try to make sure that the needs of our clients come first.\r\n\r\nOn the other hand, the insurance industry, by nature, is complex. Every client is assigned an insurance professional to manage the complex process, however, all of our licensed agents are available to assist our clients if need be.\r\n\r\nAt every part of the insurance experience--from signing an application to making a change to a policy--Sean Womack and his team try to make insurance understandable to our clients and answer any questions they have regarding coverage, billing, claims, or any other insurance related matter.\r\n ','Our Approach','','inherit','open','open','','684-revision-v1','','','2014-03-11 06:32:24','2014-03-11 06:32:24','',684,'http://03785f6.netsolhost.com/wordpress/684-revision-v1/',0,'revision','',0),(686,1,'2014-03-11 06:33:37','2014-03-11 06:33:37',' ','','','publish','open','open','','686','','','2014-05-15 19:21:09','2014-05-15 19:21:09','',42,'http://03785f6.netsolhost.com/wordpress/?p=686',58,'nav_menu_item','',0),(687,1,'2014-03-11 18:00:41','2014-03-11 18:00:41','<strong><font size=\"5\">Our Customers in the City of Anaheim, CA</font></strong>\n\nSean Womack and his team at Beissel Insurance Service are located only a couple of minutes from Anaheim. For almost 40 years, Beissel Insurance Service has been providing insurance options for hundreds of individuals, families, and businesses in Orange County including those in the city of Anaheim.\n\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Anaheim','','inherit','open','open','','16-autosave-v1','','','2014-03-11 18:00:41','2014-03-11 18:00:41','',16,'http://03785f6.netsolhost.com/wordpress/16-autosave-v1/',0,'revision','',0),(688,1,'2014-03-11 17:52:20','2014-03-11 17:52:20','<strong><font size=\"5\">Our Customers in the City of Anaheim, CA</font></strong>\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Anaheim','','inherit','open','open','','16-revision-v1','','','2014-03-11 17:52:20','2014-03-11 17:52:20','',16,'http://03785f6.netsolhost.com/wordpress/16-revision-v1/',0,'revision','',0),(689,1,'2014-03-11 17:59:35','2014-03-11 17:59:35','<strong><font size=\"5\">Our Customers in the City of Anaheim, CA</font></strong>\r\n\r\nSean Womack and his team at Beissel Insurance Service are located next door in Tustin, CA--only a couple of minutes from Anaheim. For almost 40 years, Beissel Insurance Service has been providing insurance options for hundreds of individuals, families, and businesses in Orange County including those in the city of Anaheim.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Anaheim','','inherit','open','open','','16-revision-v1','','','2014-03-11 17:59:35','2014-03-11 17:59:35','',16,'http://03785f6.netsolhost.com/wordpress/16-revision-v1/',0,'revision','',0),(690,1,'2014-03-11 18:01:47','2014-03-11 18:01:47','<strong><font size=\"5\">Our Customers in the City of Brea, CA</font></strong>\r\n\r\nSean Womack and his team at Beissel Insurance Service are located next door in Tustin, CA--only a couple of minutes from Brea. For almost 40 years, Beissel Insurance Service has been providing insurance options for hundreds of individuals, families, and businesses in Orange County including those in the city of Brea.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Brea','','inherit','open','open','','18-revision-v1','','','2014-03-11 18:01:47','2014-03-11 18:01:47','',18,'http://03785f6.netsolhost.com/wordpress/18-revision-v1/',0,'revision','',0),(691,1,'2014-03-11 18:02:17','2014-03-11 18:02:17','<strong><font size=\"5\">Our Customers in the City of Costa Mesa, CA</font></strong>\r\n\r\nSean Womack and his team at Beissel Insurance Service are located next door in Tustin, CA--only a couple of minutes from Costa Mesa. For almost 40 years, Beissel Insurance Service has been providing insurance options for hundreds of individuals, families, and businesses in Orange County including those in the city of Costa Mesa.\r\n\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Costa Mesa','','inherit','open','open','','22-revision-v1','','','2014-03-11 18:02:17','2014-03-11 18:02:17','',22,'http://03785f6.netsolhost.com/wordpress/22-revision-v1/',0,'revision','',0),(692,1,'2014-03-11 18:02:34','2014-03-11 18:02:34','<strong><font size=\"5\">Our Customers in the City of Fountain Valley, CA</font></strong>\n\nSean Womack and his team at Beissel Insurance Service are located next door in Tustin, CA--only a couple of minutes from Anaheim. For almost 40 years, Beissel Insurance Service has been providing insurance options for hundreds of individuals, families, and businesses in Orange County including those in the city of Anaheim.\n\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Fountain Valley','','inherit','open','open','','26-autosave-v1','','','2014-03-11 18:02:34','2014-03-11 18:02:34','',26,'http://03785f6.netsolhost.com/wordpress/26-autosave-v1/',0,'revision','',0),(693,1,'2014-03-11 18:02:56','2014-03-11 18:02:56','<strong><font size=\"5\">Our Customers in the City of Fountain Valley, CA</font></strong>\r\n\r\nSean Womack and his team at Beissel Insurance Service are located next door in Tustin, CA--only a couple of minutes from Fountain Valley. For almost 40 years, Beissel Insurance Service has been providing insurance options for hundreds of individuals, families, and businesses in Orange County including those in the city of Fountain Valley.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Fountain Valley','','inherit','open','open','','26-revision-v1','','','2014-03-11 18:02:56','2014-03-11 18:02:56','',26,'http://03785f6.netsolhost.com/wordpress/26-revision-v1/',0,'revision','',0),(694,1,'2014-03-11 18:03:22','2014-03-11 18:03:22','<strong><font size=\"5\">Our Customers in the City of Fullerton, CA</font></strong>\r\n\r\nSean Womack and his team at Beissel Insurance Service are located next door in Tustin, CA--only a couple of minutes from Fullerton. For almost 40 years, Beissel Insurance Service has been providing insurance options for hundreds of individuals, families, and businesses in Orange County including those in the city of Fullerton.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Fullerton','','inherit','open','open','','28-revision-v1','','','2014-03-11 18:03:22','2014-03-11 18:03:22','',28,'http://03785f6.netsolhost.com/wordpress/28-revision-v1/',0,'revision','',0),(695,1,'2014-03-11 18:03:48','2014-03-11 18:03:48','<strong><font size=\"5\">Our Customers in the City of Garden Grove, CA</font></strong>\n\nSean Womack and his team at Beissel Insurance Service are located next door in Tustin, CA--only a couple of minutes from Garden Grove. For almost 40 years, Beissel Insurance Service has been providing insurance options for hundreds of individuals, families, and businesses in Orange County including those in the city of Garden Grove.\n\n\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Garden Grove','','inherit','open','open','','30-autosave-v1','','','2014-03-11 18:03:48','2014-03-11 18:03:48','',30,'http://03785f6.netsolhost.com/wordpress/30-autosave-v1/',0,'revision','',0),(696,1,'2014-03-11 18:03:50','2014-03-11 18:03:50','<strong><font size=\"5\">Our Customers in the City of Garden Grove, CA</font></strong>\r\n\r\nSean Womack and his team at Beissel Insurance Service are located next door in Tustin, CA--only a couple of minutes from Garden Grove. For almost 40 years, Beissel Insurance Service has been providing insurance options for hundreds of individuals, families, and businesses in Orange County including those in the city of Garden Grove.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Garden Grove','','inherit','open','open','','30-revision-v1','','','2014-03-11 18:03:50','2014-03-11 18:03:50','',30,'http://03785f6.netsolhost.com/wordpress/30-revision-v1/',0,'revision','',0),(697,1,'2014-03-11 18:04:23','2014-03-11 18:04:23','<strong><font size=\"5\">Our Customers in the City of Huntington Beach, CA</font></strong>\r\n\r\nSean Womack and his team at Beissel Insurance Service are located next door in Tustin, CA--only a couple of minutes from Huntington Beach. For almost 40 years, Beissel Insurance Service has been providing insurance options for hundreds of individuals, families, and businesses in Orange County including those in the city of Huntington Beach.\r\n\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Huntington Beach','','inherit','open','open','','62-revision-v1','','','2014-03-11 18:04:23','2014-03-11 18:04:23','',62,'http://03785f6.netsolhost.com/wordpress/62-revision-v1/',0,'revision','',0),(698,1,'2014-03-11 18:04:51','2014-03-11 18:04:51','<strong><font size=\"5\">Our Customers in the City of Anaheim, CA</font></strong>\n\nSean Womack and his team at Beissel Insurance Service are located next door in Tustin, CA--only a couple of minutes from Anaheim. For almost 40 years, Beissel Insurance Service has been providing insurance options for hundreds of individuals, families, and businesses in Orange County including those in the city of Anaheim.\n\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Irvine','','inherit','open','open','','64-autosave-v1','','','2014-03-11 18:04:51','2014-03-11 18:04:51','',64,'http://03785f6.netsolhost.com/wordpress/64-autosave-v1/',0,'revision','',0),(699,1,'2014-03-11 18:05:03','2014-03-11 18:05:03','<strong><font size=\"5\">Our Customers in the City of Irvine, CA</font></strong>\r\n\r\nSean Womack and his team at Beissel Insurance Service are located next door in Tustin, CA--only a couple of minutes from Irvine. For almost 40 years, Beissel Insurance Service has been providing insurance options for hundreds of individuals, families, and businesses in Orange County including those in the city of Irvine.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Irvine','','inherit','open','open','','64-revision-v1','','','2014-03-11 18:05:03','2014-03-11 18:05:03','',64,'http://03785f6.netsolhost.com/wordpress/64-revision-v1/',0,'revision','',0),(700,1,'2014-03-11 18:05:32','2014-03-11 18:05:32','<strong><font size=\"5\">Our Customers in the City of Newport Beach, CA</font></strong>\r\n\r\nSean Womack and his team at Beissel Insurance Service are located next door in Tustin, CA--only a couple of minutes from Newport Beach. For almost 40 years, Beissel Insurance Service has been providing insurance options for hundreds of individuals, families, and businesses in Orange County including those in the city of Newport Beach.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Newport Beach','','inherit','open','open','','94-revision-v1','','','2014-03-11 18:05:32','2014-03-11 18:05:32','',94,'http://03785f6.netsolhost.com/wordpress/94-revision-v1/',0,'revision','',0),(701,1,'2014-03-11 18:05:55','2014-03-11 18:05:55','<strong><font size=\"5\">Our Customers in the City of Orange, CA</font></strong>\n\nSean Womack and his team at Beissel Insurance Service are located next door in Tustin, CA--only a couple of minutes from Orange. For almost 40 years, Beissel Insurance Service has been providing insurance options for hundreds of individuals, families, and businesses in Orange County including those in the city of Orange.\n\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Orange','','inherit','open','open','','96-autosave-v1','','','2014-03-11 18:05:55','2014-03-11 18:05:55','',96,'http://03785f6.netsolhost.com/wordpress/96-autosave-v1/',0,'revision','',0),(702,1,'2014-03-11 18:05:57','2014-03-11 18:05:57','<strong><font size=\"5\">Our Customers in the City of Orange, CA</font></strong>\r\n\r\nSean Womack and his team at Beissel Insurance Service are located next door in Tustin, CA--only a couple of minutes from Orange. For almost 40 years, Beissel Insurance Service has been providing insurance options for hundreds of individuals, families, and businesses in Orange County including those in the city of Orange.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Orange','','inherit','open','open','','96-revision-v1','','','2014-03-11 18:05:57','2014-03-11 18:05:57','',96,'http://03785f6.netsolhost.com/wordpress/96-revision-v1/',0,'revision','',0),(703,1,'2014-03-11 18:06:20','2014-03-11 18:06:20','<strong><font size=\"5\">Our Customers in the City of Placentia, CA</font></strong>\r\n\r\nSean Womack and his team at Beissel Insurance Service are located next door in Tustin, CA--only a couple of minutes from Placentia. For almost 40 years, Beissel Insurance Service has been providing insurance options for hundreds of individuals, families, and businesses in Orange County including those in the city of Placentia.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Placentia','','inherit','open','open','','98-revision-v1','','','2014-03-11 18:06:20','2014-03-11 18:06:20','',98,'http://03785f6.netsolhost.com/wordpress/98-revision-v1/',0,'revision','',0),(704,1,'2014-03-11 18:06:45','2014-03-11 18:06:45','<strong><font size=\"5\">Our Customers in the City of Santa Ana, CA</font></strong>\r\n\r\nSean Womack and his team at Beissel Insurance Service are located next door in Tustin, CA--only a couple of minutes from Santa Ana. For almost 40 years, Beissel Insurance Service has been providing insurance options for hundreds of individuals, families, and businesses in Orange County including those in the city of Santa Ana.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Santa Ana','','inherit','open','open','','106-revision-v1','','','2014-03-11 18:06:45','2014-03-11 18:06:45','',106,'http://03785f6.netsolhost.com/wordpress/106-revision-v1/',0,'revision','',0),(705,1,'2014-03-11 18:07:49','2014-03-11 18:07:49','<strong><font size=\"5\">Our Customers in the City of Villa Park, CA</font></strong>\r\n\r\nSean Womack and his team at Beissel Insurance Service are located next door in Tustin, CA--only a couple of minutes from Villa Park. For almost 40 years, Beissel Insurance Service has been providing insurance options for hundreds of individuals, families, and businesses in Orange County including those in the city of Villa Park.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Villa Park','','inherit','open','open','','126-revision-v1','','','2014-03-11 18:07:49','2014-03-11 18:07:49','',126,'http://03785f6.netsolhost.com/wordpress/126-revision-v1/',0,'revision','',0),(706,1,'2014-03-11 18:08:05','2014-03-11 18:08:05','<strong><font size=\"5\">Our Customers in the City of Westminster, CA</font></strong>\n\nSean Womack and his team at Beissel Insurance Service are located next door in Tustin, CA--only a couple of minutes from Westminster. For almost 40 years, Beissel Insurance Service has been providing insurance options for hundreds of individuals, families, and businesses in Orange County including those in the city of Anaheim.\n\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Westminster','','inherit','open','open','','128-autosave-v1','','','2014-03-11 18:08:05','2014-03-11 18:08:05','',128,'http://03785f6.netsolhost.com/wordpress/128-autosave-v1/',0,'revision','',0),(707,1,'2014-03-11 18:08:11','2014-03-11 18:08:11','<strong><font size=\"5\">Our Customers in the City of Westminster, CA</font></strong>\r\n\r\nSean Womack and his team at Beissel Insurance Service are located next door in Tustin, CA--only a couple of minutes from Westminster. For almost 40 years, Beissel Insurance Service has been providing insurance options for hundreds of individuals, families, and businesses in Orange County including those in the city of Westminster.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Westminster','','inherit','open','open','','128-revision-v1','','','2014-03-11 18:08:11','2014-03-11 18:08:11','',128,'http://03785f6.netsolhost.com/wordpress/128-revision-v1/',0,'revision','',0),(708,1,'2014-03-11 18:08:32','2014-03-11 18:08:32','<strong><font size=\"5\">Our Customers in the City of Yorba Linda, CA</font></strong>\r\n\r\nSean Womack and his team at Beissel Insurance Service are located next door in Tustin, CA--only a couple of minutes from Yorba Linda. For almost 40 years, Beissel Insurance Service has been providing insurance options for hundreds of individuals, families, and businesses in Orange County including those in the city of Yorba Linda.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Yorba Linda','','inherit','open','open','','130-revision-v1','','','2014-03-11 18:08:32','2014-03-11 18:08:32','',130,'http://03785f6.netsolhost.com/wordpress/130-revision-v1/',0,'revision','',0),(711,1,'2014-03-11 19:37:36','2014-03-11 19:37:36','<font size=\"5\"><strong>Contact Us</font>\r\n\r\nSean Womack\r\nBeissel Insurance Service, Inc.</strong>\r\n13732 Newport Avenue\r\nSuite #5 (2nd Floor)\r\nTustin, CA 92780\r\n\r\n<strong>Phone Number:</strong>\r\nMobile: 949-940-6934\r\n\r\n<strong>Office Hours:</strong>\r\nMonday - Friday: 8 AM - 5 PM\r\nSaturday & Sunday: Closed\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Map.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Map.jpg\" alt=\"Map\" width=\"1236\" height=\"756\" class=\"alignnone size-full wp-image-709\" /></a>\r\n\r\n<strong><u>Directions</strong></u>\r\n\r\n<strong>From I-5 Northbound</strong>\r\n\r\n1. Follow I-5 North and take the Red Hill Ave exit \r\n2. Turn right onto Red Hill Ave\r\n3. Take the 1st left onto El Camino Real\r\n4. Turn right onto Newport Ave\r\n\r\nOur office is on the right after you pass San Juan St\r\n\r\n<strong>From I-5 Southbound</strong>\r\n\r\n1. Follow I-5 South and take the Newport Ave exit\r\n2. Turn left onto Newport Ave\r\n\r\nOur office is on the right after you pass San Juan St\r\n\r\n<strong>From I-55 Northbound</strong>\r\n\r\n1. Follow I-55 North and take the McFadden Ave exit\r\n2. Merge onto Sycamore Ave\r\n3. Turn left onto Newport Ave\r\n\r\nOur office is on the right after you pass San Juan St\r\n\r\n<strong>From I-55 Southbound</strong>\r\n\r\n1. Follow I-55 South and take the ramp onto I-5 South\r\n2. Keep right at the fork, follow signs for Newport Avenue\r\n3. Turn left onto Newport Ave\r\n\r\nOur office is on the right after you pass San Juan St\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Contact Us','','inherit','open','open','','173-revision-v1','','','2014-03-11 19:37:36','2014-03-11 19:37:36','',173,'http://03785f6.netsolhost.com/wordpress/173-revision-v1/',0,'revision','',0),(713,1,'2014-03-11 19:40:35','2014-03-11 19:40:35','<font size=\"5\"><strong>Contact Us</font>\r\n\r\nSean Womack\r\nBeissel Insurance Service, Inc.</strong>\r\n13732 Newport Avenue\r\nSuite #5 (2nd Floor)\r\nTustin, CA 92780\r\n\r\n<strong>Phone Number:</strong>\r\nMobile: 949-940-6934\r\n\r\n<strong>Office Hours:</strong>\r\nMonday - Friday: 8 AM - 5 PM\r\nSaturday & Sunday: Closed\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Map1.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Map1-150x150.jpg\" alt=\"Map\" width=\"150\" height=\"150\" class=\"alignnone size-thumbnail wp-image-712\" /></a>\r\n\r\n<strong><u>Directions</strong></u>\r\n\r\n<strong>From I-5 Northbound</strong>\r\n\r\n1. Follow I-5 North and take the Red Hill Ave exit \r\n2. Turn right onto Red Hill Ave\r\n3. Take the 1st left onto El Camino Real\r\n4. Turn right onto Newport Ave\r\n\r\nOur office is on the right after you pass San Juan St\r\n\r\n<strong>From I-5 Southbound</strong>\r\n\r\n1. Follow I-5 South and take the Newport Ave exit\r\n2. Turn left onto Newport Ave\r\n\r\nOur office is on the right after you pass San Juan St\r\n\r\n<strong>From I-55 Northbound</strong>\r\n\r\n1. Follow I-55 North and take the McFadden Ave exit\r\n2. Merge onto Sycamore Ave\r\n3. Turn left onto Newport Ave\r\n\r\nOur office is on the right after you pass San Juan St\r\n\r\n<strong>From I-55 Southbound</strong>\r\n\r\n1. Follow I-55 South and take the ramp onto I-5 South\r\n2. Keep right at the fork, follow signs for Newport Avenue\r\n3. Turn left onto Newport Ave\r\n\r\nOur office is on the right after you pass San Juan St\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Contact Us','','inherit','open','open','','173-revision-v1','','','2014-03-11 19:40:35','2014-03-11 19:40:35','',173,'http://03785f6.netsolhost.com/wordpress/173-revision-v1/',0,'revision','',0),(715,1,'2014-03-11 19:42:23','2014-03-11 19:42:23','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" width=\"1\" height=\"1\" class=\"alignnone size-thumbnail wp-image-466\" />\r\n\r\n</a><font size=\"5\"><strong>Contact Us</font>\r\n\r\nSean Womack\r\nBeissel Insurance Service, Inc.</strong>\r\n13732 Newport Avenue\r\nSuite #5 (2nd Floor)\r\nTustin, CA 92780\r\n\r\n<strong>Phone Number:</strong>\r\nMobile: 949-940-6934\r\n\r\n<strong>Office Hours:</strong>\r\nMonday - Friday: 8 AM - 5 PM\r\nSaturday & Sunday: Closed\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Map1.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Map1-150x150.jpg\" alt=\"Map\" width=\"150\" height=\"150\" class=\"alignnone size-thumbnail wp-image-712\" /></a>\r\n\r\n<strong><u>Directions</strong></u>\r\n\r\n<strong>From I-5 Northbound</strong>\r\n\r\n1. Follow I-5 North and take the Red Hill Ave exit \r\n2. Turn right onto Red Hill Ave\r\n3. Take the 1st left onto El Camino Real\r\n4. Turn right onto Newport Ave\r\n\r\nOur office is on the right after you pass San Juan St\r\n\r\n<strong>From I-5 Southbound</strong>\r\n\r\n1. Follow I-5 South and take the Newport Ave exit\r\n2. Turn left onto Newport Ave\r\n\r\nOur office is on the right after you pass San Juan St\r\n\r\n<strong>From I-55 Northbound</strong>\r\n\r\n1. Follow I-55 North and take the McFadden Ave exit\r\n2. Merge onto Sycamore Ave\r\n3. Turn left onto Newport Ave\r\n\r\nOur office is on the right after you pass San Juan St\r\n\r\n<strong>From I-55 Southbound</strong>\r\n\r\n1. Follow I-55 South and take the ramp onto I-5 South\r\n2. Keep right at the fork, follow signs for Newport Avenue\r\n3. Turn left onto Newport Ave\r\n\r\nOur office is on the right after you pass San Juan St\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Contact Us','','inherit','open','open','','173-revision-v1','','','2014-03-11 19:42:23','2014-03-11 19:42:23','',173,'http://03785f6.netsolhost.com/wordpress/173-revision-v1/',0,'revision','',0),(717,1,'2014-03-11 19:42:58','2014-03-11 19:42:58','','Office Map','','inherit','open','open','','map','','','2014-03-11 19:42:58','2014-03-11 19:42:58','',173,'http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Map.jpg',0,'attachment','image/jpeg',0),(718,1,'2014-03-11 19:43:04','2014-03-11 19:43:04','<font size=\"5\"><strong>Contact Us</font>\r\n\r\nSean Womack\r\nBeissel Insurance Service, Inc.</strong>\r\n13732 Newport Avenue\r\nSuite #5 (2nd Floor)\r\nTustin, CA 92780\r\n\r\n<strong>Phone Number:</strong>\r\nMobile: 949-940-6934\r\n\r\n<strong>Office Hours:</strong>\r\nMonday - Friday: 8 AM - 5 PM\r\nSaturday & Sunday: Closed\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Map.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Map-150x150.jpg\" alt=\"Map\" width=\"150\" height=\"150\" class=\"alignnone size-thumbnail wp-image-717\" /></a>\r\n\r\n<strong><u>Directions</strong></u>\r\n\r\n<strong>From I-5 Northbound</strong>\r\n\r\n1. Follow I-5 North and take the Red Hill Ave exit \r\n2. Turn right onto Red Hill Ave\r\n3. Take the 1st left onto El Camino Real\r\n4. Turn right onto Newport Ave\r\n\r\nOur office is on the right after you pass San Juan St\r\n\r\n<strong>From I-5 Southbound</strong>\r\n\r\n1. Follow I-5 South and take the Newport Ave exit\r\n2. Turn left onto Newport Ave\r\n\r\nOur office is on the right after you pass San Juan St\r\n\r\n<strong>From I-55 Northbound</strong>\r\n\r\n1. Follow I-55 North and take the McFadden Ave exit\r\n2. Merge onto Sycamore Ave\r\n3. Turn left onto Newport Ave\r\n\r\nOur office is on the right after you pass San Juan St\r\n\r\n<strong>From I-55 Southbound</strong>\r\n\r\n1. Follow I-55 South and take the ramp onto I-5 South\r\n2. Keep right at the fork, follow signs for Newport Avenue\r\n3. Turn left onto Newport Ave\r\n\r\nOur office is on the right after you pass San Juan St\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Contact Us','','inherit','open','open','','173-revision-v1','','','2014-03-11 19:43:04','2014-03-11 19:43:04','',173,'http://03785f6.netsolhost.com/wordpress/173-revision-v1/',0,'revision','',0),(719,1,'2014-03-11 19:43:36','2014-03-11 19:43:36','<font size=\"5\"><strong>Contact Us</font>\r\n\r\nSean Womack\r\nBeissel Insurance Service, Inc.</strong>\r\n13732 Newport Avenue\r\nSuite #5 (2nd Floor)\r\nTustin, CA 92780\r\n\r\n<strong>Phone Number:</strong>\r\nMobile: 949-940-6934\r\n\r\n<strong>Office Hours:</strong>\r\nMonday - Friday: 8 AM - 5 PM\r\nSaturday & Sunday: Closed\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Map.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Map.jpg\" alt=\"Office Map\" width=\"750\" height=\"578\" class=\"alignnone size-full wp-image-717\" /></a>\r\n\r\n<strong><u>Directions</strong></u>\r\n\r\n<strong>From I-5 Northbound</strong>\r\n\r\n1. Follow I-5 North and take the Red Hill Ave exit \r\n2. Turn right onto Red Hill Ave\r\n3. Take the 1st left onto El Camino Real\r\n4. Turn right onto Newport Ave\r\n\r\nOur office is on the right after you pass San Juan St\r\n\r\n<strong>From I-5 Southbound</strong>\r\n\r\n1. Follow I-5 South and take the Newport Ave exit\r\n2. Turn left onto Newport Ave\r\n\r\nOur office is on the right after you pass San Juan St\r\n\r\n<strong>From I-55 Northbound</strong>\r\n\r\n1. Follow I-55 North and take the McFadden Ave exit\r\n2. Merge onto Sycamore Ave\r\n3. Turn left onto Newport Ave\r\n\r\nOur office is on the right after you pass San Juan St\r\n\r\n<strong>From I-55 Southbound</strong>\r\n\r\n1. Follow I-55 South and take the ramp onto I-5 South\r\n2. Keep right at the fork, follow signs for Newport Avenue\r\n3. Turn left onto Newport Ave\r\n\r\nOur office is on the right after you pass San Juan St\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Contact Us','','inherit','open','open','','173-revision-v1','','','2014-03-11 19:43:36','2014-03-11 19:43:36','',173,'http://03785f6.netsolhost.com/wordpress/173-revision-v1/',0,'revision','',0),(721,1,'2014-03-11 21:08:01','2014-03-11 21:08:01','<center>\r\n<font size=\"5\"><strong>Proudly Serving</font></strong>\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Tustin-City-Seal.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Tustin-City-Seal-150x150.jpg\" alt=\"Tustin City Seal\" width=\"150\" height=\"150\" class=\"alignnone size-thumbnail wp-image-720\" /></a>\r\n</center>\r\n\r\n<h2><strong>Tustin Auto Insurance</strong></h2>\r\n\r\n<h2><strong>Tustin Home Insurance</strong></h2>\r\n\r\n<h2><strong>Tustin Business Insurance</strong></h2>\r\n\r\nRunning a business requires a significant investment. As your trusted choice for Tustin business insurance, we know how important it is to protect that investment.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Tustin','','inherit','open','open','','124-revision-v1','','','2014-03-11 21:08:01','2014-03-11 21:08:01','',124,'http://03785f6.netsolhost.com/wordpress/124-revision-v1/',0,'revision','',0),(724,1,'2014-03-11 21:09:19','2014-03-11 21:09:19','<center>\r\n<font size=\"5\"><strong>Proudly Serving</font></strong>\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Tustin-City-Seal.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Tustin-City-Seal-150x150.jpg\" alt=\"Tustin City Seal\" width=\"150\" height=\"150\" class=\"alignnone size-thumbnail wp-image-720\" /></a>\r\n</center>\r\n\r\n<h2><strong>Tustin Auto Insurance</strong></h2>\r\n\r\n<h2><strong>Tustin Home Insurance</strong></h2>\r\n\r\n<h2><strong>Tustin Business Insurance</strong></h2>\r\n\r\nRunning a business requires a significant investment. As your trusted choice for Tustin business insurance, we know how important it is to protect that investment.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Tustin','','inherit','open','open','','124-revision-v1','','','2014-03-11 21:09:19','2014-03-11 21:09:19','',124,'http://03785f6.netsolhost.com/wordpress/124-revision-v1/',0,'revision','',0),(722,1,'2014-03-11 21:08:32','2014-03-11 21:08:32','<center>\r\n<font size=\"5\"><strong>Proudly</br>\r\nServing</font></strong>\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Tustin-City-Seal.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Tustin-City-Seal-150x150.jpg\" alt=\"Tustin City Seal\" width=\"150\" height=\"150\" class=\"alignnone size-thumbnail wp-image-720\" /></a>\r\n</center>\r\n\r\n<h2><strong>Tustin Auto Insurance</strong></h2>\r\n\r\n<h2><strong>Tustin Home Insurance</strong></h2>\r\n\r\n<h2><strong>Tustin Business Insurance</strong></h2>\r\n\r\nRunning a business requires a significant investment. As your trusted choice for Tustin business insurance, we know how important it is to protect that investment.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Tustin','','inherit','open','open','','124-revision-v1','','','2014-03-11 21:08:32','2014-03-11 21:08:32','',124,'http://03785f6.netsolhost.com/wordpress/124-revision-v1/',0,'revision','',0),(723,1,'2014-03-11 21:08:46','2014-03-11 21:08:46','<center>\r\n<font size=\"5\"><strong>Proudly</br>Serving</font></strong>\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Tustin-City-Seal.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Tustin-City-Seal-150x150.jpg\" alt=\"Tustin City Seal\" width=\"150\" height=\"150\" class=\"alignnone size-thumbnail wp-image-720\" /></a>\r\n</center>\r\n\r\n<h2><strong>Tustin Auto Insurance</strong></h2>\r\n\r\n<h2><strong>Tustin Home Insurance</strong></h2>\r\n\r\n<h2><strong>Tustin Business Insurance</strong></h2>\r\n\r\nRunning a business requires a significant investment. As your trusted choice for Tustin business insurance, we know how important it is to protect that investment.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Tustin','','inherit','open','open','','124-revision-v1','','','2014-03-11 21:08:46','2014-03-11 21:08:46','',124,'http://03785f6.netsolhost.com/wordpress/124-revision-v1/',0,'revision','',0),(725,1,'2014-03-11 21:09:59','2014-03-11 21:09:59','<center>\r\n<font size=\"5\"><strong>Proudly Serving</font></strong></center>\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Tustin-City-Seal.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Tustin-City-Seal-150x150.jpg\" alt=\"Tustin City Seal\" width=\"150\" height=\"150\" class=\"aligncenter size-thumbnail wp-image-720\" /></a>\r\n\r\n<h2><strong>Tustin Auto Insurance</strong></h2>\r\n\r\n<h2><strong>Tustin Home Insurance</strong></h2>\r\n\r\n<h2><strong>Tustin Business Insurance</strong></h2>\r\n\r\nRunning a business requires a significant investment. As your trusted choice for Tustin business insurance, we know how important it is to protect that investment.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Tustin','','inherit','open','open','','124-revision-v1','','','2014-03-11 21:09:59','2014-03-11 21:09:59','',124,'http://03785f6.netsolhost.com/wordpress/124-revision-v1/',0,'revision','',0),(726,1,'2014-03-11 21:10:44','2014-03-11 21:10:44','<h2><strong>Tustin Auto Insurance</strong></h2>\r\n\r\n<h2><strong>Tustin Home Insurance</strong></h2>\r\n\r\n<h2><strong>Tustin Business Insurance</strong></h2>\r\n\r\nRunning a business requires a significant investment. As your trusted choice for Tustin business insurance, we know how important it is to protect that investment.\r\n\r\n<center>\r\n<font size=\"5\"><strong>Proudly Serving</font></strong></center>\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Tustin-City-Seal.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Tustin-City-Seal-150x150.jpg\" alt=\"Tustin City Seal\" width=\"150\" height=\"150\" class=\"aligncenter size-thumbnail wp-image-720\" /></a>\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Tustin','','inherit','open','open','','124-revision-v1','','','2014-03-11 21:10:44','2014-03-11 21:10:44','',124,'http://03785f6.netsolhost.com/wordpress/124-revision-v1/',0,'revision','',0),(727,1,'2014-03-11 21:11:19','2014-03-11 21:11:19','<center>\r\n<font size=\"5\"><strong>Proudly Serving</font></strong></center>\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Tustin-City-Seal.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Tustin-City-Seal-150x150.jpg\" alt=\"Tustin City Seal\" width=\"150\" height=\"150\" class=\"aligncenter size-thumbnail wp-image-720\" /></a>\r\n\r\n<h2><strong>Tustin Auto Insurance</strong></h2>\r\n\r\n<h2><strong>Tustin Home Insurance</strong></h2>\r\n\r\n<h2><strong>Tustin Business Insurance</strong></h2>\r\n\r\nRunning a business requires a significant investment. As your trusted choice for Tustin business insurance, we know how important it is to protect that investment.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Tustin','','inherit','open','open','','124-revision-v1','','','2014-03-11 21:11:19','2014-03-11 21:11:19','',124,'http://03785f6.netsolhost.com/wordpress/124-revision-v1/',0,'revision','',0),(728,1,'2014-03-11 21:21:43','2014-03-11 21:21:43','','Santa Ana City Seal','','inherit','open','open','','santa-ana-city-seal','','','2014-03-11 21:21:43','2014-03-11 21:21:43','',106,'http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Santa-Ana-City-Seal.jpg',0,'attachment','image/jpeg',0),(729,1,'2014-03-11 21:21:46','2014-03-11 21:21:46','<center><font size=\"5\"><strong>Proudly Serving</strong></font></center>\n\n\n<strong><font size=\"5\">Our Customers in the City of Santa Ana, CA</font></strong>\n\nSean Womack and his team at Beissel Insurance Service are located next door in Tustin, CA--only a couple of minutes from Santa Ana. For almost 40 years, Beissel Insurance Service has been providing insurance options for hundreds of individuals, families, and businesses in Orange County including those in the city of Santa Ana.\n\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Santa Ana','','inherit','open','open','','106-autosave-v1','','','2014-03-11 21:21:46','2014-03-11 21:21:46','',106,'http://03785f6.netsolhost.com/wordpress/106-autosave-v1/',0,'revision','',0),(731,1,'2014-03-11 22:29:09','2014-03-11 22:29:09','<strong><font size=\"5\">Our Customers in the City of Santa Ana, CA</font></strong>\r\n\r\nSean Womack and his team at Beissel Insurance Service are located next door in Tustin, CA--only a couple of minutes from Santa Ana. For almost 40 years, Beissel Insurance Service has been providing insurance options for hundreds of individuals, families, and businesses in Orange County including those in the city of Santa Ana.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Santa Ana','','inherit','open','open','','106-revision-v1','','','2014-03-11 22:29:09','2014-03-11 22:29:09','',106,'http://03785f6.netsolhost.com/wordpress/106-revision-v1/',0,'revision','',0),(730,1,'2014-03-11 21:22:05','2014-03-11 21:22:05','<center><font size=\"5\"><strong>Proudly Serving</strong></font></center>\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Santa-Ana-City-Seal.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Santa-Ana-City-Seal-150x150.jpg\" alt=\"Santa Ana City Seal\" width=\"150\" height=\"150\" class=\"aligncenter size-thumbnail wp-image-728\" /></a>\r\n\r\n<strong><font size=\"5\">Our Customers in the City of Santa Ana, CA</font></strong>\r\n\r\nSean Womack and his team at Beissel Insurance Service are located next door in Tustin, CA--only a couple of minutes from Santa Ana. For almost 40 years, Beissel Insurance Service has been providing insurance options for hundreds of individuals, families, and businesses in Orange County including those in the city of Santa Ana.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Santa Ana','','inherit','open','open','','106-revision-v1','','','2014-03-11 21:22:05','2014-03-11 21:22:05','',106,'http://03785f6.netsolhost.com/wordpress/106-revision-v1/',0,'revision','',0),(732,1,'2014-03-11 23:12:57','2014-03-11 23:12:57','<font size=\"5\"><strong>California Personal Insurance</font></strong>\n\nWhether you want to protect your car and home, need to insure your belongings in your apartment, or want a personal umbrella policy to protect your assets, Sean Womack and his team will provide you with you the guidance and outstanding service\n\n\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Insurance For You','','inherit','open','open','','46-autosave-v1','','','2014-03-11 23:12:57','2014-03-11 23:12:57','',46,'http://03785f6.netsolhost.com/wordpress/46-autosave-v1/',0,'revision','',0),(733,1,'2014-03-11 23:13:21','2014-03-11 23:13:21','<font size=\"5\"><strong>California Personal Insurance</font></strong>\r\n\r\nWhether you want to protect your car and home, need to insure your belongings in your apartment, or want a personal umbrella policy to protect your assets, Sean Womack and his team will provide you with you the guidance and outstanding service you need.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Insurance For You','','inherit','open','open','','46-revision-v1','','','2014-03-11 23:13:21','2014-03-11 23:13:21','',46,'http://03785f6.netsolhost.com/wordpress/46-revision-v1/',0,'revision','',0),(737,1,'2014-04-24 04:37:56','2014-04-24 04:37:56','<font size=\"5\"><strong>Welcome to the Online Home of Sean Womack</strong></font>\r\n\r\nSean Womack is a licensed insurance agent for Beissel Insurance Services--an agency that has been proudly serving the insurance needs of Californians for almost 40 years!\r\n\r\nProudly located in the heart of Southern California, Beissel Insurance Services have been serving the coverage needs of individuals, families, and businesses all across the state. With a dedication to our local community, Sean and his team have continued to become a leader for California insurance in Orange County.\r\n\r\nAs an agent for a local independent agency, Sean Womack represents a multitude of insurance companies, from companies that write insurance across the nation to companies that focus writing insurance in California. Therefore, we are able to effectively compare coverages and rates to ensure that our clients have options.\r\n\r\nWhether you are looking for a California Auto Insurance policy or California Home Insurance, Sean Womack and his team have the policy that you are looking for.\r\n\r\nContact Sean Womack today to discover your options of California insurance options. Call us at 949-940-6934 and receive your free California insurance quotes today!\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>\r\n\r\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d3317.762318952849!2d-117.81888190000001!3d33.740961699999986!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x80dcdbe80288a8ad%3A0x987bbb910365b8e6!2s13732+Newport+Ave+%235!5e0!3m2!1sen!2sus!4v1398313865543\" width=\"400\" height=\"300\" frameborder=\"0\" style=\"border:0\"></iframe>','Home Page','','inherit','open','open','','8-revision-v1','','','2014-04-24 04:37:56','2014-04-24 04:37:56','',8,'http://03785f6.netsolhost.com/wordpress/8-revision-v1/',0,'revision','',0),(739,1,'2014-04-24 04:49:47','2014-04-24 04:49:47','/*\nWelcome to Custom CSS!\n\nCSS (Cascading Style Sheets) is a kind of code that tells the browser how\nto render a web page. You may delete these comments and get started with\nyour customizations.\n\nBy default, your stylesheet will be loaded after the theme stylesheets,\nwhich means that your rules can take precedence and override the theme CSS\nrules. Just write here what you want to change, you don\'t need to copy all\nyour theme\'s stylesheet content.\n*/\n/*\nREMOVES TITLE NAME FROM SHOWING ON EACH PAGE\n*/\n.entry-title {\n display: none;\n}\n\n/*\nREMOVES BORDER AROUND EACH WIDGET\n*/\n#wrapper,\n#featured,\n.widget-wrapper {\n background-color: transparent;\n border: none;\n}\n\n/*\nREMOVES POWERED BY WORDPRESS AT FOOTER\n*/\n.powered {\n display: none;\n}\n\n/*\nREMOVES COPYRIGHT IN FOOTER\n*/\n.copyright {\n color: transparent;\n}\n\n.copyright a {\n display: none;\n}\n\n/*\nMAKES GOOGLE MAPS RESPONSIVE\n*/\n.google-maps {\n position: relative;\n padding-bottom: 75%;\n overflow: hidden;\n}\n\n.google-maps iframe {\n position: absolute;\n top: 0;\n left: 0;\n width: 100% !important;\n height: 100% !important;\n}','safecss','Responsive Child','inherit','open','open','','333-revision-v1','','','2014-04-24 04:49:47','2014-04-24 04:49:47','',333,'http://03785f6.netsolhost.com/wordpress/333-revision-v1/',0,'revision','',0),(746,1,'2014-04-24 05:32:42','2014-04-24 05:32:42','<font size=\"5\"><strong>Welcome to the Online Home of Sean Womack</strong></font>\r\n\r\nSean Womack is a licensed insurance agent for Beissel Insurance Services--an agency that has been proudly serving the insurance needs of Californians for almost 40 years!\r\n\r\nProudly located in the heart of Southern California, Beissel Insurance Services have been serving the coverage needs of individuals, families, and businesses all across the state. With a dedication to our local community, Sean and his team have continued to become a leader for California insurance in Orange County.\r\n\r\nAs an agent for a local independent agency, Sean Womack represents a multitude of insurance companies, from companies that write insurance across the nation to companies that focus writing insurance in California. Therefore, we are able to effectively compare coverages and rates to ensure that our clients have options.\r\n\r\nWhether you are looking for a California Auto Insurance policy or California Home Insurance, Sean Womack and his team have the policy that you are looking for.\r\n\r\nContact Sean Womack today to discover your options of California insurance options. Call us at 949-940-6934 and receive your free California insurance quotes today!\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>\r\n\r\n</p>','Home Page','','inherit','open','open','','8-revision-v1','','','2014-04-24 05:32:42','2014-04-24 05:32:42','',8,'http://03785f6.netsolhost.com/wordpress/8-revision-v1/',0,'revision','',0),(740,1,'2014-04-24 04:51:46','2014-04-24 04:51:46','<font size=\"5\"><strong>Welcome to the Online Home of Sean Womack</strong></font>\r\n\r\nSean Womack is a licensed insurance agent for Beissel Insurance Services--an agency that has been proudly serving the insurance needs of Californians for almost 40 years!\r\n\r\nProudly located in the heart of Southern California, Beissel Insurance Services have been serving the coverage needs of individuals, families, and businesses all across the state. With a dedication to our local community, Sean and his team have continued to become a leader for California insurance in Orange County.\r\n\r\nAs an agent for a local independent agency, Sean Womack represents a multitude of insurance companies, from companies that write insurance across the nation to companies that focus writing insurance in California. Therefore, we are able to effectively compare coverages and rates to ensure that our clients have options.\r\n\r\nWhether you are looking for a California Auto Insurance policy or California Home Insurance, Sean Womack and his team have the policy that you are looking for.\r\n\r\nContact Sean Womack today to discover your options of California insurance options. Call us at 949-940-6934 and receive your free California insurance quotes today!\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>\r\n\r\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d3317.762318952849!2d-117.81888190000001!3d33.740961699999986!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x80dcdbe80288a8ad%3A0x987bbb910365b8e6!2s13732+Newport+Ave+%235!5e0!3m2!1sen!2sus!4v1398313865543\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\"></iframe>','Home Page','','inherit','open','open','','8-revision-v1','','','2014-04-24 04:51:46','2014-04-24 04:51:46','',8,'http://03785f6.netsolhost.com/wordpress/8-revision-v1/',0,'revision','',0),(741,1,'2014-04-24 04:54:00','2014-04-24 04:54:00','<font size=\"5\"><strong>Welcome to the Online Home of Sean Womack</strong></font>\r\n\r\nSean Womack is a licensed insurance agent for Beissel Insurance Services--an agency that has been proudly serving the insurance needs of Californians for almost 40 years!\r\n\r\nProudly located in the heart of Southern California, Beissel Insurance Services have been serving the coverage needs of individuals, families, and businesses all across the state. With a dedication to our local community, Sean and his team have continued to become a leader for California insurance in Orange County.\r\n\r\nAs an agent for a local independent agency, Sean Womack represents a multitude of insurance companies, from companies that write insurance across the nation to companies that focus writing insurance in California. Therefore, we are able to effectively compare coverages and rates to ensure that our clients have options.\r\n\r\nWhether you are looking for a California Auto Insurance policy or California Home Insurance, Sean Womack and his team have the policy that you are looking for.\r\n\r\nContact Sean Womack today to discover your options of California insurance options. Call us at 949-940-6934 and receive your free California insurance quotes today!\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>\r\n\r\n<div class=\"google-maps\">\r\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d3317.762318952849!2d-117.81888190000001!3d33.740961699999986!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x80dcdbe80288a8ad%3A0x987bbb910365b8e6!2s13732+Newport+Ave+%235!5e0!3m2!1sen!2sus!4v1398313865543\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\"></iframe>\r\n</div>','Home Page','','inherit','open','open','','8-revision-v1','','','2014-04-24 04:54:00','2014-04-24 04:54:00','',8,'http://03785f6.netsolhost.com/wordpress/8-revision-v1/',0,'revision','',0),(742,1,'2014-04-24 04:54:58','2014-04-24 04:54:58','<font size=\"5\"><strong>Welcome to the Online Home of Sean Womack</strong></font>\r\n\r\nSean Womack is a licensed insurance agent for Beissel Insurance Services--an agency that has been proudly serving the insurance needs of Californians for almost 40 years!\r\n\r\nProudly located in the heart of Southern California, Beissel Insurance Services have been serving the coverage needs of individuals, families, and businesses all across the state. With a dedication to our local community, Sean and his team have continued to become a leader for California insurance in Orange County.\r\n\r\nAs an agent for a local independent agency, Sean Womack represents a multitude of insurance companies, from companies that write insurance across the nation to companies that focus writing insurance in California. Therefore, we are able to effectively compare coverages and rates to ensure that our clients have options.\r\n\r\nWhether you are looking for a California Auto Insurance policy or California Home Insurance, Sean Womack and his team have the policy that you are looking for.\r\n\r\nContact Sean Womack today to discover your options of California insurance options. Call us at 949-940-6934 and receive your free California insurance quotes today!\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>\r\n\r\n<div class=\"google-maps\">\r\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d3317.762318952849!2d-117.81888190000001!3d33.740961699999986!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x80dcdbe80288a8ad%3A0x987bbb910365b8e6!2s13732+Newport+Ave+%235!5e0!3m2!1sen!2sus!4v1398313865543\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\"></iframe>\r\n</div>\r\n</p>','Home Page','','inherit','open','open','','8-revision-v1','','','2014-04-24 04:54:58','2014-04-24 04:54:58','',8,'http://03785f6.netsolhost.com/wordpress/8-revision-v1/',0,'revision','',0),(743,1,'2014-04-24 05:02:03','2014-04-24 05:02:03','<font size=\"5\"><strong>Welcome to the Online Home of Sean Womack</strong></font>\r\n\r\nSean Womack is a licensed insurance agent for Beissel Insurance Services--an agency that has been proudly serving the insurance needs of Californians for almost 40 years!\r\n\r\nProudly located in the heart of Southern California, Beissel Insurance Services have been serving the coverage needs of individuals, families, and businesses all across the state. With a dedication to our local community, Sean and his team have continued to become a leader for California insurance in Orange County.\r\n\r\nAs an agent for a local independent agency, Sean Womack represents a multitude of insurance companies, from companies that write insurance across the nation to companies that focus writing insurance in California. Therefore, we are able to effectively compare coverages and rates to ensure that our clients have options.\r\n\r\nWhether you are looking for a California Auto Insurance policy or California Home Insurance, Sean Womack and his team have the policy that you are looking for.\r\n\r\nContact Sean Womack today to discover your options of California insurance options. Call us at 949-940-6934 and receive your free California insurance quotes today!\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>\r\n\r\n<div class=\"google-maps\">\r\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3317.762318952848!2d-117.81888190000001!3d33.74096170000001!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x80dcdbe80288a8ad%3A0x987bbb910365b8e6!2s13732+Newport+Ave+%235!5e0!3m2!1sen!2sus!4v1398315672208\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\"></iframe>\r\n</div>\r\n</p>','Home Page','','inherit','open','open','','8-revision-v1','','','2014-04-24 05:02:03','2014-04-24 05:02:03','',8,'http://03785f6.netsolhost.com/wordpress/8-revision-v1/',0,'revision','',0),(745,1,'2014-04-24 05:30:41','2014-04-24 05:30:41','<font size=\"5\"><strong>Welcome to the Online Home of Sean Womack</strong></font>\r\n\r\nSean Womack is a licensed insurance agent for Beissel Insurance Services--an agency that has been proudly serving the insurance needs of Californians for almost 40 years!\r\n\r\nProudly located in the heart of Southern California, Beissel Insurance Services have been serving the coverage needs of individuals, families, and businesses all across the state. With a dedication to our local community, Sean and his team have continued to become a leader for California insurance in Orange County.\r\n\r\nAs an agent for a local independent agency, Sean Womack represents a multitude of insurance companies, from companies that write insurance across the nation to companies that focus writing insurance in California. Therefore, we are able to effectively compare coverages and rates to ensure that our clients have options.\r\n\r\nWhether you are looking for a California Auto Insurance policy or California Home Insurance, Sean Womack and his team have the policy that you are looking for.\r\n\r\nContact Sean Womack today to discover your options of California insurance options. Call us at 949-940-6934 and receive your free California insurance quotes today!\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>\r\n\r\n<div class=\"google-maps\">\r\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d6635.524692055259!2d-117.818881!3d33.740961!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xc1d6bb2280b03a8e!2sSean+Womack!5e0!3m2!1sen!2sus!4v1398317389389\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\"></iframe>\r\n</div>\r\n</p>','Home Page','','inherit','open','open','','8-revision-v1','','','2014-04-24 05:30:41','2014-04-24 05:30:41','',8,'http://03785f6.netsolhost.com/wordpress/8-revision-v1/',0,'revision','',0),(744,1,'2014-04-24 05:12:30','2014-04-24 05:12:30','<font size=\"5\"><strong>Welcome to the Online Home of Sean Womack</strong></font>\r\n\r\nSean Womack is a licensed insurance agent for Beissel Insurance Services--an agency that has been proudly serving the insurance needs of Californians for almost 40 years!\r\n\r\nProudly located in the heart of Southern California, Beissel Insurance Services have been serving the coverage needs of individuals, families, and businesses all across the state. With a dedication to our local community, Sean and his team have continued to become a leader for California insurance in Orange County.\r\n\r\nAs an agent for a local independent agency, Sean Womack represents a multitude of insurance companies, from companies that write insurance across the nation to companies that focus writing insurance in California. Therefore, we are able to effectively compare coverages and rates to ensure that our clients have options.\r\n\r\nWhether you are looking for a California Auto Insurance policy or California Home Insurance, Sean Womack and his team have the policy that you are looking for.\r\n\r\nContact Sean Womack today to discover your options of California insurance options. Call us at 949-940-6934 and receive your free California insurance quotes today!\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>\r\n\r\n<div class=\"google-maps\">\r\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d3317.7623460276295!2d-117.81888100000003!3d33.740961!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x80dcd73f39883c1b%3A0xc1d6bb2280b03a8e!2sSean+Womack%2C+Licensed+Agent+for+Beissel+Insurance+Service!5e0!3m2!1sen!2sus!4v1398316284339\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\"></iframe>\r\n</div>\r\n</p>','Home Page','','inherit','open','open','','8-revision-v1','','','2014-04-24 05:12:30','2014-04-24 05:12:30','',8,'http://03785f6.netsolhost.com/wordpress/8-revision-v1/',0,'revision','',0),(747,1,'2014-04-24 05:35:31','2014-04-24 05:35:31','<font size=\"5\"><strong>Contact Us</font>\r\n\r\nSean Womack\r\nBeissel Insurance Service, Inc.</strong>\r\n13732 Newport Avenue\r\nSuite #5 (2nd Floor)\r\nTustin, CA 92780\r\n\r\n<strong>Phone Number:</strong>\r\nMobile: 949-940-6934\r\n\r\n<strong>Office Hours:</strong>\r\nMonday - Friday: 8 AM - 5 PM\r\nSaturday & Sunday: Closed\r\n\r\n<div class=\"google-maps\">\r\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d6635.524692055259!2d-117.818881!3d33.740961!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xc1d6bb2280b03a8e!2sSean+Womack!5e0!3m2!1sen!2sus!4v1398317389389\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\"></iframe>\r\n</div>\r\n</p>\r\n\r\n<strong><u>Directions</strong></u>\r\n\r\n<strong>From I-5 Northbound</strong>\r\n\r\n1. Follow I-5 North and take the Red Hill Ave exit \r\n2. Turn right onto Red Hill Ave\r\n3. Take the 1st left onto El Camino Real\r\n4. Turn right onto Newport Ave\r\n\r\nOur office is on the right after you pass San Juan St\r\n\r\n<strong>From I-5 Southbound</strong>\r\n\r\n1. Follow I-5 South and take the Newport Ave exit\r\n2. Turn left onto Newport Ave\r\n\r\nOur office is on the right after you pass San Juan St\r\n\r\n<strong>From I-55 Northbound</strong>\r\n\r\n1. Follow I-55 North and take the McFadden Ave exit\r\n2. Merge onto Sycamore Ave\r\n3. Turn left onto Newport Ave\r\n\r\nOur office is on the right after you pass San Juan St\r\n\r\n<strong>From I-55 Southbound</strong>\r\n\r\n1. Follow I-55 South and take the ramp onto I-5 South\r\n2. Keep right at the fork, follow signs for Newport Avenue\r\n3. Turn left onto Newport Ave\r\n\r\nOur office is on the right after you pass San Juan St\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Contact Us','','inherit','open','open','','173-revision-v1','','','2014-04-24 05:35:31','2014-04-24 05:35:31','',173,'http://03785f6.netsolhost.com/wordpress/173-revision-v1/',0,'revision','',0),(748,1,'2014-04-24 20:49:53','2014-04-24 20:49:53','<font size=\"5\"><strong>California Flood Insurance</font></strong>\r\n\r\n<strong>Your Homeowners insurance doesn\'t cover floods...Federal flood insurance does.</strong>\r\n\r\n<i>Floods can happen anytime, anywhere.</i>\r\n\r\nThey cause anguish and destruction-physical, emotional, and financial. Especially when the victims realize the damage isn\'t covered by their homeowners insurance policy.\r\n\r\n<i>Federal disaster assistance? It\'s not the answer either.</i>\r\n\r\nWhy? Because in most cases, the only aid disaster victims may qualify for is a loan, and it must be repaid-with interest!\r\n\r\n<i>Only Federal flood insurance reimburses you for flood damage to your property!</i>\r\n\r\nWith one annual premium, you can protect your most important investment-your home and your finances.\r\n\r\nTalk with Sean today at 949-940-6934 or sean@seanwomack.com and ask about the National Flood Insurance Program. There\'s no better way to save for a rainy day.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Flood','','inherit','open','open','','208-revision-v1','','','2014-04-24 20:49:53','2014-04-24 20:49:53','',208,'http://03785f6.netsolhost.com/wordpress/208-revision-v1/',0,'revision','',0),(749,1,'2014-04-24 20:50:43','2014-04-24 20:50:43','<font size=\"5\"><strong>California Flood Insurance</font></strong>\r\n\r\n<strong>Your Homeowners insurance doesn\'t cover floods...Federal flood insurance does.</strong>\r\n\r\n<strong>Floods can happen anytime, anywhere.</strong>\r\n\r\nThey cause anguish and destruction-physical, emotional, and financial. Especially when the victims realize the damage isn\'t covered by their homeowners insurance policy.\r\n\r\n<strong>Federal disaster assistance? It\'s not the answer either.</strong>\r\n\r\nWhy? Because in most cases, the only aid disaster victims may qualify for is a loan, and it must be repaid-with interest!\r\n\r\n<strong>Only Federal flood insurance reimburses you for flood damage to your property!</strong>\r\n\r\nWith one annual premium, you can protect your most important investment-your home and your finances.\r\n\r\nTalk with Sean today at 949-940-6934 or sean@seanwomack.com and ask about the National Flood Insurance Program. There\'s no better way to save for a rainy day.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Flood','','inherit','open','open','','208-revision-v1','','','2014-04-24 20:50:43','2014-04-24 20:50:43','',208,'http://03785f6.netsolhost.com/wordpress/208-revision-v1/',0,'revision','',0),(750,1,'2014-04-24 20:51:15','2014-04-24 20:51:15','<font size=\"5\"><strong>California Flood Insurance</font></strong>\r\n\r\n<i>Your Homeowners insurance doesn\'t cover floods...Federal flood insurance does.</i>\r\n\r\n<strong>Floods can happen anytime, anywhere.</strong>\r\n\r\nThey cause anguish and destruction-physical, emotional, and financial. Especially when the victims realize the damage isn\'t covered by their homeowners insurance policy.\r\n\r\n<strong>Federal disaster assistance? It\'s not the answer either.</strong>\r\n\r\nWhy? Because in most cases, the only aid disaster victims may qualify for is a loan, and it must be repaid-with interest!\r\n\r\n<strong>Only Federal flood insurance reimburses you for flood damage to your property!</strong>\r\n\r\nWith one annual premium, you can protect your most important investment-your home and your finances.\r\n\r\nTalk with Sean today at 949-940-6934 or sean@seanwomack.com and ask about the National Flood Insurance Program. There\'s no better way to save for a rainy day.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Flood','','inherit','open','open','','208-revision-v1','','','2014-04-24 20:51:15','2014-04-24 20:51:15','',208,'http://03785f6.netsolhost.com/wordpress/208-revision-v1/',0,'revision','',0),(751,1,'2014-04-24 23:19:46','2014-04-24 23:19:46','<font size=\"5\"><strong>California Renters Insurance</font></strong>\n\n<strong>Your possessions are worth a lot to you, so you will want to have the right coverage to protect them.</strong>\n\nRenters insurance can give you the protection you need at a price you can afford. To give you the maximum in flexibility and affordability, Sean Womack and his team are able to provide solid, basic coverage that allows you to add more options if you need them.\n\n<strong>The essentials in quality protection</strong>\n\nMost renters insurance policies cover:\n* furniture\n* clothing\n* appliances\n* many other personal belongings\n* some of the improvements you\'ve made to the rental unit\n* covered items you take while traveling\n* additional living expenses if you have to move out during repairs\n\nPersonal liability coverage provides protection if someone is accidentally injured while in your home, or their property is damage and the damage is caused by:\n* you, your children or your pets (additional pet liability endorsement may be required)\n* your personal activities, including most sports\n\nA renters insurance policy may also cover you:\n* for cost associated with defending you in a lawsuit related to an injury or property damage\n* if you are held legally responsible for fire damage to your apartment, the the building you live, or vacation property you rent\n* if your credit cards, ATM cards, or checks are stolen or used without your permission\n\n<strong>The extra protection that\'s right for you</strong>\n\nWhile the basic renters insurance may be appropriate for most people who live in rental units, your situation may call for optional coverages for complete protection. Some optional coverages include:\n\n<strong><i>Personal Articles Coverage</i></strong> protects specific high-value items that are normally limited under a basic renters insurance policy, such as, jewelry, silverware, fine arts, furs, cameras, guns, musical instruments, stamp and coin collections, personal computers, and similar property.\n\n<strong><i>Contents Replacement Cost</i></strong> allows you to repair or replace most personal property in your apartment with no deduction for depreciation.\n\n<strong>Prices and discounts to save you money</strong>\n\nRenters insurance is competitively priced and to make even more affordable, many insurance companies offer ways to reduce the cost of your insurance with a wide range of discounts if your home is equipped with:\n* anti-theft devices\n* smoke detectors\n* fire alarms\n* deadbolt locks\n* sprinkler system\n* fire extinguishers\n\n<strong><i>Little savings add up, too.</strong></i> By using Electronic Funds Transfer, you can save time and avoid the cost of postage for mailing your insurance premium. Ask your agent to sign you up for Electronic Funds Transfer when you apply for your renters insurance coverage.\n\n<strong>Highly personal services are built in to save you time</strong>\n\nWe do our best to think about ways to make your life easier-so you don\'t have to.\n\nIf there\'s a covered loss or damage involving you, your family, or your possessions, the insurance companies we represent have the responsive people, resources, and services to handle matter for you, quickly, and professionally.\n\n<strong>The best claims service you\'ll find anywhere</strong>\n\nYou can report your claim anytime, day or night. You can call the insurance company\'s toll-free Claim Hotline where their customer care representatives are available 24-hours-a-day, 7 days-a-week. For your convenience many insurance companies have Claims Service Centers located in cities and towns across the county. So if your property is damaged, your claim will be handled promptly, fairly and without hassles.\n\n<strong>Your agent is working for you</strong>\n\nBy choosing Sean Womack and his team, you have someone working for you: an independent agent who beleives that your satisfaction with your insurance is of the utmost importance. So whatever your insurance needs, please don\'t hesitate to call Sean. Talk to him today about renters insurance\n\n\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Renters','','inherit','open','open','','187-autosave-v1','','','2014-04-24 23:19:46','2014-04-24 23:19:46','',187,'http://03785f6.netsolhost.com/wordpress/187-autosave-v1/',0,'revision','',0),(752,1,'2014-04-24 21:53:54','2014-04-24 21:53:54','font size=\"5\"><strong>California Renters Insurance</font></strong>\r\n\r\n<strong>Your possessions are worth a lot to you, so you will want to have the right coverage to protect them.</strong>\r\n\r\nRenters insurance can give you the protection you need at a price you can afford. To give you the maximum in flexibility and affordability, Sean Womack and his team are able to provide solid, basic coverage that allows you to add more options if you need them.\r\n\r\n<strong>The essentials in quality protection</strong>\r\n\r\nMost renters insurance policies cover:\r\n* furniture\r\n* clothing\r\n* appliances\r\n* many other personal belongings\r\n* some of the improvements you\'ve made to the rental unit\r\n* covered items you take while traveling\r\n* additional living expenses if you have to move out during repairs\r\n\r\nPersonal liability coverage provides protection if someone is accidentally injured while in your home, or their property is damage and the damage is caused by:\r\n* you, your children, or your pets (additional pet liability endorsement may be required)\r\n* your personal activities, including most sports\r\n\r\nA renters insurance policy may also cover you:\r\n* for cost associated with defending you in a lawsuit related to an injury or property damage\r\n* if you are held legally responsible for fire damage to your apartment, the the building you live, or vacation property you rent\r\n* if your credit cars, ATM cards, or checks are stolen or used without your permission\r\n\r\n\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Renters','','inherit','open','open','','187-revision-v1','','','2014-04-24 21:53:54','2014-04-24 21:53:54','',187,'http://03785f6.netsolhost.com/wordpress/187-revision-v1/',0,'revision','',0),(753,1,'2014-04-24 21:54:08','2014-04-24 21:54:08','<font size=\"5\"><strong>California Renters Insurance</font></strong>\r\n\r\n<strong>Your possessions are worth a lot to you, so you will want to have the right coverage to protect them.</strong>\r\n\r\nRenters insurance can give you the protection you need at a price you can afford. To give you the maximum in flexibility and affordability, Sean Womack and his team are able to provide solid, basic coverage that allows you to add more options if you need them.\r\n\r\n<strong>The essentials in quality protection</strong>\r\n\r\nMost renters insurance policies cover:\r\n* furniture\r\n* clothing\r\n* appliances\r\n* many other personal belongings\r\n* some of the improvements you\'ve made to the rental unit\r\n* covered items you take while traveling\r\n* additional living expenses if you have to move out during repairs\r\n\r\nPersonal liability coverage provides protection if someone is accidentally injured while in your home, or their property is damage and the damage is caused by:\r\n* you, your children, or your pets (additional pet liability endorsement may be required)\r\n* your personal activities, including most sports\r\n\r\nA renters insurance policy may also cover you:\r\n* for cost associated with defending you in a lawsuit related to an injury or property damage\r\n* if you are held legally responsible for fire damage to your apartment, the the building you live, or vacation property you rent\r\n* if your credit cars, ATM cards, or checks are stolen or used without your permission\r\n\r\n\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Renters','','inherit','open','open','','187-revision-v1','','','2014-04-24 21:54:08','2014-04-24 21:54:08','',187,'http://03785f6.netsolhost.com/wordpress/187-revision-v1/',0,'revision','',0),(754,1,'2014-04-24 21:56:25','2014-04-24 21:56:25','<font size=\"5\"><strong>California Renters Insurance</font></strong>\r\n\r\n<strong>Your possessions are worth a lot to you, so you will want to have the right coverage to protect them.</strong>\r\n\r\nRenters insurance can give you the protection you need at a price you can afford. To give you the maximum in flexibility and affordability, Sean Womack and his team are able to provide solid, basic coverage that allows you to add more options if you need them.\r\n\r\n<strong>The essentials in quality protection</strong>\r\n\r\nMost renters insurance policies cover:\r\n* furniture\r\n* clothing\r\n* appliances\r\n* many other personal belongings\r\n* some of the improvements you\'ve made to the rental unit\r\n* covered items you take while traveling\r\n* additional living expenses if you have to move out during repairs\r\n\r\nPersonal liability coverage provides protection if someone is accidentally injured while in your home, or their property is damage and the damage is caused by:\r\n* you, your children, or your pets (additional pet liability endorsement may be required)\r\n* your personal activities, including most sports\r\n\r\nA renters insurance policy may also cover you:\r\n* for cost associated with defending you in a lawsuit related to an injury or property damage\r\n* if you are held legally responsible for fire damage to your apartment, the the building you live, or vacation property you rent\r\n* if your credit cars, ATM cards, or checks are stolen or used without your permission\r\n\r\n<strong>The extra protection that\'s right for you</strong>\r\n\r\nWhile the basic renters insurance may be appropriate for most people who live in rental units, your situation may call for optional coverages for complete protection. Some optional coverages include:\r\n\r\n<strong>Personal Articles Coverage</strong> protects specific high-value items.\r\n\r\n\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Renters','','inherit','open','open','','187-revision-v1','','','2014-04-24 21:56:25','2014-04-24 21:56:25','',187,'http://03785f6.netsolhost.com/wordpress/187-revision-v1/',0,'revision','',0),(755,1,'2014-04-24 21:56:47','2014-04-24 21:56:47','<font size=\"5\"><strong>California Renters Insurance</font></strong>\r\n\r\n<strong>Your possessions are worth a lot to you, so you will want to have the right coverage to protect them.</strong>\r\n\r\nRenters insurance can give you the protection you need at a price you can afford. To give you the maximum in flexibility and affordability, Sean Womack and his team are able to provide solid, basic coverage that allows you to add more options if you need them.\r\n\r\n<strong>The essentials in quality protection</strong>\r\n\r\nMost renters insurance policies cover:\r\n* furniture\r\n* clothing\r\n* appliances\r\n* many other personal belongings\r\n* some of the improvements you\'ve made to the rental unit\r\n* covered items you take while traveling\r\n* additional living expenses if you have to move out during repairs\r\n\r\nPersonal liability coverage provides protection if someone is accidentally injured while in your home, or their property is damage and the damage is caused by:\r\n* you, your children, or your pets (additional pet liability endorsement may be required)\r\n* your personal activities, including most sports\r\n\r\nA renters insurance policy may also cover you:\r\n* for cost associated with defending you in a lawsuit related to an injury or property damage\r\n* if you are held legally responsible for fire damage to your apartment, the the building you live, or vacation property you rent\r\n* if your credit cars, ATM cards, or checks are stolen or used without your permission\r\n\r\n<strong>The extra protection that\'s right for you</strong>\r\n\r\nWhile the basic renters insurance may be appropriate for most people who live in rental units, your situation may call for optional coverages for complete protection. Some optional coverages include:\r\n\r\n<strong><i>Personal Articles Coverage</i></strong> protects specific high-value items.\r\n\r\n\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Renters','','inherit','open','open','','187-revision-v1','','','2014-04-24 21:56:47','2014-04-24 21:56:47','',187,'http://03785f6.netsolhost.com/wordpress/187-revision-v1/',0,'revision','',0),(756,1,'2014-04-24 23:04:41','2014-04-24 23:04:41','<font size=\"5\"><strong>California Renters Insurance</font></strong>\r\n\r\n<strong>Your possessions are worth a lot to you, so you will want to have the right coverage to protect them.</strong>\r\n\r\nRenters insurance can give you the protection you need at a price you can afford. To give you the maximum in flexibility and affordability, Sean Womack and his team are able to provide solid, basic coverage that allows you to add more options if you need them.\r\n\r\n<strong>The essentials in quality protection</strong>\r\n\r\nMost renters insurance policies cover:\r\n* furniture\r\n* clothing\r\n* appliances\r\n* many other personal belongings\r\n* some of the improvements you\'ve made to the rental unit\r\n* covered items you take while traveling\r\n* additional living expenses if you have to move out during repairs\r\n\r\nPersonal liability coverage provides protection if someone is accidentally injured while in your home, or their property is damage and the damage is caused by:\r\n* you, your children, or your pets (additional pet liability endorsement may be required)\r\n* your personal activities, including most sports\r\n\r\nA renters insurance policy may also cover you:\r\n* for cost associated with defending you in a lawsuit related to an injury or property damage\r\n* if you are held legally responsible for fire damage to your apartment, the the building you live, or vacation property you rent\r\n* if your credit cars, ATM cards, or checks are stolen or used without your permission\r\n\r\n<strong>The extra protection that\'s right for you</strong>\r\n\r\nWhile the basic renters insurance may be appropriate for most people who live in rental units, your situation may call for optional coverages for complete protection. Some optional coverages include:\r\n\r\n<strong><i>Personal Articles Coverage</i></strong> protects specific high-value items that are normally limited under a basic renters insurance policy, such as, jewelry, silverware, fine arts, furs, cameras, guns, musical instruments, stamp and coin collections, personal computers, and similar property.\r\n\r\n<strong><i>Contents Replacement Cost</i></strong> allows you to repair or replace most personal property in your apartment with no deduction for depreciation.\r\n\r\n<strong>Prices and discounts to save you money</strong>\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Renters','','inherit','open','open','','187-revision-v1','','','2014-04-24 23:04:41','2014-04-24 23:04:41','',187,'http://03785f6.netsolhost.com/wordpress/187-revision-v1/',0,'revision','',0),(757,1,'2014-04-24 23:13:39','2014-04-24 23:13:39','<font size=\"5\"><strong>California Renters Insurance</font></strong>\r\n\r\n<strong>Your possessions are worth a lot to you, so you will want to have the right coverage to protect them.</strong>\r\n\r\nRenters insurance can give you the protection you need at a price you can afford. To give you the maximum in flexibility and affordability, Sean Womack and his team are able to provide solid, basic coverage that allows you to add more options if you need them.\r\n\r\n<strong>The essentials in quality protection</strong>\r\n\r\nMost renters insurance policies cover:\r\n* furniture\r\n* clothing\r\n* appliances\r\n* many other personal belongings\r\n* some of the improvements you\'ve made to the rental unit\r\n* covered items you take while traveling\r\n* additional living expenses if you have to move out during repairs\r\n\r\nPersonal liability coverage provides protection if someone is accidentally injured while in your home, or their property is damage and the damage is caused by:\r\n* you, your children, or your pets (additional pet liability endorsement may be required)\r\n* your personal activities, including most sports\r\n\r\nA renters insurance policy may also cover you:\r\n* for cost associated with defending you in a lawsuit related to an injury or property damage\r\n* if you are held legally responsible for fire damage to your apartment, the the building you live, or vacation property you rent\r\n* if your credit cards, ATM cards, or checks are stolen or used without your permission\r\n\r\n<strong>The extra protection that\'s right for you</strong>\r\n\r\nWhile the basic renters insurance may be appropriate for most people who live in rental units, your situation may call for optional coverages for complete protection. Some optional coverages include:\r\n\r\n<strong><i>Personal Articles Coverage</i></strong> protects specific high-value items that are normally limited under a basic renters insurance policy, such as, jewelry, silverware, fine arts, furs, cameras, guns, musical instruments, stamp and coin collections, personal computers, and similar property.\r\n\r\n<strong><i>Contents Replacement Cost</i></strong> allows you to repair or replace most personal property in your apartment with no deduction for depreciation.\r\n\r\n<strong>Prices and discounts to save you money</strong>\r\n\r\nRenters insurance is competitively priced and to make even more affordable, many insurance companies offer ways to reduce the cost of your insurance with a wide range of discounts if your home is equipped with:\r\n* anti-theft devices\r\n* smoke detectors\r\n* fire alarms\r\n* deadbolt locks\r\n* sprinkler system\r\n* fire extinguishers\r\n\r\n<strong><i>Little savings add up, too.</strong></i> By using Electronic Funds Transfer, you can save time and avoid the cost of postage for mailing your insurance premium. Ask your agent to sign you up for Electronic Funds Transfer when you apply for your renters insurance coverage.\r\n\r\n<strong>Highly personal services are built in to save you time</strong>\r\n\r\nWe do our best to think about ways to make your life easier-so you don\'t have to.\r\n\r\nIf there\'s a covered loss or damage involving you, your family, or your possessions, the insurance companies we represent have the responsive people, resources, and services to handle matter for you, quickly, and professionally.\r\n\r\n\r\n\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Renters','','inherit','open','open','','187-revision-v1','','','2014-04-24 23:13:39','2014-04-24 23:13:39','',187,'http://03785f6.netsolhost.com/wordpress/187-revision-v1/',0,'revision','',0),(758,1,'2014-04-24 23:19:51','2014-04-24 23:19:51','<font size=\"5\"><strong>California Renters Insurance</font></strong>\r\n\r\n<strong>Your possessions are worth a lot to you, so you will want to have the right coverage to protect them.</strong>\r\n\r\nRenters insurance can give you the protection you need at a price you can afford. To give you the maximum in flexibility and affordability, Sean Womack and his team are able to provide solid, basic coverage that allows you to add more options if you need them.\r\n\r\n<strong>The essentials in quality protection</strong>\r\n\r\nMost renters insurance policies cover:\r\n* furniture\r\n* clothing\r\n* appliances\r\n* many other personal belongings\r\n* some of the improvements you\'ve made to the rental unit\r\n* covered items you take while traveling\r\n* additional living expenses if you have to move out during repairs\r\n\r\nPersonal liability coverage provides protection if someone is accidentally injured while in your home, or their property is damage and the damage is caused by:\r\n* you, your children or your pets (additional pet liability endorsement may be required)\r\n* your personal activities, including most sports\r\n\r\nA renters insurance policy may also cover you:\r\n* for cost associated with defending you in a lawsuit related to an injury or property damage\r\n* if you are held legally responsible for fire damage to your apartment, the the building you live, or vacation property you rent\r\n* if your credit cards, ATM cards, or checks are stolen or used without your permission\r\n\r\n<strong>The extra protection that\'s right for you</strong>\r\n\r\nWhile the basic renters insurance may be appropriate for most people who live in rental units, your situation may call for optional coverages for complete protection. Some optional coverages include:\r\n\r\n<strong><i>Personal Articles Coverage</i></strong> protects specific high-value items that are normally limited under a basic renters insurance policy, such as, jewelry, silverware, fine arts, furs, cameras, guns, musical instruments, stamp and coin collections, personal computers, and similar property.\r\n\r\n<strong><i>Contents Replacement Cost</i></strong> allows you to repair or replace most personal property in your apartment with no deduction for depreciation.\r\n\r\n<strong>Prices and discounts to save you money</strong>\r\n\r\nRenters insurance is competitively priced and to make even more affordable, many insurance companies offer ways to reduce the cost of your insurance with a wide range of discounts if your home is equipped with:\r\n* anti-theft devices\r\n* smoke detectors\r\n* fire alarms\r\n* deadbolt locks\r\n* sprinkler system\r\n* fire extinguishers\r\n\r\n<strong><i>Little savings add up, too.</strong></i> By using Electronic Funds Transfer, you can save time and avoid the cost of postage for mailing your insurance premium. Ask your agent to sign you up for Electronic Funds Transfer when you apply for your renters insurance coverage.\r\n\r\n<strong>Highly personal services are built in to save you time</strong>\r\n\r\nWe do our best to think about ways to make your life easier-so you don\'t have to.\r\n\r\nIf there\'s a covered loss or damage involving you, your family, or your possessions, the insurance companies we represent have the responsive people, resources, and services to handle matter for you, quickly, and professionally.\r\n\r\n<strong>The best claims service you\'ll find anywhere</strong>\r\n\r\nYou can report your claim anytime, day or night. You can call the insurance company\'s toll-free Claim Hotline where their customer care representatives are available 24-hours-a-day, 7 days-a-week. For your convenience many insurance companies have Claims Service Centers located in cities and towns across the county. So if your property is damaged, your claim will be handled promptly, fairly and without hassles.\r\n\r\n<strong>Your agent is working for you</strong>\r\n\r\nBy choosing Sean Womack and his team, you have someone working for you: an independent agent who believes that your satisfaction with your insurance is of the utmost importance. So whatever your insurance needs, please don\'t hesitate to call Sean. Talk to him today about renters insurance coverage.\r\n\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Renters','','inherit','open','open','','187-revision-v1','','','2014-04-24 23:19:51','2014-04-24 23:19:51','',187,'http://03785f6.netsolhost.com/wordpress/187-revision-v1/',0,'revision','',0),(759,1,'2014-04-24 23:30:28','2014-04-24 23:30:28','<font size=\"5\"><strong>California Flood Insurance</font></strong>\r\n\r\n<i>Your Homeowners insurance doesn\'t cover floods...Federal flood insurance does.</i>\r\n\r\n<strong>Floods can happen anytime, anywhere.</strong>\r\n\r\nThey cause anguish and destruction-physical, emotional, and financial. Especially when the victims realize the damage isn\'t covered by their homeowners insurance policy.\r\n\r\n<strong>Federal disaster assistance? It\'s not the answer either.</strong>\r\n\r\n<i>The benefits of flood insurance versus disaster assistance</i>\r\n\r\n<u>Disaster Assistance</u>\r\n* Most forms of federal disaster assistance require a Presidential declaration.\r\n* Federal disaster assistance declarations are awarded in less than 50% of flooding incidents.\r\n* The most typical form of disaster assistance is a loan that must be repaid with interest.\r\n* The duration of a Small Business Administration (SBA) disaster home loan is approximately 30 years.\r\n* The average Individuals and Households Program award is about $4,000.\r\n* Repayment on a $50,000 SBA disaster home loan is $240 a month or $2,880 annual at 4% interest.\r\n\r\n<u>Flood Insurance:</u>\r\n* You are in control. Flood insurance claims are paid even if a disaster is not declared by the President.\r\n* Between 20 and 25 percent of all claims paid by the National Flood Insurance Program (NFIP) are outside of Special Flood Hazard Areas.\r\n* There is no payback requirement.\r\n* Flood insurance policies are continuous, and not non-renewed or cancelled for repeat losses.\r\n* Flood insurance reimburses you for all covered losses up to $250,000 for homeowners and $500,000 for businesses.\r\n* The average cost of a $100,000 flood policy is a little more than $400 annual, or just over one dollar per day. The cost of a $50,000 flood policy may be as low as $180 annually, depending on where you live, or less than 50 cents per day.\r\n\r\n<strong>Only Federal flood insurance reimburses you for flood damage to your property!</strong>\r\n\r\nWith one annual premium, you can protect your most important investment-your home and your finances.\r\n\r\nTalk with Sean today at 949-940-6934 or sean@seanwomack.com and ask about the National Flood Insurance Program. There\'s no better way to save for a rainy day.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Flood','','inherit','open','open','','208-revision-v1','','','2014-04-24 23:30:28','2014-04-24 23:30:28','',208,'http://03785f6.netsolhost.com/wordpress/208-revision-v1/',0,'revision','',0),(760,1,'2014-04-24 23:43:04','2014-04-24 23:43:04','<font size=\"5\"><strong>California Flood Insurance</font></strong>\r\n\r\n<i>Your Homeowners insurance doesn\'t cover floods...Federal flood insurance does.</i>\r\n\r\n<strong>Floods can happen anytime, anywhere.</strong>\r\n\r\nThey cause anguish and destruction-physical, emotional, and financial. Especially when the victims realize the damage isn\'t covered by their homeowners insurance policy.\r\n\r\n<strong>Federal disaster assistance? It\'s not the answer either.</strong>\r\n\r\n<u>The benefits of flood insurance versus disaster assistance</u>\r\n\r\n<u>Disaster Assistance</u>\r\n* Most forms of federal disaster assistance require a Presidential declaration.\r\n* Federal disaster assistance declarations are awarded in less than 50% of flooding incidents.\r\n* The most typical form of disaster assistance is a loan that must be repaid with interest.\r\n* The duration of a Small Business Administration (SBA) disaster home loan is approximately 30 years.\r\n* The average Individuals and Households Program award is about $4,000.\r\n* Repayment on a $50,000 SBA disaster home loan is $240 a month or $2,880 annual at 4% interest.\r\n\r\n<u>Flood Insurance:</u>\r\n* You are in control. Flood insurance claims are paid even if a disaster is not declared by the President.\r\n* Between 20 and 25 percent of all claims paid by the National Flood Insurance Program (NFIP) are outside of Special Flood Hazard Areas.\r\n* There is no payback requirement.\r\n* Flood insurance policies are continuous, and not non-renewed or cancelled for repeat losses.\r\n* Flood insurance reimburses you for all covered losses up to $250,000 for homeowners and $500,000 for businesses.\r\n* The average cost of a $100,000 flood policy is a little more than $400 annual, or just over one dollar per day. The cost of a $50,000 flood policy may be as low as $180 annually, depending on where you live, or less than 50 cents per day.\r\n\r\n<strong>Only Federal flood insurance reimburses you for flood damage to your property!</strong>\r\n\r\nWith one annual premium, you can protect your most important investment-your home and your finances.\r\n\r\nTalk with Sean today at 949-940-6934 or sean@seanwomack.com and ask about the National Flood Insurance Program. There\'s no better way to save for a rainy day.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Flood','','inherit','open','open','','208-revision-v1','','','2014-04-24 23:43:04','2014-04-24 23:43:04','',208,'http://03785f6.netsolhost.com/wordpress/208-revision-v1/',0,'revision','',0),(762,1,'2014-04-24 23:43:45','2014-04-24 23:43:45','<font size=\"5\"><strong>California Flood Insurance</font></strong>\r\n\r\n<i>Your Homeowners insurance doesn\'t cover floods...Federal flood insurance does.</i>\r\n\r\n<strong>Floods can happen anytime, anywhere.</strong>\r\n\r\nThey cause anguish and destruction-physical, emotional, and financial. Especially when the victims realize the damage isn\'t covered by their homeowners insurance policy.\r\n\r\n<strong>Federal disaster assistance? It\'s not the answer either.</strong>\r\n\r\n<i>The benefits of flood insurance versus disaster assistance</i>\r\n\r\n<u>Disaster Assistance</u>\r\n* Most forms of federal disaster assistance require a Presidential declaration.\r\n* Federal disaster assistance declarations are awarded in less than 50% of flooding incidents.\r\n* The most typical form of disaster assistance is a loan that must be repaid with interest.\r\n* The duration of a Small Business Administration (SBA) disaster home loan is approximately 30 years.\r\n* The average Individuals and Households Program award is about $4,000.\r\n* Repayment on a $50,000 SBA disaster home loan is $240 a month or $2,880 annual at 4% interest.\r\n\r\n<u>Flood Insurance:</u>\r\n* You are in control. Flood insurance claims are paid even if a disaster is not declared by the President.\r\n* Between 20 and 25 percent of all claims paid by the National Flood Insurance Program (NFIP) are outside of Special Flood Hazard Areas.\r\n* There is no payback requirement.\r\n* Flood insurance policies are continuous, and not non-renewed or cancelled for repeat losses.\r\n* Flood insurance reimburses you for all covered losses up to $250,000 for homeowners and $500,000 for businesses.\r\n* The average cost of a $100,000 flood policy is a little more than $400 annual, or just over one dollar per day. The cost of a $50,000 flood policy may be as low as $180 annually, depending on where you live, or less than 50 cents per day.\r\n\r\n<strong>Only Federal flood insurance reimburses you for flood damage to your property!</strong>\r\n\r\nWith one annual premium, you can protect your most important investment-your home and your finances.\r\n\r\nTalk with Sean today at 949-940-6934 or sean@seanwomack.com and ask about the National Flood Insurance Program. There\'s no better way to save for a rainy day.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Flood','','inherit','open','open','','208-revision-v1','','','2014-04-24 23:43:45','2014-04-24 23:43:45','',208,'http://03785f6.netsolhost.com/wordpress/208-revision-v1/',0,'revision','',0),(761,1,'2014-04-24 23:43:22','2014-04-24 23:43:22','<font size=\"5\"><strong>California Flood Insurance</font></strong>\r\n\r\n<i>Your Homeowners insurance doesn\'t cover floods...Federal flood insurance does.</i>\r\n\r\n<strong>Floods can happen anytime, anywhere.</strong>\r\n\r\nThey cause anguish and destruction-physical, emotional, and financial. Especially when the victims realize the damage isn\'t covered by their homeowners insurance policy.\r\n\r\n<strong>Federal disaster assistance? It\'s not the answer either.</strong>\r\n\r\n<u><i>The benefits of flood insurance versus disaster assistance</i></u>\r\n\r\n<u>Disaster Assistance</u>\r\n* Most forms of federal disaster assistance require a Presidential declaration.\r\n* Federal disaster assistance declarations are awarded in less than 50% of flooding incidents.\r\n* The most typical form of disaster assistance is a loan that must be repaid with interest.\r\n* The duration of a Small Business Administration (SBA) disaster home loan is approximately 30 years.\r\n* The average Individuals and Households Program award is about $4,000.\r\n* Repayment on a $50,000 SBA disaster home loan is $240 a month or $2,880 annual at 4% interest.\r\n\r\n<u>Flood Insurance:</u>\r\n* You are in control. Flood insurance claims are paid even if a disaster is not declared by the President.\r\n* Between 20 and 25 percent of all claims paid by the National Flood Insurance Program (NFIP) are outside of Special Flood Hazard Areas.\r\n* There is no payback requirement.\r\n* Flood insurance policies are continuous, and not non-renewed or cancelled for repeat losses.\r\n* Flood insurance reimburses you for all covered losses up to $250,000 for homeowners and $500,000 for businesses.\r\n* The average cost of a $100,000 flood policy is a little more than $400 annual, or just over one dollar per day. The cost of a $50,000 flood policy may be as low as $180 annually, depending on where you live, or less than 50 cents per day.\r\n\r\n<strong>Only Federal flood insurance reimburses you for flood damage to your property!</strong>\r\n\r\nWith one annual premium, you can protect your most important investment-your home and your finances.\r\n\r\nTalk with Sean today at 949-940-6934 or sean@seanwomack.com and ask about the National Flood Insurance Program. There\'s no better way to save for a rainy day.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Flood','','inherit','open','open','','208-revision-v1','','','2014-04-24 23:43:22','2014-04-24 23:43:22','',208,'http://03785f6.netsolhost.com/wordpress/208-revision-v1/',0,'revision','',0),(763,1,'2014-04-24 23:44:11','2014-04-24 23:44:11','<font size=\"5\"><strong>California Flood Insurance</font></strong>\r\n\r\n<i>Your Homeowners insurance doesn\'t cover floods...Federal flood insurance does.</i>\r\n\r\n<strong>Floods can happen anytime, anywhere.</strong>\r\n\r\nThey cause anguish and destruction-physical, emotional, and financial. Especially when the victims realize the damage isn\'t covered by their homeowners insurance policy.\r\n\r\n<strong>Federal disaster assistance? It\'s not the answer either.</strong>\r\n\r\n<i>Here are the benefits of flood insurance versus disaster assistance:</i>\r\n\r\n<u>Disaster Assistance</u>\r\n* Most forms of federal disaster assistance require a Presidential declaration.\r\n* Federal disaster assistance declarations are awarded in less than 50% of flooding incidents.\r\n* The most typical form of disaster assistance is a loan that must be repaid with interest.\r\n* The duration of a Small Business Administration (SBA) disaster home loan is approximately 30 years.\r\n* The average Individuals and Households Program award is about $4,000.\r\n* Repayment on a $50,000 SBA disaster home loan is $240 a month or $2,880 annual at 4% interest.\r\n\r\n<u>Flood Insurance:</u>\r\n* You are in control. Flood insurance claims are paid even if a disaster is not declared by the President.\r\n* Between 20 and 25 percent of all claims paid by the National Flood Insurance Program (NFIP) are outside of Special Flood Hazard Areas.\r\n* There is no payback requirement.\r\n* Flood insurance policies are continuous, and not non-renewed or cancelled for repeat losses.\r\n* Flood insurance reimburses you for all covered losses up to $250,000 for homeowners and $500,000 for businesses.\r\n* The average cost of a $100,000 flood policy is a little more than $400 annual, or just over one dollar per day. The cost of a $50,000 flood policy may be as low as $180 annually, depending on where you live, or less than 50 cents per day.\r\n\r\n<strong>Only Federal flood insurance reimburses you for flood damage to your property!</strong>\r\n\r\nWith one annual premium, you can protect your most important investment-your home and your finances.\r\n\r\nTalk with Sean today at 949-940-6934 or sean@seanwomack.com and ask about the National Flood Insurance Program. There\'s no better way to save for a rainy day.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Flood','','inherit','open','open','','208-revision-v1','','','2014-04-24 23:44:11','2014-04-24 23:44:11','',208,'http://03785f6.netsolhost.com/wordpress/208-revision-v1/',0,'revision','',0),(764,1,'2014-04-24 23:44:26','2014-04-24 23:44:26','<font size=\"5\"><strong>California Flood Insurance</font></strong>\r\n\r\n<i>Your Homeowners insurance doesn\'t cover floods...Federal flood insurance does.</i>\r\n\r\n<strong>Floods can happen anytime, anywhere.</strong>\r\n\r\nThey cause anguish and destruction-physical, emotional, and financial. Especially when the victims realize the damage isn\'t covered by their homeowners insurance policy.\r\n\r\n<strong>Federal disaster assistance? It\'s not the answer either.</strong>\r\n\r\nHere are the benefits of flood insurance versus disaster assistance:\r\n\r\n<u>Disaster Assistance</u>\r\n* Most forms of federal disaster assistance require a Presidential declaration.\r\n* Federal disaster assistance declarations are awarded in less than 50% of flooding incidents.\r\n* The most typical form of disaster assistance is a loan that must be repaid with interest.\r\n* The duration of a Small Business Administration (SBA) disaster home loan is approximately 30 years.\r\n* The average Individuals and Households Program award is about $4,000.\r\n* Repayment on a $50,000 SBA disaster home loan is $240 a month or $2,880 annual at 4% interest.\r\n\r\n<u>Flood Insurance:</u>\r\n* You are in control. Flood insurance claims are paid even if a disaster is not declared by the President.\r\n* Between 20 and 25 percent of all claims paid by the National Flood Insurance Program (NFIP) are outside of Special Flood Hazard Areas.\r\n* There is no payback requirement.\r\n* Flood insurance policies are continuous, and not non-renewed or cancelled for repeat losses.\r\n* Flood insurance reimburses you for all covered losses up to $250,000 for homeowners and $500,000 for businesses.\r\n* The average cost of a $100,000 flood policy is a little more than $400 annual, or just over one dollar per day. The cost of a $50,000 flood policy may be as low as $180 annually, depending on where you live, or less than 50 cents per day.\r\n\r\n<strong>Only Federal flood insurance reimburses you for flood damage to your property!</strong>\r\n\r\nWith one annual premium, you can protect your most important investment-your home and your finances.\r\n\r\nTalk with Sean today at 949-940-6934 or sean@seanwomack.com and ask about the National Flood Insurance Program. There\'s no better way to save for a rainy day.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Flood','','inherit','open','open','','208-revision-v1','','','2014-04-24 23:44:26','2014-04-24 23:44:26','',208,'http://03785f6.netsolhost.com/wordpress/208-revision-v1/',0,'revision','',0),(765,1,'2014-04-25 15:36:29','2014-04-25 15:36:29','<font size=\"5\"><strong>California Renters Insurance</font></strong>\r\n\r\n<strong>Your possessions are worth a lot to you, so you will want to have the right coverage to protect them.</strong>\r\n\r\nRenters insurance can give you the protection you need at a price you can afford. To give you the maximum in flexibility and affordability, Sean Womack and his team are able to provide solid, basic coverage that allows you to add more options if you need them.\r\n\r\n<strong>The essentials in quality protection</strong>\r\n\r\nMost renters insurance policies cover:\r\n* furniture\r\n* clothing\r\n* appliances\r\n* many other personal belongings\r\n* some of the improvements you\'ve made to the rental unit\r\n* covered items you take while traveling\r\n* additional living expenses if you have to move out during repairs\r\n\r\nPersonal liability coverage provides protection if someone is accidentally injured while in your home, or their property is damage and the damage is caused by:\r\n* you\r\n* your children\r\n* your pets (additional pet liability endorsement may be required)\r\n* your personal activities, including most sports\r\n\r\nA renters insurance policy may also cover you:\r\n* for cost associated with defending you in a lawsuit related to an injury or property damage\r\n* if you are held legally responsible for fire damage to your apartment, the the building you live, or vacation property you rent\r\n* if your credit cards, ATM cards, or checks are stolen or used without your permission\r\n\r\n<strong>The extra protection that\'s right for you</strong>\r\n\r\nWhile the basic renters insurance may be appropriate for most people who live in rental units, your situation may call for optional coverages for complete protection. Some optional coverages include:\r\n\r\n<strong><i>Personal Articles Coverage</i></strong> protects specific high-value items that are normally limited under a basic renters insurance policy, such as, jewelry, silverware, fine arts, furs, cameras, guns, musical instruments, stamp and coin collections, personal computers, and similar property.\r\n\r\n<strong><i>Contents Replacement Cost</i></strong> allows you to repair or replace most personal property in your apartment with no deduction for depreciation.\r\n\r\n<strong>Prices and discounts to save you money</strong>\r\n\r\nRenters insurance is competitively priced and to make even more affordable, many insurance companies offer ways to reduce the cost of your insurance with a wide range of discounts if your home is equipped with:\r\n* anti-theft devices\r\n* smoke detectors\r\n* fire alarms\r\n* deadbolt locks\r\n* sprinkler system\r\n* fire extinguishers\r\n\r\n<strong><i>Little savings add up, too.</strong></i> By using Electronic Funds Transfer, you can save time and avoid the cost of postage for mailing your insurance premium. Ask your agent to sign you up for Electronic Funds Transfer when you apply for your renters insurance coverage.\r\n\r\n<strong>Highly personal services are built in to save you time</strong>\r\n\r\nWe do our best to think about ways to make your life easier-so you don\'t have to.\r\n\r\nIf there\'s a covered loss or damage involving you, your family, or your possessions, the insurance companies we represent have the responsive people, resources, and services to handle matter for you, quickly, and professionally.\r\n\r\n<strong>The best claims service you\'ll find anywhere</strong>\r\n\r\nYou can report your claim anytime, day or night. You can call the insurance company\'s toll-free Claim Hotline where their customer care representatives are available 24-hours-a-day, 7 days-a-week. For your convenience many insurance companies have Claims Service Centers located in cities and towns across the county. So if your property is damaged, your claim will be handled promptly, fairly and without hassles.\r\n\r\n<strong>Your agent is working for you</strong>\r\n\r\nBy choosing Sean Womack and his team, you have someone working for you: an independent agent who believes that your satisfaction with your insurance is of the utmost importance. So whatever your insurance needs, please don\'t hesitate to call Sean. Talk to him today about renters insurance coverage.\r\n\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Renters','','inherit','open','open','','187-revision-v1','','','2014-04-25 15:36:29','2014-04-25 15:36:29','',187,'http://03785f6.netsolhost.com/wordpress/187-revision-v1/',0,'revision','',0),(766,1,'2014-04-25 15:43:21','2014-04-25 15:43:21','<font size=\"5\"><strong>California Renters Insurance</font></strong>\r\n\r\n<strong>Your possessions are worth a lot to you, so you will want to have the right coverage to protect them.</strong>\r\n\r\nRenters insurance can give you the protection you need at a price you can afford. To give you the maximum in flexibility and affordability, Sean Womack and his team are able to provide solid, basic coverage that allows you to add more options if you need them.\r\n\r\n<strong>The essentials in quality protection</strong>\r\n\r\nMost renters insurance policies cover:\r\n* furniture\r\n* clothing\r\n* appliances\r\n* many other personal belongings\r\n* some of the improvements you\'ve made to the rental unit\r\n* covered items you take while traveling\r\n* additional living expenses if you have to move out during repairs\r\n\r\nPersonal liability coverage provides protection if someone is accidentally injured while in your home, or their property is damaged and the damage is caused by:\r\n* you\r\n* your children\r\n* your pets (additional pet liability endorsement may be required)\r\n* your personal activities, including most sports\r\n\r\nA renters insurance policy may also cover you:\r\n* for cost associated with defending you in a lawsuit related to an injury or property damage\r\n* if you are held legally responsible for fire damage to your apartment, the the building you live, or vacation property you rent\r\n* if your credit cards, ATM cards, or checks are stolen or used without your permission\r\n\r\n<strong>The extra protection that\'s right for you</strong>\r\n\r\nWhile the basic renters insurance may be appropriate for most people who live in rental units, your situation may call for optional coverages for complete protection. Some optional coverages include:\r\n\r\n<strong><i>Personal Articles Coverage</i></strong> protects specific high-value items that are normally limited under a basic renters insurance policy, such as, jewelry, silverware, fine arts, furs, cameras, guns, musical instruments, stamp and coin collections, personal computers, and similar property.\r\n\r\n<strong><i>Contents Replacement Cost</i></strong> allows you to repair or replace most personal property in your apartment with no deduction for depreciation.\r\n\r\n<strong>Prices and discounts to save you money</strong>\r\n\r\nRenters insurance is competitively priced and to make even more affordable, many insurance companies offer ways to reduce the cost of your insurance with a wide range of discounts if your home is equipped with:\r\n* anti-theft devices\r\n* smoke detectors\r\n* fire alarms\r\n* deadbolt locks\r\n* sprinkler system\r\n* fire extinguishers\r\n\r\n<strong><i>Little savings add up, too.</strong></i> By using Electronic Funds Transfer, you can save time and avoid the cost of postage for mailing your insurance premium. Ask your agent to sign you up for Electronic Funds Transfer when you apply for your renters insurance coverage.\r\n\r\n<strong>Highly personal services are built in to save you time</strong>\r\n\r\nWe do our best to think about ways to make your life easier-so you don\'t have to.\r\n\r\nIf there\'s a covered loss or damage involving you, your family, or your possessions, the insurance companies we represent have the responsive people, resources, and services to handle matter for you, quickly, and professionally.\r\n\r\n<strong>The best claims service you\'ll find anywhere</strong>\r\n\r\nYou can report your claim anytime, day or night. You can call the insurance company\'s toll-free Claim Hotline where their customer care representatives are available 24-hours-a-day, 7 days-a-week. For your convenience many insurance companies have Claims Service Centers located in cities and towns across the county. So if your property is damaged, your claim will be handled promptly, fairly and without hassles.\r\n\r\n<strong>Your agent is working for you</strong>\r\n\r\nBy choosing Sean Womack and his team, you have someone working for you: an independent agent who believes that your satisfaction with your insurance is of the utmost importance. So whatever your insurance needs, please don\'t hesitate to call Sean. Talk to him today about renters insurance coverage.\r\n\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Renters','','inherit','open','open','','187-revision-v1','','','2014-04-25 15:43:21','2014-04-25 15:43:21','',187,'http://03785f6.netsolhost.com/wordpress/187-revision-v1/',0,'revision','',0),(767,1,'2014-04-25 16:35:55','2014-04-25 16:35:55','<font size=\"5\"><strong>Identity Theft Protection</font></strong>\r\n\r\n<strong>Your identity is yours! Don\'t let someone else ruin your good name and credit.</strong>\r\n\r\nIdentity theft - a growing concern:\r\n\r\n* Identity theft remains one of the fastest growing crimes in the country today.\r\n* Identity thieves have developed a number of ways to obtain your information-from the simple theft of your wallet to elaborate internet-based scams.\r\n* Generally, once thieves have your Social Security number, they can establish credit in your name and incur hundreds or even thousands of dollars in credit card charges, fraudulent loans and more.\r\n* Often you may be unaware of these charges until a merchant or credit card collector seeks payment for a bill that you knew nothing about. Or you may be declined for a loan due to a credit report showing defaults on loans that are unknown to you.\r\n\r\n<strong>We help get your identity back</strong>\r\n\r\nFor many victims, the most stressful aspect of identity theft is the complicated process of reclaiming their identities and repairing their damaged credit. That\'s why some insurance companies offer resolution services with their identity theft protection programs. If your insurance company\'s program offers this type of coverage, then you will have access to a consumer fraud specialist who can guide you through the process of restoring your name and credit record, including:\r\n* Obtaining a free credit report from the three main credit bureaus.\r\n* Placing fraud alerts with major credit reporting agencies.\r\n* Enrolling you in daily credit monitoring for a period of time.\r\n* Completing dispute letters on your behalf.\r\n\r\n<strong>Identity theft protection is easy and affordable</strong>\r\n\r\nMany insurance companies offer identity theft coverage through their homeowners, condo, and renters insurance products. However, this coverage is usually in the form of an optional endorsement that you have to request from your agent. Adding this endorsement usually costs only a few dollars per month.\r\n\r\nExperts agree that you may not be able to guard against all the ways identity thieves can steal your identity. You can, however, arm yourself with protection that gives you the resources you need to restore your good name and financial history in the event of identity theft.\r\n\r\n\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Indentity Theft Coverage','','publish','closed','closed','','indentity-theft-coverage','','','2014-05-15 03:57:12','2014-05-15 03:57:12','',46,'http://03785f6.netsolhost.com/wordpress/?page_id=767',0,'page','',0),(774,1,'2014-04-25 16:44:18','2014-04-25 16:44:18','<font size=\"5\"><strong>Identity Theft Protection</font></strong>\r\n\r\n<strong>Your identity is yours! Don\'t let someone else ruin your good name and credit.</strong>\r\n\r\nIdentity theft - a growing concern:\r\n\r\n* Identity theft remains one of the fastest growing crimes in the country today.\r\n* Identity thieves have developed a number of ways to obtain your information-from the simple theft of your wallet to elaborate internet-based scams.\r\n* Generally, once thieves have your Social Security number, they can establish credit in your name and incur hundreds or even thousands of dollars in credit card charges, fraudulent loans and more.\r\n* Often you may be unaware of these charges until a merchant or credit card collector seeks payment for a bill that you knew nothing about. Or you may be declined for a loan due to a credit report showing defaults on loans that are unknown to you.\r\n\r\n<strong>Identity theft protection is easy and affordable</strong>\r\n\r\nMany insurance companies offer identity theft coverage through their homeowners, condo, and renters insurance products. However, this coverage is usually in the form of an optional endorsement that you have to request from your agent. Adding this endorsement usually costs a few dollars per month.\r\n\r\nExperts agree that you may not be able to guard against all the ways identity thieves can steal your identity. You can, however, arm yourself with protection that gives you the resources you need to restore your good name and financial history in the event of identity theft.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Indentity Theft Coverage','','inherit','open','open','','767-revision-v1','','','2014-04-25 16:44:18','2014-04-25 16:44:18','',767,'http://03785f6.netsolhost.com/wordpress/767-revision-v1/',0,'revision','',0),(768,1,'2014-04-25 16:35:55','2014-04-25 16:35:55','<font size=\"5\"><strong>Identity Theft Protection</font></strong>\r\n\r\n<strong>Your identity is yours. Don\'t let someone else ruin your good name and credit</strong>\r\n\r\nIdentity theft-a growing concern:\r\n\r\n* Identity theft remains one of the fastest growing crimes in the country today.\r\n* Identity thieves have developed a number of ways to obtain your information-from the simple theft of your wallet to elaborate internet-based scams.\r\n* Generally, once thieves have your Social Security number, they can establish credit in your name and incur hundreds or even thousands of dollars in credit card charges, fraudulent loans and more.\r\n* Often you may be unaware of these charges until a merchant or credit card collector seeks payment for a bill that you knew nothing about. Or you may be declined for a loan due to a credit report showing defaults on loans that are unknown to you.\r\n\r\n\r\n\r\nMany insurance companies have added identity theft coverage through their homeowners insurance product. However, this coverage is usually in the form of an optional endorsement that you have to request from your agent. For those companies that offer this type of endorsement, they also provide a similar endorsement on their condo and renters policies as well.\r\n\r\n\r\n\r\n\r\n\r\nRenters insurance can give you the protection you need at a price you can afford. To give you the maximum in flexibility and affordability, Sean Womack and his team are able to provide solid, basic coverage that allows you to add more options if you need them.\r\n\r\n<strong>The essentials in quality protection</strong>\r\n\r\nMost renters insurance policies cover:\r\n* furniture\r\n* clothing\r\n* appliances\r\n* many other personal belongings\r\n* some of the improvements you\'ve made to the rental unit\r\n* covered items you take while traveling\r\n* additional living expenses if you have to move out during repairs\r\n\r\nPersonal liability coverage provides protection if someone is accidentally injured while in your home, or their property is damaged and the damage is caused by:\r\n* you\r\n* your children\r\n* your pets (additional pet liability endorsement may be required)\r\n* your personal activities, including most sports\r\n\r\nA renters insurance policy may also cover you:\r\n* for cost associated with defending you in a lawsuit related to an injury or property damage\r\n* if you are held legally responsible for fire damage to your apartment, the the building you live, or vacation property you rent\r\n* if your credit cards, ATM cards, or checks are stolen or used without your permission\r\n\r\n<strong>The extra protection that\'s right for you</strong>\r\n\r\nWhile the basic renters insurance may be appropriate for most people who live in rental units, your situation may call for optional coverages for complete protection. Some optional coverages include:\r\n\r\n<strong><i>Personal Articles Coverage</i></strong> protects specific high-value items that are normally limited under a basic renters insurance policy, such as, jewelry, silverware, fine arts, furs, cameras, guns, musical instruments, stamp and coin collections, personal computers, and similar property.\r\n\r\n<strong><i>Contents Replacement Cost</i></strong> allows you to repair or replace most personal property in your apartment with no deduction for depreciation.\r\n\r\n<strong>Prices and discounts to save you money</strong>\r\n\r\nRenters insurance is competitively priced and to make even more affordable, many insurance companies offer ways to reduce the cost of your insurance with a wide range of discounts if your home is equipped with:\r\n* anti-theft devices\r\n* smoke detectors\r\n* fire alarms\r\n* deadbolt locks\r\n* sprinkler system\r\n* fire extinguishers\r\n\r\n<strong><i>Little savings add up, too.</strong></i> By using Electronic Funds Transfer, you can save time and avoid the cost of postage for mailing your insurance premium. Ask your agent to sign you up for Electronic Funds Transfer when you apply for your renters insurance coverage.\r\n\r\n<strong>Highly personal services are built in to save you time</strong>\r\n\r\nWe do our best to think about ways to make your life easier-so you don\'t have to.\r\n\r\nIf there\'s a covered loss or damage involving you, your family, or your possessions, the insurance companies we represent have the responsive people, resources, and services to handle matter for you, quickly, and professionally.\r\n\r\n<strong>The best claims service you\'ll find anywhere</strong>\r\n\r\nYou can report your claim anytime, day or night. You can call the insurance company\'s toll-free Claim Hotline where their customer care representatives are available 24-hours-a-day, 7 days-a-week. For your convenience many insurance companies have Claims Service Centers located in cities and towns across the county. So if your property is damaged, your claim will be handled promptly, fairly and without hassles.\r\n\r\n<strong>Your agent is working for you</strong>\r\n\r\nBy choosing Sean Womack and his team, you have someone working for you: an independent agent who believes that your satisfaction with your insurance is of the utmost importance. So whatever your insurance needs, please don\'t hesitate to call Sean. Talk to him today about renters insurance coverage.\r\n\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Indentity Theft Coverage','','inherit','open','open','','767-revision-v1','','','2014-04-25 16:35:55','2014-04-25 16:35:55','',767,'http://03785f6.netsolhost.com/wordpress/767-revision-v1/',0,'revision','',0),(773,1,'2014-04-25 16:43:54','2014-04-25 16:43:54','<font size=\"5\"><strong>Identity Theft Protection</font></strong>\r\n\r\n<strong>Your identity is yours! Don\'t let someone else ruin your good name and credit.</strong>\r\n\r\nIdentity theft - a growing concern:\r\n\r\n* Identity theft remains one of the fastest growing crimes in the country today.\r\n* Identity thieves have developed a number of ways to obtain your information-from the simple theft of your wallet to elaborate internet-based scams.\r\n* Generally, once thieves have your Social Security number, they can establish credit in your name and incur hundreds or even thousands of dollars in credit card charges, fraudulent loans and more.\r\n* Often you may be unaware of these charges until a merchant or credit card collector seeks payment for a bill that you knew nothing about. Or you may be declined for a loan due to a credit report showing defaults on loans that are unknown to you.\r\n\r\n<strong>Identity theft protection is easy and affordable</strong>\r\n\r\nMany insurance companies offer identity theft coverage through their homeowners, condo, and renters insurance products. However, this coverage is usually in the form of an optional endorsement that you have to request from your agent. Adding this endorsement usually costs a few dollars per month.\r\n\r\nExperts agree that you may not be able to guard against all the ways identity thieves can steal your identity. You can, however, arm yourself with protection that gives you the resources you need to restore your good name and financial history in the event of identity theft.\r\n\r\nRenters insurance can give you the protection you need at a price you can afford. To give you the maximum in flexibility and affordability, Sean Womack and his team are able to provide solid, basic coverage that allows you to add more options if you need them.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Indentity Theft Coverage','','inherit','open','open','','767-revision-v1','','','2014-04-25 16:43:54','2014-04-25 16:43:54','',767,'http://03785f6.netsolhost.com/wordpress/767-revision-v1/',0,'revision','',0),(770,1,'2014-04-25 16:37:42','2014-04-25 16:37:42','<font size=\"5\"><strong>Identity Theft Protection</font></strong>\r\n\r\n<strong>Your identity is yours! Don\'t let someone else ruin your good name and credit.</strong>\r\n\r\nIdentity theft-a growing concern:\r\n\r\n* Identity theft remains one of the fastest growing crimes in the country today.\r\n* Identity thieves have developed a number of ways to obtain your information-from the simple theft of your wallet to elaborate internet-based scams.\r\n* Generally, once thieves have your Social Security number, they can establish credit in your name and incur hundreds or even thousands of dollars in credit card charges, fraudulent loans and more.\r\n* Often you may be unaware of these charges until a merchant or credit card collector seeks payment for a bill that you knew nothing about. Or you may be declined for a loan due to a credit report showing defaults on loans that are unknown to you.\r\n\r\n\r\n\r\nMany insurance companies have added identity theft coverage through their homeowners insurance product. However, this coverage is usually in the form of an optional endorsement that you have to request from your agent. For those companies that offer this type of endorsement, they also provide a similar endorsement on their condo and renters policies as well.\r\n\r\n\r\n\r\n\r\n\r\nRenters insurance can give you the protection you need at a price you can afford. To give you the maximum in flexibility and affordability, Sean Womack and his team are able to provide solid, basic coverage that allows you to add more options if you need them.\r\n\r\n<strong>The essentials in quality protection</strong>\r\n\r\nMost renters insurance policies cover:\r\n* furniture\r\n* clothing\r\n* appliances\r\n* many other personal belongings\r\n* some of the improvements you\'ve made to the rental unit\r\n* covered items you take while traveling\r\n* additional living expenses if you have to move out during repairs\r\n\r\nPersonal liability coverage provides protection if someone is accidentally injured while in your home, or their property is damaged and the damage is caused by:\r\n* you\r\n* your children\r\n* your pets (additional pet liability endorsement may be required)\r\n* your personal activities, including most sports\r\n\r\nA renters insurance policy may also cover you:\r\n* for cost associated with defending you in a lawsuit related to an injury or property damage\r\n* if you are held legally responsible for fire damage to your apartment, the the building you live, or vacation property you rent\r\n* if your credit cards, ATM cards, or checks are stolen or used without your permission\r\n\r\n<strong>The extra protection that\'s right for you</strong>\r\n\r\nWhile the basic renters insurance may be appropriate for most people who live in rental units, your situation may call for optional coverages for complete protection. Some optional coverages include:\r\n\r\n<strong><i>Personal Articles Coverage</i></strong> protects specific high-value items that are normally limited under a basic renters insurance policy, such as, jewelry, silverware, fine arts, furs, cameras, guns, musical instruments, stamp and coin collections, personal computers, and similar property.\r\n\r\n<strong><i>Contents Replacement Cost</i></strong> allows you to repair or replace most personal property in your apartment with no deduction for depreciation.\r\n\r\n<strong>Prices and discounts to save you money</strong>\r\n\r\nRenters insurance is competitively priced and to make even more affordable, many insurance companies offer ways to reduce the cost of your insurance with a wide range of discounts if your home is equipped with:\r\n* anti-theft devices\r\n* smoke detectors\r\n* fire alarms\r\n* deadbolt locks\r\n* sprinkler system\r\n* fire extinguishers\r\n\r\n<strong><i>Little savings add up, too.</strong></i> By using Electronic Funds Transfer, you can save time and avoid the cost of postage for mailing your insurance premium. Ask your agent to sign you up for Electronic Funds Transfer when you apply for your renters insurance coverage.\r\n\r\n<strong>Highly personal services are built in to save you time</strong>\r\n\r\nWe do our best to think about ways to make your life easier-so you don\'t have to.\r\n\r\nIf there\'s a covered loss or damage involving you, your family, or your possessions, the insurance companies we represent have the responsive people, resources, and services to handle matter for you, quickly, and professionally.\r\n\r\n<strong>The best claims service you\'ll find anywhere</strong>\r\n\r\nYou can report your claim anytime, day or night. You can call the insurance company\'s toll-free Claim Hotline where their customer care representatives are available 24-hours-a-day, 7 days-a-week. For your convenience many insurance companies have Claims Service Centers located in cities and towns across the county. So if your property is damaged, your claim will be handled promptly, fairly and without hassles.\r\n\r\n<strong>Your agent is working for you</strong>\r\n\r\nBy choosing Sean Womack and his team, you have someone working for you: an independent agent who believes that your satisfaction with your insurance is of the utmost importance. So whatever your insurance needs, please don\'t hesitate to call Sean. Talk to him today about renters insurance coverage.\r\n\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Indentity Theft Coverage','','inherit','open','open','','767-revision-v1','','','2014-04-25 16:37:42','2014-04-25 16:37:42','',767,'http://03785f6.netsolhost.com/wordpress/767-revision-v1/',0,'revision','',0),(771,1,'2014-04-25 16:37:55','2014-04-25 16:37:55','<font size=\"5\"><strong>Identity Theft Protection</font></strong>\r\n\r\n<strong>Your identity is yours! Don\'t let someone else ruin your good name and credit.</strong>\r\n\r\nIdentity theft - a growing concern:\r\n\r\n* Identity theft remains one of the fastest growing crimes in the country today.\r\n* Identity thieves have developed a number of ways to obtain your information-from the simple theft of your wallet to elaborate internet-based scams.\r\n* Generally, once thieves have your Social Security number, they can establish credit in your name and incur hundreds or even thousands of dollars in credit card charges, fraudulent loans and more.\r\n* Often you may be unaware of these charges until a merchant or credit card collector seeks payment for a bill that you knew nothing about. Or you may be declined for a loan due to a credit report showing defaults on loans that are unknown to you.\r\n\r\n\r\n\r\nMany insurance companies have added identity theft coverage through their homeowners insurance product. However, this coverage is usually in the form of an optional endorsement that you have to request from your agent. For those companies that offer this type of endorsement, they also provide a similar endorsement on their condo and renters policies as well.\r\n\r\n\r\n\r\n\r\n\r\nRenters insurance can give you the protection you need at a price you can afford. To give you the maximum in flexibility and affordability, Sean Womack and his team are able to provide solid, basic coverage that allows you to add more options if you need them.\r\n\r\n<strong>The essentials in quality protection</strong>\r\n\r\nMost renters insurance policies cover:\r\n* furniture\r\n* clothing\r\n* appliances\r\n* many other personal belongings\r\n* some of the improvements you\'ve made to the rental unit\r\n* covered items you take while traveling\r\n* additional living expenses if you have to move out during repairs\r\n\r\nPersonal liability coverage provides protection if someone is accidentally injured while in your home, or their property is damaged and the damage is caused by:\r\n* you\r\n* your children\r\n* your pets (additional pet liability endorsement may be required)\r\n* your personal activities, including most sports\r\n\r\nA renters insurance policy may also cover you:\r\n* for cost associated with defending you in a lawsuit related to an injury or property damage\r\n* if you are held legally responsible for fire damage to your apartment, the the building you live, or vacation property you rent\r\n* if your credit cards, ATM cards, or checks are stolen or used without your permission\r\n\r\n<strong>The extra protection that\'s right for you</strong>\r\n\r\nWhile the basic renters insurance may be appropriate for most people who live in rental units, your situation may call for optional coverages for complete protection. Some optional coverages include:\r\n\r\n<strong><i>Personal Articles Coverage</i></strong> protects specific high-value items that are normally limited under a basic renters insurance policy, such as, jewelry, silverware, fine arts, furs, cameras, guns, musical instruments, stamp and coin collections, personal computers, and similar property.\r\n\r\n<strong><i>Contents Replacement Cost</i></strong> allows you to repair or replace most personal property in your apartment with no deduction for depreciation.\r\n\r\n<strong>Prices and discounts to save you money</strong>\r\n\r\nRenters insurance is competitively priced and to make even more affordable, many insurance companies offer ways to reduce the cost of your insurance with a wide range of discounts if your home is equipped with:\r\n* anti-theft devices\r\n* smoke detectors\r\n* fire alarms\r\n* deadbolt locks\r\n* sprinkler system\r\n* fire extinguishers\r\n\r\n<strong><i>Little savings add up, too.</strong></i> By using Electronic Funds Transfer, you can save time and avoid the cost of postage for mailing your insurance premium. Ask your agent to sign you up for Electronic Funds Transfer when you apply for your renters insurance coverage.\r\n\r\n<strong>Highly personal services are built in to save you time</strong>\r\n\r\nWe do our best to think about ways to make your life easier-so you don\'t have to.\r\n\r\nIf there\'s a covered loss or damage involving you, your family, or your possessions, the insurance companies we represent have the responsive people, resources, and services to handle matter for you, quickly, and professionally.\r\n\r\n<strong>The best claims service you\'ll find anywhere</strong>\r\n\r\nYou can report your claim anytime, day or night. You can call the insurance company\'s toll-free Claim Hotline where their customer care representatives are available 24-hours-a-day, 7 days-a-week. For your convenience many insurance companies have Claims Service Centers located in cities and towns across the county. So if your property is damaged, your claim will be handled promptly, fairly and without hassles.\r\n\r\n<strong>Your agent is working for you</strong>\r\n\r\nBy choosing Sean Womack and his team, you have someone working for you: an independent agent who believes that your satisfaction with your insurance is of the utmost importance. So whatever your insurance needs, please don\'t hesitate to call Sean. Talk to him today about renters insurance coverage.\r\n\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Indentity Theft Coverage','','inherit','open','open','','767-revision-v1','','','2014-04-25 16:37:55','2014-04-25 16:37:55','',767,'http://03785f6.netsolhost.com/wordpress/767-revision-v1/',0,'revision','',0),(772,1,'2014-04-25 17:09:25','2014-04-25 17:09:25','<font size=\"5\"><strong>Identity Theft Protection</font></strong>\n\n<strong>Your identity is yours! Don\'t let someone else ruin your good name and credit.</strong>\n\nIdentity theft - a growing concern:\n\n* Identity theft remains one of the fastest growing crimes in the country today.\n* Identity thieves have developed a number of ways to obtain your information-from the simple theft of your wallet to elaborate internet-based scams.\n* Generally, once thieves have your Social Security number, they can establish credit in your name and incur hundreds or even thousands of dollars in credit card charges, fraudulent loans and more.\n* Often you may be unaware of these charges until a merchant or credit card collector seeks payment for a bill that you knew nothing about. Or you may be declined for a loan due to a credit report showing defaults on loans that are unknown to you.\n\n<strong>We help get your identity back</strong>\n\nFor many victims, the most stressful aspect of identity theft is the complicated process of reclaiming their identities and repairing their damaged credit. That\'s why some insurance companies offer resolution services with their identity theft protection programs. If your insurance company\'s program offers this type of coverage, then you will have access to a consumer fraud specialist who can guide you through the process of restoring your name and credit record, including:\n* Obtaining a free credit report from the three main credit bureaus.\n* Placing fraud alerts with major credit reporting agencies.\n* enrolling you in daily credit monitoring for a period of time.\n* completing dispute letters on your behalf.\n\n\n<strong>Identity theft protection is easy and affordable</strong>\n\nMany insurance companies offer identity theft coverage through their homeowners, condo, and renters insurance products. However, this coverage is usually in the form of an optional endorsement that you have to request from your agent. Adding this endorsement usually costs a few dollars per month.\n\nExperts agree that you may not be able to guard against all the ways identity thieves can steal your identity. You can, however, arm yourself with protection that gives you the resources you need to restore your good name and financial history in the event of identity theft.\n\n\n\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Indentity Theft Coverage','','inherit','open','open','','767-autosave-v1','','','2014-04-25 17:09:25','2014-04-25 17:09:25','',767,'http://03785f6.netsolhost.com/wordpress/767-autosave-v1/',0,'revision','',0),(775,1,'2014-04-25 17:09:29','2014-04-25 17:09:29','<font size=\"5\"><strong>Identity Theft Protection</font></strong>\r\n\r\n<strong>Your identity is yours! Don\'t let someone else ruin your good name and credit.</strong>\r\n\r\nIdentity theft - a growing concern:\r\n\r\n* Identity theft remains one of the fastest growing crimes in the country today.\r\n* Identity thieves have developed a number of ways to obtain your information-from the simple theft of your wallet to elaborate internet-based scams.\r\n* Generally, once thieves have your Social Security number, they can establish credit in your name and incur hundreds or even thousands of dollars in credit card charges, fraudulent loans and more.\r\n* Often you may be unaware of these charges until a merchant or credit card collector seeks payment for a bill that you knew nothing about. Or you may be declined for a loan due to a credit report showing defaults on loans that are unknown to you.\r\n\r\n<strong>We help get your identity back</strong>\r\n\r\nFor many victims, the most stressful aspect of identity theft is the complicated process of reclaiming their identities and repairing their damaged credit. That\'s why some insurance companies offer resolution services with their identity theft protection programs. If your insurance company\'s program offers this type of coverage, then you will have access to a consumer fraud specialist who can guide you through the process of restoring your name and credit record, including:\r\n* Obtaining a free credit report from the three main credit bureaus.\r\n* Placing fraud alerts with major credit reporting agencies.\r\n* enrolling you in daily credit monitoring for a period of time.\r\n* completing dispute letters on your behalf.\r\n\r\n<strong>Identity theft protection is easy and affordable</strong>\r\n\r\nMany insurance companies offer identity theft coverage through their homeowners, condo, and renters insurance products. However, this coverage is usually in the form of an optional endorsement that you have to request from your agent. Adding this endorsement usually costs a few dollars per month.\r\n\r\nExperts agree that you may not be able to guard against all the ways identity thieves can steal your identity. You can, however, arm yourself with protection that gives you the resources you need to restore your good name and financial history in the event of identity theft.\r\n\r\n\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Indentity Theft Coverage','','inherit','open','open','','767-revision-v1','','','2014-04-25 17:09:29','2014-04-25 17:09:29','',767,'http://03785f6.netsolhost.com/wordpress/767-revision-v1/',0,'revision','',0),(776,1,'2014-04-25 17:10:47','2014-04-25 17:10:47','<font size=\"5\"><strong>Identity Theft Protection</font></strong>\r\n\r\n<strong>Your identity is yours! Don\'t let someone else ruin your good name and credit.</strong>\r\n\r\nIdentity theft - a growing concern:\r\n\r\n* Identity theft remains one of the fastest growing crimes in the country today.\r\n* Identity thieves have developed a number of ways to obtain your information-from the simple theft of your wallet to elaborate internet-based scams.\r\n* Generally, once thieves have your Social Security number, they can establish credit in your name and incur hundreds or even thousands of dollars in credit card charges, fraudulent loans and more.\r\n* Often you may be unaware of these charges until a merchant or credit card collector seeks payment for a bill that you knew nothing about. Or you may be declined for a loan due to a credit report showing defaults on loans that are unknown to you.\r\n\r\n<strong>We help get your identity back</strong>\r\n\r\nFor many victims, the most stressful aspect of identity theft is the complicated process of reclaiming their identities and repairing their damaged credit. That\'s why some insurance companies offer resolution services with their identity theft protection programs. If your insurance company\'s program offers this type of coverage, then you will have access to a consumer fraud specialist who can guide you through the process of restoring your name and credit record, including:\r\n* Obtaining a free credit report from the three main credit bureaus.\r\n* Placing fraud alerts with major credit reporting agencies.\r\n* Enrolling you in daily credit monitoring for a period of time.\r\n* Completing dispute letters on your behalf.\r\n\r\n<strong>Identity theft protection is easy and affordable</strong>\r\n\r\nMany insurance companies offer identity theft coverage through their homeowners, condo, and renters insurance products. However, this coverage is usually in the form of an optional endorsement that you have to request from your agent. Adding this endorsement usually costs a few dollars per month.\r\n\r\nExperts agree that you may not be able to guard against all the ways identity thieves can steal your identity. You can, however, arm yourself with protection that gives you the resources you need to restore your good name and financial history in the event of identity theft.\r\n\r\n\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Indentity Theft Coverage','','inherit','open','open','','767-revision-v1','','','2014-04-25 17:10:47','2014-04-25 17:10:47','',767,'http://03785f6.netsolhost.com/wordpress/767-revision-v1/',0,'revision','',0),(777,1,'2014-04-25 17:11:11','2014-04-25 17:11:11','<font size=\"5\"><strong>Identity Theft Protection</font></strong>\r\n\r\n<strong>Your identity is yours! Don\'t let someone else ruin your good name and credit.</strong>\r\n\r\nIdentity theft - a growing concern:\r\n\r\n* Identity theft remains one of the fastest growing crimes in the country today.\r\n* Identity thieves have developed a number of ways to obtain your information-from the simple theft of your wallet to elaborate internet-based scams.\r\n* Generally, once thieves have your Social Security number, they can establish credit in your name and incur hundreds or even thousands of dollars in credit card charges, fraudulent loans and more.\r\n* Often you may be unaware of these charges until a merchant or credit card collector seeks payment for a bill that you knew nothing about. Or you may be declined for a loan due to a credit report showing defaults on loans that are unknown to you.\r\n\r\n<strong>We help get your identity back</strong>\r\n\r\nFor many victims, the most stressful aspect of identity theft is the complicated process of reclaiming their identities and repairing their damaged credit. That\'s why some insurance companies offer resolution services with their identity theft protection programs. If your insurance company\'s program offers this type of coverage, then you will have access to a consumer fraud specialist who can guide you through the process of restoring your name and credit record, including:\r\n* Obtaining a free credit report from the three main credit bureaus.\r\n* Placing fraud alerts with major credit reporting agencies.\r\n* Enrolling you in daily credit monitoring for a period of time.\r\n* Completing dispute letters on your behalf.\r\n\r\n<strong>Identity theft protection is easy and affordable</strong>\r\n\r\nMany insurance companies offer identity theft coverage through their homeowners, condo, and renters insurance products. However, this coverage is usually in the form of an optional endorsement that you have to request from your agent. Adding this endorsement usually costs only a few dollars per month.\r\n\r\nExperts agree that you may not be able to guard against all the ways identity thieves can steal your identity. You can, however, arm yourself with protection that gives you the resources you need to restore your good name and financial history in the event of identity theft.\r\n\r\n\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Indentity Theft Coverage','','inherit','open','open','','767-revision-v1','','','2014-04-25 17:11:11','2014-04-25 17:11:11','',767,'http://03785f6.netsolhost.com/wordpress/767-revision-v1/',0,'revision','',0),(778,1,'2014-04-25 21:36:05','2014-04-25 21:36:05','<font size=\"5\"><strong>Refer a Friend or Family Member</font></strong>\n\n<strong>We love our customers!</strong>\n\nWe would like to thank our customers for allowing us to take care of their insurance needs. We tAs in any business, we want to continue our growth. Satisfied clients are the foundation of our success and we would like to share this success with you.\n\nIf you refer a friend or family member to our agency and we write his or her own insurance policy...\n\n...we will thank you with a $25.00 gift certificate.\n\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Refer a Friend','','inherit','open','open','','293-autosave-v1','','','2014-04-25 21:36:05','2014-04-25 21:36:05','',293,'http://03785f6.netsolhost.com/wordpress/293-autosave-v1/',0,'revision','',0),(779,1,'2014-04-25 21:37:58','2014-04-25 21:37:58','<font size=\"5\"><strong>Refer a Friend or Family Member</font></strong>\r\n\r\n<strong>We love our customers!</strong>\r\n\r\nWe would like to thank our customers for allowing us to take care of their insurance needs. As in any business, we want to continue our growth. Satisfied clients are the foundation of our success and we would like to share this success with you.\r\n\r\nIf you refer a friend or family member to our agency and we write his or her own insurance policy...\r\n\r\n<i>...we will thank you with a $25.00 gift certificate.</i>\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Initals1.svg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Refer a Friend','','inherit','open','open','','293-revision-v1','','','2014-04-25 21:37:58','2014-04-25 21:37:58','',293,'http://03785f6.netsolhost.com/wordpress/293-revision-v1/',0,'revision','',0),(781,1,'2014-04-25 22:53:17','2014-04-25 22:53:17','/*\nWelcome to Custom CSS!\n\nCSS (Cascading Style Sheets) is a kind of code that tells the browser how\nto render a web page. You may delete these comments and get started with\nyour customizations.\n\nBy default, your stylesheet will be loaded after the theme stylesheets,\nwhich means that your rules can take precedence and override the theme CSS\nrules. Just write here what you want to change, you don\'t need to copy all\nyour theme\'s stylesheet content.\n*/\n/*\nREMOVES TITLE NAME FROM SHOWING ON EACH PAGE\n*/\n.entry-title {\n display: none;\n}\n\n/*\nREMOVES BORDER AROUND EACH WIDGET\n*/\n#wrapper,\n#featured,\n.widget-wrapper {\n background-color: transparent;\n border: none;\n}\n\n/*\nREMOVES POWERED BY WORDPRESS AT FOOTER\n*/\n.powered {\n display: none;\n}\n\n/*\nREMOVES COPYRIGHT IN FOOTER\n*/\n.copyright {\n color: transparent;\n}\n\n.copyright a {\n display: none;\n}\n\n/*\nMAKES GOOGLE MAPS RESPONSIVE\n*/\n.google-maps {\n position: relative;\n padding-bottom: 75%;\n overflow: hidden;\n}\n\n.google-maps iframe {\n position: absolute;\n top: 0;\n left: 0;\n width: 100% !important;\n height: 100% !important;\n}','safecss','Responsive Child','inherit','open','open','','333-revision-v1','','','2014-04-25 22:53:17','2014-04-25 22:53:17','',333,'http://03785f6.netsolhost.com/wordpress/333-revision-v1/',0,'revision','',0),(780,1,'2014-04-25 22:51:54','2014-04-25 22:51:54','/*\nWelcome to Custom CSS!\n\nCSS (Cascading Style Sheets) is a kind of code that tells the browser how\nto render a web page. You may delete these comments and get started with\nyour customizations.\n\nBy default, your stylesheet will be loaded after the theme stylesheets,\nwhich means that your rules can take precedence and override the theme CSS\nrules. Just write here what you want to change, you don\'t need to copy all\nyour theme\'s stylesheet content.\n*/\n/*\nREMOVES TITLE NAME FROM SHOWING ON EACH PAGE\n*/\n.entry-title {\n display: none;\n}\n\n/*\nREMOVES BORDER AROUND EACH WIDGET\n*/\n#wrapper,\n#featured,\n.widget-wrapper {\n background-color: transparent;\n border: none;\n}\n\n/*\nREMOVES POWERED BY WORDPRESS AT FOOTER\n*/\n.powered {\n display: none;\n}\n\n/*\nREMOVES COPYRIGHT IN FOOTER\n*/\n.copyright {\n color: transparent;\n}\n\n.copyright a {\n display: none;\n}\n\n/*\nMAKES GOOGLE MAPS RESPONSIVE\n*/\n.google-maps {\n position: relative;\n padding-bottom: 75%;\n overflow: hidden;\n}\n\n.google-maps iframe {\n position: absolute;\n top: 0;\n left: 0;\n width: 100% !important;\n height: 100% !important;\n}\n\n/*\nMAKES WEBSITE NORMAL ON MOBILE DEVICES\n*/\n@media screen and (min-width: 50px) {','safecss','Responsive Child','inherit','open','open','','333-revision-v1','','','2014-04-25 22:51:54','2014-04-25 22:51:54','',333,'http://03785f6.netsolhost.com/wordpress/333-revision-v1/',0,'revision','',0),(784,1,'2014-05-15 03:21:03','2014-05-15 03:21:03','','Initials (Small)','','inherit','open','open','','initials','','','2014-05-15 03:21:03','2014-05-15 03:21:03','',0,'http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials.jpg',0,'attachment','image/jpeg',0),(785,1,'2014-05-15 03:36:55','2014-05-15 03:36:55','','Initials (Micro)','','inherit','open','open','','initials-2','','','2014-05-15 03:36:55','2014-05-15 03:36:55','',0,'http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1.jpg',0,'attachment','image/jpeg',0),(786,1,'2014-05-15 03:39:17','2014-05-15 03:39:17','<strong><font size=\"5\">About Sean Womack</font></strong>\r\n\r\nSean Womack is a second generation insurance agent. His mentor and step-father, Richard Beissel, was an independent insurance agent who focused on the construction industry. In 1995, Sean obtained his California Agent-Broker Insurance License. After working for his step-father’s insurance agency for a few years, Sean decided that he would leave the agency to gain experience with other agencies. In 2010, Sean came back to work for his step-father to apply the knowledge he learned while away.\r\n\r\nSean now manages his step-father\'s insurance agency, Beissel Insurance Services. Beissel Insurance Services has been in Tustin, CA for over 35 years and is becoming one of Southern California\'s fastest growing insurance agencies. We nearly offer every insurance product available through our access to the many insurance companies we work with.\r\n\r\nThe mission of Beissel Insurance Services is to work with our clients to provide them coverage options--empowering them to choose the protection they want for what matters most in their lives.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','About Sean','','inherit','open','open','','42-revision-v1','','','2014-05-15 03:39:17','2014-05-15 03:39:17','',42,'http://03785f6.netsolhost.com/wordpress/42-revision-v1/',0,'revision','',0),(787,1,'2014-05-15 03:42:18','2014-05-15 03:42:18','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Blog','','inherit','open','open','','170-revision-v1','','','2014-05-15 03:42:18','2014-05-15 03:42:18','',170,'http://03785f6.netsolhost.com/wordpress/170-revision-v1/',0,'revision','',0),(788,1,'2014-05-15 03:44:01','2014-05-15 03:44:01','<strong><font size=\"5\">Our Approach</font></strong>\r\n\r\nOur approach to insurance is both simple and complex. Simply, we operate with integrity and professionalism--always remembering that our business is centered and driven by the client. Therefore, we always try to make sure that the needs of our clients come first.\r\n\r\nOn the other hand, the insurance industry, by nature, is complex. Every client is assigned an insurance professional to manage the complex process, however, all of our licensed agents are available to assist our clients if need be.\r\n\r\nAt every part of the insurance experience--from signing an application to making a change to a policy--Sean Womack and his team try to make insurance understandable to our clients and answer any questions they have regarding coverage, billing, claims, or any other insurance related matter.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Our Approach','','inherit','open','open','','684-revision-v1','','','2014-05-15 03:44:01','2014-05-15 03:44:01','',684,'http://03785f6.netsolhost.com/wordpress/684-revision-v1/',0,'revision','',0),(789,1,'2014-05-15 03:44:37','2014-05-15 03:44:37','<font size=\"5\"><strong>Privacy Policy</strong></font>\r\n\r\n<strong>What information do we collect?</strong>\r\n\r\nWe collect information from you when fill out a form. You may be asked to enter your name, e-mail address, mailing address or phone number. You may, however, visit our site anonymously.\r\nWhat do we use your information for?\r\n\r\n<strong>Any of the information we collect from you may be used in one of the following ways:</strong>\r\n<i>\r\n1. To process transactions\r\n\r\nYour information, whether public or private, will not be sold, exchanged, transferred, or given to any other company for any reason whatsoever, without your consent, other than for the express purpose of delivering the purchased product or service requested.\r\n\r\n2. To send periodic emails\r\n\r\nThe email address you provide will only be used to send you information and updates pertaining to the request you request submitted online.\r\n</i>\r\n<strong>How do we protect your information?</strong>\r\n\r\nWe implement a variety of security measures to maintain the safety of your personal information when you place an order or access your personal information.\r\n\r\n<strong>Do we disclose any information to outside parties?</strong>\r\n\r\nWe do not sell, trade, or otherwise transfer to outside parties your personally identifiable information. This does not include trusted third parties who assist us in operating our website, conducting our business, or servicing you, so long as those parties agree to keep this information confidential. We may also release your information when we believe release is appropriate to comply with the law, enforce our site policies, or protect ours or others rights, property, or safety. However, non-personally identifiable visitor information may be provided to other parties for marketing, advertising, or other uses.\r\n\r\n<strong>Third party links</strong>\r\n\r\nOccasionally, at our discretion, we may include or offer third party products or services on our website or one of our blogs. These third party sites have separate and independent privacy policies. We therefore have no responsibility or liability for the content and activities of these linked sites. Nonetheless, we seek to protect the integrity of our site and welcome any feedback about these sites.\r\n\r\n<strong>California Online Privacy Protection Act Compliance</strong>\r\n\r\nBecause we value your privacy we have taken the necessary precautions to be in compliance with the California Online Privacy Protection Act. We therefore will not distribute your personal information to outside parties without your consent.\r\n\r\n<strong>Children’s Online Privacy Protection Act Compliance</strong>\r\n\r\nWe are in compliance with the requirements of COPPA (Children’s Online Privacy Protection Act), we do not collect any information from anyone under 13 years of age. Our website, products and services are all directed to people who are at least 13 years old or older.\r\n\r\n<strong>Your Consent</strong>\r\n\r\nBy using our site, you consent to our privacy policy.\r\n\r\n<strong>Changes to our Privacy Policy</strong>\r\n\r\nIf we decide to change our privacy policy, we will post those changes on this page.\r\n\r\n<strong>Contacting Us</strong>\r\n\r\nIf there are any questions regarding this privacy policy you may contact us using the information below.\r\n\r\nSean Womack\r\n13732 Newport Avenue, Suite #5 (Second Floor)\r\nTustin, CA 92780\r\nPhone: 949-940-6934\r\nsean@seanwomack.com\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Privacy Policy','','inherit','open','open','','323-revision-v1','','','2014-05-15 03:44:37','2014-05-15 03:44:37','',323,'http://03785f6.netsolhost.com/wordpress/323-revision-v1/',0,'revision','',0),(790,1,'2014-05-15 03:44:57','2014-05-15 03:44:57','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Questions','','inherit','open','open','','319-revision-v1','','','2014-05-15 03:44:57','2014-05-15 03:44:57','',319,'http://03785f6.netsolhost.com/wordpress/319-revision-v1/',0,'revision','',0),(791,1,'2014-05-15 03:45:08','2014-05-15 03:45:08','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Questions','','inherit','open','open','','319-autosave-v1','','','2014-05-15 03:45:08','2014-05-15 03:45:08','',319,'http://03785f6.netsolhost.com/wordpress/319-autosave-v1/',0,'revision','',0),(792,1,'2014-05-15 03:45:22','2014-05-15 03:45:22','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Testimonials','','inherit','open','open','','321-revision-v1','','','2014-05-15 03:45:22','2014-05-15 03:45:22','',321,'http://03785f6.netsolhost.com/wordpress/321-revision-v1/',0,'revision','',0),(793,1,'2014-05-15 03:45:32','2014-05-15 03:45:32','<strong><font size=\"5\">Why Choose an Independent Insurance Agent?</font></strong>\r\n\r\n<strong>Not all insurance agents are the same! Choosing the right one can make a big difference – in price, service, and value.</strong>\r\n\r\nWith other agencies, you get one company that sells one brand of insurance. With an independent insurance agent like Sean Womack you get choices.\r\n\r\nWhy? Because independent insurance agents, like Sean Womack, represent a number of different insurance companies, and can compare coverage and prices to find the best possible value for your individual circumstances. As independent agents, we are members of the Orange County community, and we’re committed to doing business face-to-face and being your advocate in times of need.\r\n\r\n<strong>Serving Orange County and the state of California, here are a few reasons why Sean Womack should be your first and last stop when looking for insurance.</strong>\r\n\r\n• We work for you when you have a claim.\r\n• We are not beholden to any one company. This means you don’t have to change agencies as your insurance and service needs change.\r\n• We are your consultants, working with you as you determine your needs.\r\n• We are value-hunters who look after your pocketbook in finding the best combination of price, coverage, and service.\r\n• We offer one-stop shopping for a full range of products, including home, renters, auto, business, and life.\r\n• We can periodically review your coverage to keep up with your changing insurance needs.\r\n• We are committed to customer satisfaction – it’s the key to our livelihood.\r\n• We treat you like a person, not a number.\r\n• We are licensed professionals with strong customer and community ties.\r\n\r\nThere is a difference. To find out how our independent insurance agency can help you find the right insurance coverage, please contact Sean Womack today. Give us a call today at 949-940-6934.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Why an Independent Agent?','','inherit','open','open','','54-revision-v1','','','2014-05-15 03:45:32','2014-05-15 03:45:32','',54,'http://03785f6.netsolhost.com/wordpress/54-revision-v1/',0,'revision','',0),(794,1,'2014-05-15 03:45:37','2014-05-15 03:45:37','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Communities We Serve','','inherit','open','open','','12-revision-v1','','','2014-05-15 03:45:37','2014-05-15 03:45:37','',12,'http://03785f6.netsolhost.com/wordpress/12-revision-v1/',0,'revision','',0),(795,1,'2014-05-15 03:45:43','2014-05-15 03:45:43','<strong><font size=\"5\">Our Customers in the City of Anaheim, CA</font></strong>\r\n\r\nSean Womack and his team at Beissel Insurance Service are located next door in Tustin, CA--only a couple of minutes from Anaheim. For almost 40 years, Beissel Insurance Service has been providing insurance options for hundreds of individuals, families, and businesses in Orange County including those in the city of Anaheim.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Anaheim','','inherit','open','open','','16-revision-v1','','','2014-05-15 03:45:43','2014-05-15 03:45:43','',16,'http://03785f6.netsolhost.com/wordpress/16-revision-v1/',0,'revision','',0),(796,1,'2014-05-15 03:45:50','2014-05-15 03:45:50','<strong><font size=\"5\">Our Customers in the City of Brea, CA</font></strong>\r\n\r\nSean Womack and his team at Beissel Insurance Service are located next door in Tustin, CA--only a couple of minutes from Brea. For almost 40 years, Beissel Insurance Service has been providing insurance options for hundreds of individuals, families, and businesses in Orange County including those in the city of Brea.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Brea','','inherit','open','open','','18-revision-v1','','','2014-05-15 03:45:50','2014-05-15 03:45:50','',18,'http://03785f6.netsolhost.com/wordpress/18-revision-v1/',0,'revision','',0),(797,1,'2014-05-15 03:45:56','2014-05-15 03:45:56','<strong><font size=\"5\">Our Customers in the City of Costa Mesa, CA</font></strong>\r\n\r\nSean Womack and his team at Beissel Insurance Service are located next door in Tustin, CA--only a couple of minutes from Costa Mesa. For almost 40 years, Beissel Insurance Service has been providing insurance options for hundreds of individuals, families, and businesses in Orange County including those in the city of Costa Mesa.\r\n\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Costa Mesa','','inherit','open','open','','22-revision-v1','','','2014-05-15 03:45:56','2014-05-15 03:45:56','',22,'http://03785f6.netsolhost.com/wordpress/22-revision-v1/',0,'revision','',0),(798,1,'2014-05-15 03:46:03','2014-05-15 03:46:03','<strong><font size=\"5\">Our Customers in the City of Fountain Valley, CA</font></strong>\r\n\r\nSean Womack and his team at Beissel Insurance Service are located next door in Tustin, CA--only a couple of minutes from Fountain Valley. For almost 40 years, Beissel Insurance Service has been providing insurance options for hundreds of individuals, families, and businesses in Orange County including those in the city of Fountain Valley.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Fountain Valley','','inherit','open','open','','26-revision-v1','','','2014-05-15 03:46:03','2014-05-15 03:46:03','',26,'http://03785f6.netsolhost.com/wordpress/26-revision-v1/',0,'revision','',0),(799,1,'2014-05-15 03:46:10','2014-05-15 03:46:10','<strong><font size=\"5\">Our Customers in the City of Fullerton, CA</font></strong>\r\n\r\nSean Womack and his team at Beissel Insurance Service are located next door in Tustin, CA--only a couple of minutes from Fullerton. For almost 40 years, Beissel Insurance Service has been providing insurance options for hundreds of individuals, families, and businesses in Orange County including those in the city of Fullerton.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Fullerton','','inherit','open','open','','28-revision-v1','','','2014-05-15 03:46:10','2014-05-15 03:46:10','',28,'http://03785f6.netsolhost.com/wordpress/28-revision-v1/',0,'revision','',0),(800,1,'2014-05-15 03:46:30','2014-05-15 03:46:30','<strong><font size=\"5\">Our Customers in the City of Garden Grove, CA</font></strong>\r\n\r\nSean Womack and his team at Beissel Insurance Service are located next door in Tustin, CA--only a couple of minutes from Garden Grove. For almost 40 years, Beissel Insurance Service has been providing insurance options for hundreds of individuals, families, and businesses in Orange County including those in the city of Garden Grove.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Garden Grove','','inherit','open','open','','30-revision-v1','','','2014-05-15 03:46:30','2014-05-15 03:46:30','',30,'http://03785f6.netsolhost.com/wordpress/30-revision-v1/',0,'revision','',0),(801,1,'2014-05-15 03:46:35','2014-05-15 03:46:35','<strong><font size=\"5\">Our Customers in the City of Huntington Beach, CA</font></strong>\r\n\r\nSean Womack and his team at Beissel Insurance Service are located next door in Tustin, CA--only a couple of minutes from Huntington Beach. For almost 40 years, Beissel Insurance Service has been providing insurance options for hundreds of individuals, families, and businesses in Orange County including those in the city of Huntington Beach.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Huntington Beach','','inherit','open','open','','62-revision-v1','','','2014-05-15 03:46:35','2014-05-15 03:46:35','',62,'http://03785f6.netsolhost.com/wordpress/62-revision-v1/',0,'revision','',0),(802,1,'2014-05-15 03:46:41','2014-05-15 03:46:41','<strong><font size=\"5\">Our Customers in the City of Irvine, CA</font></strong>\r\n\r\nSean Womack and his team at Beissel Insurance Service are located next door in Tustin, CA--only a couple of minutes from Irvine. For almost 40 years, Beissel Insurance Service has been providing insurance options for hundreds of individuals, families, and businesses in Orange County including those in the city of Irvine.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Irvine','','inherit','open','open','','64-revision-v1','','','2014-05-15 03:46:41','2014-05-15 03:46:41','',64,'http://03785f6.netsolhost.com/wordpress/64-revision-v1/',0,'revision','',0),(803,1,'2014-05-15 03:46:46','2014-05-15 03:46:46','<strong><font size=\"5\">Our Customers in the City of Newport Beach, CA</font></strong>\r\n\r\nSean Womack and his team at Beissel Insurance Service are located next door in Tustin, CA--only a couple of minutes from Newport Beach. For almost 40 years, Beissel Insurance Service has been providing insurance options for hundreds of individuals, families, and businesses in Orange County including those in the city of Newport Beach.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Newport Beach','','inherit','open','open','','94-revision-v1','','','2014-05-15 03:46:46','2014-05-15 03:46:46','',94,'http://03785f6.netsolhost.com/wordpress/94-revision-v1/',0,'revision','',0),(804,1,'2014-05-15 03:46:51','2014-05-15 03:46:51','<strong><font size=\"5\">Our Customers in the City of Orange, CA</font></strong>\r\n\r\nSean Womack and his team at Beissel Insurance Service are located next door in Tustin, CA--only a couple of minutes from Orange. For almost 40 years, Beissel Insurance Service has been providing insurance options for hundreds of individuals, families, and businesses in Orange County including those in the city of Orange.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Orange','','inherit','open','open','','96-revision-v1','','','2014-05-15 03:46:51','2014-05-15 03:46:51','',96,'http://03785f6.netsolhost.com/wordpress/96-revision-v1/',0,'revision','',0),(805,1,'2014-05-15 03:46:57','2014-05-15 03:46:57','<strong><font size=\"5\">Our Customers in the City of Placentia, CA</font></strong>\r\n\r\nSean Womack and his team at Beissel Insurance Service are located next door in Tustin, CA--only a couple of minutes from Placentia. For almost 40 years, Beissel Insurance Service has been providing insurance options for hundreds of individuals, families, and businesses in Orange County including those in the city of Placentia.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Placentia','','inherit','open','open','','98-revision-v1','','','2014-05-15 03:46:57','2014-05-15 03:46:57','',98,'http://03785f6.netsolhost.com/wordpress/98-revision-v1/',0,'revision','',0),(806,1,'2014-05-15 03:47:02','2014-05-15 03:47:02','<strong><font size=\"5\">Our Customers in the City of Santa Ana, CA</font></strong>\r\n\r\nSean Womack and his team at Beissel Insurance Service are located next door in Tustin, CA--only a couple of minutes from Santa Ana. For almost 40 years, Beissel Insurance Service has been providing insurance options for hundreds of individuals, families, and businesses in Orange County including those in the city of Santa Ana.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Santa Ana','','inherit','open','open','','106-revision-v1','','','2014-05-15 03:47:02','2014-05-15 03:47:02','',106,'http://03785f6.netsolhost.com/wordpress/106-revision-v1/',0,'revision','',0),(807,1,'2014-05-15 03:50:01','2014-05-15 03:50:01','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Surrounding Areas','','inherit','open','open','','132-revision-v1','','','2014-05-15 03:50:01','2014-05-15 03:50:01','',132,'http://03785f6.netsolhost.com/wordpress/132-revision-v1/',0,'revision','',0),(808,1,'2014-05-15 03:50:10','2014-05-15 03:50:10','<center>\r\n<font size=\"5\"><strong>Proudly Serving</font></strong></center>\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Tustin-City-Seal.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/02/Tustin-City-Seal-150x150.jpg\" alt=\"Tustin City Seal\" width=\"150\" height=\"150\" class=\"aligncenter size-thumbnail wp-image-720\" /></a>\r\n\r\n<h2><strong>Tustin Auto Insurance</strong></h2>\r\n\r\n<h2><strong>Tustin Home Insurance</strong></h2>\r\n\r\n<h2><strong>Tustin Business Insurance</strong></h2>\r\n\r\nRunning a business requires a significant investment. As your trusted choice for Tustin business insurance, we know how important it is to protect that investment.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Tustin','','inherit','open','open','','124-revision-v1','','','2014-05-15 03:50:10','2014-05-15 03:50:10','',124,'http://03785f6.netsolhost.com/wordpress/124-revision-v1/',0,'revision','',0),(809,1,'2014-05-15 03:50:15','2014-05-15 03:50:15','<strong><font size=\"5\">Our Customers in the City of Villa Park, CA</font></strong>\n\nSean Womack and his team at Beissel Insurance Service are located next door in Tustin, CA--only a couple of minutes from Villa Park. For almost 40 years, Beissel Insurance Service has been providing insurance options for hundreds of individuals, families, and businesses in Orange County including those in the city of Villa Park.\n\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Villa Park','','inherit','open','open','','126-autosave-v1','','','2014-05-15 03:50:15','2014-05-15 03:50:15','',126,'http://03785f6.netsolhost.com/wordpress/126-autosave-v1/',0,'revision','',0),(810,1,'2014-05-15 03:50:15','2014-05-15 03:50:15','<strong><font size=\"5\">Our Customers in the City of Villa Park, CA</font></strong>\r\n\r\nSean Womack and his team at Beissel Insurance Service are located next door in Tustin, CA--only a couple of minutes from Villa Park. For almost 40 years, Beissel Insurance Service has been providing insurance options for hundreds of individuals, families, and businesses in Orange County including those in the city of Villa Park.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Villa Park','','inherit','open','open','','126-revision-v1','','','2014-05-15 03:50:15','2014-05-15 03:50:15','',126,'http://03785f6.netsolhost.com/wordpress/126-revision-v1/',0,'revision','',0),(811,1,'2014-05-15 03:50:21','2014-05-15 03:50:21','<strong><font size=\"5\">Our Customers in the City of Westminster, CA</font></strong>\r\n\r\nSean Womack and his team at Beissel Insurance Service are located next door in Tustin, CA--only a couple of minutes from Westminster. For almost 40 years, Beissel Insurance Service has been providing insurance options for hundreds of individuals, families, and businesses in Orange County including those in the city of Westminster.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Westminster','','inherit','open','open','','128-revision-v1','','','2014-05-15 03:50:21','2014-05-15 03:50:21','',128,'http://03785f6.netsolhost.com/wordpress/128-revision-v1/',0,'revision','',0),(812,1,'2014-05-15 03:50:27','2014-05-15 03:50:27','<strong><font size=\"5\">Our Customers in the City of Yorba Linda, CA</font></strong>\r\n\r\nSean Womack and his team at Beissel Insurance Service are located next door in Tustin, CA--only a couple of minutes from Yorba Linda. For almost 40 years, Beissel Insurance Service has been providing insurance options for hundreds of individuals, families, and businesses in Orange County including those in the city of Yorba Linda.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Yorba Linda','','inherit','open','open','','130-revision-v1','','','2014-05-15 03:50:27','2014-05-15 03:50:27','',130,'http://03785f6.netsolhost.com/wordpress/130-revision-v1/',0,'revision','',0),(813,1,'2014-05-15 03:50:39','2014-05-15 03:50:39','<font size=\"5\"><strong>Contact Us</font>\r\n\r\nSean Womack\r\nBeissel Insurance Service, Inc.</strong>\r\n13732 Newport Avenue\r\nSuite #5 (2nd Floor)\r\nTustin, CA 92780\r\n\r\n<strong>Phone Number:</strong>\r\nMobile: 949-940-6934\r\n\r\n<strong>Office Hours:</strong>\r\nMonday - Friday: 8 AM - 5 PM\r\nSaturday & Sunday: Closed\r\n\r\n<div class=\"google-maps\">\r\n<iframe src=\"https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d6635.524692055259!2d-117.818881!3d33.740961!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xc1d6bb2280b03a8e!2sSean+Womack!5e0!3m2!1sen!2sus!4v1398317389389\" width=\"600\" height=\"450\" frameborder=\"0\" style=\"border:0\"></iframe>\r\n</div>\r\n</p>\r\n\r\n<strong><u>Directions</strong></u>\r\n\r\n<strong>From I-5 Northbound</strong>\r\n\r\n1. Follow I-5 North and take the Red Hill Ave exit \r\n2. Turn right onto Red Hill Ave\r\n3. Take the 1st left onto El Camino Real\r\n4. Turn right onto Newport Ave\r\n\r\nOur office is on the right after you pass San Juan St\r\n\r\n<strong>From I-5 Southbound</strong>\r\n\r\n1. Follow I-5 South and take the Newport Ave exit\r\n2. Turn left onto Newport Ave\r\n\r\nOur office is on the right after you pass San Juan St\r\n\r\n<strong>From I-55 Northbound</strong>\r\n\r\n1. Follow I-55 North and take the McFadden Ave exit\r\n2. Merge onto Sycamore Ave\r\n3. Turn left onto Newport Ave\r\n\r\nOur office is on the right after you pass San Juan St\r\n\r\n<strong>From I-55 Southbound</strong>\r\n\r\n1. Follow I-55 South and take the ramp onto I-5 South\r\n2. Keep right at the fork, follow signs for Newport Avenue\r\n3. Turn left onto Newport Ave\r\n\r\nOur office is on the right after you pass San Juan St\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Contact Us','','inherit','open','open','','173-revision-v1','','','2014-05-15 03:50:39','2014-05-15 03:50:39','',173,'http://03785f6.netsolhost.com/wordpress/173-revision-v1/',0,'revision','',0),(814,1,'2014-05-15 03:50:45','2014-05-15 03:50:45','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Customer Service','','inherit','open','open','','274-revision-v1','','','2014-05-15 03:50:45','2014-05-15 03:50:45','',274,'http://03785f6.netsolhost.com/wordpress/274-revision-v1/',0,'revision','',0),(815,1,'2014-05-15 03:50:52','2014-05-15 03:50:52','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Business Savings Analysis','','inherit','open','open','','289-revision-v1','','','2014-05-15 03:50:52','2014-05-15 03:50:52','',289,'http://03785f6.netsolhost.com/wordpress/289-revision-v1/',0,'revision','',0),(816,1,'2014-05-15 03:51:06','2014-05-15 03:51:06','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Certificate of Insurance Request','','inherit','open','open','','291-revision-v1','','','2014-05-15 03:51:06','2014-05-15 03:51:06','',291,'http://03785f6.netsolhost.com/wordpress/291-revision-v1/',0,'revision','',0),(817,1,'2014-05-15 03:51:12','2014-05-15 03:51:12','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Combine and Save','','inherit','open','open','','287-revision-v1','','','2014-05-15 03:51:12','2014-05-15 03:51:12','',287,'http://03785f6.netsolhost.com/wordpress/287-revision-v1/',0,'revision','',0),(818,1,'2014-05-15 03:51:22','2014-05-15 03:51:22','<font size=\"5\"><strong>Understanding Insurance Terms</strong></font>\r\n\r\nWe know the language used by the insurance industry can be confusing. We want to make sure that you clearly understand your options and know precisely what you’re paying for.\r\nHere are some terms we use for types of coverage. There are also a variety of other terms that might be unfamiliar to you. We hope this glossary helps make the world of insurance easier to understand.\r\n \r\n<strong>Additional Living Expenses</strong>\r\n \r\nIf you can’t live in your home because of a covered loss, your insurance company may pay the necessary increase in living expenses while damage is assessed and your home is repaired or rebuilt. \r\n\r\n<strong>Broad Form Liability Coverage</strong>\r\n\r\nHelps protect you from expenses related to injuries or property damage you or your watercraft cause in an accident. Some policies also cover certain accidental fuel spill liabilities and wreckage removal.\r\n\r\n<strong>C.L.U.E.</strong>\r\n\r\nC.L.U.E. (Comprehensive Loss Underwriting Exchange) is a claims history database created by ChoicePoint that enables insurance companies to access consumer claims information when they are underwriting or rating an insurance policy. It typically contains up to five years of personal auto or personal property claims history. \r\n\r\nYou can order a C.L.U.E. report:\r\n\r\nLexisNexis Personal Reports\r\nCall toll free 1-866-312-8076\r\nOr you can request a copy from the seller of a home you are purchasing. \r\n\r\n<strong>Collision Coverage</strong>\r\n\r\nPays to repair your auto, classic auto, motorcycle, RV damages caused by an accident. Your agent can help you determine the limits you need based on the agreed value of your vehicle.\r\n\r\n<strong>Comprehensive Coverage</strong>\r\n\r\nPays to repair or replace your vehicle if it is stolen, vandalized or damaged in some way other than in a collision. May include loss from fire, cracked windshields, floods, falling objects, and wind. \r\n\r\n<strong>Custom Parts & Equipment Coverage</strong>\r\n\r\nMany motorcycle owners like to customize their rides, and some policies pay for customized parts and equipment, often at no extra charge. Ask Sean Womack for details. \r\n\r\n<strong>Deductible</strong>\r\n\r\nWhen you get insurance, you agree to pay up to a certain amount out-of-pocket in case of a loss. This amount is called your “deductible.” The deductible you choose often affects how much you pay for your premium. For example, a higher deductible usually means a lower premium. In the case of a covered loss, you’ll only be required to pay your deductible, and the insurance company usually covers the excess, up to the applicable limit for that loss under your policy. \r\n\r\n<strong>Emergency & Roadside Assistance</strong>\r\n\r\nFor auto, boat and personal watercraft, emergency assistance pays for the cost of towing or emergency service. For RVs, it also covers housing and transportation costs if your RV becomes uninhabitable and covers the loss of personal property in your RV. Some policies also provide roadside assistance for motorcycles.\r\n\r\n<strong>Excess Liability</strong>\r\n\r\nSometimes used interchangeably with \"umbrella\", \"excess liability\" refers to extended liability coverage. This coverage is meant to supplement your insurance coverage if the damages exceed your liability coverage. Be sure to talk to Sean Womack about what your excess liability covers. \r\n\r\n<strong>Fidelity Coverage</strong>\r\n\r\nCompanies and businesses often purchase this coverage to protect them against loss from employee dishonesty (such as theft of money, equipment, or other assets). \r\n\r\n<strong>Identity Theft</strong>\r\n\r\nIdentity theft occurs when someone steals your personal information and uses it to open accounts or incur charges without your permission. Thieves can access your personal information in a variety of ways, such as stealing your personal mail, your wallet, or hacking your computer files. The thief then uses your identity to rack up debt in your name or perhaps to issue fake IDs. For more information on identity theft and tips on prevention visit the FTC’s Identity Theft Site. \r\n\r\n<strong>Indemnity</strong>\r\n\r\nProviding indemnity means to financially restore someone after a loss, through payment, repair or replacement. \r\n\r\n<strong>Insurance Score</strong>\r\n\r\nA Credit Based Insurance Score (CBIS) is derived from information on your credit report. It is a number that measures likelihood of having an insurance claim—not a measure of credit worthiness. Insurers use CBIS along with a number of other factors, including driving records, claims history, and the type of home or vehicle owned, to evaluate new and renewal auto and homeowner insurance policies. \r\n\r\nMost states have rules about how credit information can be used in insurance. Contact your state’s Department of Insurance for the latest information on your state’s rules.\r\n\r\n<strong>Medical Coverage (Home) </strong>\r\n\r\nCovers medical expenses for guests if they are injured on your property, and in certain cases covers people who are injured off of your property. It does not cover healthcare costs for you or other members of your household. \r\n\r\n<strong>Medical Coverage (Auto, Boat & Personal Watercraft, Motorcycle, RV)</strong>\r\n\r\nProvides for your passenger and your medical expenses that are the result of an accident. \r\n\r\n<strong>Liability & Personal Liability Coverage</strong>\r\n\r\nFor homeowners, this coverage applies if someone is injured or property is damaged and you are to blame. The coverage applies anywhere in the world. When choosing liability coverage for your home, auto, boat, personal watercraft, or RV, consider things like how much money you make and what you own. Your liability coverage should be high enough to protect your belongings if you are sued. \r\n\r\n<strong>Personal Property Coverage</strong>\r\n\r\nYour home is filled with furniture, clothes, sports equipment, and other items that mean a lot to you. This coverage helps repair or replace these items if they are lost, stolen or destroyed as a result of an insured event. \r\n\r\n<strong>Personal Watercraft (PWC) </strong>\r\n\r\nA personal watercraft (PWC) is a recreational watercraft that the rider sits or stands on, rather than inside of, as in a boat. Models have an inboard engine driving a pump jet that has a screw-shaped impeller to create thrust for propulsion and steering. \r\n\r\n<strong>Physical Damage Coverage for Watercraft </strong>\r\n\r\nPays to repair the damage done to your watercraft due to an accident. It also generally pays to repair or replace your watercraft for insured situations such as theft, fire, vandalism or other non-collision damages that occur in or out of the water\r\n\r\n<strong>Premium</strong>\r\n\r\nSimply put, a premium is the payment you make in exchange for one term of policy coverage. \r\n\r\n<strong>Property or Dwelling Coverage</strong>\r\n\r\nTypically pays to repair or rebuild your home if it’s damaged or destroyed by an insured event. \r\n\r\n<strong>Scheduled Personal Property Coverage</strong>\r\n\r\nIf you have special possessions such as jewelry, art, antiques or collectibles, you may want to talk to your agent about this additional coverage.\r\n\r\n<strong>Umbrella Insurance</strong>\r\n\r\nUmbrella insurance is the coverage that may kick in when your losses under other insurance policies, such as homeowner’s and auto coverage, have exceeded policy limits. \r\n\r\n<strong>Underwriter/Underwriting</strong>\r\n\r\nUnderwriting is the process of assessing risks when deciding whether to issue a policy of insurance. \r\n\r\n<strong>Uninsured/Underinsured Motorist Coverage</strong>\r\n\r\nPays for damages associated with bodily injury or death from an accident caused by an uninsured, underinsured or hit-and-run driver, as defined by the law in the jurisdiction where the accident occurred, who is at fault. It also covers you if you are hit as a pedestrian. \r\n\r\n<strong>Unattached Equipment Coverage </strong>\r\n\r\nPays to repair or replace equipment that isn’t permanently attached to your boat or personal watercraft. This includes items like life jackets and water-skis.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Glossary of Insurance Terms','','inherit','open','open','','656-revision-v1','','','2014-05-15 03:51:22','2014-05-15 03:51:22','',656,'http://03785f6.netsolhost.com/wordpress/656-revision-v1/',0,'revision','',0),(819,1,'2014-05-15 03:51:27','2014-05-15 03:51:27','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Go Paperless','','inherit','open','open','','301-revision-v1','','','2014-05-15 03:51:27','2014-05-15 03:51:27','',301,'http://03785f6.netsolhost.com/wordpress/301-revision-v1/',0,'revision','',0),(820,1,'2014-05-15 03:51:34','2014-05-15 03:51:34','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Make a Change to Policy','','inherit','open','open','','285-revision-v1','','','2014-05-15 03:51:34','2014-05-15 03:51:34','',285,'http://03785f6.netsolhost.com/wordpress/285-revision-v1/',0,'revision','',0),(821,1,'2014-05-15 03:51:50','2014-05-15 03:51:50','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Make a Payment','','inherit','open','open','','281-revision-v1','','','2014-05-15 03:51:50','2014-05-15 03:51:50','',281,'http://03785f6.netsolhost.com/wordpress/281-revision-v1/',0,'revision','',0),(822,1,'2014-05-15 03:51:57','2014-05-15 03:51:57','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Our Contest','','inherit','open','open','','295-revision-v1','','','2014-05-15 03:51:57','2014-05-15 03:51:57','',295,'http://03785f6.netsolhost.com/wordpress/295-revision-v1/',0,'revision','',0),(823,1,'2014-05-15 03:52:05','2014-05-15 03:52:05','<font size=\"5\"><strong>Refer a Friend or Family Member</font></strong>\r\n\r\n<strong>We love our customers!</strong>\r\n\r\nWe would like to thank our customers for allowing us to take care of their insurance needs. As in any business, we want to continue our growth. Satisfied clients are the foundation of our success and we would like to share this success with you.\r\n\r\nIf you refer a friend or family member to our agency and we write his or her own insurance policy...\r\n\r\n<i>...we will thank you with a $25.00 gift certificate.</i>\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Refer a Friend','','inherit','open','open','','293-revision-v1','','','2014-05-15 03:52:05','2014-05-15 03:52:05','',293,'http://03785f6.netsolhost.com/wordpress/293-revision-v1/',0,'revision','',0),(824,1,'2014-05-15 03:52:18','2014-05-15 03:52:18','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Report a Claim','','inherit','open','open','','283-revision-v1','','','2014-05-15 03:52:18','2014-05-15 03:52:18','',283,'http://03785f6.netsolhost.com/wordpress/283-revision-v1/',0,'revision','',0),(825,1,'2014-05-15 03:52:25','2014-05-15 03:52:25','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Se Habla Espanol','','inherit','open','open','','297-revision-v1','','','2014-05-15 03:52:25','2014-05-15 03:52:25','',297,'http://03785f6.netsolhost.com/wordpress/297-revision-v1/',0,'revision','',0),(826,1,'2014-05-15 03:52:33','2014-05-15 03:52:33','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','View Our Partners','','inherit','open','open','','299-revision-v1','','','2014-05-15 03:52:33','2014-05-15 03:52:33','',299,'http://03785f6.netsolhost.com/wordpress/299-revision-v1/',0,'revision','',0),(827,1,'2014-05-15 03:52:39','2014-05-15 03:52:39','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','We\'re Hiring!','','inherit','open','open','','303-revision-v1','','','2014-05-15 03:52:39','2014-05-15 03:52:39','',303,'http://03785f6.netsolhost.com/wordpress/303-revision-v1/',0,'revision','',0),(832,1,'2014-05-15 03:55:19','2014-05-15 03:55:19','<strong><font size=\"5\">California Boat and Jet Ski Insurance</strong></font>\r\n\r\nSean Womack can help make your time on the water relaxed and worry-free! We will find you comprehensive protection that protects you, your friends and family, your watercraft and your boating equipment. The average boat costs less than a dollar a day to insure. You’ll enjoy being on the water even more when you aren\'t worried about your safety, the safety your passengers, or your investment.\r\n\r\n<strong>California – Do you know what to look for in a watercraft insurance policy?</strong>\r\n\r\nSean Womack can help you determine the right amount of coverage to meet your specific needs. Just give us a call today at 949-940-6934 to get started. Here are some items you’ll need to consider when shopping for boat insurance in California.\r\n \r\n<strong>• Navigational Area</strong>\r\n\r\nKnow where you are covered in the water. Some companies, such as Safeco Insurance, offer protection that covers you up to 75 miles from the U.S. coastline; into Canadian coastal or inland waters; and into the Pacific coastal waters of Mexico. In California, Florida and Oregon, additional coverage area can be purchased.\r\n\r\n<strong>• Agreed Value Coverage</strong>\r\n\r\nWatercrafts depreciate just like automobiles. Actual cash value policies can make it difficult to replace a boat that’s been stolen or destroyed. This means that if your boat is a total loss you will get the value you insured it for, minus any deductible.\r\n\r\n<strong>• Liability</strong>\r\n\r\nLike car insurance, personal liability coverage provides coverage to other boaters and boat owners in the event you are at-fault for an accident on the water. This coverage will pay to repair or replace the property of someone else as well as for their medical care, lost wages and other costs incurred as a result of a boating accident for which you are at-fault.\r\n\r\n<strong>• Medical Payments</strong>\r\n\r\nMedical payments coverage will pay for the cost of needed care that is the result of a boating accident. This coverage is available from $500 to $10,000 and covers you, your passengers, and even your water skiers/tubers, regardless of who is at-fault.\r\n\r\n<strong>• Physical Damage Coverage</strong>\r\n\r\nPhysical damage coverage pays for the cost to repair or replace your watercraft, its motor, any permanently attached equipment, and your trailer, if it is stolen or damaged.\r\n\r\n<strong>• Uninsured/Underinsured Watercraft Bodily Injury</strong>\r\n\r\nSince boat coverage is not always mandatory, many boaters choose not to get insurance. If you are hit by an uninsured or underinsured boater, and you are injured, this type of coverage pays for medical treatment, lost wages, and other costs associated with the accident.\r\n\r\n<strong>• Fuel Spill Liability and Wreckage Removal</strong>\r\n\r\nShould your boat sink or be seriously damaged, there is a chance that it could leak oil or fuel into the water. As the boat’s owner you are required by law to have this cleaned up, which can be time consuming and expensive.\r\n\r\n<strong>• Personal Effects</strong>\r\n\r\nYour policy can provide coverage for many personal effects, including clothing, jewelry, cell phones, scuba/snorkeling and other sporting equipment, and fishing equipment. Limits vary by state – check with Sean Womack for information. Personal effects coverage does not include jewelry, watches or furs.\r\n\r\n<strong>• Unattached Equipment Coverage</strong>\r\n\r\nThis pays to repair or replace equipment that isn’t permanently attached to your boat or personal watercraft, but is designed for use primarily on a boat. This includes items like lifesaving equipment, water skis, anchors, oars, fire extinguishers, tarps etc.\r\n\r\n<strong>• Emergency Assistance</strong>\r\n\r\nThe Emergency Assistance Package provides coverage for towing, labor and delivery of gas, oil or loaned battery if the watercraft is disabled while on the water.\r\n\r\nEvery need is unique – contact Sean Womack today to find out how to get the best boat and watercraft insurance coverage for you.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Boat & Jet Ski','','inherit','open','open','','202-revision-v1','','','2014-05-15 03:55:19','2014-05-15 03:55:19','',202,'http://03785f6.netsolhost.com/wordpress/202-revision-v1/',0,'revision','',0),(833,1,'2014-05-15 03:55:31','2014-05-15 03:55:31','<font size=\"5\"><strong>California Classic and Antique Car Insurance</strong></font>\r\n\r\nIt takes more than age to make it a classic. A collector car isn’t just a way to get around. It’s an investment that will continue to appreciate in coming years.\r\n \r\nNot all classic or antique cars are used the same, so Sean Womack will work with you to select the appropriate policy to accommodate coverage needs, miles driven, vehicle age, and vehicle modifications to make sure you have the best policy to meet your needs. Here are some features you should look for when shopping for classic car insurance: \r\n\r\n<strong>• Agreed Value:</strong> This means the provider will pay you the full (agreed to) amount in the event of a covered total loss, less any applicable deductible. This type of coverage is much better than “actual cash value” or “stated value” that you may get with some companies.\r\n\r\n<strong>• Low Rates:</strong> Why pay full-time insurance when you driver your collector car only part-time. \r\n\r\n<strong>• Coverage Options:</strong> Not all collector cars are the same, so Sean Womack can work with you to determine the right amount of coverage to meet your specific needs. \r\n\r\n<strong>• Generous Mileage:</strong> You’re proud of your collector car, so drive it. Not all insurance companies have a mileage limit, but most collector cars should be driven less than 5,000 annual miles to maintain their value.\r\n\r\n<strong>• Roadside Assistance:</strong> Whether you’re down the street or on a classic rally through the mountains, you’ll want to find coverage that will flatbed your car to the closest qualified repair facility.\r\n\r\nDo you need the insurance for your prize Mustang, Camaro, Charger, Corvette, Thunderbird, or other collector car? Talk with Sean Womack today to identify the best combination of coverage, value, and price for you. We can help make sure your insurance continually meets your needs. Give us a call today at 949-940-6934. \r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Classic & Antique Car','','inherit','open','open','','200-revision-v1','','','2014-05-15 03:55:31','2014-05-15 03:55:31','',200,'http://03785f6.netsolhost.com/wordpress/200-revision-v1/',0,'revision','',0),(834,1,'2014-05-15 03:55:42','2014-05-15 03:55:42','<strong><font size=\"5\">California Condo Insurance</font></strong>\r\n\r\nCondominium insurance is unique. Your condo insurance policy covers your personal property and liability, as well as any additions, alterations and improvements you make to your unit that are your responsibility based on the condo association agreement. \r\n\r\nOptional loss assessment coverage is also available to protect you against certain assessments that may be levied by the association. You would be compensated for additional living expenses incurred should you need to vacate your condo after a covered loss. Let Sean Womack help you find the right amount of coverage to suit your insurance needs. Call us today at 949-940-6934. \r\n\r\n<strong>California – What you need to know about condo insurance</strong>\r\n\r\nCondo insurance provides coverage for your personal property and much more. For a few more dollars, you can elect to carry Full Value Personal Property which ensures that you are reimbursed full replacement value without regard for depreciation after a covered loss. \r\n\r\nIf you have upgraded cabinets or put in hardwood floors, condo building item coverage protects these investments. Be sure to consult your HOA agreement to determine what the Association policy covers and what you are responsible for. If common areas are damaged, your condo association may levy assessments against all the owners to pay the deductible on their association policy.\r\n \r\nVarious limits of loss assessment coverage are available. Be sure to consult the HOA agreement to determine the potential for such assessments. Sean Womack can help you determine your coverage needs to make sure you’re properly covered. Call us at 949-949-6934 or online at sean@seanwomack.com.\r\n \r\n<strong>Protect yourself and your guests</strong>\r\n\r\nYour condo insurance policy protects you and your family members against bodily injury and property damage liability claims and any litigation that may result subject to the limits you select. In addition, you can select medical payments coverage which will pay for medical expenses incurred by a visitor who is injured at your residence regardless of fault. Various limits are available. \r\n\r\n<strong>Extra coverage doesn’t have to cost a lot</strong>\r\n\r\nMany people supplement their condo insurance coverage with personal umbrella liability insurance for broader protection. If you have special valuable items such as jewelry, art, antiques or collectibles, ask about our Valuable Articles option which provides broader coverage and no deductible in the event of a covered loss.\r\n\r\n<strong>Find unique insurance that is right for your condo</strong>\r\n\r\nContact Sean Womack to identify the best combination of coverage, value, and price for you. We can help make sure your condo insurance continually meets your needs. Call us at 949-940-6934 or online at sean@seanwomack.com. \r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Condo','','inherit','open','open','','185-revision-v1','','','2014-05-15 03:55:42','2014-05-15 03:55:42','',185,'http://03785f6.netsolhost.com/wordpress/185-revision-v1/',0,'revision','',0),(835,1,'2014-05-15 03:55:57','2014-05-15 03:55:57','<font size=\"5\"><strong>California Earthquake Insurance</font></strong>\r\n\r\n<strong>Earthquake Insurance – What California needs to know</strong>\r\n\r\nWhat are the two most important things to know about earthquake insurance?\r\n\r\n1. Most home insurance policies do not cover earthquake damage. \r\n2. Even if you don\'t live near a fault line, you may still need earthquake insurance.\r\n\r\nEarthquakes have occurred in 39 states since 1900, and about 90% of Americans live in areas considered seismically active. For many of our neighbors in California, earthquake insurance can be inexpensive – contact Sean Womack to find out what the costs would be for your home. \r\n\r\n<strong>Earthquake insurance can have many options</strong>\r\n\r\nMost homeowner, condo and rental insurance policies do not cover damage caused by an earthquake, but coverage can be purchased as an endorsement or a separate policy. You may be able to choose to purchase earthquake insurance from the same company that provides your home insurance, from a specialized earthquake insurance provider, or from an independent organization such as the California Earthquake Authority (CEA).\r\n\r\n<strong>Does Orange County really need earthquake insurance?</strong>\r\n\r\nIn all likelihood, almost the entire US would be better protected by purchasing earthquake insurance. Consider the facts: \r\n\r\n<strong>In the West:</strong> According to the U.S. Geological Survey, there is a 70 percent probability that one or more damaging earthquakes of magnitude 6.7 or larger will strike the San Francisco Bay area during the next 30 years. \r\n\r\n<strong>In the East:</strong> The Earthquake Education Center at Charleston Southern University claims there\'s a 40 to 60 percent chance of a major earthquake somewhere in the eastern United States in the next 20 years. \r\n\r\n<strong>In the Midwest:</strong> According to the Insurance Information Institute, there\'s a 40 to 63 percent chance the New Madrid Fault (which runs through Arkansas, Kentucky, Missouri and Tennessee) region will suffer an earthquake with a 6.0 magnitude in the next 15 years.\r\n\r\n<strong>What does earthquake insurance cover?</strong>\r\n\r\nEarthquake insurance provides coverage if your home is damaged by an earthquake. Standard homeowner and renters policies will not cover earthquake damage. Earthquake insurance is a separate endorsement you must buy and add to your homeowner or renters policy.\r\n\r\nAn earthquake endorsement generally excludes damages or losses from floods and tidal waves – even when caused or compounded by an earthquake. However, if you experience a loss due to a landslide, settlement, mudflow, or the rising, sinking and contracting of earth, your endorsement may cover it if the damage resulted from an earthquake.\r\n\r\nThere are several options to consider when purchasing earthquake insurance, including:\r\n\r\n• Does the policy cover only your home? Are other structures, such as garages, also included?\r\n• Will your policy pay for the contents of your home and for additional living expenses if your home is badly damaged or destroyed?\r\n• Are there any exclusions or limitations to coverage?\r\n• What deductible must you pay before the insurance kicks in?\r\n\r\nEarthquakes can happen in {STATES-YOU-WRITE-IN} – here’s how you can protect yourself\r\n\r\n• Make sure your water heater, gas appliances, and other fixtures are fastened securely.\r\n• Check that bookcases and furniture are secure and fastened to walls.\r\n• Have a family emergency plan that all family members know. Designate a meeting place outside the home where family members can gather once the danger has passed.\r\n• Designate a distant relative or friend who can serve as a point of contact and communication for you and your family members if you get separated.\r\n• Plan ahead. Keep flashlights, batteries, and candles on hand. Have a portable radio.\r\n• Be sure everyone in your house knows how to turn off utilities (electricity, water, and gas).\r\n• When shopping for earthquake insurance, ask the company to help you identify possible repairs and other improvements that will make your home safer and minimize damage.\r\n\r\nWhat to do when an earthquake strikes\r\nIf you are inside when an earthquake hits, stay inside and get under a heavy table or desk. Stay away from windows. Do not evacuate the building unless emergency personnel direct you to leave.\r\n\r\nIf you are outside, get away from buildings and power lines, and remember that stone and masonry facings can break loose and fall away from upper parts of buildings.\r\n\r\nIf you are in a car, stop safely away from structures, large trees, power lines, and other hazards. Stay inside the vehicle.\r\n\r\nKeep in mind:\r\n\r\n• Don’t use candles until gas lines are checked. Also, check throughout your home before you use certain utilities, such as water and electric, sewage connections, and even chimneys.\r\n• Don’t tie up phone lines except to report emergencies.\r\n• Be prepared. Remember that you will need food and water, even for the short term. Keep your family together and stay alert for aftershocks.\r\n\r\nEarthquake insurance needs can vary significantly – talk to us today to find out how to get the best price and value on earthquake insurance for you.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Earthquake','','inherit','open','open','','206-revision-v1','','','2014-05-15 03:55:57','2014-05-15 03:55:57','',206,'http://03785f6.netsolhost.com/wordpress/206-revision-v1/',0,'revision','',0),(836,1,'2014-05-15 03:56:35','2014-05-15 03:56:35','<h1><strong> </strong></h1>\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Equipment Breakdown','','inherit','open','open','','566-revision-v1','','','2014-05-15 03:56:35','2014-05-15 03:56:35','',566,'http://03785f6.netsolhost.com/wordpress/566-revision-v1/',0,'revision','',0),(837,1,'2014-05-15 03:56:46','2014-05-15 03:56:46','<font size=\"5\"><strong>California Flood Insurance</font></strong>\r\n\r\n<i>Your Homeowners insurance doesn\'t cover floods...Federal flood insurance does.</i>\r\n\r\n<strong>Floods can happen anytime, anywhere.</strong>\r\n\r\nThey cause anguish and destruction-physical, emotional, and financial. Especially when the victims realize the damage isn\'t covered by their homeowners insurance policy.\r\n\r\n<strong>Federal disaster assistance? It\'s not the answer either.</strong>\r\n\r\nHere are the benefits of flood insurance versus disaster assistance:\r\n\r\n<u>Disaster Assistance</u>\r\n* Most forms of federal disaster assistance require a Presidential declaration.\r\n* Federal disaster assistance declarations are awarded in less than 50% of flooding incidents.\r\n* The most typical form of disaster assistance is a loan that must be repaid with interest.\r\n* The duration of a Small Business Administration (SBA) disaster home loan is approximately 30 years.\r\n* The average Individuals and Households Program award is about $4,000.\r\n* Repayment on a $50,000 SBA disaster home loan is $240 a month or $2,880 annual at 4% interest.\r\n\r\n<u>Flood Insurance:</u>\r\n* You are in control. Flood insurance claims are paid even if a disaster is not declared by the President.\r\n* Between 20 and 25 percent of all claims paid by the National Flood Insurance Program (NFIP) are outside of Special Flood Hazard Areas.\r\n* There is no payback requirement.\r\n* Flood insurance policies are continuous, and not non-renewed or cancelled for repeat losses.\r\n* Flood insurance reimburses you for all covered losses up to $250,000 for homeowners and $500,000 for businesses.\r\n* The average cost of a $100,000 flood policy is a little more than $400 annual, or just over one dollar per day. The cost of a $50,000 flood policy may be as low as $180 annually, depending on where you live, or less than 50 cents per day.\r\n\r\n<strong>Only Federal flood insurance reimburses you for flood damage to your property!</strong>\r\n\r\nWith one annual premium, you can protect your most important investment-your home and your finances.\r\n\r\nTalk with Sean today at 949-940-6934 or sean@seanwomack.com and ask about the National Flood Insurance Program. There\'s no better way to save for a rainy day.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Flood','','inherit','open','open','','208-revision-v1','','','2014-05-15 03:56:46','2014-05-15 03:56:46','',208,'http://03785f6.netsolhost.com/wordpress/208-revision-v1/',0,'revision','',0),(838,1,'2014-05-15 03:56:56','2014-05-15 03:56:56','<strong><font size=\"5\">California Health Insurance</font></strong>\r\n\r\nA healthy body is a happy body, and there’s no better way to preserve your health and your family’s health than with a health insurance policy from Sean Womack.\r\n\r\nLet’s face it, medical treatments aren\'t cheap. Without health insurance coverage you could end up paying off medical bills for the rest of your life. Sean can help you find an affordable healthcare plan that’s right for you. Call 949-940-6934 and talk with one of our friendly agents today to learn more. \r\n\r\n<strong>What are the major types of health insurance policies in California?</strong>\r\n\r\nThere are basically three major types of health insurance policies for California residents to choose from--consumer-directed, fee for service, and managed care. These health insurance plans help cover your medical, surgical, and hospital expenses. They may even cover dental expenses, mental health services, and prescription drugs, depending on the coverage you choose.\r\n\r\n<strong>Consumer-directed</strong>\r\n\r\nA consumer-directed health plan (a.k.a. “consumer-driven” or “consumer choice”) is a newer type of healthcare plan that’s designed to give you more control. As part of the plan, you setup a health fund that can be used to cover medical expenses. \r\n\r\n<strong>Fee for Service</strong>\r\n\r\nA fee for service plan is a more traditional healthcare plan. It means you pay a fee to your provider for every healthcare service you receive. The benefit of this type of health insurance plan is that it allows for a lot of flexibility when choosing a physician or healthcare provider. \r\n\r\n<strong>Managed Care</strong>\r\n\r\nMembers of managed care health plans generally enjoy more benefits like lower out-of-pocket costs. However, you can only receive treatment from physicians that participate in the managed care network. Typical managed care plans include health maintenance organizations (HMOs), preferred provider organizations (PPO), and point-of service (POS) plans.\r\n\r\n<strong>Common Health Insurance Terms</strong>\r\n\r\nWhen discussing health insurance with an agent, it helps to understand some of the common terms you’ll run into. Below you’ll find definitions to some of the most common health insurance terms.\r\n\r\n<strong>Deductible</strong>--the amount of money you pay toward medical bills before your insurance coverage begins. \r\n\r\n<strong>Co-pay</strong>--a specified amount of money you pay upfront for doctor visits and prescription refills.\r\n\r\n<strong>Coinsurance</strong>--the percentage of medical bills you pay after meeting the deductible.\r\n\r\nTo learn more about health insurance, call Sean Womack at 949-940-6934 and talk with one of our agents today. We’re right here in California, ready to guide you toward a more secure future.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Health','','inherit','open','open','','212-revision-v1','','','2014-05-15 03:56:56','2014-05-15 03:56:56','',212,'http://03785f6.netsolhost.com/wordpress/212-revision-v1/',0,'revision','',0),(839,1,'2014-05-15 03:57:04','2014-05-15 03:57:04','<strong><font size=\"5\">California Home Insurance</strong></font>\r\n\r\nYour home is the center of your daily life, and likely your most valuable asset. When your home is damaged or destroyed, you need your claim settled by an insurance company that understands this simple fact. Sean Womack can help you find the homeowner’s insurance that will best meet your needs and provide the most valuable combination of tailored coverage, quality service and fair pricing.\r\n\r\n<strong>Insurance for All Kinds of Homes</strong>\r\n\r\nDepending on where you live – a house, apartment, or condominium – the right home insurance policy can provide you peace of mind as well as the money you need to repair or replace your home and/or belongings. Contact us for more information today!\r\n\r\n<strong>California – What you need to know about homeowners insurance</strong>\r\n\r\nWhether you own or rent, insuring the place you call home can help protect you financially if you suffer a loss due to fire, theft, vandalism, or other covered events. It will also cover you in the event someone is injured while on your property and wins a legal judgment against you.\r\n\r\nHomeowners policies differ by which losses are covered, which coverages you choose, and what type of residence you own. You choose which policy is best for you, whether it’s a comprehensive policy that cover losses such as fire, hail, smoke, falling objects, vandalism and theft of personal property, or whether it’s a policy that covers only specified losses.\r\n\r\nSean Womack is here to help you find the right insurance for your home. Whether you’re a home or condo owner, a renter, or a landlord, Sean will work with you to find a home insurance policy that fits your needs. We specialize in making it easy to choose the insurance coverage that gives you the best value for the best price.\r\n\r\nYour home insurance policy is most often made up of the specific options you choose, so how much you\'ll pay for your policy depends on:\r\n\r\n<strong>• What you select.</strong> Oftentimes homeowners insurance options are priced individually, so how much you\'ll pay for your policy depends on what coverages you buy. \r\n\r\n<strong>• How much you want to cover.</strong> Higher deductibles usually lower your premium price by shifting part of the loss payment to you. For example, if you had a $500 deductible, you would be responsible for paying the first $500 of the covered loss. \r\n\r\n<strong>• Where you set your limits.</strong> You may choose to set higher limits than the recommended amount if appropriate to your situation and needs.\r\n\r\n<i> o Worried you aren’t completely covered? Consider an umbrella insurance policy that extends your coverage.</i>\r\n\r\n\r\n<strong>The Right Coverage. The Right Price. The Right Value</strong>\r\n\r\nThe amount you pay for your homeowners insurance depends on many factors. Think of your personal housing situation, and the assets you want to protect.\r\n\r\n<strong>Protection for Your Home</strong>\r\n\r\nProperty or Dwelling Coverage typically pays to repair or rebuild your home if it’s damaged or destroyed by an insured event like a kitchen fire or windstorm.\r\n\r\n<strong>Protection for You and Other People</strong>\r\n\r\nPersonal Liability Coverage applies if someone is injured or their property is damaged and you are to blame. The coverage generally applies anywhere in the world. \r\n\r\n • When choosing your liability coverage limits, consider things like how much money you make and the assets you own. Your personal liability coverage should be high enough to protect your assets if you are sued.\r\n\r\n<strong>Medical Coverage</strong>\r\n\r\nThis covers medical expenses for guests if they are injured on your property, and in certain cases covers people who are injured off of your property. It does not cover health care costs for you or other members of your household.\r\n\r\n<strong>Additional Living Expenses</strong>\r\n\r\nIf you can’t live in your home because of a covered loss, your home insurance policy will pay additional living expenses—commonly for up to 24 months—while damage is assessed and your home is repaired or rebuilt.\r\n\r\n<strong>Protection for Your Belongings</strong>\r\n\r\nYour home is filled with furniture, clothes, electronics and other items that mean a lot to you. Personal Property Insurance helps replace these items if they are lost, stolen or destroyed as a result of a covered loss.\r\n\r\n<strong>Scheduled Personal Property Coverage</strong>\r\n\r\nIf you have special possessions such as jewelry, art, antiques or collectibles you may want to talk to your agent about this additional coverage. It provides broader coverage for specific items.\r\n\r\n<strong>If You Rent Out Your Home</strong>\r\n\r\nLandlords may have the option to buy optional liability coverage for the risks posed by tenant-occupied dwellings. Visit our Landlord Protection Insurance page for more information.\r\n\r\n<strong>Protect the Things that Matter to You</strong>\r\n\r\nMake an inventory of your home and personal belongings. If possible, make a list as well as take photos or video – using two inventory methods can help expedite the claim resolution process. Keep this list somewhere other than your home. Keep in mind that your policy doesn\'t cover damages caused by poor or deferred maintenance on your part.\r\n\r\nEvery home is unique – talk to us today to find out how to get the best price and value on homeowners insurance for you.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Homeowners','','inherit','open','open','','183-revision-v1','','','2014-05-15 03:57:04','2014-05-15 03:57:04','',183,'http://03785f6.netsolhost.com/wordpress/183-revision-v1/',0,'revision','',0),(840,1,'2014-05-15 03:57:12','2014-05-15 03:57:12','<font size=\"5\"><strong>Identity Theft Protection</font></strong>\r\n\r\n<strong>Your identity is yours! Don\'t let someone else ruin your good name and credit.</strong>\r\n\r\nIdentity theft - a growing concern:\r\n\r\n* Identity theft remains one of the fastest growing crimes in the country today.\r\n* Identity thieves have developed a number of ways to obtain your information-from the simple theft of your wallet to elaborate internet-based scams.\r\n* Generally, once thieves have your Social Security number, they can establish credit in your name and incur hundreds or even thousands of dollars in credit card charges, fraudulent loans and more.\r\n* Often you may be unaware of these charges until a merchant or credit card collector seeks payment for a bill that you knew nothing about. Or you may be declined for a loan due to a credit report showing defaults on loans that are unknown to you.\r\n\r\n<strong>We help get your identity back</strong>\r\n\r\nFor many victims, the most stressful aspect of identity theft is the complicated process of reclaiming their identities and repairing their damaged credit. That\'s why some insurance companies offer resolution services with their identity theft protection programs. If your insurance company\'s program offers this type of coverage, then you will have access to a consumer fraud specialist who can guide you through the process of restoring your name and credit record, including:\r\n* Obtaining a free credit report from the three main credit bureaus.\r\n* Placing fraud alerts with major credit reporting agencies.\r\n* Enrolling you in daily credit monitoring for a period of time.\r\n* Completing dispute letters on your behalf.\r\n\r\n<strong>Identity theft protection is easy and affordable</strong>\r\n\r\nMany insurance companies offer identity theft coverage through their homeowners, condo, and renters insurance products. However, this coverage is usually in the form of an optional endorsement that you have to request from your agent. Adding this endorsement usually costs only a few dollars per month.\r\n\r\nExperts agree that you may not be able to guard against all the ways identity thieves can steal your identity. You can, however, arm yourself with protection that gives you the resources you need to restore your good name and financial history in the event of identity theft.\r\n\r\n\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Indentity Theft Coverage','','inherit','open','open','','767-revision-v1','','','2014-05-15 03:57:12','2014-05-15 03:57:12','',767,'http://03785f6.netsolhost.com/wordpress/767-revision-v1/',0,'revision','',0),(841,1,'2014-05-15 03:57:25','2014-05-15 03:57:25','<font size=\"5\"><strong>California Landlord Protection Insurance</strong></font>\r\n\r\nAs a landlord, you want insurance that’s tailored specifically to protect your rental properties. A Landlord Protection policy gives you choices when purchasing the insurance coverage you need.\r\n\r\n<strong>California – What you need to know about landlord protection insurance</strong>\r\n\r\nRental property is a great investment, especially if you protect your assets with excellent coverage. Make sure that you and your property are covered when choosing a landlord protection insurance policy.\r\n\r\n<strong>Protect Yourself </strong>\r\n\r\nLandlord Protection liability insurance options protect you and your spouse or domestic partner against personal injury, wrongful eviction, or wrongful entry as well as other non-bodily injury claims such as libel and slander.\r\n\r\n<strong>Extra Coverage Doesn’t Have to Cost a Lot</strong>\r\n\r\nMany landlords supplement their coverage with personal umbrella liability insurance for broader protection. Talk to us today about the amount of coverage that’s right for you.\r\n\r\nTo find out more about this product and other products and services, contact Sean Womack today at 949-940-6934.\r\n\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Landlord Protection','','inherit','open','open','','191-revision-v1','','','2014-05-15 03:57:25','2014-05-15 03:57:25','',191,'http://03785f6.netsolhost.com/wordpress/191-revision-v1/',0,'revision','',0),(842,1,'2014-05-15 03:57:38','2014-05-15 03:57:38','<font size=\"5\"><strong>California Life Insurance</strong></font>\r\n\r\nHaving the right life insurance is pivotal in planning for the future of you and your loved ones. Life insurance can help you fulfill promises you’ve made your family when you are gone.\r\n\r\nDon’t leave the future of you and your loved ones to chance. The {AGENCY_NAME} can help you find the right life insurance coverage for you, and help ensure that your policy continually meets your needs.\r\n\r\n<strong>Life changes – so should your policy</strong>\r\n\r\nFor each of our neighbors in California, the right life insurance will be unique for you and dependent on your personal and financial needs. As your life changes, your life insurance coverage may need to change in order to adapt to your current needs. Some life transformations that may require a policy “tune-up” and our help include: \r\n\r\n• You recently married or divorced\r\n• You have a new child or grandchild\r\n• You have opened or expanded a business\r\n• Your health or your spouse’s health has deteriorated\r\n• You are providing care or financial assistance to a parent\r\n• Your child or grandchild requires assistance or long-term care\r\n• You recently purchased a new home\r\n• You are planning for a child or grandchild’s education\r\n• You are concerned about retirement income\r\n• You have refinanced your home mortgage in the past six months\r\n• You or your spouse recently received an inheritance\r\n• You have a sizable estate\r\n\r\n<strong>California – What you need to know about life insurance</strong>\r\n\r\nSean Womack can help you select the best life insurance coverage for your needs. There are several different types of life insurance products available – the most common include:\r\n\r\n<strong>Term Life Insurance</strong>\r\n\r\nTerm life insurance provides protection for a specified period of time. If you do not currently have life insurance, term can be a good place to start. It’s generally less expensive than permanent (whole) life insurance, and is available in varying time periods with fixed premiums from a one year (annual renewable term) to 20-year (level term) period. Furthermore, term life insurance is sometimes convertible to permanent coverage, providing you with flexibility as your needs change.\r\n\r\n<strong>Whole Life Insurance</strong>\r\n\r\nWhole life insurance is a form of permanent life insurance that remains in force for your entire lifetime, provided premiums are paid as specified in the policy. Whole life insurance can be an investment opportunity, as many whole life insurance policies also build cash value over time.\r\n\r\n<strong>Universal Life Insurance</strong>\r\n\r\nUniversal life is a form of permanent life insurance characterized by its flexible premiums, face amounts and unbundled pricing structure. Universal life can build cash value, which earns an interest rate that may adjust periodically, but is usually guaranteed not to fall below a certain percentage.\r\n\r\nSo what type of life insurance is best for you? Talk with our team today at 949-940-6934, and we can assist in identifying the best protection for you. \r\n\r\n<strong>What are the advantages of life insurance?</strong>\r\n\r\nHaving the right life insurance is essential to planning for your present, and your future. Not only can life insurance provide assurance for your family after you are gone, many life insurance options offer other benefits and investment opportunities you can take advantage of while you are living.\r\n\r\n<i>Advantages of the life insurance death benefit:</i> When you pass away, your life insurance provides income tax-free money to your named beneficiary or beneficiaries that can be used to pay funeral expenses, debt, tuition, estate taxes or virtually any financial need. Your policy can help provide security for your business security as well, by enabling partners to buy out the interests of a deceased partner and prevent a forced liquidation.\r\n\r\n<i>Advantages of Living Benefits:</i> The cash value growth of a permanent (whole) life insurance policy is tax-deferred, meaning you do not pay taxes on the growth of cash value, unless money is withdrawn. Loans or withdrawals can be taken against the cash value of a permanent life insurance policy to help with expenses, such as college tuition or the down payment on a home. \r\n\r\nThe right life insurance coverage for each and every one of our neighbors in California is unique – talk with our team today to find out how to protect your family and your future with the right life insurance.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Life','','inherit','open','open','','210-revision-v1','','','2014-05-15 03:57:38','2014-05-15 03:57:38','',210,'http://03785f6.netsolhost.com/wordpress/210-revision-v1/',0,'revision','',0),(843,1,'2014-05-15 03:57:54','2014-05-15 03:57:54','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Jewelry and Other Valuables','','inherit','open','open','','214-revision-v1','','','2014-05-15 03:57:54','2014-05-15 03:57:54','',214,'http://03785f6.netsolhost.com/wordpress/214-revision-v1/',0,'revision','',0),(844,1,'2014-05-15 03:58:07','2014-05-15 03:58:07','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Mechanical Breakdown','','inherit','open','open','','570-revision-v1','','','2014-05-15 03:58:07','2014-05-15 03:58:07','',570,'http://03785f6.netsolhost.com/wordpress/570-revision-v1/',0,'revision','',0),(845,1,'2014-05-15 03:58:12','2014-05-15 03:58:12','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Motorcycle','','inherit','open','open','','193-revision-v1','','','2014-05-15 03:58:12','2014-05-15 03:58:12','',193,'http://03785f6.netsolhost.com/wordpress/193-revision-v1/',0,'revision','',0),(846,1,'2014-05-15 03:58:18','2014-05-15 03:58:18','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Off Road Vehicle','','inherit','open','open','','198-revision-v1','','','2014-05-15 03:58:18','2014-05-15 03:58:18','',198,'http://03785f6.netsolhost.com/wordpress/198-revision-v1/',0,'revision','',0),(847,1,'2014-05-15 03:58:24','2014-05-15 03:58:24','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Recreational Vehicle (RV)','','inherit','open','open','','195-revision-v1','','','2014-05-15 03:58:24','2014-05-15 03:58:24','',195,'http://03785f6.netsolhost.com/wordpress/195-revision-v1/',0,'revision','',0),(848,1,'2014-05-15 04:01:40','2014-05-15 04:01:40','<font size=\"5\"><strong>California Renters Insurance</font></strong>\r\n\r\n<strong>Your possessions are worth a lot to you, so you will want to have the right coverage to protect them.</strong>\r\n\r\nRenters insurance can give you the protection you need at a price you can afford. To give you the maximum in flexibility and affordability, Sean Womack and his team are able to provide solid, basic coverage that allows you to add more options if you need them.\r\n\r\n<strong>The essentials in quality protection</strong>\r\n\r\nMost renters insurance policies cover:\r\n* furniture\r\n* clothing\r\n* appliances\r\n* many other personal belongings\r\n* some of the improvements you\'ve made to the rental unit\r\n* covered items you take while traveling\r\n* additional living expenses if you have to move out during repairs\r\n\r\nPersonal liability coverage provides protection if someone is accidentally injured while in your home, or their property is damaged and the damage is caused by:\r\n* you\r\n* your children\r\n* your pets (additional pet liability endorsement may be required)\r\n* your personal activities, including most sports\r\n\r\nA renters insurance policy may also cover you:\r\n* for cost associated with defending you in a lawsuit related to an injury or property damage\r\n* if you are held legally responsible for fire damage to your apartment, the the building you live, or vacation property you rent\r\n* if your credit cards, ATM cards, or checks are stolen or used without your permission\r\n\r\n<strong>The extra protection that\'s right for you</strong>\r\n\r\nWhile the basic renters insurance may be appropriate for most people who live in rental units, your situation may call for optional coverages for complete protection. Some optional coverages include:\r\n\r\n<strong><i>Personal Articles Coverage</i></strong> protects specific high-value items that are normally limited under a basic renters insurance policy, such as, jewelry, silverware, fine arts, furs, cameras, guns, musical instruments, stamp and coin collections, personal computers, and similar property.\r\n\r\n<strong><i>Contents Replacement Cost</i></strong> allows you to repair or replace most personal property in your apartment with no deduction for depreciation.\r\n\r\n<strong>Prices and discounts to save you money</strong>\r\n\r\nRenters insurance is competitively priced and to make even more affordable, many insurance companies offer ways to reduce the cost of your insurance with a wide range of discounts if your home is equipped with:\r\n* anti-theft devices\r\n* smoke detectors\r\n* fire alarms\r\n* deadbolt locks\r\n* sprinkler system\r\n* fire extinguishers\r\n\r\n<strong><i>Little savings add up, too.</strong></i> By using Electronic Funds Transfer, you can save time and avoid the cost of postage for mailing your insurance premium. Ask your agent to sign you up for Electronic Funds Transfer when you apply for your renters insurance coverage.\r\n\r\n<strong>Highly personal services are built in to save you time</strong>\r\n\r\nWe do our best to think about ways to make your life easier-so you don\'t have to.\r\n\r\nIf there\'s a covered loss or damage involving you, your family, or your possessions, the insurance companies we represent have the responsive people, resources, and services to handle matter for you, quickly, and professionally.\r\n\r\n<strong>The best claims service you\'ll find anywhere</strong>\r\n\r\nYou can report your claim anytime, day or night. You can call the insurance company\'s toll-free Claim Hotline where their customer care representatives are available 24-hours-a-day, 7 days-a-week. For your convenience many insurance companies have Claims Service Centers located in cities and towns across the county. So if your property is damaged, your claim will be handled promptly, fairly and without hassles.\r\n\r\n<strong>Your agent is working for you</strong>\r\n\r\nBy choosing Sean Womack and his team, you have someone working for you: an independent agent who believes that your satisfaction with your insurance is of the utmost importance. So whatever your insurance needs, please don\'t hesitate to call Sean. Talk to him today about renters insurance coverage.\r\n\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Renters','','inherit','open','open','','187-revision-v1','','','2014-05-15 04:01:40','2014-05-15 04:01:40','',187,'http://03785f6.netsolhost.com/wordpress/187-revision-v1/',0,'revision','',0),(849,1,'2014-05-15 04:01:46','2014-05-15 04:01:46','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Umbrella','','inherit','open','open','','189-revision-v1','','','2014-05-15 04:01:46','2014-05-15 04:01:46','',189,'http://03785f6.netsolhost.com/wordpress/189-revision-v1/',0,'revision','',0),(850,1,'2014-05-15 04:01:52','2014-05-15 04:01:52','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Wedding Coverage','','inherit','open','open','','387-revision-v1','','','2014-05-15 04:01:52','2014-05-15 04:01:52','',387,'http://03785f6.netsolhost.com/wordpress/387-revision-v1/',0,'revision','',0),(851,1,'2014-05-15 04:02:01','2014-05-15 04:02:01','<font size=\"5\"><strong>California Business Insurance</font></strong>\r\n\r\n<strong>Insurance coverage that protects your company – so you can get back to business</strong>\r\n\r\nSean Womack knows business in our communities – you can find our office in Tustin, and our clients all around California. As an independent insurance agency, we take pride in reviewing your options with multiple insurance companies and comparing protection and prices to find the best value for your business.\r\n\r\nWe’re proud members of Orange County, and we’re committed to being an advocate for you and your business in times of need.\r\n\r\n<strong>Our commitment is to serving you.</strong>\r\n\r\nSean Womack and his team know that in California, there are as many unique insurance needs as we have neighbors who live here! To talk with one of our helpful team members about your insurance needs, contact us today.\r\n\r\n<strong>Commercial & Business Insurance– Insurance coverage that helps protect your business</strong>\r\n\r\n<strong>• General Liability Insurance</strong> – Broad insurance coverage for your business and activities.\r\n\r\n<strong>• Commercial Property Insurance</strong> – Protect your business with insurance for your commercial property.\r\n\r\n<strong>• Business Auto Insurance</strong> – Cover your business with insurance for commercial vehicles.\r\n\r\n<strong>• Commercial Umbrella Insurance</strong> – Insurance coverage that helps protect your business from the rising costs of lawsuits.\r\n\r\n<strong>• Workers\' Compensation Insurance</strong> – Insurance coverage that helps you take care of your employees.\r\n\r\n<strong>• Bonds</strong> - Protect your assets with financial backups for promises made by others.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Insurance For Your Business','','inherit','open','open','','50-revision-v1','','','2014-05-15 04:02:01','2014-05-15 04:02:01','',50,'http://03785f6.netsolhost.com/wordpress/50-revision-v1/',0,'revision','',0),(852,1,'2014-05-15 04:02:08','2014-05-15 04:02:08','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Apartment Buildings','','inherit','open','open','','251-revision-v1','','','2014-05-15 04:02:08','2014-05-15 04:02:08','',251,'http://03785f6.netsolhost.com/wordpress/251-revision-v1/',0,'revision','',0),(853,1,'2014-05-15 04:03:24','2014-05-15 04:03:25','<font size=\"5\"><strong>Surety Bonds</strong></font>\r\n\r\nWhether you’re a contractor looking for a complex bid bond or a business owner in need of a simple license and permit bond, Sean Womack is here to help. We know that you can’t conduct business or win the job without the backing of a solid surety bond. That’s why we only work with the most reputable and trustworthy surety providers.\r\n\r\nSean Womack partners with only the best sureties to give you outstanding products supported by value-added services to contractors and businesses. \r\n\r\nHere are some of the types of bonds we can provide: \r\n\r\n<strong>Contract Bonds</strong> \r\n• Bid Bonds \r\n• Performance & Payment Bonds \r\n• Supply bonds\r\n \r\n<strong>Commercial Bonds</strong>\r\n• <strong>License and Permit Bonds</strong> – Contractor License; Highway and Street Permit; Agent/Adjuster/Broker License; Fuel Dealer; Professional License; Automobile Dealer; and Alcoholic Beverage Compliance Bonds \r\n• <strong>Probate Bonds</strong> – Administrator; Executor; Guardian; and Trustee Bonds \r\n• <strong>Receiver or Trustee Bond in Bankruptcy</strong> \r\n• <strong>Public Official</strong> – Notary Public; Sheriff; Deputy Sheriff; Constable; Jailer; County/City/School Treasurer Bonds; Court Clerk; Loan Closing Attorney; and FHA Schedule Bonds \r\n• <strong>Court Bonds</strong> – Plaintiff Replevin; Plaintiff Attachment; and Cost Bonds \r\n• <strong>Miscellaneous Bonds</strong> \r\n\r\n<strong>Fidelity Bonds </strong>\r\n• ERISA (Pension Plans), \r\n• Business Services Bonds (e.g. janitorial, home health care or security) \r\n\r\n<strong>Financial Institution Bonds and D&O Coverage </strong>\r\n• Commercial Banks and Savings Institutions, etc. \r\n\r\nTo find out more about our surety products and services, contact Sean Womack today at 949-949-6934.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Bonds','','inherit','open','open','','618-revision-v1','','','2014-05-15 04:03:24','2014-05-15 04:03:25','',618,'http://03785f6.netsolhost.com/wordpress/618-revision-v1/',0,'revision','',0),(854,1,'2014-05-15 04:03:38','2014-05-15 04:03:38','<font size=\"5\"><strong>California Business Owners Policy (BOP) Insurance</font></strong>\r\n\r\nAs a business owner, you strive to make decisions that are right for your business, your employees and yourself. This includes decisions about business insurance. You know you need excellent coverage. You don\'t, however, have time to become an expert in business insurance. That’s where Sean Womack can help.\r\n \r\nA Business Owners Policy (BOP) combines property, liability and business interruption coverage for small to medium-sized businesses. This packaged coverage is generally less expensive than when purchasing coverage separately. With a BOP you have the ability to customize the policy to meet your individual business needs.\r\n \r\nPerhaps you need general liability coverage that includes operations. Or, you need to add business auto coverage or commercial property insurance. Whether you are a home-based business, small service provider or contractor, Sean Womack will work with you to find the right combination of business insurance coverage to meet your specific needs. Contact us today!\r\n\r\n<strong>Supplemental Coverage Available</strong>\r\n \r\n• Extended liability for additional insureds.\r\n• Debris removal, personal property.\r\n• Tools and equipment.\r\n• Valuable records protection and accounts receivable.\r\n\r\nIn addition to advising you on the right coverage, we provide additional services, such as:\r\n\r\n<strong>• Loss Prevention Programs</strong>—with our insurance company partners, we can evaluate your business\'s current conditions and recommend ways to lower property, auto, workers compensation or liability losses. Lower losses will not only lower your insurance costs, but also increase your productivity by avoiding downtime.\r\n\r\n<strong>• Quick Claim Response</strong>—when you do have a claim and need fast and fair service, we work with you to make that happen. That\'s why we only represent companies with excellent records for settling claims fairly and promptly. \r\n\r\n<strong>• Competitive Rates</strong>—many of the insurance companies we represent specialize in insuring specific types of businesses or industries, offering special coverage and pricing. \r\n\r\nTo see if your business qualifies for one of these special programs, contact Sean Womack for more information. Give us a call at 949-940-6934. \r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Business Owners Policy (BOP)','','inherit','open','open','','245-revision-v1','','','2014-05-15 04:03:38','2014-05-15 04:03:38','',245,'http://03785f6.netsolhost.com/wordpress/245-revision-v1/',0,'revision','',0),(855,1,'2014-05-15 04:03:58','2014-05-15 04:03:58','<strong><font size=\"5\">California Commercial Auto Insurance</font></strong>\r\n\r\nCommercial auto insurance can cover a combination of vehicle types (trucks, cars) and drivers, as well as some types of motorized equipment. It provides for bodily injury liability and property damage while operating a company automobile, medical payments for the driver and passengers of the policyholder\'s car. Injuries or damage to someone else are also covered. \r\n\r\n<strong>Hired/Non-owned Auto Liability</strong>\r\n\r\nAre you renting cars or are your employees using their own vehicles? This particular coverage provides business insurance coverage for certain liabilities arising from the use of a rented or leased vehicle (hired), or a non-owned vehicle (employee using their own vehicle on company business). Oftentimes this coverage can be added inexpensively to a business auto policy, or in some cases, a general liability policy.\r\n\r\n<strong>Use of Personal Vehicles</strong>\r\nInsurance policies for privately owned vehicles may not cover damage to your privately owned car or truck when it is used for business, even home cosmetics, jewelry sales or a pizza delivery business. \r\n\r\nEvery business is unique – talk to Sean Womack today to find out how to get the best commercial auto insurance, service, price and value. Give Sean a call at 949-940-6934. \r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Commercial Auto','','inherit','open','open','','243-revision-v1','','','2014-05-15 04:03:58','2014-05-15 04:03:58','',243,'http://03785f6.netsolhost.com/wordpress/243-revision-v1/',0,'revision','',0),(856,1,'2014-05-15 04:04:02','2014-05-15 04:04:02','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Commercial Package','','inherit','open','open','','239-revision-v1','','','2014-05-15 04:04:02','2014-05-15 04:04:02','',239,'http://03785f6.netsolhost.com/wordpress/239-revision-v1/',0,'revision','',0),(857,1,'2014-05-15 04:04:11','2014-05-15 04:04:11','<strong><font size=\"5\">California Commercial Property Insurance</font></strong>\r\n\r\nOne of the most common types of business insurance, commercial property insurance provides a wide range of coverage for buildings, inventory, equipment, tools and more. Losses from fire, break-in, vandalism, windstorm and other natural or man-made disasters are examples of what is typically covered.\r\n\r\nA basic commercial property insurance policy may be all you need, although the types of coverage can vary between different insurance companies. As an independent agent, Sean Womack can help you determine the type of insurance policy and range of coverage that is best for your business. For a full list of coverage available, or to learn more about this product, contact us today at sean@seanwomack.com.\r\n\r\n<strong>California - What you need to know about commercial property insurance</strong>\r\n\r\n<strong>Building</strong>\r\n\r\nDo you own a commercial building? If so, do you have enough commercial property insurance to cover replacement costs? Although cost estimators are available, we recommend that you secure an appraisal from a third party to accurately determine the current replacement cost of your building. Give Sean Womack a call today at 949-940-6934, and we’ll help you determine if you have enough commercial property insurance for your business.\r\n\r\n<strong>Flood</strong>\r\n\r\nMost commercial property policies exclude flood as a covered cause of loss. A separate policy must be purchased to protect you from resulting damage. Check your current property insurance policy to be sure you are covered. If you’re unsure, just ask for Sean Womack to review your coverage, and we’ll help you find the best solution.\r\n\r\n<strong>Business Personal Property</strong>\r\n\r\nBusiness personal property insurance covers property at a specified location for furniture, fixtures, equipment and inventory. Be aware that most commercial property policies have very limited coverage for property taken off the specified location. If you have equipment that is frequently taken off-site to various locations, it is important that you have an inland marine policy (equipment or installation floater).\r\n\r\n<strong>Business Income (Business Interruption Coverage)</strong>\r\n\r\nThis coverage reimburses a business owner for lost profits and fixed expenses during the time that a business is closed. It applies while the premises are being restored because of damage from an event, such as a fire. Business income insurance may also cover financial losses that occur if civil authorities limit customer access to your neighborhood or business after a disaster. Sean Womack strongly recommends that all businesses acquire this coverage.\r\n\r\n<strong>Electronic Data Processing (EDP)</strong>\r\n\r\nThis coverage is separate property coverage specifically designed to protect your computer related equipment. Most commercial property policies have limited coverage for computer networks. EDP broadens the causes of loss to include things like power surges and in some cases virus attacks.\r\n\r\nBased in California, Sean Womack understands the business insurance needs of our customers.\r\n\r\nThe right coverage for you is unique – call us at 949-940-6934 or email us at sean@seanwomack.com today to find out how to protect your business and your future with the right insurance.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Commercial Property','','inherit','open','open','','48-revision-v1','','','2014-05-15 04:04:11','2014-05-15 04:04:11','',48,'http://03785f6.netsolhost.com/wordpress/48-revision-v1/',0,'revision','',0),(858,1,'2014-05-15 04:05:29','2014-05-15 04:05:29','<font size=\"5\"><strong>California Commercial Umbrella Insurance</font></strong>\r\n\r\nIf umbrella policies are good for individuals, then they are imperative for business. When a catastrophic liability loss occurs, an umbrella insurance policy can mean the difference between a business surviving, or not. \r\n\r\nThe rising costs of lawsuits and judgments are important for today\'s business owner to consider. Catastrophic liability losses can happen to any business at any time, and a commercial umbrella policy protects you when those losses exceed your basic liability coverage. The time and effort you have taken to build your business is too important for it to disappear after one unforeseen event. Call Sean Womack at 949-940-6934 or email us at sean@seanwomack.com today about a commercial umbrella insurance policy. \r\n\r\n\r\n<strong>California - What you need to know about commercial umbrella insurance</strong>\r\n\r\nCommercial Umbrella helps you protect your assets by providing liability limits above and beyond your other policies. In some cases, it even broadens your protection. Due to the unpredictable nature of jury awards Sean Womack recommends that your business insurance program include this coverage.\r\n\r\n<strong>What is Excess Liability Coverage?</strong>\r\n\r\nThis coverage provides extra liability limits over an Umbrella policy. This coverage typically follows the terms of the first underlying insurance policy. \r\n \r\n<strong>Who needs Excess Liability Coverage?</strong>\r\n\r\nHigher limits may be necessary for businesses with high loss potential, high profile, sizable sales, numerous assets, large auto fleets, worldwide presence, significant public exposure. \r\n\r\nTalk to Sean Womack today about your business operations and we can advise you what kind of liability coverage you need to protect yourself and your company. Just give us a call at 949-940-6934 and we’ll help make sure you’re covered. \r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Commercial Umbrella','','inherit','open','open','','247-revision-v1','','','2014-05-15 04:05:29','2014-05-15 04:05:29','',247,'http://03785f6.netsolhost.com/wordpress/247-revision-v1/',0,'revision','',0),(859,1,'2014-05-15 04:05:34','2014-05-15 04:05:34','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Contractors','','inherit','open','open','','249-revision-v1','','','2014-05-15 04:05:34','2014-05-15 04:05:34','',249,'http://03785f6.netsolhost.com/wordpress/249-revision-v1/',0,'revision','',0),(860,1,'2014-05-15 04:05:39','2014-05-15 04:05:39','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Cyber Liability','','inherit','open','open','','270-revision-v1','','','2014-05-15 04:05:39','2014-05-15 04:05:39','',270,'http://03785f6.netsolhost.com/wordpress/270-revision-v1/',0,'revision','',0),(861,1,'2014-05-15 04:05:44','2014-05-15 04:05:44','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Employee/Group Benefits','','inherit','open','open','','272-revision-v1','','','2014-05-15 04:05:44','2014-05-15 04:05:44','',272,'http://03785f6.netsolhost.com/wordpress/272-revision-v1/',0,'revision','',0),(862,1,'2014-05-15 04:05:51','2014-05-15 04:05:51','<font size=\"5\"><strong>California General Liability Insurance</strong></font>\r\n\r\nGeneral liability, also known as “commercial liability insurance” is a broad commercial insurance policy that covers general liability exposures of a business. Coverage typically includes product Sean Womack recommends that all businesses have general liability coverage in place.\r\n\r\n<strong>California - What you need to know about commercial liability insurance</strong>\r\n\r\nTake a look at the list below for additional general liability coverages that are often available.\r\n\r\n<strong>Professional Liability Insurance (Errors & Omissions)</strong>\r\n\r\nErrors & Omissions (E&O) covers professionals for negligence and errors or omissions that injure their clients or cause damage to a third party’s data. This type of insurance is particularly important to licensed professionals such as accountants, attorneys, insurance agents, architects, engineers and technology companies. Sean Womack recommends that all professional and technology companies have E&O coverage.\r\n\r\n<strong>Employment Practices Liability Insurance (EPLI)</strong>\r\n\r\nEmployment Practices Liability Insurance for employers covers employment-related liabilities other than on-the-job injuries. This can include legal fees and damages for suits such as wrongful termination, discrimination, sexual harassment, and other alleged violations of employees’ legal rights. If you have employees, Sean Womack recommends considering this type of coverage.\r\n\r\n<strong>Directors and Officers Insurance (D&O)</strong>\r\n\r\nD&O covers directors and officers of a company for negligent acts or omissions and for misleading statements that result in lawsuits against the company. There is a variety of Directors and Officers coverage available such as corporate reimbursement coverage, personal liability, and entity coverage. D&O policies may be broadened to include coverage for employment practices liability as well.\r\n\r\nTo find out more about these, as well as other products and services, call Sean at 949-940-6934 and we’ll help make sure you’re properly covered. \r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','General Liability','','inherit','open','open','','241-revision-v1','','','2014-05-15 04:05:51','2014-05-15 04:05:51','',241,'http://03785f6.netsolhost.com/wordpress/241-revision-v1/',0,'revision','',0),(863,1,'2014-05-15 04:05:56','2014-05-15 04:05:56','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Professional Liability / Errors & Omissions (E&O)','','inherit','open','open','','255-revision-v1','','','2014-05-15 04:05:56','2014-05-15 04:05:56','',255,'http://03785f6.netsolhost.com/wordpress/255-revision-v1/',0,'revision','',0),(864,1,'2014-05-15 04:06:01','2014-05-15 04:06:01','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Restaurants','','inherit','open','open','','253-revision-v1','','','2014-05-15 04:06:01','2014-05-15 04:06:01','',253,'http://03785f6.netsolhost.com/wordpress/253-revision-v1/',0,'revision','',0),(865,1,'2014-05-15 04:06:10','2014-05-15 04:06:10','<strong><font size=\"5\">California Worker’s Compensation Insurance</strong></font>\r\n\r\nWorkers’ compensation coverage pays for medical care and physical rehabilitation of employees injured at work and helps to replace lost wages while they are unable to work. Additionally, this coverage protects an employer from being sued by an injured worker in most cases. \r\n\r\nSean Womack can help your business find complete solutions to your unique workers compensation insurance needs. We’ll find solutions that create safer and more productive workplaces, more confident and secure workers and overall savings you\'ll see on the bottom line. \r\n\r\nCoverage for office workers using their own vehicles on company business is often needed, as well. If you have employees, it is critical that you consider this workers compensation coverage.\r\n\r\n<strong>California - What you need to know about workers compensation insurance</strong>\r\n\r\nSome Workers Compensation coverage can include:\r\n\r\n• Innovative payment systems\r\n• Medical disability case managers\r\n• Utilization management nurses\r\n• Certified life care planning nurses\r\n• Vocational rehabilitation consultants\r\n• Physician consulting services\r\n• Legal staff\r\n• Contracts with medical network providers\r\n• Managed prescription drug program\r\n\r\nTo find out more about this product and other products and services, contact Sean Womack today by calling 949-940-6934.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Workers Compensation','','inherit','open','open','','268-revision-v1','','','2014-05-15 04:06:10','2014-05-15 04:06:10','',268,'http://03785f6.netsolhost.com/wordpress/268-revision-v1/',0,'revision','',0),(866,1,'2014-05-15 04:06:21','2014-05-15 04:06:21','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Knowledge Center','','inherit','open','open','','155-revision-v1','','','2014-05-15 04:06:21','2014-05-15 04:06:21','',155,'http://03785f6.netsolhost.com/wordpress/155-revision-v1/',0,'revision','',0),(867,1,'2014-05-15 04:06:27','2014-05-15 04:06:27','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Auto Insurance Basics','','inherit','open','open','','157-revision-v1','','','2014-05-15 04:06:27','2014-05-15 04:06:27','',157,'http://03785f6.netsolhost.com/wordpress/157-revision-v1/',0,'revision','',0),(868,1,'2014-05-15 04:06:31','2014-05-15 04:06:31','<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Newsletter Sign Up','','inherit','open','open','','164-revision-v1','','','2014-05-15 04:06:31','2014-05-15 04:06:31','',164,'http://03785f6.netsolhost.com/wordpress/164-revision-v1/',0,'revision','',0),(870,1,'2014-05-15 16:52:50','2014-05-15 16:52:50','<strong><font size=\"5\">California Personal Umbrella Insurance</font></strong>\r\n\r\n<i>What would happen to you or to your family if you or any one in your family is suddenly hit with a million dollar legal claim?</i>\r\n\r\nMillion dollar claims are no longer the exception. This is especially true for people in higher income brackets.\r\n\r\nAnd we know \"middle class\" doesn\'t exist any more. If you add up the total value of your home, cars, savings, and investments, those cumulative assets can make you or anybody a target of a major law suit.\r\n\r\n<strong>There are so many \"maybe\'s\"</strong>\r\n\r\nAn accident in your swimming pool, on a motorcycle, during a recreational activity, or a family automobile accident...any one of these could result in an expensive law suit and excessively high judgments.\r\n\r\nAnd be aware, your automobile and home owners insurance limits are not enough to cover an unexpected or a catastrophic loss.\r\n\r\nPersonal Umbrella policies are the answer.\r\n\r\nThey offer you affordable coverage from $1,000,000 up to $10,000,000 (and higher if necessary).\r\n\r\nThe important point is...Personal Umbrella protection goes beyond what your presnet policies cover.\r\n\r\nMany of the things we don\'t usually think about...\r\n\r\n • Secondary Residences\r\n • Rental Units\r\n • Watercraft\r\n • Motor Homes\r\n • Motorcycles\r\n • Ranches and Farms\r\n • Youthful Drivers\r\n • Senior Drivers\r\n • Celebrity Status\r\n • High Profile Professions\r\n\r\n<i>Which would apply to you?</i>\r\n\r\nMake sure your accumulated assets are protected.\r\n\r\nThe economic security of your family depend on it.\r\n\r\nMake Umbrella Coverage your \"second layer of protection.\"\r\n\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Umbrella','','inherit','open','open','','189-revision-v1','','','2014-05-15 16:52:50','2014-05-15 16:52:50','',189,'http://03785f6.netsolhost.com/wordpress/189-revision-v1/',0,'revision','',0),(871,1,'2014-05-15 16:53:25','2014-05-15 16:53:25','<strong><font size=\"5\">California Personal Umbrella Insurance</font></strong>\r\n\r\n<i>What would happen to you or to your family if you or any one in your family is suddenly hit with a million dollar legal claim?</i>\r\n\r\nMillion dollar claims are no longer the exception. This is especially true for people in higher income brackets.\r\n\r\nAnd we know \"middle class\" doesn\'t exist any more. If you add up the total value of your home, cars, savings, and investments, those cumulative assets can make you or anybody a target of a major law suit.\r\n\r\n<strong>There are so many \"maybe\'s\"</strong>\r\n\r\nAn accident in your swimming pool, on a motorcycle, during a recreational activity, or a family automobile accident...any one of these could result in an expensive law suit and excessively high judgments.\r\n\r\nAnd be aware, your automobile and home owners insurance limits are not enough to cover an unexpected or a catastrophic loss.\r\n\r\nPersonal Umbrella policies are the answer.\r\n\r\nThey offer you affordable coverage from $1,000,000 up to $10,000,000 (and higher if necessary).\r\n\r\nThe important point is...Personal Umbrella protection goes beyond what your presnet policies cover.\r\n\r\n<strong>Many of the things we don\'t usually think about...\r\n\r\n • Secondary Residences\r\n • Rental Units\r\n • Watercraft\r\n • Motor Homes\r\n • Motorcycles\r\n • Ranches and Farms\r\n • Youthful Drivers\r\n • Senior Drivers\r\n • Celebrity Status\r\n • High Profile Professions\r\n\r\n<i>Which would apply to you?</i></strong>\r\n\r\nMake sure your accumulated assets are protected.\r\n\r\nThe economic security of your family depend on it.\r\n\r\nMake Umbrella Coverage your \"second layer of protection.\"\r\n\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Umbrella','','inherit','open','open','','189-revision-v1','','','2014-05-15 16:53:25','2014-05-15 16:53:25','',189,'http://03785f6.netsolhost.com/wordpress/189-revision-v1/',0,'revision','',0),(872,1,'2014-05-15 16:58:10','2014-05-15 16:58:10','<strong><font size=\"5\">California Personal Umbrella Insurance</font></strong>\r\n\r\n<i>What would happen to you or to your family if you or any one in your family is suddenly hit with a million dollar legal claim?</i>\r\n\r\nMillion dollar claims are no longer the exception. This is especially true for people in higher income brackets.\r\n\r\nAnd we know \"middle class\" doesn\'t exist any more. If you add up the total value of your home, cars, savings, and investments, those cumulative assets can make you or anybody a target of a major law suit.\r\n\r\n<strong>There are so many \"maybe\'s\"</strong>\r\n\r\nAn accident in your swimming pool, on a motorcycle, during a recreational activity, or a family automobile accident...any one of these could result in an expensive law suit and excessively high judgments.\r\n\r\nAnd be aware, your automobile and home owners insurance limits are not enough to cover an unexpected or a catastrophic loss.\r\n\r\nPersonal Umbrella policies are the answer.\r\n\r\nThey offer you affordable coverage from $1,000,000 up to $10,000,000 (and higher if necessary).\r\n\r\nThe important point is...Personal Umbrella protection goes beyond what your presnet policies cover.\r\n\r\n<strong>Many of the things we don\'t usually think about...\r\n\r\n • Secondary Residences\r\n • Rental Units\r\n • Watercraft\r\n • Motor Homes\r\n • Motorcycles\r\n • Ranches and Farms\r\n • Youthful Drivers\r\n • Senior Drivers\r\n • Celebrity Status\r\n • High Profile Professions\r\n\r\n<i>Which would apply to you?</i></strong>\r\n\r\nMake sure your accumulated assets are protected.\r\n\r\nThe economic security of your family depend on it.\r\n\r\nMake Umbrella Coverage your \"second layer of protection.\"\r\n\r\n<strong>Quick Summary of Advantages:</strong>\r\n\r\n • Coverage that takes over where your auto and homeowners coverage ends\r\n • Protects you when seemingly minor accidents turn into major legal liabilities\r\n • Personal Umbrella can pay for expensive legal defense, attorneys fees, and exorbitant settlements\r\n\r\n<strong>Don\'t let one unexpected law suit or a massive damage claim cripple you financially!</strong>\r\n\r\nRates for Personal Umbrella policies are sensible and affordable. Call Sean Womack and his team at (949) 940-6934 today!\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Umbrella','','inherit','open','open','','189-revision-v1','','','2014-05-15 16:58:10','2014-05-15 16:58:10','',189,'http://03785f6.netsolhost.com/wordpress/189-revision-v1/',0,'revision','',0),(874,1,'2014-05-15 17:24:40','2014-05-15 17:24:40','<strong><font size=\"5\">California Personal Umbrella Insurance</font></strong>\r\n\r\n<i>What would happen to you or to your family if you or any one in your family is suddenly hit with a million dollar legal claim?</i>\r\n\r\nMillion dollar claims are no longer the exception. This is especially true for people in higher income brackets.\r\n\r\nAnd we know \"middle class\" doesn\'t exist any more. If you add up the total value of your home, cars, savings, and investments, those cumulative assets can make you or anybody a target of a major law suit.\r\n\r\n<strong>There are so many \"maybe\'s\"</strong>\r\n\r\nAn accident in your swimming pool, on a motorcycle, during a recreational activity, or a family automobile accident...any one of these could result in an expensive law suit and excessively high judgments.\r\n\r\nAnd be aware, your automobile and home owners insurance limits are not enough to cover an unexpected or a catastrophic loss.\r\n\r\nPersonal Umbrella policies are the answer.\r\n\r\nThey offer you affordable coverage from $1,000,000 up to $10,000,000 (and higher if necessary).\r\n\r\nThe important point is...Personal Umbrella protection goes beyond what your presnet policies cover.\r\n\r\n<strong>Many of the things we don\'t usually think about...</strong>\r\n\r\n • Secondary Residences\r\n • Rental Units\r\n • Watercraft\r\n • Motor Homes\r\n • Motorcycles\r\n • Ranches and Farms\r\n • Youthful Drivers\r\n • Senior Drivers\r\n • Celebrity Status\r\n • High Profile Professions\r\n\r\n<strong><i>Which would apply to you?</i></strong>\r\n\r\nMake sure your accumulated assets are protected.\r\n\r\nThe economic security of your family depend on it.\r\n\r\nMake Umbrella Coverage your \"second layer of protection.\"\r\n\r\n<strong>Quick Summary of Advantages:</strong>\r\n\r\n• Coverage that takes over where your auto and homeowners coverage ends\r\n• Protects you when seemingly minor accidents turn into major legal liabilities\r\n• Personal Umbrella can pay for expensive legal defense, attorneys fees, and exorbitant settlements\r\n\r\n<strong>Don\'t let one unexpected law suit or a massive damage claim cripple you financially!</strong>\r\n\r\nRates for Personal Umbrella policies are sensible and affordable. Call Sean Womack and his team at (949) 940-6934 today!\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Umbrella','','inherit','open','open','','189-revision-v1','','','2014-05-15 17:24:40','2014-05-15 17:24:40','',189,'http://03785f6.netsolhost.com/wordpress/189-revision-v1/',0,'revision','',0),(873,1,'2014-05-15 17:23:55','2014-05-15 17:23:55','<strong><font size=\"5\">California Personal Umbrella Insurance</font></strong>\r\n\r\n<i>What would happen to you or to your family if you or any one in your family is suddenly hit with a million dollar legal claim?</i>\r\n\r\nMillion dollar claims are no longer the exception. This is especially true for people in higher income brackets.\r\n\r\nAnd we know \"middle class\" doesn\'t exist any more. If you add up the total value of your home, cars, savings, and investments, those cumulative assets can make you or anybody a target of a major law suit.\r\n\r\n<strong>There are so many \"maybe\'s\"</strong>\r\n\r\nAn accident in your swimming pool, on a motorcycle, during a recreational activity, or a family automobile accident...any one of these could result in an expensive law suit and excessively high judgments.\r\n\r\nAnd be aware, your automobile and home owners insurance limits are not enough to cover an unexpected or a catastrophic loss.\r\n\r\nPersonal Umbrella policies are the answer.\r\n\r\nThey offer you affordable coverage from $1,000,000 up to $10,000,000 (and higher if necessary).\r\n\r\nThe important point is...Personal Umbrella protection goes beyond what your presnet policies cover.\r\n\r\n<strong>Many of the things we don\'t usually think about...</strong>\r\n\r\n • Secondary Residences\r\n • Rental Units\r\n • Watercraft\r\n • Motor Homes\r\n • Motorcycles\r\n • Ranches and Farms\r\n • Youthful Drivers\r\n • Senior Drivers\r\n • Celebrity Status\r\n • High Profile Professions\r\n\r\n<strong><i>Which would apply to you?</i></strong>\r\n\r\nMake sure your accumulated assets are protected.\r\n\r\nThe economic security of your family depend on it.\r\n\r\nMake Umbrella Coverage your \"second layer of protection.\"\r\n\r\n<strong>Quick Summary of Advantages:</strong>\r\n\r\n • Coverage that takes over where your auto and homeowners coverage ends\r\n • Protects you when seemingly minor accidents turn into major legal liabilities\r\n • Personal Umbrella can pay for expensive legal defense, attorneys fees, and exorbitant settlements\r\n\r\n<strong>Don\'t let one unexpected law suit or a massive damage claim cripple you financially!</strong>\r\n\r\nRates for Personal Umbrella policies are sensible and affordable. Call Sean Womack and his team at (949) 940-6934 today!\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Umbrella','','inherit','open','open','','189-revision-v1','','','2014-05-15 17:23:55','2014-05-15 17:23:55','',189,'http://03785f6.netsolhost.com/wordpress/189-revision-v1/',0,'revision','',0),(875,1,'2014-05-15 17:31:46','2014-05-15 17:31:46','<strong><font size=\"5\">California Personal Umbrella Insurance</font></strong>\r\n\r\n<i>What would happen to you or to your family if you or any one in your family is suddenly hit with a million dollar legal claim?</i>\r\n\r\nMillion dollar claims are no longer the exception. This is especially true for people in higher income brackets.\r\n\r\nAnd we know \"middle class\" doesn\'t exist any more. If you add up the total value of your home, cars, savings, and investments, those cumulative assets can make you or anybody a target of a major law suit.\r\n\r\n<strong>There are so many \"maybe\'s\"</strong>\r\n\r\n • A neighbor was injured in your swimming pool\r\n • A passerby tripped and broke her lag on your property\r\n • Your dog\'s bite is worse than his bark\r\n • You were in a car accident and were sued for $1 million\r\n\r\n...any one of these could result in an expensive law suit and excessively high judgments.\r\n\r\nAnd be aware, your automobile and home owners insurance limits are not enough to cover an unexpected or a catastrophic loss.\r\n\r\nPersonal Umbrella policies are the answer.\r\n\r\nThey offer you affordable coverage from $1,000,000 up to $10,000,000 (and higher if necessary).\r\n\r\nThe important point is...Personal Umbrella protection goes beyond what your presnet policies cover.\r\n\r\n<strong>Many of the things we don\'t usually think about...</strong>\r\n\r\n • Secondary Residences\r\n • Rental Units\r\n • Watercraft\r\n • Motor Homes\r\n • Motorcycles\r\n • Ranches and Farms\r\n • Youthful Drivers\r\n • Senior Drivers\r\n • Celebrity Status\r\n • High Profile Professions\r\n\r\n<strong><i>Which would apply to you?</i></strong>\r\n\r\nMake sure your accumulated assets are protected.\r\n\r\nThe economic security of your family depend on it.\r\n\r\nMake Umbrella Coverage your \"second layer of protection.\"\r\n\r\n<strong>Quick Summary of Advantages:</strong>\r\n\r\n• Coverage that takes over where your auto and homeowners coverage ends\r\n• Protects you when seemingly minor accidents turn into major legal liabilities\r\n• Personal Umbrella can pay for expensive legal defense, attorneys fees, and exorbitant settlements\r\n\r\n<strong>Don\'t let one unexpected law suit or a massive damage claim cripple you financially!</strong>\r\n\r\nRates for Personal Umbrella policies are sensible and affordable. Call Sean Womack and his team at (949) 940-6934 today!\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Umbrella','','inherit','open','open','','189-revision-v1','','','2014-05-15 17:31:46','2014-05-15 17:31:46','',189,'http://03785f6.netsolhost.com/wordpress/189-revision-v1/',0,'revision','',0),(880,1,'2014-05-15 17:37:17','2014-05-15 17:37:17','<strong><font size=\"5\">California Personal Umbrella Insurance</font></strong>\r\n\r\n<i>What would happen to you or to your family if you or any one in your family is suddenly hit with a million dollar legal claim?</i>\r\n\r\nMillion dollar claims are no longer the exception. This is especially true for people in higher income brackets.\r\n\r\nAnd we know \"middle class\" doesn\'t exist any more. If you add up the total value of your home, cars, savings, and investments, those cumulative assets can make you or anybody a target of a major law suit.\r\n\r\n<strong>There are so many \"maybe\'s\"</strong>\r\n\r\nWhat would happen if...\r\n\r\n • A neighbor was injured in your swimming pool?\r\n • A passerby tripped and broke her leg on your property?\r\n • Your dog\'s bite is worse than his bark?\r\n • You were in a car accident and were sued for $1 million?\r\n\r\nAny one of these could result in an expensive law suit and excessively high judgments.\r\n\r\nAnd be aware, your automobile and home owners insurance limits are not enough to cover an unexpected or a catastrophic loss.\r\n\r\nPersonal Umbrella policies are the answer.\r\n\r\nThey offer you affordable coverage from $1,000,000 up to $10,000,000 (and higher if necessary).\r\n\r\nThe important point is...Personal Umbrella protection goes beyond what your present policies cover.\r\n\r\n<strong>Many of the things we don\'t usually think about (Which would apply to you?):</strong>\r\n\r\n • Secondary Residences\r\n • Rental Units\r\n • Watercraft\r\n • Motor Homes\r\n • Motorcycles\r\n • Ranches and Farms\r\n • Youthful Drivers\r\n • Senior Drivers\r\n • Celebrity Status\r\n • High Profile Professions\r\n\r\nMake sure your accumulated assets are protected. The economic security of your family depends on it. Make Umbrella Coverage your \"second layer of protection.\"\r\n\r\n<strong>Quick Summary of Advantages:</strong>\r\n\r\n• Coverage that takes over where your auto and homeowners coverage ends\r\n• Protects you when seemingly minor accidents turn into major legal liabilities\r\n• Personal Umbrella can pay for expensive legal defense, attorneys fees, and exorbitant settlements\r\n\r\n<strong>Don\'t let one unexpected law suit or a massive damage claim cripple you financially!</strong>\r\n\r\nRates for Personal Umbrella policies are sensible and affordable. Call Sean Womack and his team at (949) 940-6934 today!\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Umbrella','','inherit','open','open','','189-revision-v1','','','2014-05-15 17:37:17','2014-05-15 17:37:17','',189,'http://03785f6.netsolhost.com/wordpress/189-revision-v1/',0,'revision','',0),(876,1,'2014-05-15 17:33:02','2014-05-15 17:33:02','<strong><font size=\"5\">California Personal Umbrella Insurance</font></strong>\r\n\r\n<i>What would happen to you or to your family if you or any one in your family is suddenly hit with a million dollar legal claim?</i>\r\n\r\nMillion dollar claims are no longer the exception. This is especially true for people in higher income brackets.\r\n\r\nAnd we know \"middle class\" doesn\'t exist any more. If you add up the total value of your home, cars, savings, and investments, those cumulative assets can make you or anybody a target of a major law suit.\r\n\r\n<strong>There are so many \"maybe\'s\"</strong>\r\n\r\nWhat would happen if...\r\n\r\n • A neighbor was injured in your swimming pool?\r\n • A passerby tripped and broke her leg on your property?\r\n • Your dog\'s bite is worse than his bark?\r\n • You were in a car accident and were sued for $1 million?\r\n\r\nAny one of these could result in an expensive law suit and excessively high judgments.\r\n\r\nAnd be aware, your automobile and home owners insurance limits are not enough to cover an unexpected or a catastrophic loss.\r\n\r\nPersonal Umbrella policies are the answer.\r\n\r\nThey offer you affordable coverage from $1,000,000 up to $10,000,000 (and higher if necessary).\r\n\r\nThe important point is...Personal Umbrella protection goes beyond what your presnet policies cover.\r\n\r\n<strong>Many of the things we don\'t usually think about...</strong>\r\n\r\n • Secondary Residences\r\n • Rental Units\r\n • Watercraft\r\n • Motor Homes\r\n • Motorcycles\r\n • Ranches and Farms\r\n • Youthful Drivers\r\n • Senior Drivers\r\n • Celebrity Status\r\n • High Profile Professions\r\n\r\n<strong><i>Which would apply to you?</i></strong>\r\n\r\nMake sure your accumulated assets are protected.\r\n\r\nThe economic security of your family depend on it.\r\n\r\nMake Umbrella Coverage your \"second layer of protection.\"\r\n\r\n<strong>Quick Summary of Advantages:</strong>\r\n\r\n• Coverage that takes over where your auto and homeowners coverage ends\r\n• Protects you when seemingly minor accidents turn into major legal liabilities\r\n• Personal Umbrella can pay for expensive legal defense, attorneys fees, and exorbitant settlements\r\n\r\n<strong>Don\'t let one unexpected law suit or a massive damage claim cripple you financially!</strong>\r\n\r\nRates for Personal Umbrella policies are sensible and affordable. Call Sean Womack and his team at (949) 940-6934 today!\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Umbrella','','inherit','open','open','','189-revision-v1','','','2014-05-15 17:33:02','2014-05-15 17:33:02','',189,'http://03785f6.netsolhost.com/wordpress/189-revision-v1/',0,'revision','',0),(877,1,'2014-05-15 17:35:01','2014-05-15 17:35:01','<strong><font size=\"5\">California Personal Umbrella Insurance</font></strong>\r\n\r\n<i>What would happen to you or to your family if you or any one in your family is suddenly hit with a million dollar legal claim?</i>\r\n\r\nMillion dollar claims are no longer the exception. This is especially true for people in higher income brackets.\r\n\r\nAnd we know \"middle class\" doesn\'t exist any more. If you add up the total value of your home, cars, savings, and investments, those cumulative assets can make you or anybody a target of a major law suit.\r\n\r\n<strong>There are so many \"maybe\'s\"</strong>\r\n\r\nWhat would happen if...\r\n\r\n • A neighbor was injured in your swimming pool?\r\n • A passerby tripped and broke her leg on your property?\r\n • Your dog\'s bite is worse than his bark?\r\n • You were in a car accident and were sued for $1 million?\r\n\r\nAny one of these could result in an expensive law suit and excessively high judgments.\r\n\r\nAnd be aware, your automobile and home owners insurance limits are not enough to cover an unexpected or a catastrophic loss.\r\n\r\nPersonal Umbrella policies are the answer.\r\n\r\nThey offer you affordable coverage from $1,000,000 up to $10,000,000 (and higher if necessary).\r\n\r\nThe important point is...Personal Umbrella protection goes beyond what your present policies cover.\r\n\r\n<strong>Many of the things we don\'t usually think about...</strong>\r\n\r\n • Secondary Residences\r\n • Rental Units\r\n • Watercraft\r\n • Motor Homes\r\n • Motorcycles\r\n • Ranches and Farms\r\n • Youthful Drivers\r\n • Senior Drivers\r\n • Celebrity Status\r\n • High Profile Professions\r\n\r\n<strong><i>Which would apply to you?</i></strong>\r\n\r\nMake sure your accumulated assets are protected.\r\n\r\nThe economic security of your family depend on it.\r\n\r\nMake Umbrella Coverage your \"second layer of protection.\"\r\n\r\n<strong>Quick Summary of Advantages:</strong>\r\n\r\n• Coverage that takes over where your auto and homeowners coverage ends\r\n• Protects you when seemingly minor accidents turn into major legal liabilities\r\n• Personal Umbrella can pay for expensive legal defense, attorneys fees, and exorbitant settlements\r\n\r\n<strong>Don\'t let one unexpected law suit or a massive damage claim cripple you financially!</strong>\r\n\r\nRates for Personal Umbrella policies are sensible and affordable. Call Sean Womack and his team at (949) 940-6934 today!\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Umbrella','','inherit','open','open','','189-revision-v1','','','2014-05-15 17:35:01','2014-05-15 17:35:01','',189,'http://03785f6.netsolhost.com/wordpress/189-revision-v1/',0,'revision','',0),(878,1,'2014-05-15 17:35:44','2014-05-15 17:35:44','<strong><font size=\"5\">California Personal Umbrella Insurance</font></strong>\r\n\r\n<i>What would happen to you or to your family if you or any one in your family is suddenly hit with a million dollar legal claim?</i>\r\n\r\nMillion dollar claims are no longer the exception. This is especially true for people in higher income brackets.\r\n\r\nAnd we know \"middle class\" doesn\'t exist any more. If you add up the total value of your home, cars, savings, and investments, those cumulative assets can make you or anybody a target of a major law suit.\r\n\r\n<strong>There are so many \"maybe\'s\"</strong>\r\n\r\nWhat would happen if...\r\n\r\n • A neighbor was injured in your swimming pool?\r\n • A passerby tripped and broke her leg on your property?\r\n • Your dog\'s bite is worse than his bark?\r\n • You were in a car accident and were sued for $1 million?\r\n\r\nAny one of these could result in an expensive law suit and excessively high judgments.\r\n\r\nAnd be aware, your automobile and home owners insurance limits are not enough to cover an unexpected or a catastrophic loss.\r\n\r\nPersonal Umbrella policies are the answer.\r\n\r\nThey offer you affordable coverage from $1,000,000 up to $10,000,000 (and higher if necessary).\r\n\r\nThe important point is...Personal Umbrella protection goes beyond what your present policies cover.\r\n\r\n<strong>Many of the things we don\'t usually think about...</strong>\r\n\r\n • Secondary Residences\r\n • Rental Units\r\n • Watercraft\r\n • Motor Homes\r\n • Motorcycles\r\n • Ranches and Farms\r\n • Youthful Drivers\r\n • Senior Drivers\r\n • Celebrity Status\r\n • High Profile Professions\r\n\r\n<strong><i>Which would apply to you?</i></strong>\r\n\r\nMake sure your accumulated assets are protected. The economic security of your family depends on it. Make Umbrella Coverage your \"second layer of protection.\"\r\n\r\n<strong>Quick Summary of Advantages:</strong>\r\n\r\n• Coverage that takes over where your auto and homeowners coverage ends\r\n• Protects you when seemingly minor accidents turn into major legal liabilities\r\n• Personal Umbrella can pay for expensive legal defense, attorneys fees, and exorbitant settlements\r\n\r\n<strong>Don\'t let one unexpected law suit or a massive damage claim cripple you financially!</strong>\r\n\r\nRates for Personal Umbrella policies are sensible and affordable. Call Sean Womack and his team at (949) 940-6934 today!\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Umbrella','','inherit','open','open','','189-revision-v1','','','2014-05-15 17:35:44','2014-05-15 17:35:44','',189,'http://03785f6.netsolhost.com/wordpress/189-revision-v1/',0,'revision','',0),(879,1,'2014-05-15 17:36:17','2014-05-15 17:36:17','<strong><font size=\"5\">California Personal Umbrella Insurance</font></strong>\r\n\r\n<i>What would happen to you or to your family if you or any one in your family is suddenly hit with a million dollar legal claim?</i>\r\n\r\nMillion dollar claims are no longer the exception. This is especially true for people in higher income brackets.\r\n\r\nAnd we know \"middle class\" doesn\'t exist any more. If you add up the total value of your home, cars, savings, and investments, those cumulative assets can make you or anybody a target of a major law suit.\r\n\r\n<strong>There are so many \"maybe\'s\"</strong>\r\n\r\nWhat would happen if...\r\n\r\n • A neighbor was injured in your swimming pool?\r\n • A passerby tripped and broke her leg on your property?\r\n • Your dog\'s bite is worse than his bark?\r\n • You were in a car accident and were sued for $1 million?\r\n\r\nAny one of these could result in an expensive law suit and excessively high judgments.\r\n\r\nAnd be aware, your automobile and home owners insurance limits are not enough to cover an unexpected or a catastrophic loss.\r\n\r\nPersonal Umbrella policies are the answer.\r\n\r\nThey offer you affordable coverage from $1,000,000 up to $10,000,000 (and higher if necessary).\r\n\r\nThe important point is...Personal Umbrella protection goes beyond what your present policies cover.\r\n\r\n<strong>Many of the things we don\'t usually think about...</strong>\r\n\r\n • Secondary Residences\r\n • Rental Units\r\n • Watercraft\r\n • Motor Homes\r\n • Motorcycles\r\n • Ranches and Farms\r\n • Youthful Drivers\r\n • Senior Drivers\r\n • Celebrity Status\r\n • High Profile Professions\r\n\r\n<strong><i>...Which would apply to you?</i></strong>\r\n\r\nMake sure your accumulated assets are protected. The economic security of your family depends on it. Make Umbrella Coverage your \"second layer of protection.\"\r\n\r\n<strong>Quick Summary of Advantages:</strong>\r\n\r\n• Coverage that takes over where your auto and homeowners coverage ends\r\n• Protects you when seemingly minor accidents turn into major legal liabilities\r\n• Personal Umbrella can pay for expensive legal defense, attorneys fees, and exorbitant settlements\r\n\r\n<strong>Don\'t let one unexpected law suit or a massive damage claim cripple you financially!</strong>\r\n\r\nRates for Personal Umbrella policies are sensible and affordable. Call Sean Womack and his team at (949) 940-6934 today!\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Umbrella','','inherit','open','open','','189-revision-v1','','','2014-05-15 17:36:17','2014-05-15 17:36:17','',189,'http://03785f6.netsolhost.com/wordpress/189-revision-v1/',0,'revision','',0),(882,1,'2014-05-15 17:44:04','2014-05-15 17:44:04','<strong><font size=\"5\">Reporting an Insurance Claim</font></strong>\r\n\r\n<u>Auto Accident Instructions</u>\r\n\r\nMost insurance company claim\'s departments are available <strong>24 hours a day, 7 days a week,</strong> including weekends and holidays. If you are involved in an accident:\r\n\r\n<strong>1. Remain at the scene.</strong>\r\n<strong>2. Call the police</strong> to report the accident.\r\n<strong>3. Exchange information</strong> with the other driver(s). Provide your policy number and your insurance company\'s claim number (see below).\r\n\r\n\r\n\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Report a Claim','','inherit','open','open','','283-revision-v1','','','2014-05-15 17:44:04','2014-05-15 17:44:04','',283,'http://03785f6.netsolhost.com/wordpress/283-revision-v1/',0,'revision','',0),(881,1,'2014-05-15 17:43:36','2014-05-15 17:43:36','<strong><font size=\"5\">Reporting an Insurance Claim</font></strong>\r\n\r\n<u>Auto Accident Instructions</u>\r\n\r\nMost insurance company claim\'s departments are available <strong>24 hours a day, 7 days a week,</strong> including weekends and holidays. If you are involved in an accident:\r\n\r\n <strong>1. Remain at the scene.</strong>\r\n <strong>2. Call the police</strong> to report the accident.\r\n <strong>3. Exchange information</strong> with the other driver(s). Provide your policy number and your insurance company\'s claim number (see below).\r\n\r\n\r\n\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Report a Claim','','inherit','open','open','','283-revision-v1','','','2014-05-15 17:43:36','2014-05-15 17:43:36','',283,'http://03785f6.netsolhost.com/wordpress/283-revision-v1/',0,'revision','',0); INSERT INTO `wp_posts` VALUES (883,1,'2014-05-15 17:44:51','2014-05-15 17:44:51','<strong><font size=\"5\">Reporting an Insurance Claim</font></strong>\r\n\r\n<strong><u>Auto Accident Instructions</u></strong>\r\n\r\nMost insurance company claim\'s departments are available <strong>24 hours a day, 7 days a week,</strong> including weekends and holidays. If you are involved in an accident:\r\n\r\n<strong>1. Remain at the scene.</strong>\r\n<strong>2. Call the police</strong> to report the accident.\r\n<strong>3. Exchange information</strong> with the other driver(s). Provide your policy number and your insurance company\'s claim number (see below).\r\n\r\n<stron>Ask for this information:</strong>\r\n\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Report a Claim','','inherit','open','open','','283-revision-v1','','','2014-05-15 17:44:51','2014-05-15 17:44:51','',283,'http://03785f6.netsolhost.com/wordpress/283-revision-v1/',0,'revision','',0),(884,1,'2014-05-15 17:45:29','2014-05-15 17:45:29','<strong><font size=\"5\">Reporting an Insurance Claim</font></strong>\r\n\r\n<strong><u>Auto Accident Instructions</u></strong>\r\n\r\nMost insurance company claim\'s departments are available <strong>24 hours a day, 7 days a week,</strong> including weekends and holidays. If you are involved in an accident:\r\n\r\n<strong>1. Remain at the scene.</strong>\r\n<strong>2. Call the police</strong> to report the accident.\r\n<strong>3. Exchange information</strong> with the other driver(s). Provide your policy number and your insurance company\'s claim number (see below).\r\n\r\n<strong>Ask for this information:</strong>\r\n\r\n<strong>></strong>\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Report a Claim','','inherit','open','open','','283-revision-v1','','','2014-05-15 17:45:29','2014-05-15 17:45:29','',283,'http://03785f6.netsolhost.com/wordpress/283-revision-v1/',0,'revision','',0),(885,1,'2014-05-15 17:47:47','2014-05-15 17:47:47','<strong><font size=\"5\">Reporting an Insurance Claim</font></strong>\r\n\r\n<strong><u>Auto Accident Instructions</u></strong>\r\n\r\nMost insurance company claim\'s departments are available <strong>24 hours a day, 7 days a week,</strong> including weekends and holidays. If you are involved in an accident:\r\n\r\n<strong>1. Remain at the scene.</strong>\r\n<strong>2. Call the police</strong> to report the accident.\r\n<strong>3. Exchange information</strong> with the other driver(s). Provide your policy number and your insurance company\'s claim number (see below).\r\n<strong>4. Don\'t admit fault</strong> for the accident or discuss your insurance coverage or limits.\r\n\r\n<strong>Ask for this information:</strong>\r\n\r\n<strong>></strong> Name, address, driver\'s license number and phone numbers for other drivers and witnesses.\r\n<strong>></strong> Year, make, model, and license plate number of all vehicles.\r\n<strong>></strong> Name of insurance company and/or agent for other drivers.\r\n\r\n\r\n\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Report a Claim','','inherit','open','open','','283-revision-v1','','','2014-05-15 17:47:47','2014-05-15 17:47:47','',283,'http://03785f6.netsolhost.com/wordpress/283-revision-v1/',0,'revision','',0),(886,1,'2014-05-15 17:48:43','2014-05-15 17:48:43','<strong><font size=\"5\">Reporting an Insurance Claim</font></strong>\r\n\r\n<strong><u>Auto Accident Instructions</u></strong>\r\n\r\nMost insurance company claim\'s departments are available <strong>24 hours a day, 7 days a week,</strong> including weekends and holidays. If you are involved in an accident:\r\n\r\n<strong>1. Remain at the scene.</strong>\r\n<strong>2. Call the police</strong> to report the accident.\r\n<strong>3. Exchange information</strong> with the other driver(s). Provide your policy number and your insurance company\'s claim number (see below).\r\n<strong>4. Don\'t admit fault</strong> for the accident or discuss your insurance coverage or limits. Also don\'t discuss the accident with anyone except the policy and your insurance company claims representative.\r\n\r\n<strong>Ask for this information:</strong>\r\n\r\n<strong>></strong> Name, address, driver\'s license number and phone numbers for other drivers and witnesses.\r\n<strong>></strong> Year, make, model, and license plate number of all vehicles.\r\n<strong>></strong> Name of insurance company and/or agent for other drivers.\r\n\r\n\r\n\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Report a Claim','','inherit','open','open','','283-revision-v1','','','2014-05-15 17:48:43','2014-05-15 17:48:43','',283,'http://03785f6.netsolhost.com/wordpress/283-revision-v1/',0,'revision','',0),(887,1,'2014-05-15 17:48:59','2014-05-15 17:48:59','<strong><font size=\"5\">Reporting an Insurance Claim</font></strong>\r\n\r\n<strong><u>AUTO ACCIDENT INSTRUCTIONS</u></strong>\r\n\r\nMost insurance company claim\'s departments are available <strong>24 hours a day, 7 days a week,</strong> including weekends and holidays. If you are involved in an accident:\r\n\r\n<strong>1. Remain at the scene.</strong>\r\n<strong>2. Call the police</strong> to report the accident.\r\n<strong>3. Exchange information</strong> with the other driver(s). Provide your policy number and your insurance company\'s claim number (see below).\r\n<strong>4. Don\'t admit fault</strong> for the accident or discuss your insurance coverage or limits. Also don\'t discuss the accident with anyone except the policy and your insurance company claims representative.\r\n\r\n<strong>Ask for this information:</strong>\r\n\r\n<strong>></strong> Name, address, driver\'s license number and phone numbers for other drivers and witnesses.\r\n<strong>></strong> Year, make, model, and license plate number of all vehicles.\r\n<strong>></strong> Name of insurance company and/or agent for other drivers.\r\n\r\n\r\n\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Report a Claim','','inherit','open','open','','283-revision-v1','','','2014-05-15 17:48:59','2014-05-15 17:48:59','',283,'http://03785f6.netsolhost.com/wordpress/283-revision-v1/',0,'revision','',0),(888,1,'2014-05-15 17:51:10','2014-05-15 17:51:10','<strong><font size=\"5\">Reporting an Insurance Claim</font></strong>\r\n\r\n<strong><u>AUTO ACCIDENT INSTRUCTIONS</u></strong>\r\n\r\nMost insurance company claim\'s departments are available <strong>24 hours a day, 7 days a week,</strong> including weekends and holidays. If you are involved in an accident:\r\n\r\n<strong>1. Remain at the scene.</strong>\r\n<strong>2. Call the police</strong> to report the accident.\r\n<strong>3. Exchange information</strong> with the other driver(s). Provide your policy number and your insurance company\'s claim number (see below).\r\n<strong>4. Don\'t admit fault</strong> for the accident or discuss your insurance coverage or limits. Also don\'t discuss the accident with anyone except the policy and your insurance company claims representative.\r\n\r\n<strong>Ask for this information:</strong>\r\n<strong>></strong> Name, address, driver\'s license number and phone numbers for other drivers and witnesses.\r\n<strong>></strong> Year, make, model, and license plate number of all vehicles.\r\n<strong>></strong> Name of insurance company and/or agent for other drivers.\r\n\r\n<strong>CLAIM REPORTING PHONE NUMBERS</strong>\r\n\r\n\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Report a Claim','','inherit','open','open','','283-revision-v1','','','2014-05-15 17:51:10','2014-05-15 17:51:10','',283,'http://03785f6.netsolhost.com/wordpress/283-revision-v1/',0,'revision','',0),(889,1,'2014-05-15 17:52:15','2014-05-15 17:52:15','<strong><font size=\"5\">Reporting an Insurance Claim</font></strong>\r\n\r\n<strong><u>AUTO ACCIDENT INSTRUCTIONS</u></strong>\r\n\r\nMost insurance company claim\'s departments are available <strong>24 hours a day, 7 days a week,</strong> including weekends and holidays. If you are involved in an accident:\r\n\r\n<strong>1. Remain at the scene.</strong>\r\n<strong>2. Call the police</strong> to report the accident.\r\n<strong>3. Exchange information</strong> with the other driver(s). Provide your policy number and your insurance company\'s claim number (see below).\r\n<strong>4. Don\'t admit fault</strong> for the accident or discuss your insurance coverage or limits. Also don\'t discuss the accident with anyone except the policy and your insurance company claims representative.\r\n\r\n<strong>Ask for this information:</strong>\r\n<strong>></strong> Name, address, driver\'s license number and phone numbers for other drivers and witnesses.\r\n<strong>></strong> Year, make, model, and license plate number of all vehicles.\r\n<strong>></strong> Name of insurance company and/or agent for other drivers.\r\n\r\n<u><strong>CLAIM REPORTING PHONE NUMBERS</strong></u>\r\n\r\nArrowhead Insurance Services\r\n • Property/Renter\r\n\r\n\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Report a Claim','','inherit','open','open','','283-revision-v1','','','2014-05-15 17:52:15','2014-05-15 17:52:15','',283,'http://03785f6.netsolhost.com/wordpress/283-revision-v1/',0,'revision','',0),(890,1,'2014-05-15 17:58:01','2014-05-15 17:58:01','<strong><font size=\"5\">Reporting an Insurance Claim</font></strong>\r\n\r\n<strong><u>AUTO ACCIDENT INSTRUCTIONS</u></strong>\r\n\r\nMost insurance company claim\'s departments are available <strong>24 hours a day, 7 days a week,</strong> including weekends and holidays. If you are involved in an accident:\r\n\r\n<strong>1. Remain at the scene.</strong>\r\n<strong>2. Call the police</strong> to report the accident.\r\n<strong>3. Exchange information</strong> with the other driver(s). Provide your policy number and your insurance company\'s claim number (see below).\r\n<strong>4. Don\'t admit fault</strong> for the accident or discuss your insurance coverage or limits. Also don\'t discuss the accident with anyone except the policy and your insurance company claims representative.\r\n\r\n<strong>Ask for this information:</strong>\r\n<strong>></strong> Name, address, driver\'s license number and phone numbers for other drivers and witnesses.\r\n<strong>></strong> Year, make, model, and license plate number of all vehicles.\r\n<strong>></strong> Name of insurance company and/or agent for other drivers.\r\n\r\n<u><strong>CLAIM REPORTING PHONE NUMBERS</strong></u>\r\n\r\nArrowhead Insurance Services\r\n • Property/Renters: 800-453-8610\r\n • Auto: 800-285-2524\r\n\r\nFirst American Specialty\r\n • All Claims: 800-348-3782\r\n\r\nThe Hartford\r\n • All Claims: 800-243-5860\r\n\r\nInfinity\r\n • All Claims: 800-252-2799\r\n\r\nKemper Insurance Group\r\n • Kemper Preferred: 800-252-2799\r\n • Kemper Specialty: 800-777-4342\r\n\r\nMcGraw Insurance Services\r\n • All Claims: 800-962-1172\r\n\r\nMercury Insurance Group\r\n • Mercury Insurance Company: 800-313-6372\r\n • California Automobile Insurance Company: 800-313-6372\r\n\r\nProgressive\r\n • All Claims: 800-776-4737\r\n\r\nSafeco Insurance Group\r\n • Safeco Insurance Company: 800-332-3226\r\n • American States Insurance Company: 800-332-3226\r\n\r\nTravelers Insurance Group\r\n • All Claims: 800-252-4633\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Report a Claim','','inherit','open','open','','283-revision-v1','','','2014-05-15 17:58:01','2014-05-15 17:58:01','',283,'http://03785f6.netsolhost.com/wordpress/283-revision-v1/',0,'revision','',0),(892,1,'2014-05-15 19:20:28','2014-05-15 19:20:28','<strong><font size=\"5\">California Roadside Assistance</font></strong>\r\n\r\n<i>Never be stranded again</i>\r\n\r\nYou put your keys in the ignition, and the only sound you hear is a click.\r\n\r\nYou\'re driving down the road at 55 miles per hour, when a red warning light suddenly pops up before your car sputters to a stop.\r\n\r\nYour hands were full when you shut the locked car door and noticed your car keys laying in the driver seat.\r\n\r\nYou were running late to your daughter\'s recital and thought you could squeeze a couple of extra miles out of an empty gas tank.\r\n\r\nYou need help. You need Roadside Assistance.\r\n\r\nOne call puts you in touch instantly with the help you need no matter where you break down. It provides you affordable peace-of-mind for pennies a day.\r\n\r\n<strong>Here is a list of services that some companies offer (mileage and claim frequency rules apply):</strong>\r\n\r\n<strong> • 24 Hour emergency towing service</strong>\r\nA network of authorized towing service operators will tow your vehicle to a repair facility.\r\n\r\n<strong> • 24 Hour essential fluid & supplies delivery</strong>\r\nA service truck will deliver emergency supplies of gasoline, water, oil, or other necessary supplies. Cost of the supplies not covered.\r\n\r\n<strong> • 24 Hour emergency battery service</strong>\r\nThe service covers battery boosts as well as minor adjustments on alternators, starters, and other electrical malfunctions while you are on the road.\r\n\r\n<strong> • 24 Hour flat tire service</strong>\r\nA service technician will inflate your tire or mount your spare.\r\n\r\n<strong> • 24 Hour lost key and lock out service</strong>\r\nA licensed locksmith will help if you lose or break your keys or if you are accidentally locked out.\r\n\r\n<strong> • 24 winching / extrication</strong>\r\nThe service covers you if your vehicle gets stuck.\r\n\r\n<strong>Simple to use</strong>\r\n\r\nSign up for Roadside Assistance at the same time you sign up for your vehicle insurance policy. That\'s it. When you need the service, one call puts you in touch with a Roadside Assistance Service Provider who will get you back on the road quickly.\r\n\r\nCall Sean Womack and his team at (949) 940-6934 today if you are interested in Roadside Assistance coverage!\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Roadside Assistance','','inherit','open','open','','891-revision-v1','','','2014-05-15 19:20:28','2014-05-15 19:20:28','',891,'http://03785f6.netsolhost.com/wordpress/891-revision-v1/',0,'revision','',0),(893,1,'2014-05-15 19:21:09','2014-05-15 19:21:09',' ','','','publish','open','open','','893','','','2014-05-15 19:21:09','2014-05-15 19:21:09','',0,'http://03785f6.netsolhost.com/wordpress/?p=893',24,'nav_menu_item','',0),(894,1,'2014-05-15 19:22:43','2014-05-15 19:22:43','<strong><font size=\"5\">California Roadside Assistance</font></strong>\r\n\r\n<i>Never be stranded again</i>\r\n\r\nYou put your keys in the ignition, and the only sound you hear is a click.\r\n\r\nYou\'re driving down the road at 55 miles per hour, when a red warning light suddenly pops up before your car sputters to a stop.\r\n\r\nYour hands were full when you shut the locked car door and noticed your car keys laying in the driver seat.\r\n\r\nYou were running late to your daughter\'s recital and thought you could squeeze a couple of extra miles out of an empty gas tank.\r\n\r\nYou need help. You need Roadside Assistance.\r\n\r\nOne call puts you in touch instantly with the help you need no matter where you break down. It provides you affordable peace-of-mind for pennies a day.\r\n\r\n<strong>Here is a list of services that some companies offer (mileage and claim frequency rules apply):</strong>\r\n\r\n<strong>• 24 Hour emergency towing service</strong>\r\n A network of authorized towing service operators will tow your vehicle to a repair facility.\r\n\r\n<strong>• 24 Hour essential fluid & supplies delivery</strong>\r\n A service truck will deliver emergency supplies of gasoline, water, oil, or other necessary supplies. Cost of the supplies not covered.\r\n\r\n<strong>• 24 Hour emergency battery service</strong>\r\n The service covers battery boosts as well as minor adjustments on alternators, starters, and other electrical malfunctions while you are on the road.\r\n\r\n<strong>• 24 Hour flat tire service</strong>\r\n A service technician will inflate your tire or mount your spare.\r\n\r\n<strong>• 24 Hour lost key and lock out service</strong>\r\n A licensed locksmith will help if you lose or break your keys or if you are accidentally locked out.\r\n\r\n<strong>• 24 winching / extrication</strong>\r\n The service covers you if your vehicle gets stuck.\r\n\r\n<strong>Simple to use</strong>\r\n\r\nSign up for Roadside Assistance at the same time you sign up for your vehicle insurance policy. That\'s it. When you need the service, one call puts you in touch with a Roadside Assistance Service Provider who will get you back on the road quickly.\r\n\r\nCall Sean Womack and his team at (949) 940-6934 today if you are interested in Roadside Assistance coverage!\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Roadside Assistance','','inherit','open','open','','891-revision-v1','','','2014-05-15 19:22:43','2014-05-15 19:22:43','',891,'http://03785f6.netsolhost.com/wordpress/891-revision-v1/',0,'revision','',0),(896,1,'2014-05-15 19:31:09','2014-05-15 19:31:09','<strong><font size=\"5\">California Mechanical Breakdown Protection</font></strong>\r\n\r\n<i>Protect your investment</i>\r\n\r\nHow may times have you heard stories about cars breaking down <strong>right after the warranty expires?</strong> With Mechanical Breakdown Protection, you can <strong>rest easy knowing you are covered.</strong>\r\n\r\n<i>Avoid costly repairs</i>\r\n\r\nMechanical Breakdown Protection Plans extend coverage to virtually all mechanical and electrical components of your vehicle. They are available for both new and pre-owned vehicles, and coverage is transferable if you sell your vehicle before your agreement expires providing added resale value.\r\n\r\n<i>We make it easy for you!</i>\r\n\r\n • Repairs can be done at any licensed U.S. or Canadian repair facility.\r\n • No limit to the number of claims and one deductible per visit.\r\n • All claims are handled by the insurance company, not a third party administrator, with direct payments to repair facilities.\r\n • Enjoy additional saving up to 50% or more off manufacturer extended warranties.\r\n\r\n<u>COVERAGE BENEFITS</u>\r\n\r\nCall Sean Womack and his team at (949) 940-6934 today if you are interested in Roadside Assistance coverage!\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Mechanical Breakdown','','inherit','open','open','','570-revision-v1','','','2014-05-15 19:31:09','2014-05-15 19:31:09','',570,'http://03785f6.netsolhost.com/wordpress/570-revision-v1/',0,'revision','',0),(895,1,'2014-05-15 19:25:55','2014-05-15 19:25:55','<strong><font size=\"5\">California Mechanical Breakdown Protection</font></strong>\r\n\r\n<i>Protect your investment</i>\r\n\r\nHow may times have you heard stories about cars breaking down <strong>right after the warrany expires?</strong> With Mechanical Breakdown Protection, you can <strong>rest easy knowing you are covered.</strong>\r\n\r\nYou put your keys in the ignition, and the only sound you hear is a click.\r\n\r\nYou\'re driving down the road at 55 miles per hour, when a red warning light suddenly pops up before your car sputters to a stop.\r\n\r\nYour hands were full when you shut the locked car door and noticed your car keys laying in the driver seat.\r\n\r\nYou were running late to your daughter\'s recital and thought you could squeeze a couple of extra miles out of an empty gas tank.\r\n\r\nYou need help. You need Roadside Assistance.\r\n\r\nOne call puts you in touch instantly with the help you need no matter where you break down. It provides you affordable peace-of-mind for pennies a day.\r\n\r\n<strong>Here is a list of services that some companies offer (mileage and claim frequency rules apply):</strong>\r\n\r\n<strong>• 24 Hour emergency towing service</strong>\r\n A network of authorized towing service operators will tow your vehicle to a repair facility.\r\n\r\n<strong>• 24 Hour essential fluid & supplies delivery</strong>\r\n A service truck will deliver emergency supplies of gasoline, water, oil, or other necessary supplies. Cost of the supplies not covered.\r\n\r\n<strong>• 24 Hour emergency battery service</strong>\r\n The service covers battery boosts as well as minor adjustments on alternators, starters, and other electrical malfunctions while you are on the road.\r\n\r\n<strong>• 24 Hour flat tire service</strong>\r\n A service technician will inflate your tire or mount your spare.\r\n\r\n<strong>• 24 Hour lost key and lock out service</strong>\r\n A licensed locksmith will help if you lose or break your keys or if you are accidentally locked out.\r\n\r\n<strong>• 24 winching / extrication</strong>\r\n The service covers you if your vehicle gets stuck.\r\n\r\n<strong>Simple to use</strong>\r\n\r\nSign up for Roadside Assistance at the same time you sign up for your vehicle insurance policy. That\'s it. When you need the service, one call puts you in touch with a Roadside Assistance Service Provider who will get you back on the road quickly.\r\n\r\nCall Sean Womack and his team at (949) 940-6934 today if you are interested in Roadside Assistance coverage!\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Mechanical Breakdown','','inherit','open','open','','570-revision-v1','','','2014-05-15 19:25:55','2014-05-15 19:25:55','',570,'http://03785f6.netsolhost.com/wordpress/570-revision-v1/',0,'revision','',0),(897,1,'2014-05-15 19:37:31','2014-05-15 19:37:31','<strong><font size=\"5\">California Mechanical Breakdown Protection</font></strong>\r\n\r\n<i>Protect your investment</i>\r\n\r\nHow may times have you heard stories about cars breaking down <strong>right after the warranty expires?</strong> With Mechanical Breakdown Protection, you can <strong>rest easy knowing you are covered.</strong>\r\n\r\n<i>Avoid costly repairs</i>\r\n\r\nMechanical Breakdown Protection Plans extend coverage to virtually all mechanical and electrical components of your vehicle. They are available for both new and pre-owned vehicles, and coverage is transferable if you sell your vehicle before your agreement expires providing added resale value.\r\n\r\n<i>We make it easy for you!</i>\r\n\r\n • Repairs can be done at any licensed U.S. or Canadian repair facility.\r\n • No limit to the number of claims and one deductible per visit.\r\n • All claims are handled by the insurance company, not a third party administrator, with direct payments to repair facilities.\r\n • Enjoy additional saving up to 50% or more off manufacturer extended warranties.\r\n\r\n<u>COVERAGE BENEFITS*</u>\r\n\r\n<strong>24-Hour Roadside Assistance.</strong> In the event your vehicle is disabled during the term of your coverage, Roadside Assistance Service is provided. These services include:\r\n • Towing\r\n • Lost Key / Lock-Out Services\r\n • Other Road Services\r\n\r\n<strong>Rental Vehicle Assistance.</strong> In the event of a covered Mechanical Breakdown during the term of your contract, you will be covered for alternate transportation expenses according to the schedule in your agreement.\r\n\r\n<strong>Tire Protection.</strong> If the tires on your vehicle are damaged during their normal life by glass, nails or other road hazards, they will be repaired or replaced.\r\n\r\n<Strong>Trip Interruption.</strong> You can be reimbursed for meals and lodging up to three days if you are stranded because of a covered breakdown more than 100 miles away from your home.\r\n* Exclusions Apply\r\n\r\nCall Sean Womack and his team at (949) 940-6934 today if you are interested in Mechanical Breakdown Protection coverage!\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Mechanical Breakdown','','inherit','open','open','','570-revision-v1','','','2014-05-15 19:37:31','2014-05-15 19:37:31','',570,'http://03785f6.netsolhost.com/wordpress/570-revision-v1/',0,'revision','',0),(902,1,'2014-06-18 15:10:25','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2014-06-18 15:10:25','0000-00-00 00:00:00','',0,'http://03785f6.netsolhost.com/wordpress/?p=902',0,'post','',0),(900,1,'2014-05-20 15:35:38','2014-05-20 15:35:38','<font size=\"5\"><strong>California Flood Insurance</font></strong>\r\n\r\n<i>Your Homeowners insurance doesn\'t cover floods...Federal flood insurance does.</i>\r\n\r\n<strong>Floods can happen anytime, anywhere.</strong>\r\n\r\nThey cause anguish and destruction-physical, emotional, and financial. Especially when the victims realize the damage isn\'t covered by their homeowners insurance policy.\r\n\r\n<strong>Federal disaster assistance? It\'s not the answer either.</strong>\r\n\r\nHere are the benefits of flood insurance versus disaster assistance:\r\n\r\n<u>Disaster Assistance</u>\r\n* Most forms of federal disaster assistance require a Presidential declaration.\r\n* Federal disaster assistance declarations are awarded in less than 50% of flooding incidents.\r\n* The most typical form of disaster assistance is a loan that must be repaid with interest.\r\n* The duration of a Small Business Administration (SBA) disaster home loan is approximately 30 years.\r\n* The average Individuals and Households Program award is about $4,000.\r\n* Repayment on a $50,000 SBA disaster home loan is $240 a month or $2,880 annual at 4% interest.\r\n\r\n<u>Flood Insurance:</u>\r\n* You are in control. Flood insurance claims are paid even if a disaster is not declared by the President.\r\n* Between 20 and 25 percent of all claims paid by the National Flood Insurance Program (NFIP) are outside of Special Flood Hazard Areas.\r\n* There is no payback requirement.\r\n* Flood insurance policies are continuous, and not non-renewed or cancelled for repeat losses.\r\n* Flood insurance reimburses you for all covered losses up to $250,000 for homeowners and $500,000 for businesses.\r\n* The average cost of a $100,000 flood policy is a little more than $400 annual, or just over one dollar per day. The cost of a $50,000 flood policy may be as low as $180 annually, depending on where you live, or less than 50 cents per day.\r\n\r\n<u><strong>THE COST OF FLOODING</strong></u>\r\n\r\n<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0\" width=\"640\" height=\"445\" title=\"CostOfFloodingTool\"><param name=\"movie\" value=\"http://www.floodsmart.gov/floodsmart/flash/costofflooding/CostOfFlooding.swf\" /><param name=\"quality\" value=\"high\" /><param name=\"wmode\" value=\"opaque\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"bgcolor\" value=\"#000000\" /><param name=\"flashvars\" value=\"embedded=false&env=http://www.floodsmart.gov&agent=true\" /><embed src=\"http://www.floodsmart.gov/floodsmart/flash/costofflooding/CostOfFlooding.swf\" quality=\"high\" pluginspage=\"http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash\" type=\"application/x-shockwave-flash\" width=\"640\" height=\"445\" bgcolor=\"#000000\" flashvars=\"embedded=false&env=http://www.floodsmart.gov&agent=true\" allowscriptaccess=\"always\"></embed></object>\r\n\r\n<strong>Only Federal flood insurance reimburses you for flood damage to your property!</strong>\r\n\r\nWith one annual premium, you can protect your most important investment-your home and your finances.\r\n\r\nTalk with Sean today at 949-940-6934 or sean@seanwomack.com and ask about the National Flood Insurance Program. There\'s no better way to save for a rainy day.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Flood','','inherit','open','open','','208-revision-v1','','','2014-05-20 15:35:38','2014-05-20 15:35:38','',208,'http://03785f6.netsolhost.com/wordpress/208-revision-v1/',0,'revision','',0),(899,1,'2014-05-20 15:34:58','2014-05-20 15:34:58','<font size=\"5\"><strong>California Flood Insurance</font></strong>\r\n\r\n<i>Your Homeowners insurance doesn\'t cover floods...Federal flood insurance does.</i>\r\n\r\n<strong>Floods can happen anytime, anywhere.</strong>\r\n\r\nThey cause anguish and destruction-physical, emotional, and financial. Especially when the victims realize the damage isn\'t covered by their homeowners insurance policy.\r\n\r\n<strong>Federal disaster assistance? It\'s not the answer either.</strong>\r\n\r\nHere are the benefits of flood insurance versus disaster assistance:\r\n\r\n<u>Disaster Assistance</u>\r\n* Most forms of federal disaster assistance require a Presidential declaration.\r\n* Federal disaster assistance declarations are awarded in less than 50% of flooding incidents.\r\n* The most typical form of disaster assistance is a loan that must be repaid with interest.\r\n* The duration of a Small Business Administration (SBA) disaster home loan is approximately 30 years.\r\n* The average Individuals and Households Program award is about $4,000.\r\n* Repayment on a $50,000 SBA disaster home loan is $240 a month or $2,880 annual at 4% interest.\r\n\r\n<u>Flood Insurance:</u>\r\n* You are in control. Flood insurance claims are paid even if a disaster is not declared by the President.\r\n* Between 20 and 25 percent of all claims paid by the National Flood Insurance Program (NFIP) are outside of Special Flood Hazard Areas.\r\n* There is no payback requirement.\r\n* Flood insurance policies are continuous, and not non-renewed or cancelled for repeat losses.\r\n* Flood insurance reimburses you for all covered losses up to $250,000 for homeowners and $500,000 for businesses.\r\n* The average cost of a $100,000 flood policy is a little more than $400 annual, or just over one dollar per day. The cost of a $50,000 flood policy may be as low as $180 annually, depending on where you live, or less than 50 cents per day.\r\n\r\n<u><strong>Flood Risk Scenarios</strong></u>\r\n\r\n<iframe class=\"floodrisk-scenario-tool-iframe\" src=\"http://www.floodsmart.gov/floodsmart/content/overlays/flood_risk_scenarios.jsp?embedWidth=600&embedHeight=350\"></iframe>\r\n\r\n<u><strong>The Cost of Flooding</strong></u>\r\n\r\n<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0\" width=\"640\" height=\"445\" title=\"CostOfFloodingTool\"><param name=\"movie\" value=\"http://www.floodsmart.gov/floodsmart/flash/costofflooding/CostOfFlooding.swf\" /><param name=\"quality\" value=\"high\" /><param name=\"wmode\" value=\"opaque\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"bgcolor\" value=\"#000000\" /><param name=\"flashvars\" value=\"embedded=false&env=http://www.floodsmart.gov&agent=true\" /><embed src=\"http://www.floodsmart.gov/floodsmart/flash/costofflooding/CostOfFlooding.swf\" quality=\"high\" pluginspage=\"http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash\" type=\"application/x-shockwave-flash\" width=\"640\" height=\"445\" bgcolor=\"#000000\" flashvars=\"embedded=false&env=http://www.floodsmart.gov&agent=true\" allowscriptaccess=\"always\"></embed></object>\r\n\r\n<strong>Only Federal flood insurance reimburses you for flood damage to your property!</strong>\r\n\r\nWith one annual premium, you can protect your most important investment-your home and your finances.\r\n\r\nTalk with Sean today at 949-940-6934 or sean@seanwomack.com and ask about the National Flood Insurance Program. There\'s no better way to save for a rainy day.\r\n\r\n<a href=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\"><img src=\"http://03785f6.netsolhost.com/wordpress/wp-content/uploads/2014/05/Initials1-e1400125079867.jpg\" alt=\"Initals\" class=\"alignnone size-full wp-image-466\" /></a>','Flood','','inherit','open','open','','208-revision-v1','','','2014-05-20 15:34:58','2014-05-20 15:34:58','',208,'http://03785f6.netsolhost.com/wordpress/208-revision-v1/',0,'revision','',0); /*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_relationships` -- DROP TABLE IF EXISTS `wp_term_relationships`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_term_relationships` ( `object_id` bigint(20) unsigned NOT NULL default '0', `term_taxonomy_id` bigint(20) unsigned NOT NULL default '0', `term_order` int(11) NOT NULL default '0', PRIMARY KEY (`object_id`,`term_taxonomy_id`), KEY `term_taxonomy_id` (`term_taxonomy_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_term_relationships` -- LOCK TABLES `wp_term_relationships` WRITE; /*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */; INSERT INTO `wp_term_relationships` VALUES (1,2,0),(2,2,0),(3,2,0),(4,2,0),(5,2,0),(6,2,0),(7,2,0),(606,4,0),(39,3,0),(38,3,0),(36,3,0),(34,3,0),(33,3,0),(32,3,0),(389,4,0),(59,4,0),(175,4,0),(231,4,0),(160,4,0),(159,4,0),(88,3,0),(87,3,0),(769,4,0),(658,4,0),(620,4,0),(893,4,0),(573,4,0),(117,3,0),(116,3,0),(115,3,0),(574,4,0),(111,3,0),(138,3,0),(137,3,0),(136,3,0),(135,3,0),(134,3,0),(150,4,0),(686,4,0),(180,4,0),(181,4,0),(230,4,0),(229,4,0),(228,4,0),(227,4,0),(226,4,0),(225,4,0),(224,4,0),(223,4,0),(222,4,0),(221,4,0),(220,4,0),(219,4,0),(218,4,0),(217,4,0),(216,4,0),(232,4,0),(342,5,0),(341,5,0),(340,5,0),(339,5,0),(265,4,0),(264,4,0),(263,4,0),(262,4,0),(261,4,0),(260,4,0),(259,4,0),(258,4,0),(257,4,0),(279,4,0),(278,4,0),(277,4,0),(276,4,0),(318,4,0),(317,4,0),(316,4,0),(314,4,0),(313,4,0),(312,4,0),(310,4,0),(311,4,0),(309,4,0),(308,4,0),(307,4,0),(315,4,0),(329,4,0),(328,4,0),(330,4,0),(327,4,0),(325,4,0),(326,4,0),(343,5,0),(344,5,0),(345,5,0),(346,5,0),(347,5,0),(348,5,0),(349,5,0),(350,5,0),(351,5,0),(352,5,0); /*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_taxonomy` -- DROP TABLE IF EXISTS `wp_term_taxonomy`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_term_taxonomy` ( `term_taxonomy_id` bigint(20) unsigned NOT NULL auto_increment, `term_id` bigint(20) unsigned NOT NULL default '0', `taxonomy` varchar(32) NOT NULL default '', `description` longtext NOT NULL, `parent` bigint(20) unsigned NOT NULL default '0', `count` bigint(20) NOT NULL default '0', PRIMARY KEY (`term_taxonomy_id`), UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`), KEY `taxonomy` (`taxonomy`) ) ENGINE=MyISAM AUTO_INCREMENT=7 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_term_taxonomy` -- LOCK TABLES `wp_term_taxonomy` WRITE; /*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */; INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,0),(2,2,'link_category','',0,7),(3,3,'nav_menu','',0,17),(4,4,'nav_menu','',0,64),(5,5,'ml-slider','',0,0),(6,6,'ml-slider','',0,0); /*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_terms` -- DROP TABLE IF EXISTS `wp_terms`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_terms` ( `term_id` bigint(20) unsigned NOT NULL auto_increment, `name` varchar(200) NOT NULL default '', `slug` varchar(200) NOT NULL default '', `term_group` bigint(10) NOT NULL default '0', PRIMARY KEY (`term_id`), UNIQUE KEY `slug` (`slug`), KEY `name` (`name`) ) ENGINE=MyISAM AUTO_INCREMENT=7 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,'Footer Menu','footer-menu',0),(4,'Header Menu','header-menu',0),(5,'233','233',0),(6,'608','608',0); /*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_usermeta` -- DROP TABLE IF EXISTS `wp_usermeta`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_usermeta` ( `umeta_id` bigint(20) unsigned NOT NULL auto_increment, `user_id` bigint(20) unsigned NOT NULL default '0', `meta_key` varchar(255) default NULL, `meta_value` longtext, PRIMARY KEY (`umeta_id`), KEY `user_id` (`user_id`), KEY `meta_key` (`meta_key`) ) ENGINE=MyISAM AUTO_INCREMENT=39 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_usermeta` -- LOCK TABLES `wp_usermeta` WRITE; /*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */; INSERT INTO `wp_usermeta` VALUES (1,1,'first_name',''),(2,1,'last_name',''),(3,1,'nickname','SEANWOMACK'),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'comment_shortcuts','false'),(7,1,'admin_color','fresh'),(8,1,'use_ssl','0'),(9,1,'show_admin_bar_front','true'),(10,1,'wp_capabilities','a:1:{s:13:\"administrator\";s:1:\"1\";}'),(11,1,'wp_user_level','10'),(12,1,'dismissed_wp_pointers','wp330_toolbar,wp330_media_uploader,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,wp360_revisions,thsp_sticky_header_pointer,wp390_widgets'),(13,1,'show_welcome_panel','1'),(14,1,'wp_dashboard_quick_press_last_post_id','902'),(15,1,'managenav-menuscolumnshidden','a:1:{i:0;s:0:\"\";}'),(23,1,'closedpostboxes_nav-menus','a:0:{}'),(16,1,'metaboxhidden_nav-menus','a:1:{i:0;s:8:\"add-post\";}'),(17,1,'closedpostboxes_page','a:0:{}'),(18,1,'metaboxhidden_page','a:1:{i:0;s:12:\"revisionsdiv\";}'),(19,1,'nav_menu_recently_edited','4'),(20,1,'wp_user-settings','libraryContent=browse&imgsize=thumbnail&hidetb=1&editor=html&dfw_width=572'),(21,1,'wp_user-settings-time','1398310533'),(22,1,'_yoast_wpseo_profile_updated','1403104567'),(24,1,'closedpostboxes_appearance_page_q2w3_fixed_widget','a:1:{i:0;s:28:\"q2w3_fixed_widget-custom-ids\";}'),(25,1,'metaboxhidden_appearance_page_q2w3_fixed_widget','a:0:{}'),(26,1,'wpseo_title',''),(27,1,'wpseo_metadesc',''),(28,1,'wpseo_metakey',''),(29,1,'AtD_options',''),(30,1,'AtD_check_when',''),(31,1,'AtD_guess_lang',''),(32,1,'AtD_ignored_phrases',''),(33,1,'aim',''),(34,1,'yim',''),(35,1,'jabber',''),(36,1,'googleplus',''),(37,1,'twitter',''),(38,1,'facebook',''); /*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_users` -- DROP TABLE IF EXISTS `wp_users`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_users` ( `ID` bigint(20) unsigned NOT NULL auto_increment, `user_login` varchar(60) NOT NULL default '', `user_pass` varchar(64) NOT NULL default '', `user_nicename` varchar(50) NOT NULL default '', `user_email` varchar(100) NOT NULL default '', `user_url` varchar(100) NOT NULL default '', `user_registered` datetime NOT NULL default '0000-00-00 00:00:00', `user_activation_key` varchar(60) NOT NULL default '', `user_status` int(11) NOT NULL default '0', `display_name` varchar(250) NOT NULL default '', PRIMARY KEY (`ID`), KEY `user_login_key` (`user_login`), KEY `user_nicename` (`user_nicename`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_users` -- LOCK TABLES `wp_users` WRITE; /*!40000 ALTER TABLE `wp_users` DISABLE KEYS */; INSERT INTO `wp_users` VALUES (1,'SEANWOMACK','faaa26889699cf56d4088365969604c1','SEANWOMACK','sean@seanwomack.com','','2014-01-31 21:22:12','',0,'SEANWOMACK'); /*!40000 ALTER TABLE `wp_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database '1_03785f6_6' -- DELIMITER ;; DELIMITER ; /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2014-06-23 17:38:44